Commit Graph

47969 Commits

Author SHA1 Message Date
Moritz Halbritter
4047c00aa5 Implement SBOM actuator endpoint
Closes gh-39799
2024-03-21 18:06:48 -07:00
Phillip Webb
75012c5173 Attempt to fix Windows build error with Antora
See gh-33766
2024-03-21 14:12:22 -07:00
Andy Wilkinson
edfc5f66c2 Merge branch '3.2.x' 2024-03-21 17:10:21 +00:00
Andy Wilkinson
ae142217d9 Merge branch '3.1.x' into 3.2.x 2024-03-21 17:10:08 +00:00
Andy Wilkinson
ccd22a3109 Document support for Java 22
Closes gh-40047
2024-03-21 17:07:40 +00:00
Spring Builds
3d2d278451 Next development version (v3.2.5-SNAPSHOT) 2024-03-21 10:38:10 +00:00
Andy Wilkinson
3abf43bb11 Don't run antora task on Windows CI builds 2024-03-21 10:19:52 +00:00
Andy Wilkinson
93fc2a455b Reinstate Gradle Plugin toolchain's maximum compatible Java version
See gh-33766
2024-03-21 10:06:28 +00:00
Spring Builds
5c184f8802 Next development version (v3.1.11-SNAPSHOT) 2024-03-21 08:13:50 +00:00
Andy Wilkinson
42c4547265 Merge branch '3.2.x' 2024-03-21 08:08:28 +00:00
Andy Wilkinson
ddbefd91d1 Document support for Java 22
Closes gh-40046
2024-03-21 08:07:44 +00:00
Andy Wilkinson
c010e002eb Merge branch '3.2.x'
Closes gh-40045
2024-03-21 08:04:48 +00:00
Andy Wilkinson
9236759667 Switch to Liberica distribution for Java 22 CI
Closes gh-40044
2024-03-21 08:04:19 +00:00
Phillip Webb
82cac04637 Turn up Antora logging to help with CI 2024-03-21 00:07:37 -07:00
Phillip Webb
605930f325 Upgrade antora-zip-contents-collector-extension to 1.0.0-alpha.3
See gh-33766
2024-03-20 23:24:53 -07:00
Phillip Webb
124066941e Attempt to fix Windows build error
See gh-33766
2024-03-20 16:46:23 -07:00
Phillip Webb
0c0fa1bc70 Attempt to fix Windows build error
See gh-33766
2024-03-20 16:32:31 -07:00
Phillip Webb
66dc3edb34 Migrate to Antora
Closes gh-33766
2024-03-20 15:36:10 -07:00
Phillip Webb
8dd89c1ac7 Migrate spring-boot-docs to Antora
See gh-33766
2024-03-20 15:33:02 -07:00
Phillip Webb
8ee20c8dae Migrate maven-plugin to Antora
See gh-33766
2024-03-20 15:21:56 -07:00
Phillip Webb
18a2b2e9fb Migrate gradle-pluigin to Antora
See gh-33766
2024-03-20 15:21:54 -07:00
Phillip Webb
f35d6b6bd6 Migrate actuator-autoconfigure to Antora
See gh-33766
2024-03-20 15:21:22 -07:00
Phillip Webb
8d64e99714 Prepare buildSrc for migration to Antora
Replace `AsciidoctorConventions` with `AntoraConventions` in
preparation for the migration to Antora.

See gh-33766
2024-03-20 15:21:20 -07:00
Phillip Webb
d18f60e9af Stop publishing documentation from CI
Remove upload attributes to prevent zip documentation from being
deployed.

See gh-33766
2024-03-20 15:11:34 -07:00
Phillip Webb
4aa4e14fa4 Fix buildSrc Eclipse import issues
Update `buildSrc` so that it imports cleanly into Eclipse with tests
that can run inside the IDE.

Fixes gh-40041
2024-03-20 15:10:39 -07:00
Phillip Webb
ecf89c3fe3 Polish asciidoc generated by changelog generator
Refine the generator so that an additional space is included after
section titles.
2024-03-20 15:10:39 -07:00
Phillip Webb
4849f8f273 Polish asciidoc formatting 2024-03-20 15:10:39 -07:00
Phillip Webb
f396c51550 Further refine links in spring-boot-dependencies
Fix a few links and allow the root name to be generated
from the library name.

See gh-39779
2024-03-20 15:10:39 -07:00
Phillip Webb
9cdc8833c3 Fix copyright header 2024-03-20 15:10:30 -07:00
Andy Wilkinson
6e5af90d32 Upgrade to Spring Session 3.3.0-M3
Closes gh-39900
2024-03-20 17:22:37 +00:00
Andy Wilkinson
a561633e03 Upgrade to Spring Integration 6.3.0-M2
Closes gh-39896
2024-03-20 17:22:36 +00:00
Andy Wilkinson
dcd73f0d0e Upgrade to Spring Authorization Server 1.3.0-M3
Closes gh-39892
2024-03-20 17:22:35 +00:00
Andy Wilkinson
5064799972 Merge branch '3.2.x' 2024-03-20 17:20:27 +00:00
Andy Wilkinson
06058b1d34 Upgrade to Spring Integration 6.2.3
Closes gh-39884
2024-03-20 17:20:16 +00:00
Andy Wilkinson
dedb2c52a3 Upgrade to Spring Authorization Server 1.2.3
Closes gh-39915
2024-03-20 17:20:15 +00:00
Andy Wilkinson
bfa7dfb071 Merge branch '3.1.x' into 3.2.x 2024-03-20 17:17:33 +00:00
Andy Wilkinson
73c3f3170a Upgrade to Spring Integration 6.1.7
Closes gh-39875
2024-03-20 17:17:19 +00:00
Andy Wilkinson
2649d0d3bd Upgrade to Spring Authorization Server 1.1.6
Closes gh-39914
2024-03-20 17:17:18 +00:00
Scott Frederick
0962025c4b Support loading of base64 encoded values as Resources
An ApplicationResourceLoader has been introduced to support loading
resources using registered ProtocolResolvers. All usages of
DefaultResourceLoader and ResourceUtils have been changed to use
the ApplicationResourceLoader.

A Base64ProtocolResolver has been added to support resources of type
`base64:` that contain base64 encoded values.

Closes gh-36033
2024-03-20 10:40:14 -05:00
Moritz Halbritter
558d811b0a Use JarFile instead of ZipInputStream
ZipInputStream can't cope with some non-deflated entries, see
https://bugs.openjdk.org/browse/JDK-8143613.

JarFile works better, but it doesn't support creation time / access
time.

See gh-38276
2024-03-20 12:11:56 +01:00
Andy Wilkinson
64e4738a9c Merge pull request #40028 from mattrpav
* gh-40028:
  Use activemq-client instead of transitional activemq-client-jakarta

Closes gh-40028
2024-03-20 11:02:24 +00:00
Matt Pavlovich
af18a69d54 Use activemq-client instead of transitional activemq-client-jakarta
See gh-40028
2024-03-20 11:02:01 +00:00
Andy Wilkinson
62f922369d Update metadata to reflect property changes made for Flyway 10
See gh-40022
2024-03-19 15:06:04 +00:00
Andy Wilkinson
a4c1b40090 Merge branch '3.2.x' 2024-03-19 14:07:13 +00:00
Andy Wilkinson
488f243592 Upgrade to Spring Session 3.2.2
Closes gh-39888
2024-03-19 14:06:58 +00:00
Andy Wilkinson
5705e0b633 Upgrade to Spring Pulsar 1.0.4
Closes gh-39886
2024-03-19 14:06:58 +00:00
Andy Wilkinson
f165800da1 Upgrade to Spring Kafka 3.1.3
Closes gh-39885
2024-03-19 14:06:57 +00:00
Andy Wilkinson
9ca2aadebc Upgrade to Infinispan 14.0.27.Final
Closes gh-40026
2024-03-19 14:06:57 +00:00
Andy Wilkinson
f0b2cbefa7 Merge branch '3.2.x' 2024-03-19 14:05:09 +00:00
Andy Wilkinson
44731157f6 Merge branch '3.1.x' into 3.2.x 2024-03-19 14:04:56 +00:00