Commit Graph
329 Commits
Author SHA1 Message Date
Stéphane Nicoll e267e79097 Start building against Spring HATEOAS 3.0.0-RC2 snapshots
See gh-47851
2025-10-28 15:37:30 +01:00
Stéphane Nicoll 8a6fea9d59 Upgrade to Elasticsearch Client 9.2.0
Closes gh-47847
2025-10-28 11:54:00 +01:00
Stéphane Nicoll 400c47a719 Start building against Spring Security 7.0.0-RC2 snapshots
See gh-47844
2025-10-28 08:08:51 +01:00
Stéphane Nicoll b0826998ff Start building against Spring Data Bom 2025.1.0-RC2 snapshots
See gh-47843
2025-10-28 08:08:47 +01:00
Stéphane Nicoll d72664a45c Start building against Spring Batch 6.0.0-RC2 snapshots
See gh-47842
2025-10-28 08:08:43 +01:00
Stéphane Nicoll 2a681fdd70 Switch to same-minor-version upgrade policy for post-RC phase
Closes gh-47841
2025-10-28 08:07:56 +01:00
Phillip Webb 87954afe37 Upgrade to Spring Batch 6.0.0-RC1
Closes gh-47484
2025-10-22 16:55:06 -07:00
Phillip Webb 0789b07169 Upgrade to Cassandra Driver 4.19.1
Closes gh-47770
2025-10-22 16:55:05 -07:00
Phillip Webb 98e124df8f Upgrade to ActiveMQ 6.1.8
Closes gh-47769
2025-10-22 16:55:01 -07:00
Andy Wilkinson 635e766aaf Make it easier to create executable and deployable war
Closes gh-46944
2025-10-22 10:13:46 +01:00
Stéphane Nicoll e234684384 Upgrade to Spring Session 4.0.0-RC1
Closes gh-47500
2025-10-22 08:49:40 +02:00
Stéphane Nicoll 0bf9d3a37f Upgrade to Spring Pulsar 2.0.0-RC1
Closes gh-47497
2025-10-22 08:49:40 +02:00
Stéphane Nicoll 46a29e903a Upgrade to Spring Integration 7.0.0-RC1
Closes gh-47494
2025-10-22 08:49:40 +02:00
Stéphane Nicoll 7fcfdfe351 Upgrade to Spring GraphQL 2.0.0-RC1
Closes gh-47492
2025-10-22 08:49:40 +02:00
Phillip Webb b6648fcaed Downgrade to GraphQL Java 2.4.3
See gh-47492
2025-10-21 15:05:56 -07:00
Stéphane Nicoll af8da21c20 Upgrade to Spring WS 5.0.0-RC1
Closes gh-47501
2025-10-21 18:37:29 +02:00
Stéphane Nicoll 1b1ca89923 Merge branch '3.5.x'
Closes gh-47745
2025-10-21 15:25:42 +02:00
Stéphane Nicoll 2ae72ecf4b Drop some transitive starters
This commit removes the SQL and Reactive starters as their only usage
is transitive.

Closes gh-47378
2025-10-21 14:57:52 +02:00
Stéphane Nicoll eca5bfc204 Upgrade to Flyway 11.14.0
This commit also suppresses deprecations introduced in Flyway 11.13.3.
A future release of Flyway should provide an alternative API to those
that are now deprecated and that we are still using.

See gh-47742
Closes gh-47562
2025-10-21 14:23:57 +02:00
Andy Wilkinson b7589a1471 Raise the minimum supported version of the CycloneDX plugin to 3.0.0
Closes gh-47250
2025-10-21 11:16:00 +01:00
Stéphane Nicoll a68ff88ad2 Upgrade to H2 2.4.240
Closes gh-47564
2025-10-21 10:51:55 +02:00
Stéphane Nicoll 4005d89e04 Upgrade to Spring Security 7.0.0-RC1
Closes gh-47499
2025-10-21 08:47:44 +02:00
Stéphane Nicoll 24d81687a1 Upgrade to Spring RESTDocs 4.0.0-RC1
Closes gh-47498
2025-10-21 08:47:44 +02:00
Stéphane Nicoll bdf0567c41 Upgrade to Spring Kafka 4.0.0-RC1
Closes gh-47495
2025-10-21 08:47:44 +02:00
Stéphane Nicoll 1a725f9bc8 Upgrade to Spring AMQP 4.0.0-RC1
Closes gh-47491
2025-10-21 08:47:43 +02:00
Stéphane Nicoll 1dd8108da5 Upgrade to R2DBC H2 1.1.0.RELEASE
Closes gh-47658
2025-10-21 08:47:43 +02:00
Stéphane Nicoll 463dfebafc Upgrade to Maven AntRun Plugin 3.2.0
Closes gh-47731
2025-10-21 08:47:43 +02:00
Stéphane Nicoll c04a3372b8 Upgrade to Jetty 12.1.3
Closes gh-47730
2025-10-21 08:47:39 +02:00
onobc 4aaa1dfb5f Remove Spring Pulsar Reactive support
This removes the auto-configuration for Spring Pulsar Reactive.

