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.6.0 to 4.7.0 #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 23, 2023

Bumps smallrye-reactive-messaging.version from 4.6.0 to 4.7.0.
Updates smallrye-reactive-messaging-provider from 4.6.0 to 4.7.0

Release notes

Sourced from smallrye-reactive-messaging-provider's releases.

4.7.0

Changelog

  • #2203 - Implement post-processing acknowledgment support for methods receiving a single payload and producing streams stream of payloads (Multi, RS publisher, and publisher builder)
  • #2201 - Bump artemis.version from 2.28.0 to 2.29.0
  • #2199 - Force fetch SchemaInfo on Pulsar thread for AutoConsumeSchema
  • #2195 - Pulsar transactions fix
  • #2194 - Bump kafka.version from 3.4.1 to 3.5.0
  • #2193 - Bump reactive-streams-tck from 1.0.3 to 1.0.4
  • #2192 - Bump pulsar.version from 2.11.0 to 3.0.0
  • #2189 - Messages utility and KeyMulti support
  • #2188 - Bump weld.version from 5.1.0.Final to 5.1.1.Final
  • #2187 - Bump auto-service from 1.1.0 to 1.1.1
  • #2186 - Bump micrometer-core from 1.11.0 to 1.11.1
  • #2185 - Bump smallrye-config from 3.2.1 to 3.3.0
  • #2184 - RabbitMQ - Fix RabbitMQ consumer leak
  • #2182 - [RabbitMQ] Add the possibility to configure DLQ DLX and TTL
  • #2180 - Bump smallrye-health from 4.0.0 to 4.0.2
  • #2179 - Bump commons-io from 2.12.0 to 2.13.0
  • #2178 - Bump kotlin.version from 1.8.21 to 1.8.22
  • #2177 - Refactor KeyedMultiInjectionTest
  • #2176 - Bump kafka.version from 3.4.0 to 3.4.1
  • #2173 - Doc - Update Python dependencies
  • #2172 - Bump testcontainers.version from 1.18.2 to 1.18.3
  • #2171 - Bump jackson.version from 2.15.1 to 2.15.2
  • #2170 - Bump testcontainers.version from 1.18.1 to 1.18.2
  • #2169 - Add a test reproducing quarkusio/quarkus#32462
  • #2168 - Bump smallrye-fault-tolerance from 6.2.2 to 6.2.3

Breaking Changes

  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD: New value for KeyedMulti with Messages
Commits
  • ff0527b [RELEASE] - Bump version to 4.7.0
  • 4a40657 Merge pull request #2203 from cescoffier/implement-post-processing-support-fo...
  • 5b77718 Merge pull request #2204 from smallrye/dependabot/maven/main/io.smallrye-smal...
  • 3304b50 Bump smallrye-fault-tolerance from 6.2.3 to 6.2.4
  • b8d63b2 Implement post-processing acknowledgment support for methods receiving a sing...
  • 29ff5ed Merge pull request #2189 from cescoffier/messages
  • 63b3452 Merge pull request #2201 from smallrye/dependabot/maven/main/artemis.version-...
  • 9b06b80 Add support for KeyMulti<K, Message> parameters
  • 29bf0a9 Provide a utility class that allows merging incoming messages and manage ack/...
  • 333d874 Bump artemis.version from 2.28.0 to 2.29.0
  • Additional commits viewable in compare view

Updates smallrye-reactive-messaging-api from 4.6.0 to 4.7.0

Release notes

Sourced from smallrye-reactive-messaging-api's releases.

4.7.0

