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
Copy file name to clipboardExpand all lines: spring-batch-docs/asciidoc/job.adoc
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -764,7 +764,29 @@ semantics within the repository, and because the business logic might still be
764
764
transactional (such as RDBMS access). For testing purposes many people find the
765
765
`ResourcelessTransactionManager` useful.
766
766
767
+
[NOTE]
768
+
====
769
+
The `MapJobRepositoryFactoryBean` and related classes have been deprecated in v4 and are scheduled
770
+
for removal in v5. If you want to use an in-memory job repository, you can use an embedded database
771
+
like H2, Apache Derby or HSQLDB. There are several ways to create an embedded database and use it in
772
+
your Spring Batch application. One way to do that is by using the APIs from link:$$https://docs.spring.io/spring-framework/docs/current/reference/html/data-access.html#jdbc-embedded-database-support$$[Spring JDBC]:
0 commit comments