Stéphane Nicoll
8d5c834df9
Create spring-boot-hazelcast module
2025-06-13 20:06:22 -07:00
Stéphane Nicoll
079713039d
Create spring-boot-jpa module
2025-06-13 20:06:22 -07:00
Andy Wilkinson
1813744819
Create spring-boot-kafka 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
aa11d6d0fb
Create spring-boot-flyway module
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
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
349f296d26
Create beginnings of spring-boot-tomcat module
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
Andy Wilkinson
96785b6980
Repackage web server classes
...
Issue: 44286
Issue: 44067
2025-06-13 20:06:16 -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
af7abb68e6
Merge branch 'main' into 4.0.x
2025-05-27 10:58:23 +01:00
Andy Wilkinson
f799fc4777
Remove implicit deployment of bom projects
2025-05-27 08:13:41 +01:00
Andy Wilkinson
e65d1a3ac1
Merge branch 'main' into 4.0.x
2025-05-23 09:46:08 +01:00
Andy Wilkinson
a9cc83dc8f
Merge branch '3.4.x'
...
Closes gh-45646
2025-05-23 09:32:09 +01:00
Andy Wilkinson
492a4abd70
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45645
2025-05-23 09:29:23 +01:00
Andy Wilkinson
7628ae8503
Check Kotlin code using Detekt
...
Closes gh-45583
2025-05-23 09:22:08 +01:00
Phillip Webb
106d30a1a6
Merge branch 'main' into 4.0.x
2025-05-20 17:21:08 -07:00
Phillip Webb
31c864b769
Merge branch '3.4.x'
2025-05-20 17:20:47 -07:00
Phillip Webb
9ae9146661
Merge branch '3.3.x' into 3.4.x
2025-05-20 17:20:34 -07:00
Phillip Webb
2b2228eba5
Update copyright year of changed files
2025-05-20 17:20:07 -07:00
Stéphane Nicoll
9e14c6c084
Merge branch 'main' into 4.0.x
2025-05-20 15:34:09 +02:00
Stéphane Nicoll
e51aa6783f
Merge branch '3.4.x'
...
Closes gh-45620
2025-05-20 15:34:00 +02:00
Stéphane Nicoll
438762fd55
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45619
2025-05-20 15:33:49 +02:00
Stéphane Nicoll
3e3aa5acbc
Add smoke test for Artemis
...
Closes gh-45598
2025-05-20 15:33:42 +02:00
Stéphane Nicoll
88c9050b21
Polish
2025-05-20 15:33:42 +02:00
Stéphane Nicoll
00e4ca2201
Merge branch 'main' into 4.0.x
2025-05-18 09:28:49 +02:00
Stéphane Nicoll
921b9fd6ac
Merge branch '3.4.x'
...
Closes gh-45595
2025-05-18 09:28:38 +02:00
Stéphane Nicoll
fab15af876
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45594
2025-05-18 09:26:57 +02:00
Johnny Lim
0a54804a0f
Polish
...
See gh-45592
Signed-off-by: Johnny Lim <izeye@naver.com >
2025-05-18 09:20:33 +02:00
Andy Wilkinson
0b12cebff4
Fix warnings reported in Eclipse
2025-05-14 11:37:07 +01:00
Phillip Webb
7b08c07e7e
Replace ClientHttpRequestFactorySettings.Redirects with HttpRedirects
...
Closes gh-45505
2025-05-12 21:58:00 -07:00
Phillip Webb
1308629ae4
Disable GraphQL tests until we have a compatible release
...
See gh-45494
2025-05-09 17:38:12 -07:00
Stéphane Nicoll
5ea0674bad
Migrate to new HttpHeaders API
...
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com >
2025-05-09 17:38:12 -07:00
Stéphane Nicoll
6fceab2c90
Replace spring-jcl with vanilla commons-logging
...
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com >
2025-05-09 17:38:11 -07:00
Phillip Webb
1f53f1db99
Drop spring-boot-smoke-test-junit-vintage
...
JUnit 4 is no longer supported by Spring Framework.
See gh-45487
2025-05-09 17:38:11 -07:00
Stéphane Nicoll
3881a79383
Upgrade to Hibernate 7.0.0.Beta3 and Jakarta Persistence 3.2.0
...
Closes gh-45476
Closes gh-45477
2025-05-09 17:38:09 -07:00
Phillip Webb
f08d3a5ed0
Remove unused parameter
2025-05-08 22:52:27 -07:00
Phillip Webb
54086bbcfb
Merge branch '3.4.x'
2025-04-24 22:18:07 -07:00
Moritz Halbritter
0fb369e8b8
Use paketobuildpacks/builder-noble-java-tiny as the default image builder
...
Closes gh-42711
2025-04-24 15:21:22 +02:00
Phillip Webb
7dac8ca345
Polish 'Fail fast when base path and an endpoint mapping are set to '/''
...
See gh-45251
2025-04-22 12:01:58 -07:00
yongjunhong
8f535b266c
Fail fast when base path and an endpoint mapping are set to '/'
...
Throw an exception if actuator is running on the main server port and
the base path and an individual mapping are set to '/'.
See gh-45251
Signed-off-by: yongjunhong <dev.yongjunh@gmail.com >
2025-04-22 11:59:51 -07:00
Phillip Webb
5a17f2c7f1
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
2025-04-17 18:11:33 -07:00
Phillip Webb
284c78f737
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
2025-04-17 17:48:23 -07:00
Phillip Webb
5eee67b8da
Fixup tests that rely on TestRestTemplate redirects
...
See gh-43431
2025-04-17 15:29:30 -07:00
Andy Wilkinson
15a3d08059
Adapt to deprecation of MvcRequestMatcher
...
See gh-45147
2025-04-17 14:53:11 +01:00