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-reactive-messaging-jms from 4.10.1 to 4.12.0 #37703

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2023

Bumps io.smallrye.reactive:smallrye-reactive-messaging-jms from 4.10.1 to 4.12.0.

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-jms's releases.

4.12.0

Changelog

  • #2388 - Bump kotlin.version from 1.9.20 to 1.9.21
  • #2386 - Bump com.opencsv:opencsv from 5.8 to 5.9
  • #2385 - Definition exception for multiple different emitter configurations for a channel
  • #2384 - Bump testcontainers.version from 1.19.2 to 1.19.3
  • #2382 - Incoming channel concurrency
  • #2381 - Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1
  • #2380 - Bump jackson.version from 2.15.3 to 2.16.0
  • #2379 - Bump org.junit-pioneer:junit-pioneer from 2.1.0 to 2.2.0
  • #2378 - Bump testcontainers.version from 1.19.1 to 1.19.2
  • #2377 - Bump camel.version from 4.1.0 to 4.2.0
  • #2376 - Bump io.micrometer:micrometer-core from 1.11.5 to 1.12.0
  • #2375 - Update SmallRye Config to 3.4.4
  • #2374 - Context-aware message dispatch on in-memory connector

Breaking Changes

  • method org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<? extends org.eclipse.microprofile.reactive.messaging.Message<?>> io.smallrye.reactive.messaging.memory.InMemoryConnector::getPublisherBuilder(org.eclipse.microprofile.config.Config) has been removed: Migrated InMemoryConnector to InboundConnector
  • method org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder<? extends org.eclipse.microprofile.reactive.messaging.Message<?>, java.lang.Void> io.smallrye.reactive.messaging.memory.InMemoryConnector::getSubscriberBuilder(org.eclipse.microprofile.config.Config) has been removed: Migrated InMemoryConnector to OutboundConnector
  • class io.smallrye.reactive.messaging.memory.InMemoryConnector updated to class io.smallrye.reactive.messaging.memory.InMemoryConnector: Added connector attribute for dispatching messages on Vert.x context
  • method io.smallrye.reactive.messaging.memory.InMemorySource<T> io.smallrye.reactive.messaging.memory.InMemorySource<T>::runOnVertxContext(boolean) has been introduced: Added method to InMemorySource for dispatching messages on Vert.x context

4.11.0

Changelog

  • #2370 - Run emitter publisher decorators after registering the emitter to channel registry
  • #2368 - Test flakiness : getMaxNumberOfEventLoop falls back to 1 if number of cores is 4.
  • #2367 - Add 3.13.x to GitHub Actions
  • #2363 - Removed java 20 branch and moved from 21-ea to 21
  • #2362 - Connector contributor guide
  • #2359 - Bump io.sundr:sundr-maven-plugin from 0.101.2 to 0.101.3
  • #2357 - Seperate afterDeploymentValidation into two submethods
  • #2355 - Bump kotlin.version from 1.9.10 to 1.9.20
  • #2352 - Bump artemis.version from 2.31.1 to 2.31.2
  • #2350 - Bump artemis.version from 2.31.0 to 2.31.1
  • #2349 - Bump commons-io:commons-io from 2.14.0 to 2.15.0
  • #2348 - Bump io.sundr:sundr-maven-plugin from 0.101.1 to 0.101.2
  • #2345 - Bump pulsar.version from 3.1.0 to 3.1.1
  • #2344 - Bump io.sundr:sundr-maven-plugin from 0.101.0 to 0.101.1
  • #2343 - Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1
  • #2342 - Decorate emitters with PublisherDecorators
  • #2341 - OTel upgrade to 1.31.0
  • #2340 - Support metadata injection for interfaces
  • #2336 - Let emitters report message metrics
  • #2330 - Bump urllib3 from 2.0.6 to 2.0.7 in /documentation
  • #2329 - Bump io.smallrye:smallrye-metrics from 4.0.0 to 5.1.0
  • #2328 - Bump jackson.version from 2.15.2 to 2.15.3
  • #2327 - Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 1.28.0-alpha to 1.31.0-alpha
  • #2325 - Bump io.strimzi:strimzi-test-container from 0.104.0 to 0.105.0

... (truncated)

Commits
  • 8b8c513 [RELEASE] - Bump version to 4.12.0
  • 0674ab9 Merge pull request #2388 from smallrye/dependabot/maven/main/kotlin.version-1...
  • 25600a5 Bump kotlin.version from 1.9.20 to 1.9.21
  • 78681c2 Merge pull request #2386 from smallrye/dependabot/maven/main/com.opencsv-open...
  • 56adec7 Merge pull request #2382 from ozangunalp/incoming_channel_concurrency
  • f3feeed Change env var handling for test setup from junitpioneer to system-stubs
  • c413cd4 Custom exception log for process method invoker argument mismatch
  • 21a8ab0 Incoming concurrency mqtt
  • dbb227f Incoming concurrency rabbitmq
  • 7a49159 Incoming concurrency pulsar
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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-reactive-messaging-jms](https://github.com/smallrye/smallrye-reactive-messaging) from 4.10.1 to 4.12.0.
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.10.1...4.12.0)

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-jms
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Dec 12, 2023
Copy link

quarkus-bot bot commented Dec 12, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes things consistent with the other smallrye-reactive-messaging bits so let's get it in.

@gsmet gsmet merged commit 038a063 into main Dec 18, 2023
18 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.7 - main milestone Dec 18, 2023
@dependabot dependabot bot deleted the dependabot/maven/io.smallrye.reactive-smallrye-reactive-messaging-jms-4.12.0 branch December 18, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant