Commit Graph
28665 Commits
Author SHA1 Message Date
Stéphane Nicoll 3241cd7e94 Upgrade to Postgresql 42.7.8
Closes gh-47519
2025-10-11 12:17:56 +02:00
Stéphane Nicoll 2973f3cb4d Upgrade to Lombok 1.18.42
Closes gh-47518
2025-10-11 12:17:56 +02:00
Stéphane Nicoll 937cf4b828 Upgrade to Logback 1.5.19
Closes gh-47517
2025-10-11 11:42:41 +02:00
Stéphane Nicoll 8d0c7c1d63 Upgrade to jOOQ 3.19.27
Closes gh-47516
2025-10-11 11:42:41 +02:00
Stéphane Nicoll 2b93abc6af Upgrade to Jetty 12.0.28
Closes gh-47515
2025-10-11 11:42:41 +02:00
Stéphane Nicoll 1092b861ef Upgrade to Jetty Reactive HTTPClient 4.0.12
Closes gh-47514
2025-10-11 11:42:41 +02:00
Stéphane Nicoll 4af7eef007 Upgrade to Jaybird 5.0.10.java11
Closes gh-47513
2025-10-11 11:42:41 +02:00
Stéphane Nicoll b4738b74ef Upgrade to Jakarta XML Bind 4.0.4
Closes gh-47237
2025-10-11 11:42:40 +02:00
Stéphane Nicoll f6cda6b1c0 Upgrade to Jakarta Mail 2.1.5
Closes gh-47511
2025-10-11 11:23:01 +02:00
Stéphane Nicoll 74fd14f397 Upgrade to HttpCore5 5.3.6
Closes gh-47510
2025-10-11 11:22:57 +02:00
Stéphane Nicoll 28932e3e27 Upgrade to Hibernate 6.6.33.Final
Closes gh-47509
2025-10-11 11:22:53 +02:00
Stéphane Nicoll 629af48e1a Upgrade to Glassfish JAXB 4.0.6
Closes gh-47508
2025-10-11 11:22:49 +02:00
Stéphane Nicoll 162a761def Upgrade to Classmate 1.7.1
Closes gh-47507
2025-10-11 11:22:45 +02:00
Stéphane Nicoll 328ed3a1f2 Upgrade to Angus Mail 2.0.5
Closes gh-47506
2025-10-11 11:22:41 +02:00
Stéphane Nicoll f85c74327d Start building against Spring Batch 5.2.4 snapshots
See gh-47486
2025-10-10 18:30:38 +02:00
Stéphane Nicoll 30938e30f0 Rename annotations used by tests of the configuration processor
This commit renames the annotations and other signals that the
annotation processor uses to process configuration metadata. By adding
a `Test` prefix, this prevents the confusion with the real annotation.

Closes gh-47468
2025-10-10 14:04:59 +02:00
Andy Wilkinson bee968e0db Fix Bitnami variant of Neo4j Docker Compose test
See gh-46983
2025-10-09 14:13:01 +01:00
Stéphane Nicoll 3038fb89ec Start building against Spring WS 4.0.16 snapshots
See gh-47456
2025-10-09 14:30:33 +02:00
Stéphane Nicoll 13a5a336b6 Start building against Spring Session 3.4.6 snapshots
See gh-47455
2025-10-09 14:30:29 +02:00
Stéphane Nicoll 3abcba2bcc Start building against Spring Security 6.4.12 snapshots
See gh-47454
2025-10-09 14:30:25 +02:00
Stéphane Nicoll 58831a7fe2 Start building against Spring Pulsar 1.2.11 snapshots
See gh-47453
2025-10-09 14:30:21 +02:00
Stéphane Nicoll b9f5f27372 Start building against Spring LDAP 3.2.15 snapshots
See gh-47452
2025-10-09 14:30:17 +02:00
Stéphane Nicoll 2e7b21afbe Start building against Spring Data Bom 2024.1.11 snapshots
See gh-47450
2025-10-09 14:30:09 +02:00
Stéphane Nicoll c21066b1ba Start building against Spring Authorization Server 1.4.6 snapshots
See gh-47449
2025-10-09 14:30:06 +02:00
Stéphane Nicoll 7b9041a527 Start building against Reactor Bom 2024.0.11 snapshots
See gh-47448
2025-10-09 14:30:01 +02:00
Stéphane Nicoll 15ddadc615 Start building against Micrometer Tracing 1.4.11 snapshots
See gh-47447
2025-10-09 14:29:57 +02:00
Stéphane Nicoll df89349424 Start building against Micrometer 1.14.12 snapshots
See gh-47446
2025-10-09 14:29:53 +02:00
Andy Wilkinson 3ba61c3fa7 Improve handling of annotation properties in architecture checks
Closes gh-47437
2025-10-09 09:55:25 +01:00
Stéphane Nicoll f7e7664a5a Adapt links to Lettuce and Jedis
Closes gh-47391
2025-10-03 14:25:10 +02:00
Stéphane Nicoll 5344fb218a Polish "Use liquibase schema in LiquibaseEndpoint if it set"
See gh-47300
2025-09-29 10:16:16 +02:00
Nabil Fawwaz Elqayyim bdb05639bc Use liquibase schema in LiquibaseEndpoint if it set
See gh-47300

