Skip to content

4.12.0

Compare
Choose a tag to compare
@ozangunalp ozangunalp released this 24 Nov 10:05
· 754 commits to main since this release
8b8c513

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