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-core/src/main/java/org/springframework/batch/core/configuration/annotation/EnableBatchProcessing.java
+2
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,9 @@
241
241
/**
242
242
* The large object handler to use in job repository and job explorer.
243
243
* @return the bean name of the lob handler to use. Defaults to {@literal lobHandler}.
244
+
* @deprecated Since 5.2 with no replacement. Scheduled for removal in v6
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/configuration/support/DefaultBatchConfiguration.java
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/explore/support/JobExplorerFactoryBean.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2023 the original author or authors.
2
+
* Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -143,7 +143,9 @@ public void setJobKeyGenerator(JobKeyGenerator jobKeyGenerator) {
143
143
* {@code null}, which works for most databases.
144
144
* @param lobHandler Large object handler for saving an
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/JdbcExecutionContextDao.java
+5
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,11 @@ public void deleteExecutionContext(StepExecution stepExecution) {
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/repository/support/JobRepositoryFactoryBean.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2023 the original author or authors.
2
+
* Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -129,9 +129,10 @@ public void setSerializer(ExecutionContextSerializer serializer) {
129
129
* (usually older) versions of Oracle. The default is determined from the data base
130
130
* type.
131
131
* @param lobHandler the {@link LobHandler} to set
132
-
*
132
+
* @deprecated Since 5.2 with no replacement. Scheduled for removal in v6
0 commit comments