Commit Graph

1895 Commits

Author SHA1 Message Date
Stéphane Nicoll
0cf76bf43b Move web server specific classes into .*.server.* packages 2025-06-13 20:06:29 -07:00
Andy Wilkinson
014240d576 Create spring-boot-webflux module 2025-06-13 20:06:28 -07:00
Andy Wilkinson
2e52a3ebef Create spring-boot-http-codec module 2025-06-13 20:06:28 -07:00
Stéphane Nicoll
63255f3c62 Create spring-boot-cache module 2025-06-13 20:06:27 -07:00
Stéphane Nicoll
fa0bdc895f Create spring-boot-data-redis module 2025-06-13 20:06:26 -07:00
Stéphane Nicoll
f3dd5dae72 Create spring-boot-data-cassandra module 2025-06-13 20:06:25 -07:00
Andy Wilkinson
dfd5e56956 Create spring-boot-webmvc module 2025-06-13 20:06:25 -07:00
Andy Wilkinson
e83f4eed4e Create spring-boot-http module 2025-06-13 20:06:25 -07:00
Andy Wilkinson
1abf9c5f6c Create spring-boot-jersey module 2025-06-13 20:06:25 -07:00
Stéphane Nicoll
e7e342d4a2 Create spring-boot-neo4j module 2025-06-13 20:06:23 -07:00
Stéphane Nicoll
8d5c834df9 Create spring-boot-hazelcast module 2025-06-13 20:06:22 -07:00
Andy Wilkinson
cf7d8332e2 Create spring-boot-integration module 2025-06-13 20:06:22 -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
8a1a5160c3 Create spring-boot-jdbc 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
Brian Clozel
77b2f83a6d Create spring-boot-jsonb 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
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
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
Andy Wilkinson
96785b6980 Repackage web server classes
Issue: 44286
Issue: 44067
2025-06-13 20:06:16 -07:00
Andy Wilkinson
a8cb6cf21a Remove validity threshold from SslInfo
Closes gh-44650
2025-06-04 16:49:58 +01:00
Phillip Webb
96a76855fa Merge branch 'main' into 4.0.x 2025-06-02 17:38:09 -07:00
Phillip Webb
a9b52c5892 Merge branch '3.4.x' 2025-06-02 17:30:05 -07:00
Phillip Webb
e054aa899a Merge branch '3.3.x' into 3.4.x 2025-06-02 17:20:04 -07:00
Phillip Webb
644aeabf7b Polish 2025-06-02 13:38:37 -07:00
Stéphane Nicoll
24a8f1ca07 Merge branch 'main' into 4.0.x 2025-05-30 15:43:48 +02:00
Stéphane Nicoll
e10c566580 Merge branch '3.4.x' 2025-05-30 15:43:38 +02:00
Stéphane Nicoll
d4a3223655 Merge branch '3.3.x' into 3.4.x 2025-05-30 15:43:32 +02:00
Stéphane Nicoll
2fd29481da Polish 2025-05-30 15:43:14 +02:00
Phillip Webb
eb2163aecf Merge branch 'main' into 4.0.x 2025-05-20 17:23:20 -07:00
Lari Hotari
a9f5a4194e Make heapdump endpoint restricted by default
See gh-45624

Signed-off-by: Lari Hotari <lhotari@users.noreply.github.com>
2025-05-20 17:22:51 -07:00
Stéphane Nicoll
d04ddb1123 Upgrade to Elasticsearch 8.18.1
Closes gh-45495
2025-05-16 16:52:01 +02:00
Andy Wilkinson
0b12cebff4 Fix warnings reported in Eclipse 2025-05-14 11:37:07 +01:00
Andy Wilkinson
379b2ceb56 Fix Eclipse warnings caused by deprecation of Jackson 2 support
See gh-45535
2025-05-14 11:37:07 +01:00
Phillip Webb
02ee7fdb30 Suppress Jackson 2 warnings
See gh-45535
2025-05-13 11:42:25 -07:00
Phillip Webb
36fb1e9b4b Replace Actuator @Nullable with @OptionalParameter
Closes gh-45389
2025-05-09 17:38:12 -07:00
Stéphane Nicoll
a0944b00d0 Migrate to updated native hints API and new reachability JSON
Replace hint API calls with updated version and fix tests that
relied on previous JSON files.

See gh-45487

Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
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
Stéphane Nicoll
05fb37d046 Adapt to Spring MVC API updates
See gh-45487
2025-05-09 17:38:11 -07:00
Phillip Webb
c15418b693 Update actuator support to ensure CORS properties always apply
Update `AbstractWebFluxEndpointHandlerMapping` and
`AbstractWebMvcEndpointHandlerMapping` to ensure cors
configuration is applied.

See gh-45487
2025-05-09 17:38:11 -07:00