Changelog

  • #2203 - Implement post-processing acknowledgment support for methods receiving a single payload and producing streams stream of payloads (Multi, RS publisher, and publisher builder)
  • #2201 - Bump artemis.version from 2.28.0 to 2.29.0
  • #2199 - Force fetch SchemaInfo on Pulsar thread for AutoConsumeSchema
  • #2195 - Pulsar transactions fix
  • #2194 - Bump kafka.version from 3.4.1 to 3.5.0
  • #2193 - Bump reactive-streams-tck from 1.0.3 to 1.0.4
  • #2192 - Bump pulsar.version from 2.11.0 to 3.0.0
  • #2189 - Messages utility and KeyMulti support
  • #2188 - Bump weld.version from 5.1.0.Final to 5.1.1.Final
  • #2187 - Bump auto-service from 1.1.0 to 1.1.1
  • #2186 - Bump micrometer-core from 1.11.0 to 1.11.1
  • #2185 - Bump smallrye-config from 3.2.1 to 3.3.0
  • #2184 - RabbitMQ - Fix RabbitMQ consumer leak
  • #2182 - [RabbitMQ] Add the possibility to configure DLQ DLX and TTL
  • #2180 - Bump smallrye-health from 4.0.0 to 4.0.2
  • #2179 - Bump commons-io from 2.12.0 to 2.13.0
  • #2178 - Bump kotlin.version from 1.8.21 to 1.8.22
  • #2177 - Refactor KeyedMultiInjectionTest
  • #2176 - Bump kafka.version from 3.4.0 to 3.4.1
  • #2173 - Doc - Update Python dependencies
  • #2172 - Bump testcontainers.version from 1.18.2 to 1.18.3
  • #2171 - Bump jackson.version from 2.15.1 to 2.15.2
  • #2170 - Bump testcontainers.version from 1.18.1 to 1.18.2
  • #2169 - Add a test reproducing quarkusio/quarkus#32462
  • #2168 - Bump smallrye-fault-tolerance from 6.2.2 to 6.2.3

Breaking Changes

  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD: New value for KeyedMulti with Messages
Commits
  • ff0527b [RELEASE] - Bump version to 4.7.0
  • 4a40657 Merge pull request #2203 from cescoffier/implement-post-processing-support-fo...
  • 5b77718 Merge pull request #2204 from smallrye/dependabot/maven/main/io.smallrye-smal...
  • 3304b50 Bump smallrye-fault-tolerance from 6.2.3 to 6.2.4
  • b8d63b2 Implement post-processing acknowledgment support for methods receiving a sing...
  • 29ff5ed Merge pull request #2189 from cescoffier/messages
  • 63b3452 Merge pull request #2201 from smallrye/dependabot/maven/main/artemis.version-...
  • 9b06b80 Add support for KeyMulti<K, Message> parameters
  • 29bf0a9 Provide a utility class that allows merging incoming messages and manage ack/...
  • 333d874 Bump artemis.version from 2.28.0 to 2.29.0
  • Additional commits viewable in compare view

Updates smallrye-reactive-messaging-health from 4.6.0 to 4.7.0

Release notes

Sourced from smallrye-reactive-messaging-health's releases.

4.7.0

Changelog

  • #2203 - Implement post-processing acknowledgment support for methods receiving a single payload and producing streams stream of payloads (Multi, RS publisher, and publisher builder)
  • #2201 - Bump artemis.version from 2.28.0 to 2.29.0
  • #2199 - Force fetch SchemaInfo on Pulsar thread for AutoConsumeSchema
  • #2195 - Pulsar transactions fix
  • #2194 - Bump kafka.version from 3.4.1 to 3.5.0
  • #2193 - Bump reactive-streams-tck from 1.0.3 to 1.0.4
  • #2192 - Bump pulsar.version from 2.11.0 to 3.0.0
  • #2189 - Messages utility and KeyMulti support
  • #2188 - Bump weld.version from 5.1.0.Final to 5.1.1.Final
  • #2187 - Bump auto-service from 1.1.0 to 1.1.1
  • #2186 - Bump micrometer-core from 1.11.0 to 1.11.1
  • #2185 - Bump smallrye-config from 3.2.1 to 3.3.0
  • #2184 - RabbitMQ - Fix RabbitMQ consumer leak
  • #2182 - [RabbitMQ] Add the possibility to configure DLQ DLX and TTL
  • #2180 - Bump smallrye-health from 4.0.0 to 4.0.2
  • #2179 - Bump commons-io from 2.12.0 to 2.13.0
  • #2178 - Bump kotlin.version from 1.8.21 to 1.8.22
  • #2177 - Refactor KeyedMultiInjectionTest
  • #2176 - Bump kafka.version from 3.4.0 to 3.4.1
  • #2173 - Doc - Update Python dependencies
  • #2172 - Bump testcontainers.version from 1.18.2 to 1.18.3
  • #2171 - Bump jackson.version from 2.15.1 to 2.15.2
  • #2170 - Bump testcontainers.version from 1.18.1 to 1.18.2
  • #2169 - Add a test reproducing quarkusio/quarkus#32462
  • #2168 - Bump smallrye-fault-tolerance from 6.2.2 to 6.2.3

