quarkus
quarkus copied to clipboard
Quarkus: Supersonic Subatomic Java.
Fixes #28018 A cleaner solution would be to avoid transforming this extension, but I've not found a way to exclude a single one w/o making the whole script much more...
Hi guys, hope you are doing well. I was thinking about something I've commented in another ticket some time ago, but in that ticket we are talking about MongoDB migrations....
Bumps `liquibase.version` from 4.16.0 to 4.16.1. Updates `liquibase-core` from 4.16.0 to 4.16.1 Release notes Sourced from liquibase-core's releases. v4.16.1 New and Notable Capability Liquibase 4.16.0 incorrectly included the msal4j.jar and...
### Describe the bug I have set an environment `QUARKUS_REST_CLIENT__MY_CLIENT__URL` variable set which is supposed to override the `quarkus.rest-client."my-client".url` at runtime. The `quarkus.rest-client."my-client".url` has a fallback setting in `application.properties`. ###...
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1. Release notes Sourced from junit-bom's releases. JUnit 5.9.1 = Platform 1.9.1 + Jupiter 5.9.1 + Vintage 5.9.1 See Release Notes. Commits 732a540 Release 5.9.1...
- Update Kafka documentation - Update HR RM test with activate request context - Added HR ORM RM IT
- only if Instance#get(), InjectableInstance#getHandle() and ArcContainer.instance() is called - added InjectableInstance.orElse() and InjectableInstance.orNull() - resolves #18345
### Describe the bug If no settings.xml is present in the maven user location, cli test will fail with 3 failures and 3 errors. ```shell ./mvnw -f devtools/cli test ......