CLI args not recognized when running Quarkus dev mode - #23254
Conversation
7bc3dfe to
c7c3348
Compare
mabartos
left a comment
There was a problem hiding this comment.
The approach works for me; I don't see any problems with that. Everything works as expected. Thanks
vmuzikar
left a comment
There was a problem hiding this comment.
Approving based on @mabartos' review.
Thanks @pedroigor!
|
Omg, we need to get rid of building the dependent modules during the Quarkus tests. The failures are caused by it in CI again :) |
Sorry, could you elaborate? Anything I can do in a separate PR? |
* master: (7978 commits) CLI args not recognized when running Quarkus dev mode (keycloak#23254) Bump github/codeql-action from 2.21.5 to 2.21.6 Race condition inside Keycloak build chain execution (keycloak#23260) doc(js-providers): Add OIDC object mapper documentation Fix NPE by calling delegate in DeploymentDelegate.getAdapterConfig() Add new version of Welcome theme based on PatternFly 5 (keycloak#23008) Toggle visibility of password input fields in login-ftl-based pages i18n: Add Thai language (keycloak#23165) Registration page not showing username when edit username is not enabled Bump @4tw/cypress-drag-drop from 2.2.4 to 2.2.5 in /js (keycloak#23237) Make `minValidity` parameter in `updateToken()` optional (keycloak#23050) Bump cypress from 13.1.0 to 13.2.0 in /js (keycloak#23186) Add 22.0.3 to release notes (keycloak#23238) Removed namespaces from messages (keycloak#23205) Send Client ID in token request with JWT Authentication Bump @types/tar-fs from 2.0.1 to 2.0.2 in /js (keycloak#23189) Bump uuid from 9.0.0 to 9.0.1 in /js (keycloak#23190) Bump wireit from 0.13.0 to 0.14.0 in /js (keycloak#23191) Bump @playwright/test from 1.37.1 to 1.38.0 in /js (keycloak#23223) Bump @testing-library/cypress from 9.0.0 to 10.0.1 in /js (keycloak#23224) ...
|
@pedroigor It's not related to this PR. The thing is that when we execute the Quarkus tests, we use the You can notice the Themes module is included there, which consumes much time, and also UI modules, which are often unstable during the build for these tests. Instead, we can leverage the cached artifacts. Attached issue: [1] 95fafa4 |
Closes #23253