Signed-off-by: Nabil Fawwaz Elqayyim <master@nabilfawwaz.com>
2025-09-29 10:16:05 +02:00
fhiyo b3db525f0f Use non-deprecated syntax to configure sourceCompatibility
See gh-47339

Signed-off-by: fhiyo <13327262+fhiyo@users.noreply.github.com>
2025-09-29 09:42:04 +02:00
Andy Wilkinson e4e3988433 Fix link to Framework's @Bean annotation
Closes gh-47329
2025-09-26 10:29:25 +01:00
Phillip Webb b43d2f2088 Remove version number from assertions 2025-09-24 14:08:26 -07:00
Scott Frederick 6354d802c0 Update managed dependency version override examples in documentation
The examples for overriding a managed dependency version with Maven
were using an outdated version property. This commit updates the
example to use a valid property.

The version override warning from the Gradle plugin docs was also
copied to the Maven docs.

See gh-47304

Signed-off-by: Scott Frederick <scottyfred@gmail.com>
2025-09-24 11:39:49 +02:00
Moritz Halbritter 4a1de8534f Add detection for Bitnami Legacy images
This commit also adjusts the tests to use bitnamilegacy images because we have no way to test against the original bitnami images.

Closes gh-46983
2025-09-19 10:18:59 +02:00
Moritz Halbritter 630bb335ea Revert "Disable tests which use Bitnami images"
This reverts commit 24a23c4f72.

See gh-46983
2025-09-19 09:01:01 +02:00
Andy Wilkinson ad9a7eecb2 Revert "Upgrade to Jakarta XML Bind 4.0.4"
This reverts commit a3613927c9.

See gh-47237
2025-09-18 08:02:17 +01:00
Stéphane Nicoll 43fee1678a Upgrade to Spring Batch 5.2.3
Closes gh-47077
2025-09-18 03:27:35 +02:00
Stéphane Nicoll a2b680a0e1 Upgrade to Spring Security 6.4.11
Closes gh-47258
2025-09-17 18:12:51 +02:00
Stéphane Nicoll 6f18f1b881 Document default value of server.tomcat.resource.cache-ttl
Closes gh-47252
2025-09-17 15:20:19 +02:00
Stéphane Nicoll a9319d6047 Upgrade to XmlUnit2 2.10.4
Closes gh-47238
2025-09-17 08:16:15 +02:00
Stéphane Nicoll a3613927c9 Upgrade to Jakarta XML Bind 4.0.4
Closes gh-47237
2025-09-17 08:16:11 +02:00
Stéphane Nicoll f374e38f6a Upgrade to Spring Pulsar 1.2.10
Closes gh-47082
2025-09-16 20:32:47 +02:00
Stéphane Nicoll 6c0118f2b0 Upgrade to Spring Integration 6.4.7
Closes gh-47080
2025-09-16 20:32:47 +02:00
Stéphane Nicoll 27d6579573 Upgrade to Spring Security 6.4.10
Closes gh-47201
2025-09-16 02:44:04 +02:00
Stéphane Nicoll 8a75b23e62 Upgrade to Spring Kafka 3.3.10
Closes gh-47081
2025-09-16 02:44:03 +02:00
Stéphane Nicoll 0d5482d3b6 Upgrade to Spring AMQP 3.2.7
Closes gh-47076
2025-09-16 02:44:03 +02:00
Stéphane Nicoll 347381419d Upgrade to Hibernate 6.6.29.Final
Closes gh-47215
2025-09-16 02:44:03 +02:00
Phillip Webb e2ecc61ca8 Refactor CacheCondition to remove multiple casts
Closes gh-47208
2025-09-15 13:57:55 -07:00