Commit Graph

55242 Commits

Author SHA1 Message Date
Moritz Halbritter
8561dd7680 Create spring-boot-sendgrid module 2025-06-13 20:06:24 -07:00
Moritz Halbritter
843867c0f4 Create spring-boot-thymeleaf module 2025-06-13 20:06:24 -07:00
Stéphane Nicoll
b2b849b30d Create spring-boot-data-ldap module 2025-06-13 20:06:24 -07:00
Stéphane Nicoll
26183f1edf Create spring-boot-ldap module 2025-06-13 20:06:23 -07:00
Stéphane Nicoll
fab4500e4a Create spring-boot-quartz module 2025-06-13 20:06:23 -07:00
Stéphane Nicoll
e7e342d4a2 Create spring-boot-neo4j module 2025-06-13 20:06:23 -07:00
Moritz Halbritter
61cb3c8d81 Create spring-boot-mustache module 2025-06-13 20:06:23 -07:00
Andy Wilkinson
d75e5bef41 Create spring-boot-cassandra module 2025-06-13 20:06:23 -07:00
Stéphane Nicoll
42f12380da Create spring-boot-couchbase module 2025-06-13 20:06:23 -07:00
Andy Wilkinson
abfd521363 Add settings plugin to detect cycles between projects 2025-06-13 20:06:23 -07:00
Stéphane Nicoll
84c862e006 Create spring-boot-jooq module 2025-06-13 20:06:22 -07:00
Andy Wilkinson
06173670b3 Create spring-boot-batch module 2025-06-13 20:06:22 -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
Andy Wilkinson
0d5a141a41 Create spring-boot-rsocket module 2025-06-13 20:06:22 -07:00
Stéphane Nicoll
5715b90af9 Create spring-boot-data-jpa 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
81d4528eee Create spring-boot-r2dbc module 2025-06-13 20:06:21 -07:00
Andy Wilkinson
c965f4e65f Create spring-boot-pulsar module 2025-06-13 20:06:21 -07:00
Andy Wilkinson
1813744819 Create spring-boot-kafka module 2025-06-13 20:06:21 -07:00
Brian Clozel
347638fa1d Create spring-boot-elasticsearch module 2025-06-13 20:06:21 -07:00
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