Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6186239

Browse files
committed
Remove obsolete references to specific release versions in testing docs
1 parent fbe05f0 commit 6186239

File tree

12 files changed

+94
-97
lines changed

12 files changed

+94
-97
lines changed

spring-test/src/main/java/org/springframework/test/annotation/DirtiesContext.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2019 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.
@@ -40,8 +40,8 @@
4040
* after any such annotated method as well as before or after the current test
4141
* class, depending on the configured {@link #methodMode} and {@link #classMode}.
4242
*
43-
* <p>As of Spring Framework 4.0, this annotation may be used as a
44-
* <em>meta-annotation</em> to create custom <em>composed annotations</em>.
43+
* <p>This annotation may be used as a <em>meta-annotation</em> to create custom
44+
* <em>composed annotations</em>.
4545
*
4646
* <h3>Supported Test Phases</h3>
4747
* <ul>

spring-test/src/main/java/org/springframework/test/annotation/IfProfileValue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
* {@code @IfProfileValue} is used to enable or disable tests.
8080
*
8181
* <h3>Meta-annotation Support</h3>
82-
* <p>As of Spring Framework 4.0, this annotation may be used as a
83-
* <em>meta-annotation</em> to create custom <em>composed annotations</em>.
82+
* <p>This annotation may be used as a <em>meta-annotation</em> to create custom
83+
* <em>composed annotations</em>.
8484
*
8585
* @author Rod Johnson
8686
* @author Sam Brannen

spring-test/src/main/java/org/springframework/test/annotation/ProfileValueSourceConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
* to use when retrieving <em>profile values</em> configured via
3030
* {@link IfProfileValue @IfProfileValue}.
3131
*
32-
* <p>As of Spring Framework 4.0, this annotation may be used as a
33-
* <em>meta-annotation</em> to create custom <em>composed annotations</em>.
32+
* <p>This annotation may be used as a <em>meta-annotation</em> to create custom
33+
* <em>composed annotations</em>.
3434
*
3535
* @author Sam Brannen
3636
* @since 2.5

spring-test/src/main/java/org/springframework/test/annotation/Repeat.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
* test method itself as well as any <em>set up</em> or <em>tear down</em> of
3131
* the test fixture.
3232
*
33-
* <p>As of Spring Framework 4.0, this annotation may be used as a
34-
* <em>meta-annotation</em> to create custom <em>composed annotations</em>.
33+
* <p>This annotation may be used as a <em>meta-annotation</em> to create custom
34+
* <em>composed annotations</em>.
3535
*
3636
* @author Rod Johnson
3737
* @author Sam Brannen

spring-test/src/main/java/org/springframework/test/annotation/Timed.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
* any {@linkplain Repeat repetitions} of the test, and any <em>set up</em> or
3434
* <em>tear down</em> of the test fixture.
3535
*
36-
* <p>As of Spring Framework 4.0, this annotation may be used as a
37-
* <em>meta-annotation</em> to create custom <em>composed annotations</em>.
36+
* <p>This annotation may be used as a <em>meta-annotation</em> to create custom
37+
* <em>composed annotations</em>.
3838
*
3939
* @author Rod Johnson
4040
* @author Sam Brannen

spring-test/src/main/java/org/springframework/test/context/ActiveProfiles.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2019 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.
@@ -31,8 +31,8 @@
3131
* an {@link org.springframework.context.ApplicationContext ApplicationContext}
3232
* for test classes.
3333
*
34-
* <p>As of Spring Framework 4.0, this annotation may be used as a
35-
* <em>meta-annotation</em> to create custom <em>composed annotations</em>.
34+
* <p>This annotation may be used as a <em>meta-annotation</em> to create custom
35+
* <em>composed annotations</em>.
3636
*
3737
* @author Sam Brannen
3838
* @since 3.1

spring-test/src/main/java/org/springframework/test/context/ContextHierarchy.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2019 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.
@@ -131,8 +131,8 @@
131131
* )
132132
* public class ExtendedTests extends BaseTests {}</pre>
133133
*
134-
* <p>As of Spring Framework 4.0, this annotation may be used as a
135-
* <em>meta-annotation</em> to create custom <em>composed annotations</em>.
134+
* <p>This annotation may be used as a <em>meta-annotation</em> to create custom
135+
* <em>composed annotations</em>.
136136
*
137137
* @author Sam Brannen
138138
* @since 3.2.2

spring-test/src/main/java/org/springframework/test/context/TestExecutionListeners.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2019 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.
@@ -33,8 +33,8 @@
3333
* <p>Typically, {@code @TestExecutionListeners} will be used in conjunction
3434
* with {@link ContextConfiguration @ContextConfiguration}.
3535
*
36-
* <p>As of Spring Framework 4.0, this annotation may be used as a
37-
* <em>meta-annotation</em> to create custom <em>composed annotations</em>.
36+
* <p>This annotation may be used as a <em>meta-annotation</em> to create custom
37+
* <em>composed annotations</em>.
3838
*
3939
* @author Sam Brannen
4040
* @since 2.5

spring-test/src/main/java/org/springframework/test/context/transaction/AfterTransaction.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2019 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.
@@ -31,8 +31,8 @@
3131
* <p>{@code @AfterTransaction} methods declared in superclasses or as interface
3232
* default methods will be executed after those of the current test class.
3333
*
34-
* <p>As of Spring Framework 4.0, this annotation may be used as a
35-
* <em>meta-annotation</em> to create custom <em>composed annotations</em>.
34+
* <p>This annotation may be used as a <em>meta-annotation</em> to create custom
35+
* <em>composed annotations</em>.
3636
*
3737
* <p>As of Spring Framework 4.3, {@code @AfterTransaction} may also be
3838
* declared on Java 8 based interface default methods.

spring-test/src/main/java/org/springframework/test/context/transaction/BeforeTransaction.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2019 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.
@@ -31,8 +31,8 @@
3131
* <p>{@code @BeforeTransaction} methods declared in superclasses or as interface
3232
* default methods will be executed before those of the current test class.
3333
*
34-
* <p>As of Spring Framework 4.0, this annotation may be used as a
35-
* <em>meta-annotation</em> to create custom <em>composed annotations</em>.
34+
* <p>This annotation may be used as a <em>meta-annotation</em> to create custom
35+
* <em>composed annotations</em>.
3636
*
3737
* <p>As of Spring Framework 4.3, {@code @BeforeTransaction} may also be
3838
* declared on Java 8 based interface default methods.

spring-test/src/main/java/org/springframework/test/context/web/WebAppConfiguration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2019 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.
@@ -38,8 +38,8 @@
3838
* {@link org.springframework.test.context.ContextConfiguration @ContextConfiguration},
3939
* either within a single test class or within a test class hierarchy.
4040
*
41-
* <p>As of Spring Framework 4.0, this annotation may be used as a
42-
* <em>meta-annotation</em> to create custom <em>composed annotations</em>.
41+
* <p>This annotation may be used as a <em>meta-annotation</em> to create custom
42+
* <em>composed annotations</em>.
4343
*
4444
* @author Sam Brannen
4545
* @since 3.2

0 commit comments

Comments
 (0)