Moritz Halbritter
5c948ab96b
Create spring-boot-freemarker module
2025-06-13 20:06:21 -07:00
Phillip Webb
b1ddb574d6
Create spring-boot-groovy-templates module
2025-06-13 20:06:21 -07:00
Phillip Webb
91b4049fec
Create spring-boot-liquibase module
2025-06-13 20:06:21 -07:00
Stéphane Nicoll
fc3ae4f975
Create spring-boot-validation module
2025-06-13 20:06:20 -07:00
Stéphane Nicoll
aa11d6d0fb
Create spring-boot-flyway module
2025-06-13 20:06:20 -07:00
Andy Wilkinson
232ed597a8
Pull up setDisableMBeanRegistry
...
Issue: 44070
2025-06-13 20:06:20 -07:00
Andy Wilkinson
8a1a5160c3
Create spring-boot-jdbc module
2025-06-13 20:06:20 -07:00
Andy Wilkinson
5360ef8321
Create spring-boot-tx module
2025-06-13 20:06:20 -07:00
Stéphane Nicoll
524db779e5
Create spring-boot-artemis module
2025-06-13 20:06:20 -07:00
Stéphane Nicoll
e1c3e50192
Create spring-boot-activemq module
2025-06-13 20:06:19 -07:00
Stéphane Nicoll
f78a6fa37a
Create spring-boot-jms module
2025-06-13 20:06:19 -07:00
Andy Wilkinson
b0f5788d9a
Move SQL packages from -all modules into corresponding non-all modules
2025-06-13 20:06:19 -07:00
Brian Clozel
77b2f83a6d
Create spring-boot-jsonb module
2025-06-13 20:06:19 -07:00
Brian Clozel
5faabdce1f
Create spring-boot-mail module
2025-06-13 20:06:19 -07:00
Andy Wilkinson
67a4428139
Create spring-boot-jackson-module
2025-06-13 20:06:19 -07:00
Andy Wilkinson
57006ee82e
Remove web concerns from template package and move out of -all
...
Co-authored-by: Phillip Webb <phil.webb@broadcom.com >
2025-06-13 20:06:19 -07:00
Andy Wilkinson
4cdfa2eecc
Separate R2DBC and JDBC database initialization
...
Co-authored-by: Phillip Webb <phil.webb@broadcom.com >
2025-06-13 20:06:18 -07:00
Brian Clozel
5ac2ad6c11
Create spring-boot-amqp module
2025-06-13 20:06:18 -07:00
Phillip Webb
b3ada036c8
Temporarily disable auto-configuration checks
...
Found auto-configuration class problems:
- org.springframework.boot.actuate.autoconfigure.amqp.RabbitHealthContributorAutoConfiguration:
- after 'org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration' is from an optional dependency and should be declared in afterName
- org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration:
- after 'org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration' is from an optional dependency and should be declared in afterName
2025-06-13 20:06:18 -07:00
Andy Wilkinson
1df9771309
Create spring-boot-reactor-netty module
2025-06-13 20:06:18 -07:00
Andy Wilkinson
c96b7375fe
Create spring-boot-jetty module
2025-06-13 20:06:18 -07:00
Andy Wilkinson
0a72db4676
Create spring-boot-undertow module
2025-06-13 20:06:18 -07:00
Andy Wilkinson
0f405e979e
Move Tomcat auto-configuration into spring-boot-tomcat
2025-06-13 20:06:18 -07:00
Andy Wilkinson
b00c8510a7
Move tests that use Tomcat out of spring-boot-all
2025-06-13 20:06:17 -07:00
Andy Wilkinson
bc398e6dd7
Move tests that use Tomcat out of spring-boot-test
2025-06-13 20:06:17 -07:00
Andy Wilkinson
710b1d80eb
Start splitting up spring-boot-autoconfigure
2025-06-13 20:06:17 -07:00
Andy Wilkinson
349f296d26
Create beginnings of spring-boot-tomcat module
2025-06-13 20:06:17 -07:00
Andy Wilkinson
0337830615
Start splitting up spring-boot
2025-06-13 20:06:17 -07:00
Phillip Webb
17df773913
Reduce number of test dependencies
...
Reduce the number of direct test dependencies and instead rely on
transitive test support dependencies.
2025-06-13 20:06:16 -07:00
Phillip Webb
b120ee1958
Add useful transitive dependencies to spring-boot-test-support
...
Add more `api` dependencies to `spring-boot-test-support` to reduce
the number of test dependencies needing in sub-modules.
2025-06-13 20:06:16 -07:00
Phillip Webb
afc670a2c3
Split up BackgroundPreinitializer
...
Issue: 44065
2025-06-13 20:06:16 -07:00
Andy Wilkinson
4ce7a14b25
Move WebServer-specific properties out of ManagementServerProperties
...
Issue: 44324
2025-06-13 20:06:16 -07:00
Andy Wilkinson
39b7c85a73
Move server-specific properties out of ServerProperties
...
Issue: 44064
2025-06-13 20:06:16 -07:00
Andy Wilkinson
96785b6980
Repackage web server classes
...
Issue: 44286
Issue: 44067
2025-06-13 20:06:16 -07:00
Andy Wilkinson
778f58c9e1
Move server-specific knowledge out of general child context creation
...
Issue: 44200
2025-06-13 20:06:15 -07:00
Andy Wilkinson
0b225790d9
Move JerseyApplicationPath into a Jersey-specific package
...
Issue: 44066
2025-06-13 14:58:33 -07:00
Phillip Webb
bd8d37fdfd
Temporarily change SNAPSHOT timeout to 1 hour
2025-06-13 14:58:33 -07:00
Andy Wilkinson
93f646496d
Prepare branch for early restructure work on 4.0
2025-06-13 14:58:33 -07:00
Phillip Webb
4c6c09f07d
Merge branch 'main' into 4.0.x
2025-06-13 12:26:40 -07:00
Phillip Webb
740b00e3a5
Add condition for ClientHttpConnectorBuilder detection
...
Update `ClientHttpConnectorAutoConfiguration` with a condition to ensure
that `ClientHttpConnectorBuilder.detect` will return a result. Prior
to this commit, when using a JDK without `java.net.http.HttpClient`
access the auto-configuration would fail.
Fixes gh-45955
2025-06-13 12:21:21 -07:00
Phillip Webb
1bbfae361b
Merge branch 'main' into 4.0.x
2025-06-13 11:56:36 -07:00
Phillip Webb
7613594b3a
Relax profile naming restrictions and allow opt-out
...
Rework profile name validation logic so that `.` and `+` and `@` can
be used in the names. Also provide an opt-out property that can be
set to restore earlier Spring Boot behavior.
The commit also include an update to the reference documentation.
Fixes gh-45947
2025-06-13 11:54:05 -07:00
Andy Wilkinson
229cca83d5
Merge branch 'main' into 4.0.x
2025-06-13 18:49:07 +01:00
Andy Wilkinson
302a6e823f
Merge branch '3.4.x'
...
Closes gh-45962
2025-06-13 18:48:46 +01:00
Andy Wilkinson
3911507b36
Prevent NAME environment variable from affecting test
...
Closes gh-45874
2025-06-13 18:47:51 +01:00
Stéphane Nicoll
cdb727b7a3
Merge branch 'main' into 4.0.x
2025-06-13 16:58:17 +02:00
Stéphane Nicoll
0dae049912
Merge branch '3.4.x'
2025-06-13 16:58:09 +02:00
Stéphane Nicoll
7c2addd57d
Merge branch '3.3.x' into 3.4.x
2025-06-13 16:58:00 +02:00
Stéphane Nicoll
98c7520127
Upgrade to Spring Data Bom 2025.0.1
...
Closes gh-45780
2025-06-13 16:48:38 +02:00
Stéphane Nicoll
b14f7a0718
Upgrade to Hibernate 6.6.18.Final
...
Closes gh-45958
2025-06-13 16:48:38 +02:00