Releases: quarkiverse/quarkus-reactive-messaging-http
Releases · quarkiverse/quarkus-reactive-messaging-http
Quarkus Reactive Messaging HTTP v1.1.5
What's Changed
- Bump wiremock-jre8 from 2.34.0 to 2.35.0 by @dependabot in #107
- Verify that the @incoming method are invoked on duplicated contexts by @cescoffier in #114
- Bump assertj-core from 3.24.1 to 3.24.2 by @dependabot in #119
- Backport of PRs 134, 135,136, and 137 by @hbelmiro in #139
- [quarkus2] Bump quarkiverse-parent from 13 to 15 (#160) by @hbelmiro in #162
- Bump quarkus to 2.16.8.Final by @hbelmiro in #165
- fix all asciidoc warnings by using pass macro (#163) by @hbelmiro in #169
- Handler modified to handle only POST and PUT by @github-actions in #173
Full Changelog: 1.1.0...1.1.5
Quarkus Reactive Messaging HTTP v2.0.1
What's Changed
- Bump crazy-max/ghaction-import-gpg from 3 to 5 by @dependabot in #134
- Bump actions/setup-java from 2 to 3 by @dependabot in #135
- Bump actions/checkout from 2 to 3 by @dependabot in #136
- Bump actions/cache from 2 to 3 by @dependabot in #137
- Switch to the quarkus-extension-maven-plugin by @gsmet in #143
- Bump quarkus.version from 3.0.0.CR2 to 3.0.0.Final by @dependabot in #147
New Contributors
Full Changelog: 2.0.0.Alpha...2.0.1
Quarkus Reactive Messaging HTTP v2.0.0.Alpha
This release adds support to Quarkus 3.
What's Changed
- Bump wiremock-jre8 from 2.34.0 to 2.35.0 by @dependabot in #107
- Bump quarkiverse-parent from 11 to 12 by @dependabot in #113
- Verify that the @incoming method are invoked on duplicated contexts by @cescoffier in #114
- Bump assertj-core from 3.24.1 to 3.24.2 by @dependabot in #119
- Migrated to Quarkus 3 by @hbelmiro in #124
Full Changelog: 1.1.0...2.0.0.Alpha
Quarkus Reactive Messaging HTTP v1.1.0
This release adds compatibility with Jandex 3 and is equivalent to version 1.0.8. Please use this version if you plan to use Quarkus 2.14 and above. See #95.
What's Changed
- [Cherry-Pick] - Compatibility with Jandex 3 by @ricardozanini in #98
Quarkus Reactive Messaging HTTP - v1.0.8
This micro patch fixes Jandex compatibility to version 2.4.3, compatible with Quarkus 2.13 and below. See #95 for more details.
What's Changed
- Bump wiremock-jre8 from 2.33.2 to 2.34.0 by @dependabot in #94
- Jandex use args method to retrieve parameters type, so it keeps compa… by @cristianonicolai in #96