@@ -316,6 +316,15 @@ using the GraalVM native-image compiler has started in v4.2 and was shipped as e
316316
317317In this release, the native support has been improved significantly and is now considered out of beta.
318318
319+ ==== Execution context Meta-data improvement
320+
321+ In addition to what Spring Batch already persists in the execution context with regard to runtime
322+ information (like the step type, restart flag, etc), this release adds an important detail in the
323+ execution context which is the Spring Batch version that was used to serialize the context.
324+
325+ While this seems a detail, it has a huge added value when debugging upgrade issue with regard to
326+ execution context serialization and deserialization.
327+
319328==== Improved documentation
320329
321330In this release, the documentation was updated to use the Spring Asciidoctor Backend.
@@ -347,6 +356,14 @@ for more details about these changes.
347356SqlFire has been announced to be EOL as of November 1st, 2014. The support of SQLFire as a job repository
348357was deprecated in version v4.3 and removed in version v5.0.
349358
359+ [[gemfire-support-removal]]
360+ ==== GemFire support removal
361+
362+ Based on the [decision to discontinue](https://github.com/spring-projects/spring-data-geode#notice
363+ ) the support of Spring Data for Apache Geode, the support for Geode in Spring Batch was removed.
364+ The code was moved to the [spring-batch-extensions](https://github.com/spring-projects/spring-batch-extensions) repository
365+ as a community-driven effort.
366+
350367[[jsr-352-implementation-removal]]
351368==== JSR-352 Implementation Removal
352369
0 commit comments