Skip to content

Commit

Permalink
Update "what's new section"
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Mar 23, 2022
1 parent dc04f53 commit ff9d069
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion spring-batch-docs/src/main/asciidoc/whatsnew.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit ff9d069

Please sign in to comment.