Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.smallrye.reactive:smallrye-connector-attribute-processor from 3.22.1 to 4.10.1 #130

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps io.smallrye.reactive:smallrye-connector-attribute-processor from 3.22.1 to 4.10.1.

Release notes

Sourced from io.smallrye.reactive:smallrye-connector-attribute-processor's releases.

4.10.1

Changelog

  • #2302 - Follow the jandex relocation in build plugins

4.10.0

Changelog

  • #2299 - Bump Mutiny version from 2.4.0 to 2.5.1
  • #2298 - Moved rewriteQueue method inside RecordQueue to use the correct lock
  • #2297 - Bump io.sundr:sundr-maven-plugin from 0.100.3 to 0.101.0
  • #2293 - Bump camel.version from 4.0.0 to 4.0.1
  • #2292 - Bump io.smallrye:smallrye-parent from 40 to 41
  • #2291 - Bump io.smallrye:jandex-maven-plugin from 3.1.3 to 3.1.5
  • #2289 - Replace some synchronized blocks
  • #2288 - Bump artemis.version from 2.30.0 to 2.31.0
  • #2284 - Add java 20 and 21-ea to CI build
  • #2282 - Bump io.micrometer:micrometer-core from 1.11.3 to 1.11.4
  • #2281 - Update from org.jboss jandex 1.2.3 to io.smallrye jandex 3.1.3
  • #2280 - Bump Smallrye Mutiny from 2.1.0 to 2.4.0
  • #2279 - Bump org.junit-pioneer:junit-pioneer from 2.0.1 to 2.1.0
  • #2278 - Bump smallrye-common.version from 2.1.1 to 2.1.2
  • #2277 - Bump io.smallrye.config:smallrye-config from 3.3.3 to 3.3.4
  • #2276 - Bump smallrye-common.version from 2.1.0 to 2.1.1
  • #2273 - Bump kotlin.version from 1.9.0 to 1.9.10
  • #2272 - Fix the split package between the smallrye-reactive-messaging-jackson and smallrye-reactive-messaging-jsonb modules
  • #2271 - Bump testcontainers.version from 1.18.3 to 1.19.0
  • #2268 - Bump org.eclipse.microprofile.config:microprofile-config-api from 3.0.1 to 3.0.3
  • #2267 - Bump org.jboss.logmanager:jboss-logmanager from 2.1.19.Final to 3.0.2.Final
  • #2266 - Bump io.micrometer:micrometer-core from 1.11.2 to 1.11.3
  • #2265 - Bump pulsar.version from 3.0.1 to 3.1.0
  • #2264 - Bump camel.version from 4.0.0-RC2 to 4.0.0
  • #2263 - Transform JMS Connector thread pool to fix sized ThreadPool without rejection
  • #2260 - Bump io.smallrye:smallrye-health from 4.0.3 to 4.0.4
  • #2256 - Apply DLQ strategy on deserialization failure
  • #2255 - Bump io.smallrye:smallrye-health from 4.0.2 to 4.0.3
  • #2252 - Bump pulsar.version from 3.0.0 to 3.0.1
  • #2251 - Bump io.smallrye.config:smallrye-config from 3.3.2 to 3.3.3
  • #2242 - Generate smallrye-reactive-messaging-bom
  • #2239 - RabbitMQ requeue with additional nack metadata
  • #2238 - Multiple outgoings support

Breaking Changes

  • class io.smallrye.reactive.messaging.Messages updated to interface io.smallrye.reactive.messaging.Messages: Messages moved to interface with factory method
  • class io.smallrye.reactive.messaging.Messages updated to interface io.smallrye.reactive.messaging.Messages: Messages moved to interface with factory method
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Production.NONE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Production.NONE: Repeatable @​Outgoing annotation
  • method java.util.List<java.lang.String> io.smallrye.reactive.messaging.MediatorConfiguration::getOutgoings() has been introduced: Repeatable @​Outgoing annotation
  • @interface org.eclipse.microprofile.reactive.messaging.Outgoing updated to @interface org.eclipse.microprofile.reactive.messaging.Outgoing: Repeatable @​Outgoing annotation
  • @interface org.eclipse.microprofile.reactive.messaging.Outgoing updated to @interface org.eclipse.microprofile.reactive.messaging.Outgoing: Repeatable @​Outgoing annotation
  • method boolean io.smallrye.reactive.messaging.MediatorConfiguration::hasTargetedOutput() has been introduced: Repeatable @​Outgoing annotation

... (truncated)

Commits
  • 9fcf516 [RELEASE] - Bump version to 4.10.1
  • 2c60aa9 Merge pull request #2302 from ozangunalp/jandex_relocation_fix
  • 735b06a Follow the jandex relocation in build plugins
  • b714660 [POST-RELEASE] - Clearing breaking change justifications
  • f469852 [RELEASE] - Next development version: 4.11.0-SNAPSHOT
  • bdfa34d Merge pull request #2297 from smallrye/dependabot/maven/main/io.sundr-sundr-m...
  • 6ba2ccd Bump io.sundr:sundr-maven-plugin from 0.100.3 to 0.101.0
  • 0a6497b Merge pull request #2299 from ozangunalp/bump_mutiny_2.5.1
  • 6f17125 Bump Mutiny version from 2.4.0 to 2.5.1
  • 4b91cbb Merge pull request #2298 from ozangunalp/rewrite_queue_lock
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.smallrye.reactive:smallrye-connector-attribute-processor](https://github.com/smallrye/smallrye-reactive-messaging) from 3.22.1 to 4.10.1.
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@3.22.1...4.10.1)

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:smallrye-connector-attribute-processor
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 16, 2023
@masini masini merged commit 8e6d82b into main Oct 22, 2023
8 checks passed
@masini masini deleted the dependabot/maven/io.smallrye.reactive-smallrye-connector-attribute-processor-4.10.1 branch October 22, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant