From d4fe272ce566c2797f0badde84553cbff1f574db Mon Sep 17 00:00:00 2001 From: Sanghyuk Jung Date: Tue, 4 Apr 2023 05:53:53 +0900 Subject: [PATCH] Remove outdated reference to JPA in BatchProperties See gh-34844 --- .../boot/autoconfigure/batch/BatchProperties.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/BatchProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/BatchProperties.java index 0f40b7807e..9fede58dcb 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/BatchProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/BatchProperties.java @@ -69,7 +69,6 @@ public class BatchProperties { /** * Transaction isolation level to use when creating job meta-data for new jobs. - * Auto-detected based on whether JPA is being used or not. */ private Isolation isolationLevelForCreate;