Merge branch '3.3.x'
Closes gh-41858
This commit is contained in:
@@ -491,6 +491,7 @@ public class ServerProperties {
|
||||
|
||||
/**
|
||||
* Whether to reject requests with illegal header names or values.
|
||||
* @deprecated since 2.7.12 for removal in 3.3.0
|
||||
*/
|
||||
@Deprecated(since = "2.7.12", forRemoval = true) // Remove in 3.3
|
||||
private boolean rejectIllegalHeader = true;
|
||||
|
||||
@@ -39,6 +39,7 @@ import static org.mockito.Mockito.never;
|
||||
* Tests for {@link JooqExceptionTranslator}
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
* @deprecated since 3.3.0 for removal in 3.5.0
|
||||
*/
|
||||
@Deprecated(since = "3.3.0")
|
||||
@SuppressWarnings("removal")
|
||||
|
||||
Reference in New Issue
Block a user