From ff9d0695149141cbb470fd92158b00079db067a3 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 23 Mar 2022 11:11:32 +0100 Subject: [PATCH] Update "what's new section" --- .../src/main/asciidoc/whatsnew.adoc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/spring-batch-docs/src/main/asciidoc/whatsnew.adoc b/spring-batch-docs/src/main/asciidoc/whatsnew.adoc index 6ef17ad07..685462885 100644 --- a/spring-batch-docs/src/main/asciidoc/whatsnew.adoc +++ b/spring-batch-docs/src/main/asciidoc/whatsnew.adoc @@ -11,8 +11,12 @@ Spring Batch 5.0 release has the following major themes: * Java 17 Requirement * Dependencies Re-baseline * Batch infrastructure configuration updates +* New features * Pruning +For more details about the changes, +please refer to the link:$$https://github.com/spring-projects/spring-batch/wiki/Spring-Batch-5.0-Migration-Guide$$[migration guide]. + === Java 17 Requirement Spring Batch follows Spring Framework's baselines for both Java version and third party dependencies. @@ -52,6 +56,18 @@ context. While this was convenient in many cases, the unconditional exposure of interfere with a user-defined transaction manager. In this release, `@EnableBatchProcessing` does not expose a transaction manager bean in the application context anymore. +=== New features + +==== Batch tracing with Micrometer + +With the upgrade to Micrometer 2, you can now get batch tracing in addition to batch metrics. +Spring Batch will create a span for each job and a span for each step within a job. This tracing +meta-data can be collected and viewed on a dahsboard like link:$$https://zipkin.io$$[Zipkin] for example. + +==== Support for SAP HANA a job repository in Spring Batch + +This release introduces the support of SAP HANA as an additional supported database for the job repository. + === Pruning ==== Deprecated APIs removal @@ -100,4 +116,4 @@ was deprecated in version 4.3 and removed in version 5.0. ==== JSR-352 implementation removal -Due to a lack of adoption, the implementation of the JSR-352 has been removed in this release. +Due to a lack of adoption, the implementation of the JSR-352 has been discontinued in this release.