quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Quarkus: Supersonic Subatomic Java.

Results 937 quarkus issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

area/persistence
area/jakarta

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....

kind/enhancement
area/panache
area/mongodb

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...

env/windows
area/dependencies
area/liquibase

### 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`. ###...

kind/bug
area/rest-client

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...

area/arc
area/dependencies

area/dependencies
area/tracing

- Update Kafka documentation - Update HR RM test with activate request context - Added HR ORM RM IT

area/documentation
area/smallrye
area/reactive-messaging
area/dependencies
triage/backport?

- only if Instance#get(), InjectableInstance#getHandle() and ArcContainer.instance() is called - added InjectableInstance.orElse() and InjectableInstance.orNull() - resolves #18345

area/arc
area/undertow
area/resteasy-reactive

### 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 ......

kind/bug
area/cli