Merge branch '3.3.x'

Closes gh-41858
This commit is contained in:
Moritz Halbritter
2024-08-14 17:20:59 +02:00
98 changed files with 141 additions and 44 deletions

View File

@@ -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;

View File

@@ -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")