diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eea47007..ea7fd6cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/gradle.properties b/gradle.properties index 53f8c871..6bc0422a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/reference/antora/modules/ROOT/nav.adoc b/src/reference/antora/modules/ROOT/nav.adoc index a6a17cb9..40dd5a27 100644 --- a/src/reference/antora/modules/ROOT/nav.adoc +++ b/src/reference/antora/modules/ROOT/nav.adoc @@ -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[] diff --git a/src/reference/antora/modules/ROOT/pages/appendix/previous-whats-new/changes-in-3-1-since-3-0.adoc b/src/reference/antora/modules/ROOT/pages/appendix/previous-whats-new/changes-in-3-1-since-3-0.adoc new file mode 100644 index 00000000..7c8327fc --- /dev/null +++ b/src/reference/antora/modules/ROOT/pages/appendix/previous-whats-new/changes-in-3-1-since-3-0.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. + + diff --git a/src/reference/antora/modules/ROOT/pages/whats-new.adoc b/src/reference/antora/modules/ROOT/pages/whats-new.adoc index 4c933d42..5c8c40f2 100644 --- a/src/reference/antora/modules/ROOT/pages/whats-new.adoc +++ b/src/reference/antora/modules/ROOT/pages/whats-new.adoc @@ -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 <> 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. \ No newline at end of file