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 #26444 Work: - [x] Create data model to mimic Otel properties - [x] PoC on MP-OpenTelemetry: https://github.com/smallrye/smallrye-opentelemetry/pull/142 - [x] Move model to quarkus and split between runtime and...

area/dependencies
area/tracing

partially resolves: #1204 I used Quarkus Maven Plugin descriptor to generate list of goals, their parameters and default values to one config file, and list of compile and runtime dependencies...

area/documentation
area/core

Caching annotations @CacheInvalidate @CacheInvalidateAll and @CacheResult https://issues.redhat.com/browse/ISPN-13062

release/noteworthy-feature
area/documentation
area/infinispan
area/dependencies

### Description Hey, i'm running a quarkus application using platform version `2.10.2.Final`, my application logic receive messages and then dispatches them to kafka producer. I'm having an issue that although...

kind/enhancement
area/smallrye
area/reactive-messaging
area/kafka

closes: #26837 Keycloak admin client can be configured in `application.properties` and injected as a CDI bean. Also the client can work with Dev Services for Keycloak without any configuration at...

area/documentation
area/core
area/oidc
area/dependencies
area/devtools
area/keycloak

For now, our upgrade recipes target EE 9, we need to upgrade to EE 10. We can expect some issues: - CDI introduces some new APIs that we will have...

area/jakarta

For now, we are using the old implementation targeting EE 9. EE 10 and Jakarta Mail 2.1 introduced a new implementation called Angus. Note that there are 2 different artifacts:...

area/mailer
area/jakarta

Fix #25706 I tried to add entity stream based on recent developments. Would you please to check it out?