Breaking Changes

  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD: New value for KeyedMulti with Messages
Commits
  • ff0527b [RELEASE] - Bump version to 4.7.0
  • 4a40657 Merge pull request #2203 from cescoffier/implement-post-processing-support-fo...
  • 5b77718 Merge pull request #2204 from smallrye/dependabot/maven/main/io.smallrye-smal...
  • 3304b50 Bump smallrye-fault-tolerance from 6.2.3 to 6.2.4
  • b8d63b2 Implement post-processing acknowledgment support for methods receiving a sing...
  • 29ff5ed Merge pull request #2189 from cescoffier/messages
  • 63b3452 Merge pull request #2201 from smallrye/dependabot/maven/main/artemis.version-...
  • 9b06b80 Add support for KeyMulti<K, Message> parameters
  • 29bf0a9 Provide a utility class that allows merging incoming messages and manage ack/...
  • 333d874 Bump artemis.version from 2.28.0 to 2.29.0
  • Additional commits viewable in compare view

Updates smallrye-reactive-messaging-mqtt from 4.6.0 to 4.7.0

Release notes

Sourced from smallrye-reactive-messaging-mqtt's releases.

4.7.0

Changelog

  • #2203 - Implement post-processing acknowledgment support for methods receiving a single payload and producing streams stream of payloads (Multi, RS publisher, and publisher builder)
  • #2201 - Bump artemis.version from 2.28.0 to 2.29.0
  • #2199 - Force fetch SchemaInfo on Pulsar thread for AutoConsumeSchema
  • #2195 - Pulsar transactions fix
  • #2194 - Bump kafka.version from 3.4.1 to 3.5.0
  • #2193 - Bump reactive-streams-tck from 1.0.3 to 1.0.4
  • #2192 - Bump pulsar.version from 2.11.0 to 3.0.0
  • #2189 - Messages utility and KeyMulti support
  • #2188 - Bump weld.version from 5.1.0.Final to 5.1.1.Final
  • #2187 - Bump auto-service from 1.1.0 to 1.1.1
  • #2186 - Bump micrometer-core from 1.11.0 to 1.11.1
  • #2185 - Bump smallrye-config from 3.2.1 to 3.3.0
  • #2184 - RabbitMQ - Fix RabbitMQ consumer leak
  • #2182 - [RabbitMQ] Add the possibility to configure DLQ DLX and TTL
  • #2180 - Bump smallrye-health from 4.0.0 to 4.0.2
  • #2179 - Bump commons-io from 2.12.0 to 2.13.0
  • #2178 - Bump kotlin.version from 1.8.21 to 1.8.22
  • #2177 - Refactor KeyedMultiInjectionTest
  • #2176 - Bump kafka.version from 3.4.0 to 3.4.1
  • #2173 - Doc - Update Python dependencies
  • #2172 - Bump testcontainers.version from 1.18.2 to 1.18.3
  • #2171 - Bump jackson.version from 2.15.1 to 2.15.2
  • #2170 - Bump testcontainers.version from 1.18.1 to 1.18.2
  • #2169 - Add a test reproducing quarkusio/quarkus#32462
  • #2168 - Bump smallrye-fault-tolerance from 6.2.2 to 6.2.3

Breaking Changes

  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD: New value for KeyedMulti with Messages
Commits
  • ff0527b [RELEASE] - Bump version to 4.7.0
  • 4a40657 Merge pull request #2203 from cescoffier/implement-post-processing-support-fo...
  • 5b77718 Merge pull request #2204 from smallrye/dependabot/maven/main/io.smallrye-smal...
  • 3304b50 Bump smallrye-fault-tolerance from 6.2.3 to 6.2.4
  • b8d63b2 Implement post-processing acknowledgment support for methods receiving a sing...
  • 29ff5ed Merge pull request #2189 from cescoffier/messages
  • 63b3452 Merge pull request #2201 from smallrye/dependabot/maven/main/artemis.version-...
  • 9b06b80 Add support for KeyMulti<K, Message> parameters
  • 29bf0a9 Provide a utility class that allows merging incoming messages and manage ack/...
  • 333d874 Bump artemis.version from 2.28.0 to 2.29.0
  • Additional commits viewable in compare view

Updates smallrye-reactive-messaging-in-memory from 4.6.0 to 4.7.0

Release notes

Sourced from smallrye-reactive-messaging-in-memory's releases.

4.7.0

Changelog

  • #2203 - Implement post-processing acknowledgment support for methods receiving a single payload and producing streams stream of payloads (Multi, RS publisher, and publisher builder)
  • #2201 - Bump artemis.version from 2.28.0 to 2.29.0
  • #2199 - Force fetch SchemaInfo on Pulsar thread for AutoConsumeSchema
  • #2195 - Pulsar transactions fix
  • #2194 - Bump kafka.version from 3.4.1 to 3.5.0
  • #2193 - Bump reactive-streams-tck from 1.0.3 to 1.0.4
  • #2192 - Bump pulsar.version from 2.11.0 to 3.0.0
  • #2189 - Messages utility and KeyMulti support
  • #2188 - Bump weld.version from 5.1.0.Final to 5.1.1.Final
  • #2187 - Bump auto-service from 1.1.0 to 1.1.1
  • #2186 - Bump micrometer-core from 1.11.0 to 1.11.1
  • #2185 - Bump smallrye-config from 3.2.1 to 3.3.0
  • #2184 - RabbitMQ - Fix RabbitMQ consumer leak
  • #2182 - [RabbitMQ] Add the possibility to configure DLQ DLX and TTL
  • #2180 - Bump smallrye-health from 4.0.0 to 4.0.2
  • #2179 - Bump commons-io from 2.12.0 to 2.13.0
  • #2178 - Bump kotlin.version from 1.8.21 to 1.8.22
  • #2177 - Refactor KeyedMultiInjectionTest
  • #2176 - Bump kafka.version from 3.4.0 to 3.4.1
  • #2173 - Doc - Update Python dependencies
  • #2172 - Bump testcontainers.version from 1.18.2 to 1.18.3
  • #2171 - Bump jackson.version from 2.15.1 to 2.15.2
  • #2170 - Bump testcontainers.version from 1.18.1 to 1.18.2
  • #2169 - Add a test reproducing quarkusio/quarkus#32462
  • #2168 - Bump smallrye-fault-tolerance from 6.2.2 to 6.2.3

Breaking Changes

  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD: New value for KeyedMulti with Messages
Commits
  • ff0527b [RELEASE] - Bump version to 4.7.0
  • 4a40657 Merge pull request #2203 from cescoffier/implement-post-processing-support-fo...
  • 5b77718 Merge pull request #2204 from smallrye/dependabot/maven/main/io.smallrye-smal...
  • 3304b50 Bump smallrye-fault-tolerance from 6.2.3 to 6.2.4
  • b8d63b2 Implement post-processing acknowledgment support for methods receiving a sing...
  • 29ff5ed Merge pull request #2189 from cescoffier/messages
  • 63b3452 Merge pull request #2201 from smallrye/dependabot/maven/main/artemis.version-...
  • 9b06b80 Add support for KeyMulti<K, Message> parameters
  • 29bf0a9 Provide a utility class that allows merging incoming messages and manage ack/...
  • 333d874 Bump artemis.version from 2.28.0 to 2.29.0
  • Additional commits viewable in compare view

