Skip to content

2.8.0

Compare
Choose a tag to compare
@cescoffier cescoffier released this 02 Feb 15:13
· 2720 commits to main since this release

Major changes

Complete changelog

  • #971 - Improve inheritance support
  • #970 - Fix the default value of the strict configuration property
  • #963 - expand test to cover change in default behaviour from #953
  • #962 - Allows invoking non-public methods
  • #960 - Remove wrong comment from AmqpRelease
  • #959 - Default invoker should support non-public mediator methods
  • #956 - Implement a new approach for the Kafka readiness check
  • #954 - Clean the 'enabled' property to avoid some warning
  • #953 - The AMQP incoming durable attribute should be false by default
  • #952 - Add merge attribute to outbound connectors
  • #951 - Mark @channel and @emitter experimental
  • #950 - MP Emitter repackaged from unreleased spec is not marked as Experimental
  • #948 - Make sure the Kafka Admin client config contain sasl attributes
  • #947 - Fix Kafka producer close that can block forever
  • #946 - Kafka - Avoid high-load after a disconnection
  • #940 - Mutiny 0.13.0 and Vert.x Mutiny API 1.4.0
  • #939 - Bump smallrye-reactive-converter-api.version from 1.3.0 to 1.4.0
  • #938 - Bump smallrye-vertx-mutiny-clients.version from 1.3.0 to 1.4.0
  • #936 - Set strict via MP Config rather than direct system property
  • #935 - Update to OpenTelemetry 0.14.1
  • #931 - various AMQP test improvements
  • #929 - Detect and throw a CDI DefinitionException when trying to inject an Emitter<Message<?>>
  • #926 - Update to OpenTelemetry 0.13.1
  • #924 - Improve error reporting in case of invalid signature.
  • #923 - Improve injected channel support
  • #893 - Bump smallrye-config from 1.9.3 to 1.10.0
  • #827 - Ambiguous DefinitionException when using @Blocking with invalid signature on reactive channel