quarkus
quarkus copied to clipboard
Quarkus: Supersonic Subatomic Java.
- 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...
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...
Caching annotations @CacheInvalidate @CacheInvalidateAll and @CacheResult https://issues.redhat.com/browse/ISPN-13062
### 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...
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...
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...
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:...
Fix #25706 I tried to add entity stream based on recent developments. Would you please to check it out?