You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where `parameterType` is the fully qualified name of the type of the parameter. Spring Batch provides
194
+
the `DefaultJobParametersConverter` to support this notation.
195
+
196
+
===== Extended notation
197
+
198
+
While the default notation is well suited for the majority of use cases, it might not be convenient when
199
+
the value contains a comma for example. In this case, the extended notation can be used, which is inspired
200
+
by Spring Boot's link:$$https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.external-config.application-json$$[Json Application Properties]
where `parameterType` is the fully qualified name of the type of the parameter. Spring Batch provides the
208
+
`JsonJobParametersConverter` to support this notation.
209
+
157
210
[[batch-testing-configuration-updates]]
158
211
=== Batch Testing Configuration Updates
159
212
@@ -209,6 +262,7 @@ We took the opportunity of this major release to improve the code base with feat
209
262
210
263
* Use default methods in interfaces and deprecate "support" classes (see link:$$https://github.com/spring-projects/spring-batch/issues/3924$$[issue 3924])
211
264
* Add `@FunctionalInterface` where appropriate in public APIs (see link:$$https://github.com/spring-projects/spring-batch/issues/4107$$[issue 4107])
265
+
* Add support to use types from the Date and Time APIs as job parameters. (see link:$$https://github.com/spring-projects/spring-batch/issues/1035$$[issue 1035$$])
212
266
213
267
==== Support for SAP HANA a job repository in Spring Batch
0 commit comments