Skip to content

Commit 1e48c78

Browse files
committed
Update whats new in Spring 3.2
Issue: SPR-10015
1 parent 37b0277 commit 1e48c78

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/reference/docbook/new-in-3.2.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,22 @@
207207

208208
</section>
209209

210+
<section xml:id="new-in-3.2-date-time-format-without-joda">
211+
<title>Support for <interfacename>@DateTimeFormat</interfacename> without Joda Time</title>
212+
<para>The <interfacename>@DateTimeFormat</interfacename> annotation can now be
213+
used without needing a dependency on the Joda Time library. If Joda Time is not
214+
present the JDK <classname>SimpleDateFormat</classname> will be used to parse and
215+
print date patterns. When Joda time is present it will continue to be used in
216+
preference to <classname>SimpleDateFormat</classname>.
217+
</para>
218+
</section>
219+
220+
<section xml:id="new-in-3.2-global-date-time-format">
221+
<title>Global date &amp; time formatting</title>
222+
<para>It is now possible to define global formats that will be used when parsing
223+
and printing date and time types. See
224+
<xref linkend="format-configuring-formatting-globaldatetimeformat"/> for details.
225+
</para>
226+
</section>
210227
</section>
211228
</chapter>

0 commit comments

Comments
 (0)