We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e76cda commit d9fce46Copy full SHA for d9fce46
core/spring-boot-test/src/main/java/org/springframework/boot/test/system/OutputCaptureRule.java
@@ -52,7 +52,7 @@
52
* @since 2.2.0
53
* @deprecated since 4.0.0 in favor of JUnit 5 and {@link OutputCaptureExtension}
54
*/
55
-@Deprecated
+@Deprecated(since = "4.0.0")
56
public class OutputCaptureRule implements TestRule, CapturedOutput {
57
58
private final OutputCapture delegate = new OutputCapture();
0 commit comments