Consolidates the PulsarConfiguration into the PulsarAutoConfiguration because
there is no longer a need to factor out the common components between Spring
Pulsar and Spring Pulsar Reactive.

See gh-47707

Signed-off-by: onobc <chris.bono@gmail.com>
2025-10-20 18:15:34 +02:00
Stéphane Nicoll f4507a2ae9 Upgrade to XML Maven Plugin 1.2.0
Closes gh-47710
2025-10-20 07:53:32 +02:00
Stéphane Nicoll 0c43c83932 Upgrade to Selenium 4.37.0
Closes gh-47709
2025-10-20 07:53:28 +02:00
Stéphane Nicoll 28c8a9ae39 Upgrade to Logback 1.5.20
Closes gh-47708
2025-10-20 07:53:23 +02:00
Stéphane Nicoll 32c717b40c Harmonize Hibernate dependency management
Closes gh-47698
2025-10-19 16:34:54 +02:00
Stéphane Nicoll ccb856fcbe Upgrade to Groovy 5.0.2
Closes gh-47147
2025-10-19 15:58:40 +02:00
Andy Wilkinson 1be6a54807 Remove support for spring-restdocs-restassured
Closes gh-47685
2025-10-18 10:00:51 +01:00
Andy Wilkinson e9084ddd86 Provide auto-configuration for Jackson 2
See gh-47688
2025-10-17 13:17:08 -07:00
Eddú Meléndez 7f64615690 Upgrade to Testcontainers 2.0.1
* Update dependencies name
  Modules are prefixed with `testcontainers-`
* Update container classes
  Container classes are under `org.testcontainers.<module-name>` package

See gh-47664

Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
2025-10-17 17:11:24 +02:00
Stéphane Nicoll c2ec47c858 Upgrade to Rabbit AMQP Client 5.27.0
Closes gh-47684
2025-10-17 16:57:22 +02:00
Stéphane Nicoll 4d0228ba84 Upgrade to Artemis 2.43.0
Closes gh-47681
2025-10-17 16:48:56 +02:00
Stéphane Nicoll d0e21b0b45 Upgrade to Spring LDAP 4.0.0-RC1
Closes gh-47496
2025-10-17 14:26:49 +02:00
Stéphane Nicoll aa2bb4fd87 Upgrade to Spring HATEOAS 3.0.0-RC1
Closes gh-47493
2025-10-17 14:26:49 +02:00
Stéphane Nicoll a1f9210619 Upgrade to Spring Data Bom 2025.1.0-RC1
Closes gh-47394
2025-10-17 14:26:49 +02:00
Stéphane Nicoll ce77c5ec4c Upgrade to Elasticsearch Client 9.1.5
Closes gh-47677
2025-10-17 14:26:49 +02:00
Andy Wilkinson fe310fd1e3 Remove unwanted dependency management from spring-boot-dependencies
Closes gh-42522
2025-10-17 10:42:48 +01:00
Phillip Webb 61c8fa2e1c Remove support for Spring Session Hazelcast
Closes gh-47661
2025-10-16 10:42:14 -07:00
Phillip Webb c477d3b8b4 Remove support for Spring Session Data MongoDB
Closes gh-47662
2025-10-16 10:38:45 -07:00
Andy Wilkinson b88551a198 Remove Spock integration until it supports Groovy 5
Closes gh-47650
2025-10-16 15:27:35 +01:00
Stéphane Nicoll 3e41416af6 Add spring-boot-restdocs to managed dependencies
Closes gh-47434
2025-10-16 09:41:07 +02:00
Stéphane Nicoll 36c2432f69 Rename 'spring-boot-tx' module to 'spring-boot-transaction'
Closes gh-47603
2025-10-16 09:14:20 +02:00
Stéphane Nicoll c478c13e66 Upgrade to Netty 4.2.7.Final
Closes gh-47652
2025-10-15 18:19:40 +02:00