You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bmarwell dev mode requires loose application. You should see a log message indicating this. See this line of code. We do have some inconsistencies that were found recently though and are documented here.
Thanks. I hadn't seen the actual warning, so please excuse this oversight.
I wanted to try a jar file, because Microsoft Playwright seems to have difficulties with wsjar: protocols, but luckily that can be disabled. However, it only runs on ubuntu...
Currently, I am trying to circumvent it by building my own Dockerfile, as there are no new ubuntu-jdk21+ OL images released, neither on DockerHub nor on icr.io (which can't be searched without an account).
Because of this, this issue can be considered low priority, at least for me.
Hi,
looseApplication
seems broken. Although I set it tofalse
, an XML file will be created when runningmvn package liberty:dev
.https://github.com/OpenLiberty/ci.maven/blob/main/docs/deploy.md
Reproducer:
There will be an xml in
apps
, not awar
file.The text was updated successfully, but these errors were encountered: