Commit Graph
238 Commits
Author SHA1 Message Date
Phillip Webb 7140be8751 Rename metrics, observation, and tracing modules
Rename modules to include 'micrometer'.

Closes gh-46925
2025-08-20 16:05:11 -07:00
Brian Clozel 8c0051a02e Drop Undertow support
Spring Framework 7.0 requires a Servlet 6.1 baseline for Servlet containers.

Partial Servlet 6.1 support is available on the `main` Undertow branch,
but there isn't any milestone version available for the undertow 2.4
generation. At this stage of our 4.0 schedule, we think it's safer to drop
Undertow support now.

Closes: gh-46917
2025-08-20 09:30:40 +02:00
Andy Wilkinson edad085dc2 Remove include for non-existent smoke test
See gh-46233
2025-08-01 09:12:36 +01:00
Phillip Webb a20396aac4 Reintroduce 'spring-boot-autoconfigure-classic' module
Restore the `spring-boot-autoconfigure-classic` module, but add
a starter and an extra `spring-boot-autoconfigure-classic-modules`
POM in order to push the exclusions further away.

This should allow `spring-boot-starter-classic` to be combined
with other starters and hopefully have the expected dependencies
resolved.

See gh-46233
2025-07-25 17:51:52 +01:00
Phillip Webb 287d5c37c2 Add missing starters
See gh-46245
2025-07-24 14:31:02 +01:00
Andy Wilkinson 33ecfd7c96 Revert "Create spring-boot-autoconfigure-classic module"
This reverts commit 5db3cacde8.

See gh-46233
2025-07-24 13:23:39 +01:00
Phillip Webb 2517527302 Align starters names and provide deprecated versions
Ensure starters are aligned with modules and introduce deprecated
versions for an easier upgrade experience.

See gh-46245
2025-07-24 07:45:09 +01:00
Phillip Webb 4babe2e59d Drop Tomcat 11 samples
They are no longer necessary since Tomcat 11 is now the managed
version.
2025-07-22 18:34:16 +01:00
Phillip Webb 5e90415880 Rationalize starters following modularization
Update dependencies and starters following modularization. New
starters have been added for each user-facing module.

Closes gh-46245
2025-07-22 18:27:27 +01:00
Phillip Webb decc32dde3 Restructure project directories to better fit Gradle
Closes gh-46358
2025-07-10 17:54:08 -07:00
Andy Wilkinson 381706fe33 Merge branch '3.5.x'
Closes gh-46255
2025-07-02 20:31:49 +01:00
Piyal Ahmed 8fb3010942 Remove unnecessary semicolons from Gradle build scripts
Signed-off-by: Piyal Ahmed <piya.salamence@gmail.com>

See gh-46252
2025-07-02 20:31:01 +01:00
Phillip Webb 5db3cacde8 Create spring-boot-autoconfigure-classic module
Closes gh-46233
2025-07-01 12:31:13 +01:00
Phillip Webb 3ca1e91cde Create spring-boot-health module
Closes gh-46155
2025-07-01 12:31:12 +01:00
Phillip Webb 3fb4b1883a Create spring-boot-hibernate module
Closes gh-46154
2025-07-01 12:31:11 +01:00
Andy Wilkinson 76719a4e28 Move remaining integration tests out of actuator-autoconfigure-all
See gh-46071
2025-07-01 12:31:10 +01:00
Andy Wilkinson 93d3ead813 Move code from docker-compose-all into relevant modules
See gh-46071
2025-07-01 12:31:09 +01:00
Andy Wilkinson ccb7cb3005 Move code out of testcontainers-all into relevant modules
See gh-46071
2025-07-01 12:31:09 +01:00
Andy Wilkinson 18bde1852f Create spring-boot-tracing module
See gh-46153
2025-07-01 12:31:09 +01:00
Andy Wilkinson 7875aaa308 Create spring-boot-cloudfoundry module
Closes gh-46152
2025-07-01 12:03:10 +01:00
Andy Wilkinson eb4498d788 Remove spring-boot-autoconfigure-all
See gh-46071
2025-07-01 12:03:07 +01:00
Stéphane Nicoll e801ee7db8 Move Servlet high-level infrastructure to spring-boot-servlet
See gh-46151
2025-07-01 12:02:59 +01:00
Andy Wilkinson d8919b2fa6 Rename spring-boot-data-web to spring-boot-data-commons
See gh-46131
2025-07-01 12:02:55 +01:00
Andy Wilkinson cce712b1a9 Rename spring-boot-micrometer-observation to spring-boot-observation
See gh-46150
2025-07-01 12:02:52 +01:00
Andy Wilkinson 6e677d6876 Create spring-boot-micrometer-observation module
See gh-46150
2025-07-01 12:02:40 +01:00
Phillip Webb 152ab97815 Create spring-boot-opentelemetry module
Renames `management.otlp.logging` properties to
`management.opentelemetry.logging`.

Closes gh-46149
2025-07-01 12:02:36 +01:00
Phillip Webb b12fe23662 Create Create spring-boot-zipkin module
See gh-46148
2025-07-01 12:02:27 +01:00
Stéphane Nicoll 0f3d151d5f Split WebEndpointTest infrastructure configuration
See gh-46071
2025-07-01 12:02:20 +01:00
Stéphane Nicoll d2a3e5baf3 Move actuator test support out spring-boot-actuator-integration-tests
See gh-46071
2025-07-01 12:02:17 +01:00
Andy Wilkinson a50c75b3e3 Reduce dependencies of spring-boot-actuator
See gh-46071
2025-07-01 12:02:15 +01:00
Phillip Webb 361ae74036 Start splitting spring-boot-docker-compose
See gh-46071
2025-07-01 12:01:27 +01:00
Stéphane Nicoll 5b8daaa66d Start splitting spring-boot-testcontainers
See gh-46071
2025-07-01 12:00:47 +01:00
Andy Wilkinson f8f9beab17 Create spring-boot-metrics module
See gh-46147
2025-07-01 12:00:46 +01:00
Andy Wilkinson 10fd1f3fa5 Start splitting up spring-boot-actuator-autoconfigure
See gh-46071
2025-07-01 12:00:05 +01:00
Andy Wilkinson b0158deff7 Rework HTTP client modules
Closes gh-46118
2025-07-01 12:00:04 +01:00
Andy Wilkinson 753ddccde7 Move Actuator docs into a separate module
See gh-46071
2025-07-01 11:58:57 +01:00
Andy Wilkinson 0291064cea Create spring-boot-http-client-reactive module
See gh-46118
2025-07-01 11:58:55 +01:00
Andy Wilkinson 9fba39fc45 Create spring-boot-graphql-test module
Closes gh-46146
2025-07-01 11:58:49 +01:00
Andy Wilkinson b1a3d98295 Rename spring-boot-http to spring-boot-http-converter
Closes gh-46120
2025-07-01 11:58:45 +01:00
Andy Wilkinson 9e1758a3e3 Create spring-boot-http-client module
See gh-46118
2025-07-01 11:58:42 +01:00
Andy Wilkinson 2d246b0d8c Remove no-longer-needed spring-boot-all module
See gh-46071
2025-07-01 11:58:36 +01:00
Andy Wilkinson ddd0b404e3 Create spring-boot-web-server-test module
See gh-46071
2025-07-01 11:58:35 +01:00
Andy Wilkinson a793efe486 Create spring-boot-web-server module
See gh-46145
2025-07-01 11:58:34 +01:00
Andy Wilkinson 971acab9bb Create spring-boot-websocket module
Closes gh-46144
2025-07-01 11:58:28 +01:00
Andy Wilkinson 35818d1f70 Create spring-boot-netty module
Closes gh-46143
2025-07-01 11:58:23 +01:00
Andy Wilkinson c449158b2a Create spring-boot-reactor module
Closes gh-46142
2025-07-01 11:58:20 +01:00
Andy Wilkinson dc176e9dc2 Create spring-boot-graphql module
See gh-46141
2025-07-01 11:58:16 +01:00
Andy Wilkinson 4c688249e1 Create spring-boot-sql module
Closes gh-46140
2025-07-01 11:58:12 +01:00
Andy Wilkinson 7431a8e4eb Create spring-boot-session modules
See gh-46139
2025-07-01 11:58:09 +01:00
Andy Wilkinson cddad4a857 Create spring-boot-webflux module
See gh-46138
2025-07-01 11:58:05 +01:00