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 d1d2d59 commit f9cb0ebCopy full SHA for f9cb0eb
spring-test/src/main/java/org/springframework/mock/web/MockCookie.java
@@ -31,6 +31,8 @@
31
* Extension of {@code Cookie} with extra attributes, as defined in
32
* <a href="https://tools.ietf.org/html/rfc6265">RFC 6265</a>.
33
*
34
+ * <p>As of Spring 6.0, this set of mocks is designed on a Servlet 6.0 baseline.
35
+ *
36
* @author Vedran Pavic
37
* @author Juergen Hoeller
38
* @author Sam Brannen
spring-test/src/main/java/org/springframework/mock/web/package-info.java
@@ -1,5 +1,5 @@
1
/**
2
- * A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with
+ * A comprehensive set of Servlet API 6.0 mock objects, targeted at usage with
3
* Spring's Web MVC framework.
4
5
* <p>Useful for testing web contexts and controllers.
0 commit comments