Start version 3.2
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -33,7 +33,7 @@ updates:
|
||||
- com.github.luben:zstd-jni
|
||||
|
||||
- package-ecosystem: gradle
|
||||
target-branch: 3.0.x
|
||||
target-branch: 3.1.x
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
@@ -78,7 +78,7 @@ updates:
|
||||
- '*'
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
target-branch: 3.0.x
|
||||
target-branch: 3.1.x
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version=3.1.6-SNAPSHOT
|
||||
version=3.2.0-SNAPSHOT
|
||||
org.gradle.jvmargs=-Xms512m -Xmx4g -Dfile.encoding=UTF-8
|
||||
org.gradle.daemon=true
|
||||
org.gradle.caching=true
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
* Change History
|
||||
** xref:appendix/current-release.adoc[]
|
||||
** xref:appendix/previous-whats-new.adoc[]
|
||||
*** xref:appendix/previous-whats-new/changes-in-3-1-since-3-0.adoc[]
|
||||
*** xref:appendix/previous-whats-new/changes-in-3-0-since-2-4.adoc[]
|
||||
*** xref:appendix/previous-whats-new/changes-in-2-4-since-2-3.adoc[]
|
||||
*** xref:appendix/previous-whats-new/message-converter-changes.adoc[]
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
[[changes-in-3-1-since-3-0]]
|
||||
== Changes in 3.1 Since 3.0
|
||||
|
||||
[[java-17-spring-framework-6-1]]
|
||||
=== Java 17, Spring Framework 6.1
|
||||
|
||||
This version requires Spring Framework 6.1 and Java 17.
|
||||
|
||||
[[x31-exc]]
|
||||
=== Exclusive Consumer Logging
|
||||
|
||||
Log messages reporting access refusal due to exclusive consumers are now logged at DEBUG level by default.
|
||||
It remains possible to configure your own logging behavior by setting the `exclusiveConsumerExceptionLogger` and `closeExceptionLogger` properties on the listener container and connection factory respectively.
|
||||
In addition, the `SimpleMessageListenerContainer` consumer restart after such an exception is now logged at DEBUG level by default (previously INFO).
|
||||
A new method `logRestart()` has been added to the `ConditionalExceptionLogger` to allow this to be changed.
|
||||
See xref:amqp/receiving-messages/consumer-events.adoc[Consumer Events] and xref:amqp/connections.adoc#channel-close-logging[Logging Channel Close Events] for more information.
|
||||
|
||||
[[x31-conn-backoff]]
|
||||
=== Connections Enhancement
|
||||
|
||||
Connection Factory supported backoff policy when creating connection channel.
|
||||
See xref:amqp/connections.adoc[Choosing a Connection Factory] for more information.
|
||||
|
||||
|
||||
@@ -2,27 +2,10 @@
|
||||
= What's New
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
[[changes-in-3-1-since-3-0]]
|
||||
== Changes in 3.1 Since 3.0
|
||||
|
||||
[[java-17-spring-framework-6-1]]
|
||||
=== Java 17, Spring Framework 6.1
|
||||
|
||||
This version requires Spring Framework 6.1 and Java 17.
|
||||
|
||||
[[x31-exc]]
|
||||
=== Exclusive Consumer Logging
|
||||
|
||||
Log messages reporting access refusal due to exclusive consumers are now logged at DEBUG level by default.
|
||||
It remains possible to configure your own logging behavior by setting the `exclusiveConsumerExceptionLogger` and `closeExceptionLogger` properties on the listener container and connection factory respectively.
|
||||
In addition, the `SimpleMessageListenerContainer` consumer restart after such an exception is now logged at DEBUG level by default (previously INFO).
|
||||
A new method `logRestart()` has been added to the `ConditionalExceptionLogger` to allow this to be changed.
|
||||
See xref:amqp/receiving-messages/consumer-events.adoc[Consumer Events] and <<channel-close-logging>> for more information.
|
||||
|
||||
[[x31-conn-backoff]]
|
||||
=== Connections Enhancement
|
||||
|
||||
Connection Factory supported backoff policy when creating connection channel.
|
||||
See xref:amqp/connections.adoc[Choosing a Connection Factory] for more information.
|
||||
[[changes-in-3-2-since-3-1]]
|
||||
== Changes in 3.2 Since 3.1
|
||||
|
||||
[[spring-framework-6-2]]
|
||||
=== Spring Framework 6.1
|
||||
|
||||
This version requires Spring Framework 6.2.
|
||||
Reference in New Issue
Block a user