rabbitmq-cdi icon indicating copy to clipboard operation
rabbitmq-cdi copied to clipboard

Provides a JavaEE Event ←→ RabbitMQ bridge

Results 10 rabbitmq-cdi issues
Sort by recently updated
recently updated
newest added

Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0. Release notes Sourced from org.mockito:mockito-junit-jupiter's releases. v5.12.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.12.0 2024-05-11 - 25 commit(s) by Piotr Przybylak, Stefano Cordio,...

dependencies
java

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.12.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.12.0 2024-05-11 - 25 commit(s) by Piotr Przybylak, Stefano Cordio,...

dependencies
java

Bumps org.owasp.dependencycheck from 9.0.10 to 9.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.owasp.dependencycheck&package-manager=gradle&previous-version=9.0.10&new-version=9.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

Bumps [jakarta.jakartaee-api](https://github.com/eclipse-ee4j/ee4j) from 8.0.0 to 10.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakarta.platform:jakarta.jakartaee-api&package-manager=gradle&previous-version=8.0.0&new-version=10.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Hello, with the following configuration inside my JEE app we jump into infinitive loop after emitting even one event with EventOne class. This is due the binding the the same...

I have the need to include dynamic headers per message. The data which i want to send contain some identifiers which need to be set to the header on the...

enhancement

Code in ConnectionManager (see below) does not print important exceptions anymore if debug is not enabled. Suggested change: always log ioexceptions with warning and exception only timeout exceptions with current...

There is a nice way to ensure consistent formatting between developers: https://editorconfig.org/ You would simply need to export your current Code Format from IDEA (i assume you use it because...

enhancement

Use of JSR 367 (http://json-b.net/) Json binding instead of Jackson Binding directly

enhancement

Our ConnectListener implementation does not act as expeted. We're using rabbitmq-cdi version 2.0.0. Our EventBinder: ``` import com.rabbitmq.client.BuiltinExchangeType; import jakarta.inject.Inject; import net.reini.rabbitmq.cdi.EventBinder; import net.reini.rabbitmq.cdi.ExchangeDeclaration; import nl.stater.commons.interestservicestore.InterestserviceStoreItem; import nl.stater.interestservicestore.config.encoding.JsonEncoder; public class...

enhancement