Commit Graph

29060 Commits

Author SHA1 Message Date
Moritz Halbritter 70b9545966 Create spring-boot-mustache module 2025-05-06 14:46:52 -07:00
Andy Wilkinson 7d00430aa6 Create spring-boot-cassandra module 2025-05-06 14:46:52 -07:00
Stéphane Nicoll affec8a09a Create spring-boot-couchbase module 2025-05-06 14:46:52 -07:00
Stéphane Nicoll 163f5f12b2 Create spring-boot-jooq module 2025-05-06 14:46:52 -07:00
Andy Wilkinson 41c8b9faf0 Create spring-boot-batch module 2025-05-06 14:46:52 -07:00
Stéphane Nicoll 087c8aa44b Create spring-boot-hazelcast module 2025-05-06 14:46:51 -07:00
Andy Wilkinson 67940145bd Create spring-boot-integration module 2025-05-06 14:46:51 -07:00
Andy Wilkinson 7cff045e9b Create spring-boot-rsocket module 2025-05-06 14:46:51 -07:00
Stéphane Nicoll 8f422221a0 Create spring-boot-data-jpa module 2025-05-06 14:46:51 -07:00
Stéphane Nicoll 321c58ea50 Create spring-boot-jpa module 2025-05-06 14:46:49 -07:00
Andy Wilkinson fe7f1ef92b Create spring-boot-r2dbc module 2025-05-06 14:45:04 -07:00
Andy Wilkinson e0925c5193 Create spring-boot-pulsar module 2025-05-06 14:45:04 -07:00
Andy Wilkinson e3a5be21be Create spring-boot-kafka module 2025-05-06 14:45:04 -07:00
Brian Clozel 6d28d6ae4e Create spring-boot-elasticsearch module 2025-05-06 14:45:04 -07:00
Moritz Halbritter 80256e9092 Create spring-boot-freemarker module 2025-05-06 14:45:04 -07:00
Phillip Webb bd768bc655 Create spring-boot-groovy-templates module 2025-05-06 14:45:04 -07:00
Phillip Webb 37bec88704 Create spring-boot-liquibase module 2025-05-06 14:45:03 -07:00
Stéphane Nicoll 141ca05426 Create spring-boot-validation module 2025-05-06 14:45:03 -07:00
Stéphane Nicoll 450a5f8504 Create spring-boot-flyway module 2025-05-06 14:45:03 -07:00
Andy Wilkinson d53704f942 Pull up setDisableMBeanRegistry
Issue: 44070
2025-05-06 14:45:03 -07:00
Andy Wilkinson df81e9ccfa Create spring-boot-jdbc module 2025-05-06 14:45:01 -07:00
Andy Wilkinson 4f5adbeeb6 Create spring-boot-tx module 2025-05-06 14:44:04 -07:00
Stéphane Nicoll fa79efed7a Create spring-boot-artemis module 2025-05-06 14:44:04 -07:00
Stéphane Nicoll 5884dfcaf7 Create spring-boot-activemq module 2025-05-06 14:44:04 -07:00
Stéphane Nicoll ae4dfd1c4d Create spring-boot-jms module 2025-05-06 14:44:04 -07:00
Andy Wilkinson bd9bedb189 Move SQL packages from -all modules into corresponding non-all modules 2025-05-06 14:44:02 -07:00
Brian Clozel 007dd88981 Create spring-boot-jsonb module 2025-05-06 14:43:14 -07:00
Brian Clozel 8851031aaa Create spring-boot-mail module 2025-05-06 14:43:13 -07:00
Andy Wilkinson dc1474a143 Create spring-boot-jackson-module 2025-05-06 14:43:13 -07:00
Andy Wilkinson 294f65d456 Remove web concerns from template package and move out of -all
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2025-05-06 14:43:13 -07:00
Andy Wilkinson b449251167 Separate R2DBC and JDBC database initialization
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2025-05-06 14:43:13 -07:00
Brian Clozel 4a19d4cb96 Create spring-boot-amqp module 2025-05-06 14:43:13 -07:00
Andy Wilkinson 9f4268a9c2 Create spring-boot-reactor-netty module 2025-05-06 14:43:13 -07:00
Andy Wilkinson 510b07f231 Create spring-boot-jetty module 2025-05-06 14:43:12 -07:00
Andy Wilkinson 3d67e39689 Create spring-boot-undertow module 2025-05-06 14:43:12 -07:00
Andy Wilkinson 5c631e9485 Move Tomcat auto-configuration into spring-boot-tomcat 2025-05-06 14:43:12 -07:00
Andy Wilkinson 3c112f0ad1 Move tests that use Tomcat out of spring-boot-all 2025-05-06 14:43:12 -07:00
Andy Wilkinson e6d5626dab Move tests that use Tomcat out of spring-boot-test 2025-05-06 14:43:12 -07:00
Andy Wilkinson e290ac3f34 Start splitting up spring-boot-autoconfigure 2025-05-06 14:43:10 -07:00
Andy Wilkinson 5ee34f8974 Create beginnings of spring-boot-tomcat module 2025-05-06 14:41:44 -07:00
Andy Wilkinson 2e5fd50267 Start splitting up spring-boot 2025-05-06 14:41:44 -07:00
Phillip Webb f4a8589336 Reduce number of test dependencies
Reduce the number of direct test dependencies and instead rely on
transitive test support dependencies.
2025-05-06 14:41:44 -07:00
Phillip Webb b0f61dccfa 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-06 14:41:43 -07:00
Phillip Webb 71c9f2f862 Split up BackgroundPreinitializer
Issue: 44065
2025-05-06 14:41:43 -07:00
Andy Wilkinson f36c223a23 Move WebServer-specific properties out of ManagementServerProperties
Issue: 44324
2025-05-06 14:41:43 -07:00
Andy Wilkinson 90dc10cdee Move server-specific properties out of ServerProperties
Issue: 44064
2025-05-06 14:41:43 -07:00
Andy Wilkinson ebd4c1a326 Repackage web server classes
Issue: 44286
Issue: 44067
2025-05-06 14:41:43 -07:00
Andy Wilkinson fa19860329 Move server-specific knowledge out of general child context creation
Issue: 44200
2025-05-06 14:41:43 -07:00
Andy Wilkinson 8d95c6a89c Move JerseyApplicationPath into a Jersey-specific package
Issue: 44066
2025-05-06 14:41:42 -07:00
Andy Wilkinson f32d608399 Compile with Java 23 and -release 17 2025-05-06 14:41:42 -07:00