Updates smallrye-reactive-messaging-kafka from 4.6.0 to 4.7.0

Release notes

Sourced from smallrye-reactive-messaging-kafka's releases.

4.7.0

Changelog

  • #2203 - Implement post-processing acknowledgment support for methods receiving a single payload and producing streams stream of payloads (Multi, RS publisher, and publisher builder)
  • #2201 - Bump artemis.version from 2.28.0 to 2.29.0
  • #2199 - Force fetch SchemaInfo on Pulsar thread for AutoConsumeSchema
  • #2195 - Pulsar transactions fix
  • #2194 - Bump kafka.version from 3.4.1 to 3.5.0
  • #2193 - Bump reactive-streams-tck from 1.0.3 to 1.0.4
  • #2192 - Bump pulsar.version from 2.11.0 to 3.0.0
  • #2189 - Messages utility and KeyMulti support
  • #2188 - Bump weld.version from 5.1.0.Final to 5.1.1.Final
  • #2187 - Bump auto-service from 1.1.0 to 1.1.1
  • #2186 - Bump micrometer-core from 1.11.0 to 1.11.1
  • #2185 - Bump smallrye-config from 3.2.1 to 3.3.0
  • #2184 - RabbitMQ - Fix RabbitMQ consumer leak
  • #2182 - [RabbitMQ] Add the possibility to configure DLQ DLX and TTL
  • #2180 - Bump smallrye-health from 4.0.0 to 4.0.2
  • #2179 - Bump commons-io from 2.12.0 to 2.13.0
  • #2178 - Bump kotlin.version from 1.8.21 to 1.8.22
  • #2177 - Refactor KeyedMultiInjectionTest
  • #2176 - Bump kafka.version from 3.4.0 to 3.4.1
  • #2173 - Doc - Update Python dependencies
  • #2172 - Bump testcontainers.version from 1.18.2 to 1.18.3
  • #2171 - Bump jackson.version from 2.15.1 to 2.15.2
  • #2170 - Bump testcontainers.version from 1.18.1 to 1.18.2
  • #2169 - Add a test reproducing quarkusio/quarkus#32462
  • #2168 - Bump smallrye-fault-tolerance from 6.2.2 to 6.2.3

Breaking Changes

  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD: New value for KeyedMulti with Messages
Commits
  • ff0527b [RELEASE] - Bump version to 4.7.0
  • 4a40657 Merge pull request #2203 from cescoffier/implement-post-processing-support-fo...
  • 5b77718 Merge pull request #2204 from smallrye/dependabot/maven/main/io.smallrye-smal...
  • 3304b50 Bump smallrye-fault-tolerance from 6.2.3 to 6.2.4
  • b8d63b2 Implement post-processing acknowledgment support for methods receiving a sing...
  • 29ff5ed Merge pull request #2189 from cescoffier/messages
  • 63b3452 Merge pull request #2201 from smallrye/dependabot/maven/main/artemis.version-...
  • 9b06b80 Add support for KeyMulti<K, Message> parameters
  • 29bf0a9 Provide a utility class that allows merging incoming messages and manage ack/...
  • 333d874 Bump artemis.version from 2.28.0 to 2.29.0
  • Additional commits viewable in compare view

Updates smallrye-reactive-messaging-kafka-api from 4.6.0 to 4.7.0

Release notes

Sourced from smallrye-reactive-messaging-kafka-api's releases.

4.7.0

