From d4fe272ce566c2797f0badde84553cbff1f574db Mon Sep 17 00:00:00 2001 From: Sanghyuk Jung Date: Tue, 4 Apr 2023 05:53:53 +0900 Subject: [PATCH 1/2] 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; From 55125c7a5c87bc55e3cda75222ca17117d12e19d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Apr 2023 16:13:23 +0200 Subject: [PATCH 2/2] Update copyright header of changed file See gh-34844 --- .../boot/autoconfigure/batch/BatchProperties.java | 2 +- 1 file changed, 1 insertion(+), 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 9fede58dcb..c308b01614 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 @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.