Commit Graph

29199 Commits

Author SHA1 Message Date
Stéphane Nicoll 238b414d76 Create spring-boot-quartz module 2025-05-14 21:08:36 +02:00
Stéphane Nicoll 5ddd8bfe0e Create spring-boot-neo4j module 2025-05-14 21:08:36 +02:00
Moritz Halbritter d8ea392b29 Create spring-boot-mustache module 2025-05-14 21:08:36 +02:00
Andy Wilkinson 105cd71357 Create spring-boot-cassandra module 2025-05-14 21:08:36 +02:00
Stéphane Nicoll 58a395a505 Create spring-boot-couchbase module 2025-05-14 21:08:36 +02:00
Stéphane Nicoll 4ec3380b15 Create spring-boot-jooq module 2025-05-14 21:08:36 +02:00
Andy Wilkinson 403a7e1fd3 Create spring-boot-batch module 2025-05-14 21:08:33 +02:00
Stéphane Nicoll db4c6fa859 Create spring-boot-hazelcast module 2025-05-14 21:06:36 +02:00
Andy Wilkinson 33bcbd299d Create spring-boot-integration module 2025-05-14 21:06:36 +02:00
Andy Wilkinson c5fb46a639 Create spring-boot-rsocket module 2025-05-14 21:06:35 +02:00
Stéphane Nicoll edcc4c7af9 Create spring-boot-data-jpa module 2025-05-14 21:06:35 +02:00
Stéphane Nicoll a0a8861092 Create spring-boot-jpa module 2025-05-14 21:06:35 +02:00
Andy Wilkinson 2a45adcf3a Create spring-boot-r2dbc module 2025-05-14 21:06:35 +02:00
Andy Wilkinson 4d8e1e6a92 Create spring-boot-pulsar module 2025-05-14 21:06:35 +02:00
Andy Wilkinson 70323af5c2 Create spring-boot-kafka module 2025-05-14 21:06:35 +02:00
Brian Clozel 079f252966 Create spring-boot-elasticsearch module 2025-05-14 21:06:35 +02:00
Moritz Halbritter 6136dcb230 Create spring-boot-freemarker module 2025-05-14 21:06:35 +02:00
Phillip Webb 945b8fa7da Create spring-boot-groovy-templates module 2025-05-14 21:06:35 +02:00
Phillip Webb de8a14388d Create spring-boot-liquibase module 2025-05-14 21:06:34 +02:00
Stéphane Nicoll 6d88324a0f Create spring-boot-validation module 2025-05-14 21:06:34 +02:00
Stéphane Nicoll 79c802b7e8 Create spring-boot-flyway module 2025-05-14 21:06:34 +02:00
Andy Wilkinson 017116199b Pull up setDisableMBeanRegistry
Issue: 44070
2025-05-14 21:06:34 +02:00
Andy Wilkinson fdfe0b147f Create spring-boot-jdbc module 2025-05-14 21:06:34 +02:00
Andy Wilkinson 749dfa794f Create spring-boot-tx module 2025-05-14 21:06:34 +02:00
Stéphane Nicoll 303903d967 Create spring-boot-artemis module 2025-05-14 21:06:31 +02:00
Stéphane Nicoll 9f12103df3 Create spring-boot-activemq module 2025-05-14 21:04:51 +02:00
Stéphane Nicoll fbd04beda5 Create spring-boot-jms module 2025-05-14 21:01:34 +02:00
Andy Wilkinson 0bbc736f65 Move SQL packages from -all modules into corresponding non-all modules 2025-05-14 11:42:18 +01:00
Brian Clozel a12e5d5f19 Create spring-boot-jsonb module 2025-05-14 11:42:18 +01:00
Brian Clozel 7d9895fc75 Create spring-boot-mail module 2025-05-14 11:42:17 +01:00
Andy Wilkinson 6da8dd024a Create spring-boot-jackson-module 2025-05-14 11:42:17 +01:00
Andy Wilkinson 2af4ca313e Remove web concerns from template package and move out of -all
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2025-05-14 11:42:16 +01:00
Andy Wilkinson 5c377143cb Separate R2DBC and JDBC database initialization
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2025-05-14 11:42:16 +01:00
Brian Clozel 3a30e59c6d Create spring-boot-amqp module 2025-05-14 11:42:15 +01:00
Andy Wilkinson 23afd55dc6 Create spring-boot-reactor-netty module 2025-05-14 11:42:14 +01:00
Andy Wilkinson 08f242a23c Create spring-boot-jetty module 2025-05-14 11:42:14 +01:00
Andy Wilkinson a2748e9927 Create spring-boot-undertow module 2025-05-14 11:42:13 +01:00
Andy Wilkinson 30babc0d03 Move Tomcat auto-configuration into spring-boot-tomcat 2025-05-14 11:42:12 +01:00
Andy Wilkinson 036c90b044 Move tests that use Tomcat out of spring-boot-all 2025-05-14 11:42:11 +01:00
Andy Wilkinson 8e4279fc3d Move tests that use Tomcat out of spring-boot-test 2025-05-14 11:42:10 +01:00
Andy Wilkinson 909dbd0cb4 Start splitting up spring-boot-autoconfigure 2025-05-14 11:42:10 +01:00
Andy Wilkinson 471f4201bc Create beginnings of spring-boot-tomcat module 2025-05-14 11:42:08 +01:00
Andy Wilkinson 489af2e7d4 Start splitting up spring-boot 2025-05-14 11:42:07 +01:00
Phillip Webb 9015aa8ea9 Reduce number of test dependencies
Reduce the number of direct test dependencies and instead rely on
transitive test support dependencies.
2025-05-14 11:42:06 +01:00
Phillip Webb 1dd6814ffd 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-05-14 11:42:06 +01:00
Phillip Webb 33cdd29dda Split up BackgroundPreinitializer
Issue: 44065
2025-05-14 11:42:00 +01:00
Andy Wilkinson e530e945d2 Move WebServer-specific properties out of ManagementServerProperties
Issue: 44324
2025-05-14 11:41:26 +01:00
Andy Wilkinson 9c6761706b Move server-specific properties out of ServerProperties
Issue: 44064
2025-05-14 11:41:26 +01:00
Andy Wilkinson d6d24d42b0 Repackage web server classes
Issue: 44286
Issue: 44067
2025-05-14 11:41:25 +01:00
Andy Wilkinson ae83eae44c Move server-specific knowledge out of general child context creation
Issue: 44200
2025-05-14 11:41:24 +01:00