Changelog

  • #2203 - Implement post-processing acknowledgment support for methods receiving a single payload and producing streams stream of payloads (Multi, RS publisher, and publisher builder)
  • #2201 - Bump artemis.version from 2.28.0 to 2.29.0
  • #2199 - Force fetch SchemaInfo on Pulsar thread for AutoConsumeSchema
  • #2195 - Pulsar transactions fix
  • #2194 - Bump kafka.version from 3.4.1 to 3.5.0
  • #2193 - Bump reactive-streams-tck from 1.0.3 to 1.0.4
  • #2192 - Bump pulsar.version from 2.11.0 to 3.0.0
  • #2189 - Messages utility and KeyMulti support
  • #2188 - Bump weld.version from 5.1.0.Final to 5.1.1.Final
  • #2187 - Bump auto-service from 1.1.0 to 1.1.1
  • #2186 - Bump micrometer-core from 1.11.0 to 1.11.1
  • #2185 - Bump smallrye-config from 3.2.1 to 3.3.0
  • #2184 - RabbitMQ - Fix RabbitMQ consumer leak
  • #2182 - [RabbitMQ] Add the possibility to configure DLQ DLX and TTL
  • #2180 - Bump smallrye-health from 4.0.0 to 4.0.2
  • #2179 - Bump commons-io from 2.12.0 to 2.13.0
  • #2178 - Bump kotlin.version from 1.8.21 to 1.8.22
  • #2177 - Refactor KeyedMultiInjectionTest
  • #2176 - Bump kafka.version from 3.4.0 to 3.4.1
  • #2173 - Doc - Update Python dependencies
  • #2172 - Bump testcontainers.version from 1.18.2 to 1.18.3
  • #2171 - Bump jackson.version from 2.15.1 to 2.15.2
  • #2170 - Bump testcontainers.version from 1.18.1 to 1.18.2
  • #2169 - Add a test reproducing quarkusio/quarkus#32462
  • #2168 - Bump smallrye-fault-tolerance from 6.2.2 to 6.2.3

Breaking Changes

  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD: New value for KeyedMulti with Messages
Commits
  • ff0527b [RELEASE] - Bump version to 4.7.0
  • 4a40657 Merge pull request #2203 from cescoffier/implement-post-processing-support-fo...
  • 5b77718 Merge pull request #2204 from smallrye/dependabot/maven/main/io.smallrye-smal...
  • 3304b50 Bump smallrye-fault-tolerance from 6.2.3 to 6.2.4
  • b8d63b2 Implement post-processing acknowledgment support for methods receiving a sing...
  • 29ff5ed Merge pull request #2189 from cescoffier/messages
  • 63b3452 Merge pull request #2201 from smallrye/dependabot/maven/main/artemis.version-...
  • 9b06b80 Add support for KeyMulti<K, Message> parameters
  • 29bf0a9 Provide a utility class that allows merging incoming messages and manage ack/...
  • 333d874 Bump artemis.version from 2.28.0 to 2.29.0
  • Additional commits viewable in compare view

Updates smallrye-reactive-messaging-kafka-test-companion from 4.6.0 to 4.7.0

Release notes

Sourced from smallrye-reactive-messaging-kafka-test-companion's releases.

4.7.0

Changelog

  • #2203 - Implement post-processing acknowledgment support for methods receiving a single payload and producing streams stream of payloads (Multi, RS publisher, and publisher builder)
  • #2201 - Bump artemis.version from 2.28.0 to 2.29.0
  • #2199 - Force fetch SchemaInfo on Pulsar thread for AutoConsumeSchema
  • #2195 - Pulsar transactions fix
  • #2194 - Bump kafka.version from 3.4.1 to 3.5.0
  • #2193 - Bump reactive-streams-tck from 1.0.3 to 1.0.4
  • #2192 - Bump pulsar.version from 2.11.0 to 3.0.0
  • #2189 - Messages utility and KeyMulti support
  • #2188 - Bump weld.version from 5.1.0.Final to 5.1.1.Final
  • #2187 - Bump auto-service from 1.1.0 to 1.1.1
  • #2186 - Bump micrometer-core from 1.11.0 to 1.11.1
  • #2185 - Bump smallrye-config from 3.2.1 to 3.3.0
  • #2184 - RabbitMQ - Fix RabbitMQ consumer leak
  • #2182 - [RabbitMQ] Add the possibility to configure DLQ DLX and TTL
  • #2180 - Bump smallrye-health from 4.0.0 to 4.0.2
  • #2179 - Bump commons-io from 2.12.0 to 2.13.0
  • #2178 - Bump kotlin.version from 1.8.21 to 1.8.22
  • #2177 - Refactor KeyedMultiInjectionTest
  • #2176 - Bump kafka.version from 3.4.0 to 3.4.1
  • #2173 - Doc - Update Python dependencies
  • #2172 - Bump testcontainers.version from 1.18.2 to 1.18.3
  • #2171 - Bump jackson.version from 2.15.1 to 2.15.2
  • #2170 - Bump testcontainers.version from 1.18.1 to 1.18.2
  • #2169 - Add a test reproducing quarkusio/quarkus#32462
  • #2168 - Bump smallrye-fault-tolerance from 6.2.2 to 6.2.3

