Skip to content

Commit 22e110b

Browse files
committed
Update whatsnew.adoc
1 parent d4ed2fb commit 22e110b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-batch-docs/modules/ROOT/pages/whatsnew.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Spring Batch 6.0 includes the following features and improvements:
1313
* xref:whatsnew.adoc#ability-to-recover-failed-job-executions[Ability to recover failed job executions]
1414
* xref:whatsnew.adoc#ability-to-stop-all-kind-of-steps[Ability to stop all kinds of steps]
1515
* xref:whatsnew.adoc#observability-with-jfr[Observability support with the Java Flight Recorder (JFR)]
16+
* xref:whatsnew.adoc#jspecify[Null safety annotations with JSpecify]
1617
* xref:whatsnew.adoc#deprecations-and-pruning[Deprecations and pruning]
1718

1819
[[dependencies-upgrade]]
@@ -184,6 +185,11 @@ JFR is a powerful profiling and event collection framework built into the Java V
184185

185186
This release introduces several JFR events to monitor key aspects of a batch job execution, including job and step executions, item reads and writes, as well as transaction boundaries.
186187

188+
[[jspecify]]
189+
== Null safety annotations with JSpecify
190+
191+
Spring Batch 6.0 APIs are now annotated with https://jspecify.dev/[JSpecify] annotations to provide better null-safety guarantees and improve code quality.
192+
187193
[[deprecations-and-pruning]]
188194
== Deprecations and pruning
189195

0 commit comments

Comments
 (0)