Bas Passon
Bas Passon
The PriorityAwareServiceProvider, the default service provider for Moneta uses the class loader in which the Money class was loaded for finding additional SPI classes using `ServiceLoader.load(serviceType, Monetary.class.getClassLoader())`. This breaks in...
We should include a description tag in the runtime module pom.xml as it gets rendered on https://quarkus.io/extensions/?search-regex=rabbit
When generating with `strictBuilder = true`, there is no `@JsonProperty("lines")` annotation on any of the methods related to collections, which makes Jackson fail with an `UnrecognizedPropertyException` for the collections. A...
**Describe the bug** When using a custom serializer for a generic root type yasson does not use it when you specify the generic type in stead of the raw type....
When running quarkus in dev-mode with the WireMock extension and extension scanning enabled, it does not load extensions which are defined under `src/test`. Only extensions residing under `src/main` are loaded.
### Current Behavior The current priority for header operations is: `add > remove > set`. This makes it impossible to handle the use-case where you want to add multiple headers...
### Description As a user I want to be able to create consumer groups declaratively so I can specify plugin configurations for those groups. Right now e.g. I cannot define...
Not sure if these are bugs, but I ran into two issues: First when analyzing the dependencies for hapi-fhir-base:7.4.0 I notice the following dependency conflict `hapi-fhire-base:7.4.0` depends on `hapi-fhir-base:6.4.1` as...
RabbitMQ 4.0 has been released a while ago and has already seen some patches and has AMQP 1.0 as a core protocol now and it no longer needs to be...