Skip to content

Commit eb160fb

Browse files
committed
Deprecate SystemPropertyInitializer
Resolves #4680
1 parent a297cd1 commit eb160fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-batch-infrastructure/src/main/java/org/springframework/batch/support/SystemPropertyInitializer.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2006-2007 the original author or authors.
2+
* Copyright 2006-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -24,8 +24,9 @@
2424
* exists it is not changed).
2525
*
2626
* @author Dave Syer
27-
*
27+
* @deprecated since 5.2 with no replacement.
2828
*/
29+
@Deprecated(since = "5.2.0", forRemoval = true)
2930
public class SystemPropertyInitializer implements InitializingBean {
3031

3132
/**

0 commit comments

Comments
 (0)