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
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
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
Stéphane Nicoll
74f6c75b00
Create spring-boot-validation module
...
Closes gh-46087
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
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
Brian Clozel
dcf0eb36d3
Create spring-boot-amqp module
...
See gh-46077
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
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
Andy Wilkinson
741561d4ba
Make sure elasticsearch-rest-client is on the classpath
...
9.0.3 of elasticsearch-java switched its dependency on
elasticsearch-rest-client from api to compileOnly so it is no longer
on the classpath of a consumer.
This commit reinstates the dependency so that our auto-configuration
of the RestClient still happens.
gh-46061 is tracking a switch to the new Rest5Client.
See gh-46207
6 months ago
Dmitry Sulman
a8f11004e7
Add Logback Access Reactor Netty to community starters
...
See gh-46060
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
6 months ago
Phillip Webb
3aeb18d618
Add license header to gradle files
...
See gh-46065
6 months ago
Stéphane Nicoll
6fceab2c90
Replace spring-jcl with vanilla commons-logging
...
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
8 months ago
DimaVilda
31daa0f0d6
Remove unnecessary excludes on javax.xml.bind:jaxb-api
...
See gh-45025
Signed-off-by: DimaVilda <dimavilda@gmail.com>
9 months ago
ali-jalaal
48909a432f
Add reference to Styra (OPA) Spring Boot SDK
...
See gh-44951
Signed-off-by: ali-jalaal <4487124+ali-jalaal@users.noreply.github.com>
9 months ago
salaboy
b47545f169
Add reference to Dapr Java SDK Spring Boot starter
...
See gh-44379
Signed-off-by: salaboy <Salaboy@gmail.com>
9 months ago
Stéphane Nicoll
d0cdae2369
Align nativeTest to native to make it multi-modules friendly
...
This commit harmonizes the behavior of the native and nativeTest Maven
profiles. Previously, enabling the nativeTest profile would
automatically add an execution of the Spring Boot and Native Build Tools
plugins, even in a module that doesn't represent an application or a
Spring Boot-related module.
With this commit, the native testing feature is only enabled if the
plugins are defined in the project, either directly, or in a parent.
The documentation has been updated as the behavior of both profiles is
now much more consistent.
Closes gh-44696
9 months ago
Andy Wilkinson
8572d9e177
Restore previous Main-Class configuration
...
This partially reverts commit
d924e4d999 .
See gh-43284
1 year ago
Andy Wilkinson
d924e4d999
Mark shaded application's jar as multi-release by default
...
Spring Framework now uses a multi-release jar for its virtual thread
support. If the shaded jar is not marked as being a multi-release jar
and virtual threads are enabled, the application will fail to start as
the Java 21+ virtual threads delegate will be unavailable.
This commit updates the starter parent's default configuration for the
Maven Shade plugin to set Multi-Release: true in the application's
manifest.
Closes gh-43284
1 year ago
Phillip Webb
23fe3977d2
Remove spring-boot-starter-aop dependencies
...
Update `spring-boot-starter-data` and `spring-boot-starter-integration`
so that they no longer depend on `spring-boot-starter-aop`. The removes
the dependency on AspectJ which should help improve startup time.
Closes gh-42934
1 year ago
Phillip Webb
0305d1e9d5
Adapt to upstream Spring Framework @MockitoBean changes
1 year ago
Phillip Webb
ad72411e2b
Apply conventions plugin to all subprojects
...
Closes gh-42438
1 year ago
Moritz Halbritter
9294c003b4
Remove setting BP_NATIVE_IMAGE
...
Closes gh-32884
1 year ago
Scott Frederick
26b59ae912
Use Paketo tiny builder by default for JVM and native apps
...
Closes gh-40859
2 years ago
Scott Frederick
9da2d1e089
Revert "Use Paketo tiny builder by default for JVM and native apps"
...
This reverts commit 6d2ebc0713 .
2 years ago
Scott Frederick
6d2ebc0713
Use Paketo tiny builder by default for JVM and native apps
...
Closes gh-40859
2 years ago
Moritz Halbritter
0dff055c38
Apply configuration to CycloneDX plugin only for the execution
...
Closes gh-40927
2 years ago
Andy Wilkinson
133336de20
Upgrade to Tomcat 10.1.24
...
Closes gh-40790
2 years ago
Andy Wilkinson
f24d4e4a06
Upgrade to Tomcat 10.1.24
...
Closes gh-40785
2 years ago
Andy Wilkinson
edd45de17f
Upgrade to Tomcat 10.1.24
...
Closes gh-40780
2 years ago
Andy Wilkinson
d3b892f302
Upgrade to Tomcat 10.1.23
...
Closes gh-40754
2 years ago
Andy Wilkinson
6f096c0b5f
Upgrade to Tomcat 10.1.23
...
Closes gh-40734
2 years ago
Andy Wilkinson
c35da125a4
Upgrade to Tomcat 10.1.23
...
Closes gh-40718
2 years ago