Andy Wilkinson
7f9ee42df1
Add settings plugin to detect cycles between projects
...
Closes gh-46102
6 months ago
Stéphane Nicoll
2186da3cb5
Create spring-boot-jooq module
...
Closes gh-46101
6 months ago
Andy Wilkinson
7dc1a09e4f
Create spring-boot-batch module
...
See gh-46100
6 months ago
Stéphane Nicoll
322ff2b841
Create spring-boot-hazelcast module
...
See gh-46099
6 months ago
Andy Wilkinson
2bd1c1e98d
Create spring-boot-integration module
...
See gh-46098
6 months ago
Andy Wilkinson
d86d94be1b
Create spring-boot-rsocket module
...
Closes gh-46097
6 months ago
Stéphane Nicoll
cf752d3ae8
Create spring-boot-data-jpa module
...
Closes gh-46096
6 months ago
Stéphane Nicoll
1b816bd22d
Create spring-boot-jpa module
...
See gh-46095
6 months ago
Andy Wilkinson
3140c4d924
Create spring-boot-r2dbc module
...
See gh-46094
6 months ago
Andy Wilkinson
937356330b
Create spring-boot-pulsar module
...
See gh-46093
6 months ago
Andy Wilkinson
0850df50a9
Create spring-boot-kafka module
...
See gh-46092
6 months ago
Brian Clozel
c7bcc3d64d
Create spring-boot-elasticsearch module
...
See gh-46091
6 months ago
Moritz Halbritter
855b6a6fac
Create spring-boot-freemarker module
...
Closes gh-46090
6 months ago
Phillip Webb
5659d2c8a2
Create spring-boot-groovy-templates module
...
Closes gh-46089
6 months ago
Phillip Webb
0f1c0d97d1
Create spring-boot-liquibase module
...
See gh-46088
6 months ago
Stéphane Nicoll
74f6c75b00
Create spring-boot-validation module
...
Closes gh-46087
6 months ago
Stéphane Nicoll
80933d86b4
Create spring-boot-flyway module
...
See gh-46086
6 months ago
Andy Wilkinson
3a90b32ac0
Pull up setDisableMBeanRegistry
...
Closes gh-44070
6 months ago
Andy Wilkinson
5addbc70e7
Create spring-boot-jdbc module
...
See gh-46085
6 months ago
Andy Wilkinson
67cb03b8b4
Create spring-boot-tx module
...
See gh-46084
6 months ago
Stéphane Nicoll
4acdc5ee7c
Create spring-boot-artemis module
...
See gh-46083
6 months ago
Stéphane Nicoll
fd13ac80e8
Create spring-boot-activemq module
...
See gh-46082
6 months ago
Stéphane Nicoll
11d1825154
Create spring-boot-jms module
...
See gh-46081
6 months ago
Andy Wilkinson
98baaf8b0e
Move SQL packages from -all modules into corresponding non-all modules
...
See gh-46071
6 months ago
Brian Clozel
7471d01a72
Create spring-boot-jsonb module
...
Closes gh-46080
6 months ago
Brian Clozel
cfabd67175
Create spring-boot-mail module
...
See gh-46079
6 months ago
Andy Wilkinson
6c89a6bcbe
Create spring-boot-jackson-module
...
Closes gh-46078
6 months ago
Andy Wilkinson
1cb6a23cd5
Remove web concerns from template package and move out of -all
...
See gh-46071
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
6 months ago
Andy Wilkinson
3f477c4b40
Separate R2DBC and JDBC database initialization
...
See gh-46071
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
6 months ago
Brian Clozel
dcf0eb36d3
Create spring-boot-amqp module
...
See gh-46077
6 months ago
Phillip Webb
4db4db347e
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
See gh-46071
6 months ago
Andy Wilkinson
760b80818f
Create spring-boot-reactor-netty module
...
See gh-46076
6 months ago
Andy Wilkinson
b8df90ad20
Create spring-boot-jetty module
...
See gh-46075
6 months ago
Andy Wilkinson
04b0590162
Create spring-boot-undertow module
...
See gh-46074
6 months ago
Andy Wilkinson
a0b28610e5
Move Tomcat auto-configuration into spring-boot-tomcat
...
See gh-46073
6 months ago
Andy Wilkinson
bc840b741d
Move tests that use Tomcat out of spring-boot-all
...
See gh-46073
6 months ago
Andy Wilkinson
83b26a7362
Move tests that use Tomcat out of spring-boot-test
...
See gh-46073
6 months ago
Andy Wilkinson
693c27c6e3
Start splitting up spring-boot-autoconfigure
...
See gh-46071
6 months ago
Andy Wilkinson
6384e3265c
Create beginnings of spring-boot-tomcat module
...
See gh-46073
6 months ago
Andy Wilkinson
71f74c7ee2
Start splitting up spring-boot
...
See gh-46071
6 months ago
Phillip Webb
5a1b6d2269
Reduce number of test dependencies
...
Reduce the number of direct test dependencies and instead rely on
transitive test support dependencies.
Closes gh-46072
6 months ago
Phillip Webb
61a89e994a
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.
See gh-46072
6 months ago
Phillip Webb
2077e4f96e
Split up BackgroundPreinitializer
...
Closes gh-44065
6 months ago
Andy Wilkinson
3c6eaa71c6
Move WebServer-specific properties out of ManagementServerProperties
...
Closes gh-44324
6 months ago
Andy Wilkinson
fe288070cb
Move server-specific properties out of ServerProperties
...
Closes gh-44064
6 months ago
Andy Wilkinson
4dff8ab081
Repackage web server classes
...
Closes gh-44286
Closes gh-44067
6 months ago
Andy Wilkinson
ca8e70f330
Move server-specific knowledge out of general child context creation
...
Closes gh-44200
6 months ago
Andy Wilkinson
33ce2abf33
Move JerseyApplicationPath into a Jersey-specific package
...
Closes gh-44066
6 months ago
Stéphane Nicoll
999beea456
Merge branch '3.5.x'
...
Closes gh-46237
6 months ago
Stéphane Nicoll
596dd95108
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46236
6 months ago