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 smallrye-reactive-messaging.version from 4.11.0 to 4.12.0 #37311

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps smallrye-reactive-messaging.version from 4.11.0 to 4.12.0.
Updates io.smallrye.reactive:smallrye-reactive-messaging-provider from 4.11.0 to 4.12.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-provider'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
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

Updates io.smallrye.reactive:smallrye-reactive-messaging-api from 4.11.0 to 4.12.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-api'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
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

Updates io.smallrye.reactive:smallrye-reactive-messaging-health from 4.11.0 to 4.12.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-health'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
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

Updates io.smallrye.reactive:smallrye-reactive-messaging-mqtt from 4.11.0 to 4.12.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-mqtt'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
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

Updates io.smallrye.reactive:smallrye-reactive-messaging-in-memory from 4.11.0 to 4.12.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-in-memory'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
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

Updates io.smallrye.reactive:smallrye-reactive-messaging-kafka from 4.11.0 to 4.12.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-kafka'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
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

Updates io.smallrye.reactive:smallrye-reactive-messaging-pulsar from 4.11.0 to 4.12.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-pulsar'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
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

Updates io.smallrye.reactive:smallrye-reactive-messaging-kafka-api from 4.11.0 to 4.12.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-kafka-api'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
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

Updates io.smallrye.reactive:smallrye-reactive-messaging-kafka-test-companion from 4.11.0 to 4.12.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-kafka-test-companion'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
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

Updates io.smallrye.reactive:smallrye-reactive-messaging-amqp from 4.11.0 to 4.12.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-amqp'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
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

Updates io.smallrye.reactive:smallrye-reactive-messaging-rabbitmq from 4.11.0 to 4.12.0

Release notes

Sourced from io.smallrye.reactive:smallrye-reactive-messaging-rabbitmq'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 InMe...

    Description has been truncated

Bumps `smallrye-reactive-messaging.version` from 4.11.0 to 4.12.0.

Updates `io.smallrye.reactive:smallrye-reactive-messaging-provider` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

Updates `io.smallrye.reactive:smallrye-reactive-messaging-api` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

Updates `io.smallrye.reactive:smallrye-reactive-messaging-health` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

Updates `io.smallrye.reactive:smallrye-reactive-messaging-mqtt` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

Updates `io.smallrye.reactive:smallrye-reactive-messaging-in-memory` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

Updates `io.smallrye.reactive:smallrye-reactive-messaging-kafka` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

Updates `io.smallrye.reactive:smallrye-reactive-messaging-pulsar` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

Updates `io.smallrye.reactive:smallrye-reactive-messaging-kafka-api` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

Updates `io.smallrye.reactive:smallrye-reactive-messaging-kafka-test-companion` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

Updates `io.smallrye.reactive:smallrye-reactive-messaging-amqp` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

Updates `io.smallrye.reactive:smallrye-reactive-messaging-rabbitmq` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

Updates `io.smallrye.reactive:smallrye-connector-attribute-processor` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.11.0...4.12.0)

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-provider
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-health
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-mqtt
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-in-memory
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-kafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-pulsar
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-kafka-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-kafka-test-companion
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-amqp
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-rabbitmq
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-connector-attribute-processor
  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 Nov 24, 2023

This comment has been minimized.

@cescoffier
Copy link
Member

@ozangunalp can you check the CI issues? Looks suspicious (or we have been very unlucky).

@ozangunalp
Copy link
Contributor

I had run the reactive messaging related ITs locally, they went OK. I'll retry with native.

@ozangunalp
Copy link
Contributor

I can't reproduce failures, did a rerun of failed tests

Copy link

quarkus-bot bot commented Nov 27, 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.

CI looks good, should it be merged?

@cescoffier cescoffier merged commit 2f41793 into main Nov 30, 2023
51 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.7 - main milestone Nov 30, 2023
@dependabot dependabot bot deleted the dependabot/maven/smallrye-reactive-messaging.version-4.12.0 branch November 30, 2023 09:03
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.

3 participants