Andy Wilkinson
d86d94be1b
Create spring-boot-rsocket module
...
Closes gh-46097
8 months ago
Stéphane Nicoll
cf752d3ae8
Create spring-boot-data-jpa module
...
Closes gh-46096
8 months ago
Stéphane Nicoll
1b816bd22d
Create spring-boot-jpa module
...
See gh-46095
8 months ago
Andy Wilkinson
3140c4d924
Create spring-boot-r2dbc module
...
See gh-46094
8 months ago
Andy Wilkinson
937356330b
Create spring-boot-pulsar module
...
See gh-46093
8 months ago
Andy Wilkinson
0850df50a9
Create spring-boot-kafka module
...
See gh-46092
8 months ago
Brian Clozel
c7bcc3d64d
Create spring-boot-elasticsearch module
...
See gh-46091
8 months ago
Moritz Halbritter
855b6a6fac
Create spring-boot-freemarker module
...
Closes gh-46090
8 months ago
Phillip Webb
5659d2c8a2
Create spring-boot-groovy-templates module
...
Closes gh-46089
8 months ago
Phillip Webb
0f1c0d97d1
Create spring-boot-liquibase module
...
See gh-46088
8 months ago
Stéphane Nicoll
74f6c75b00
Create spring-boot-validation module
...
Closes gh-46087
8 months ago
Stéphane Nicoll
80933d86b4
Create spring-boot-flyway module
...
See gh-46086
8 months ago
Andy Wilkinson
3a90b32ac0
Pull up setDisableMBeanRegistry
...
Closes gh-44070
8 months ago
Andy Wilkinson
5addbc70e7
Create spring-boot-jdbc module
...
See gh-46085
8 months ago
Andy Wilkinson
67cb03b8b4
Create spring-boot-tx module
...
See gh-46084
8 months ago
Stéphane Nicoll
4acdc5ee7c
Create spring-boot-artemis module
...
See gh-46083
8 months ago
Stéphane Nicoll
fd13ac80e8
Create spring-boot-activemq module
...
See gh-46082
8 months ago
Stéphane Nicoll
11d1825154
Create spring-boot-jms module
...
See gh-46081
8 months ago
Andy Wilkinson
98baaf8b0e
Move SQL packages from -all modules into corresponding non-all modules
...
See gh-46071
8 months ago
Brian Clozel
7471d01a72
Create spring-boot-jsonb module
...
Closes gh-46080
8 months ago
Brian Clozel
cfabd67175
Create spring-boot-mail module
...
See gh-46079
8 months ago
Andy Wilkinson
6c89a6bcbe
Create spring-boot-jackson-module
...
Closes gh-46078
8 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>
8 months ago
Andy Wilkinson
3f477c4b40
Separate R2DBC and JDBC database initialization
...
See gh-46071
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
8 months ago
Brian Clozel
dcf0eb36d3
Create spring-boot-amqp module
...
See gh-46077
8 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
8 months ago
Andy Wilkinson
760b80818f
Create spring-boot-reactor-netty module
...
See gh-46076
8 months ago
Andy Wilkinson
b8df90ad20
Create spring-boot-jetty module
...
See gh-46075
8 months ago
Andy Wilkinson
04b0590162
Create spring-boot-undertow module
...
See gh-46074
8 months ago
Andy Wilkinson
a0b28610e5
Move Tomcat auto-configuration into spring-boot-tomcat
...
See gh-46073
8 months ago
Andy Wilkinson
bc840b741d
Move tests that use Tomcat out of spring-boot-all
...
See gh-46073
8 months ago
Andy Wilkinson
83b26a7362
Move tests that use Tomcat out of spring-boot-test
...
See gh-46073
8 months ago
Andy Wilkinson
693c27c6e3
Start splitting up spring-boot-autoconfigure
...
See gh-46071
8 months ago
Andy Wilkinson
6384e3265c
Create beginnings of spring-boot-tomcat module
...
See gh-46073
8 months ago
Andy Wilkinson
71f74c7ee2
Start splitting up spring-boot
...
See gh-46071
8 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
8 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
8 months ago
Phillip Webb
2077e4f96e
Split up BackgroundPreinitializer
...
Closes gh-44065
8 months ago
Andy Wilkinson
3c6eaa71c6
Move WebServer-specific properties out of ManagementServerProperties
...
Closes gh-44324
8 months ago
Andy Wilkinson
fe288070cb
Move server-specific properties out of ServerProperties
...
Closes gh-44064
8 months ago
Andy Wilkinson
4dff8ab081
Repackage web server classes
...
Closes gh-44286
Closes gh-44067
8 months ago
Andy Wilkinson
ca8e70f330
Move server-specific knowledge out of general child context creation
...
Closes gh-44200
8 months ago
Andy Wilkinson
33ce2abf33
Move JerseyApplicationPath into a Jersey-specific package
...
Closes gh-44066
8 months ago
Stéphane Nicoll
999beea456
Merge branch '3.5.x'
...
Closes gh-46237
8 months ago
Stéphane Nicoll
596dd95108
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46236
8 months ago
Stéphane Nicoll
49895876c0
Merge pull request #46234 from quaff
...
* pr/46234:
Replace fully qualified class to import
Closes gh-46234
8 months ago
Yanming Zhou
520f7abb9f
Replace fully qualified class to import
...
See gh-46234
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
8 months ago
Andy Wilkinson
b6b570ebeb
Merge branch '3.5.x'
...
Closes gh-46226
8 months ago
Andy Wilkinson
55fcad3498
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46225
8 months ago
Andy Wilkinson
5479f5c3d3
Make Hikari's pool accessible via reflection in a native image
...
When it's inaccessible, the jdbc.connections.active and
jdbc.connections.idle metrics are lost.
Closes gh-46214
8 months ago