5 lines
1.9 KiB
HTML
5 lines
1.9 KiB
HTML
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:pls="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:ssml="http://www.w3.org/2001/10/synthesis" xmlns:svg="http://www.w3.org/2000/svg"><head><title>Chapter 2. What's New in Spring Batch 4.0</title><link rel="stylesheet" type="text/css" href="docbook-epub.css"/><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"/><link rel="prev" href="ch01s05.xhtml" title="Batch Processing Strategies"/><link rel="next" href="ch02s02.xhtml" title="Dependencies re-baseline"/></head><body><header/><section class="chapter" title="Chapter 2. What's New in Spring Batch 4.0" epub:type="chapter" id="whatsNew"><div class="titlepage"><div><div><h1 class="title">Chapter 2. What's New in Spring Batch 4.0</h1></div></div></div><p>The Spring Batch 4.0 release has three major themes:</p><div class="itemizedlist" epub:type="list"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem" epub:type="list-item"><p>Java 8 Requirement</p></li><li class="listitem" epub:type="list-item"><p>Dependencies re-baseline</p></li><li class="listitem" epub:type="list-item"><p>Builders for <code class="classname">ItemReaders</code> and <code class="classname">ItemWriters</code></p></li></ul></div><section class="section" title="Java 8 Requirement" epub:type="subchapter" id="whatsNewJava"><div class="titlepage"><div><div><h2 class="title" style="clear: both">Java 8 Requirement</h2></div></div></div><p>Spring Batch has historically followed Spring Framework's baselines for both
|
||
java version as well as third party dependencies. With Spring Batch 4, the Spring
|
||
Framework version is being upgraded to Spring Framework 5. As such, the java
|
||
version requirement for Spring Batch is also increasing to Java 8.
|
||
</p></section></section><footer/></body></html> |