Commit Graph

45732 Commits

Author SHA1 Message Date
Andy Wilkinson
613cc4f5b9 Upgrade to Log4j2 2.21.0
Closes gh-37907
2023-10-17 09:03:13 +01:00
Andy Wilkinson
fb2ce355af Upgrade to GraphQL Java 21.2
Closes gh-37906
2023-10-17 09:03:08 +01:00
Andy Wilkinson
217427843e Merge branch '3.1.x' 2023-10-17 08:59:54 +01:00
Andy Wilkinson
0c9c48d54b Upgrade to Spring Security 6.1.5
Closes gh-37701
2023-10-17 08:59:44 +01:00
Andy Wilkinson
439c2f9f84 Upgrade to Spring Kafka 3.0.12
Closes gh-37797
2023-10-17 08:59:43 +01:00
Andy Wilkinson
cbb8d28e55 Upgrade to Spring Authorization Server 1.1.3
Closes gh-37697
2023-10-17 08:59:43 +01:00
Andy Wilkinson
1a2832a0b6 Upgrade to Spring AMQP 3.0.10
Closes gh-37696
2023-10-17 08:59:42 +01:00
Andy Wilkinson
167dbcfbde Merge branch '3.1.x' 2023-10-17 08:47:11 +01:00
Andy Wilkinson
0c6b7844ec Merge branch '3.0.x' into 3.1.x 2023-10-17 08:47:02 +01:00
Andy Wilkinson
517c63336a Upgrade to Spring Security 6.0.8
Closes gh-37685
2023-10-17 08:46:54 +01:00
Andy Wilkinson
2acfe9c4e1 Upgrade to Spring Kafka 3.0.12
Closes gh-37796
2023-10-17 08:46:54 +01:00
Andy Wilkinson
b33d43cc43 Upgrade to Spring AMQP 3.0.10
Closes gh-37681
2023-10-17 08:46:53 +01:00
Andy Wilkinson
59e3d78065 Merge branch '3.1.x' 2023-10-17 08:45:17 +01:00
Andy Wilkinson
1bb525402d Merge branch '3.0.x' into 3.1.x 2023-10-17 08:45:08 +01:00
Andy Wilkinson
76d62ab726 Merge branch '2.7.x' into 3.0.x 2023-10-17 08:44:57 +01:00
Andy Wilkinson
747cb2dac9 Upgrade to Spring AMQP 2.4.17
Closes gh-37676
2023-10-17 08:43:41 +01:00
Phillip Webb
33c5e1269a Write signature files to uber jars to for Oracle Java 17 verification
Update Gradle and Maven plugins to write an empty `META-INF/BOOT.SF`
file whenever there is a nested signed jar.

This update allows Oracle Java 17 to correctly verify the nested JARs.
The file is required because `JarVerifier` has code roughly equivalent
to:

	if (!jarManifestNameChecked && SharedSecrets
			.getJavaUtilZipFileAccess().getManifestName(jf, true) == null) {
    	throw new JarException("The JCE Provider " + jarURL.toString() +
    		" is not signed.");
	}

The `SharedSecrets.getJavaUtilZipFileAccess().getManifestName(jf, true)`
call ends up in `ZipFile.getManifestName(onlyIfSignatureRelatedFiles)`
which is a private method that we cannot override in our `NestedJarFile`
subclass. By writing an empty `.SF` file we ensure that the `Manifest`
is always returned because there are always "signature related files".

Fixes gh-28837
2023-10-16 16:19:16 -07:00
Phillip Webb
fe752dedef Polish adoc formatting 2023-10-16 15:50:58 -07:00
Andy Wilkinson
9f224ff136 Narrow the scope of 0e3a196 to Resource[] for array binding
See gh-15835
2023-10-16 18:18:34 +01:00
Andy Wilkinson
d6a9295c26 Allow additional build info properties to have provided values
Closes gh-37889
2023-10-16 18:15:42 +01:00
Andy Wilkinson
19db6b2c8e Merge pull request #37885 from eddumelendez
* gh-37885:
  Polish "Add properties for configuring EnumFeature and JsonNodeFeature"
  Add properties for configuring EnumFeature and JsonNodeFeature

Closes gh-37885
2023-10-16 16:01:54 +01:00
Andy Wilkinson
d796087dfa Polish "Add properties for configuring EnumFeature and JsonNodeFeature"
See gh-37885
2023-10-16 15:39:25 +01:00
Eddú Meléndez
8edb4b9729 Add properties for configuring EnumFeature and JsonNodeFeature
Both `EnumFeature` and `JsonNodeFeature` implement `DataTypeFeature`
which was recently added in Spring Framework. This commits introduces
support to allow the configuration via properties.

See spring-projects/spring-framework#31380

See gh-37885
2023-10-16 15:00:32 +01:00
Andy Wilkinson
19fd88b25b Implement SSL hot reload for Netty and Tomcat
Closes gh-37808
2023-10-16 14:08:26 +01:00
Andy Wilkinson
6f5688ad3e Upgrade to Tomcat 10.1.15
Closes gh-37903
2023-10-16 13:58:23 +01:00
Andy Wilkinson
92cd85002d Upgrade to Spring Retry 2.0.4
Closes gh-37714
2023-10-16 13:58:18 +01:00
Andy Wilkinson
fe502ca28a Merge branch '3.1.x' 2023-10-16 13:53:02 +01:00
Andy Wilkinson
50d3c978b3 Upgrade to Tomcat 10.1.15
Closes gh-37902
2023-10-16 13:52:30 +01:00
Andy Wilkinson
52d80197fe Upgrade to Spring Retry 2.0.4
Closes gh-37700
2023-10-16 13:52:25 +01:00
Andy Wilkinson
4b49796767 Merge branch '3.1.x' 2023-10-16 13:48:20 +01:00
Andy Wilkinson
1c8e2891d1 Merge branch '3.0.x' into 3.1.x 2023-10-16 13:48:07 +01:00
Andy Wilkinson
fb84d85cb9 Upgrade to Tomcat 10.1.15
Closes gh-37901
2023-10-16 13:27:42 +01:00
Andy Wilkinson
a8a19acb99 Upgrade to Spring Retry 2.0.4
Closes gh-37684
2023-10-16 13:27:37 +01:00
Andy Wilkinson
5970f29fd5 Upgrade to Spring Data Bom 2023.1.0-RC1
Closes gh-37709
2023-10-16 12:27:50 +01:00
Andy Wilkinson
f30c984663 Upgrade to Jackson Bom 2.15.3
Closes gh-37900
2023-10-16 12:27:49 +01:00
Andy Wilkinson
204cfce04c Upgrade to Dropwizard Metrics 4.2.21
Closes gh-37899
2023-10-16 12:27:44 +01:00
Andy Wilkinson
4c0cbb9a78 Merge branch '3.1.x' 2023-10-16 12:22:37 +01:00
Andy Wilkinson
fea81fb50d Upgrade to Spring LDAP 3.1.2
Closes gh-37699
2023-10-16 11:57:25 +01:00
Andy Wilkinson
43b566b98e Upgrade to Spring Data Bom 2023.0.5
Closes gh-37698
2023-10-16 11:57:25 +01:00
Andy Wilkinson
4fde3460bc Upgrade to Jackson Bom 2.15.3
Closes gh-37898
2023-10-16 11:57:24 +01:00
Andy Wilkinson
2fabc49a1e Upgrade to Dropwizard Metrics 4.2.21
Closes gh-37897
2023-10-16 11:57:19 +01:00
Andy Wilkinson
0fc674a4aa Merge branch '3.1.x' 2023-10-16 11:54:17 +01:00
Andy Wilkinson
6186d897bc Merge branch '3.0.x' into 3.1.x 2023-10-16 11:54:07 +01:00
Andy Wilkinson
fc69d272fc Upgrade to Spring LDAP 3.0.6
Closes gh-37683
2023-10-16 11:53:58 +01:00
Andy Wilkinson
53a020fef7 Upgrade to Spring Data Bom 2022.0.11
Closes gh-37682
2023-10-16 11:53:57 +01:00
Andy Wilkinson
03209fad19 Upgrade to Dropwizard Metrics 4.2.21
Closes gh-37896
2023-10-16 11:53:57 +01:00
Andy Wilkinson
25330de4e4 Merge branch '3.1.x' 2023-10-16 11:50:33 +01:00
Andy Wilkinson
08df97a21d Merge branch '3.0.x' into 3.1.x 2023-10-16 11:50:24 +01:00
Andy Wilkinson
bb45eb9c4c Merge branch '2.7.x' into 3.0.x 2023-10-16 11:50:14 +01:00
Andy Wilkinson
69fb702551 Upgrade to Tomcat 9.0.82
Closes gh-37895
2023-10-16 11:33:01 +01:00