Breaking Changes

  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.MESSAGE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.NONE: New value for KeyedMulti with Messages
  • field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD updated to field io.smallrye.reactive.messaging.MediatorConfiguration.Consumption.PAYLOAD: New value for KeyedMulti with Messages
Commits
  • ff0527b [RELEASE] - Bump version to 4.7.0
  • 4a40657 Merge pull request #2203 from cescoffier/implement-post-processing-support-fo...
  • 5b77718 Merge pull request #2204 from smallrye/dependabot/maven/main/io.smallrye-smal...
  • 3304b50 Bump smallrye-fault-tolerance from 6.2.3 to 6.2.4
  • b8d63b2 Implement post-processing acknowledgment support for methods receiving a sing...
  • 29ff5ed Merge pull request #2189 from cescoffier/messages
  • 63b3452 Merge pull request #2201 from smallrye/dependabot/maven/main/artemis.version-...
  • 9b06b80 Add support for KeyMulti<K, Message> parameters
  • 29bf0a9 Provide a utility class that allows merging incoming messages and manage ack/...
  • 333d874 Bump artemis.version from 2.28.0 to 2.29.0
  • Additional commits viewable in compare view

Updates smallrye-reactive-messaging-amqp from 4.6.0 to 4.7.0

Release notes

Sourced from smallrye-reactive-messaging-amqp's releases.

4.7.0

Changelog

  • #2203 - Implement post-processing acknowledgment support for methods receiving a single payload and producing streams stream of payloads (Multi, RS publisher, and publisher builder)
  • #2201 - Bump artemis.version from 2.28.0 to 2.29.0
  • #2199 - Force fetch SchemaInfo on Pulsar thread for AutoConsumeSchema
  • #2195 - Pulsar transactions fix
  • #2194 - Bump kafka.version from 3.4.1 to 3.5.0
  • #2193 - Bump reactive-streams-tck from 1.0.3 to 1.0.4
  • #2192 - Bump pulsar.version from 2.11.0 to 3.0.0
  • #2189 - Messages utility and KeyMulti support
  • #2188 - Bump weld.version from 5.1.0.Final to 5.1.1.Final
  • #2187 - Bump auto-service from 1.1.0 to 1.1.1
  • #2186 - Bump micrometer-core from 1.11.0 to 1.11.1
  • #2185 - Bump smallrye-config from 3.2.1 to 3.3.0
  • #2184 - RabbitMQ - Fix RabbitMQ consumer leak
  • #2182 - [RabbitMQ] Add the possibility to configure DLQ DLX and TTL
  • #2180 - Bump smallrye-health from 4.0.0 to 4.0.2
  • #2179 - Bump commons-io from 2.12.0 to 2.13.0
  • #2178 - Bump kotlin.version f...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `smallrye-reactive-messaging.version` from 4.6.0 to 4.7.0.

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

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

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

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

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

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

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

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

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

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

Updates `smallrye-connector-attribute-processor` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.6.0...4.7.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-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] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 23, 2023

The following labels could not be found: area/dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants