Commit Graph
49416 Commits
Author SHA1 Message Date
Andy Wilkinson 84654d4717 Upgrade to Spring Data Bom 2024.0.2
Closes gh-41300
2024-07-15 15:05:21 +01:00
Andy Wilkinson ed40047079 Merge branch '3.2.x' into 3.3.x 2024-07-15 15:03:18 +01:00
Andy Wilkinson 61a3b73269 Upgrade to Tomcat 10.1.26
Closes gh-41496
2024-07-15 15:02:11 +01:00
Andy Wilkinson 68ad8ff0a6 Upgrade to SQLite JDBC 3.43.2.2
Closes gh-41495
2024-07-15 15:02:07 +01:00
Andy Wilkinson 46aeb71114 Upgrade to Spring HATEOAS 2.2.3
Closes gh-41493
2024-07-15 15:02:02 +01:00
Andy Wilkinson b49085bf8c Upgrade to Spring Data Bom 2023.1.8
Closes gh-41294
2024-07-15 15:02:01 +01:00
Stéphane Nicoll d7f780a589 Merge branch '3.2.x' into 3.3.x
Closes gh-41485
2024-07-14 11:40:06 +02:00
Stéphane Nicoll db9b62e628 Upgrade to Spring Retry 2.0.7
Closes gh-41484
2024-07-14 11:35:26 +02:00
Andy Wilkinson b175d1b6f9 Merge branch '3.2.x' into 3.3.x
Closes gh-41474
2024-07-12 16:03:23 +01:00
Andy Wilkinson b76b7b7bd9 Upgrade to AspectJ 1.9.22.1
Closes gh-41470
2024-07-12 16:02:54 +01:00
Andy Wilkinson eef8bacd22 Merge branch '3.2.x' into 3.3.x
Closes gh-41472
2024-07-12 16:00:27 +01:00
Andy Wilkinson 7398c6c2a4 Fix upgrade detection when number of numeric components changes
Fixes gh-41471
2024-07-12 15:53:02 +01:00
Stéphane Nicoll 1de73218db Merge branch '3.2.x' into 3.3.x
See gh-41457
2024-07-12 16:05:51 +02:00
Stéphane Nicoll f6cbbe7948 Add missing input for java distribution
See gh-41463
2024-07-12 16:04:35 +02:00
Andy Wilkinson 14314a59c3 Upgrade to Antora UI Spring 0.4.16
Closes gh-41468
2024-07-12 14:14:39 +01:00
Andy Wilkinson e053f13191 Merge pull request #41464 from sdeleuze
* gh-41464:
  Refine CDS how-to guide

Closes gh-41464
2024-07-12 14:04:41 +01:00
Sébastien Deleuze 75e642e396 Refine CDS how-to guide
As explained in gh-41348, the BP_SPRING_AOT_ENABLED flag should
not be promoted as it can't work by design with our current
support when combined with CDS for various use cases and provides
little added value as the same behavior can be achieved by adding
-Dspring.aot.enabled=true to JAVA_TOOL_OPTIONS and
CDS_TRAINING_JAVA_TOOL_OPTIONS.

See gh-41464
2024-07-12 14:04:15 +01:00
Stéphane Nicoll 129d146e41 Merge branch '3.2.x' into 3.3.x 2024-07-12 12:09:37 +02:00
Stéphane Nicoll f4b55a6f28 Harmonize GitHub Actions settings
Closes gh-41463
2024-07-12 12:08:11 +02:00
Andy Wilkinson 549a12683d Specify the repository when running Deploy Docs workflow
See gh-41461
2024-07-12 11:00:06 +01:00
Andy Wilkinson dec6a8d1ba Move Trigger Docs Build into a separate job
Closes gh-41461
2024-07-12 10:27:34 +01:00
Stéphane Nicoll fc5fc7f5c3 Harmonize GitHub Actions structure
This commit harmonizes the order of elements, in particular the settings
of the deploy step. It also adds the ability to build against a
different distribution than liberica.

Closes gh-41457
2024-07-12 09:12:57 +02:00
Andy Wilkinson 8617c981cf Merge branch '3.2.x' into 3.3.x
Closes gh-41455
2024-07-12 07:31:58 +01:00
Andy Wilkinson f702230c12 Test Gradle plugin against Gradle 8.9
Closes gh-41454
2024-07-12 07:31:24 +01:00
Scott Frederick d79ae11925 Fix formatting problem
See gh-41350
2024-07-11 18:39:33 -05:00
Scott Frederick 24dbee40ff Add CDS test case to Paketo system tests
Closes gh-41350
2024-07-11 17:47:05 -05:00
Andy Wilkinson faa0b9c3b5 Upgrade to Spring Framework 6.1.11
Closes gh-41301
2024-07-11 18:30:18 +01:00
Andy Wilkinson 9850512454 Merge branch '3.2.x' into 3.3.x 2024-07-11 18:29:43 +01:00
Andy Wilkinson 85070411d1 Upgrade to Spring Framework 6.1.11
Closes gh-41295
2024-07-11 18:29:23 +01:00
Andy Wilkinson ecbbe6a9cb Merge branch '3.2.x' into 3.3.x
Closes gh-41448
2024-07-11 13:16:59 +01:00
Andy Wilkinson 2b7baf5767 Merge pull request #41443 from jxblum
* gh-41443:
  Polish "Fix typos in BootstrapContext javadoc"
  Fix typos in BootstrapContext javadoc

Closes gh-41443
2024-07-11 13:16:51 +01:00
Andy Wilkinson 8bc45a20d7 Polish "Fix typos in BootstrapContext javadoc"
See gh-41443
2024-07-11 13:16:38 +01:00
John Blum 47fc9111cb Fix typos in BootstrapContext javadoc
See gh-41443
2024-07-11 13:16:10 +01:00
Andy Wilkinson 784c8d2df4 Avoid duplicate junit-platform.properties files caused by Kafka
Gradle doesn't support excluding a dependency that's declared with a
classifier. Instead, this commit replaces the test-qualified
kafka-server-common dependency with the plain dependency. The plain
dependency was already present so this is equivalent to excluding
the test-qualified dependency.

Closes gh-41446
2024-07-11 13:08:58 +01:00
Andy Wilkinson 22413bdaeb Merge branch '3.2.x' into 3.3.x 2024-07-10 14:25:08 +01:00
Andy Wilkinson 2f962f7aa3 Upgrade to Reactor Bom 2023.0.8
Closes gh-41436
2024-07-10 14:24:49 +01:00
Andy Wilkinson b601b3adb3 Prohibit upgrading to Undertow 2.3.14.Final
Closes gh-41331
2024-07-09 12:15:36 +01:00
Andy Wilkinson c4729eab2f Upgrade to Reactor Bom 2023.0.8
Closes gh-41384
2024-07-09 12:12:01 +01:00
Andy Wilkinson 59374b12cd Upgrade to R2DBC MariaDB 1.2.1
Closes gh-41383
2024-07-09 12:11:56 +01:00
Andy Wilkinson cf8513ee58 Upgrade to Neo4j Java Driver 5.22.0
Closes gh-41382
2024-07-09 12:11:51 +01:00
Andy Wilkinson 341f9cf5fc Upgrade to MSSQL JDBC 12.6.3.jre11
Closes gh-41381
2024-07-09 12:11:47 +01:00
Andy Wilkinson 63f0350ceb Upgrade to Micrometer Tracing 1.3.2
Closes gh-41299
2024-07-09 12:11:42 +01:00
Andy Wilkinson e560491a09 Upgrade to Micrometer 1.13.2
Closes gh-41298
2024-07-09 12:11:41 +01:00
Andy Wilkinson 54d3bcb937 Upgrade to Lombok 1.18.34
Closes gh-41380
2024-07-09 12:11:40 +01:00
Andy Wilkinson 31ea564e99 Upgrade to Kafka 3.7.1
Closes gh-41379
2024-07-09 12:11:35 +01:00
Andy Wilkinson ecf08aa4f1 Upgrade to JUnit Jupiter 5.10.3
Closes gh-41378
2024-07-09 12:11:30 +01:00
Andy Wilkinson 8442800e5a Upgrade to JsonAssert 1.5.3
Closes gh-41377
2024-07-09 12:11:25 +01:00
Andy Wilkinson 7e1c7d9170 Upgrade to Jetty 12.0.11
Closes gh-41376
2024-07-09 12:11:19 +01:00
Andy Wilkinson 5ff5c33c16 Upgrade to Jackson Bom 2.17.2
Closes gh-41375
2024-07-09 12:11:14 +01:00
Andy Wilkinson 620453a5ea Upgrade to HttpCore5 5.2.5
Closes gh-41374
2024-07-09 12:11:09 +01:00