Brian Clozel
c7bcc3d64d
Create spring-boot-elasticsearch module
...
See gh-46091
2025-07-01 11:54:57 +01:00
Moritz Halbritter
855b6a6fac
Create spring-boot-freemarker module
...
Closes gh-46090
2025-07-01 11:54:52 +01:00
Phillip Webb
5659d2c8a2
Create spring-boot-groovy-templates module
...
Closes gh-46089
2025-07-01 11:54:48 +01:00
Stéphane Nicoll
74f6c75b00
Create spring-boot-validation module
...
Closes gh-46087
2025-07-01 11:54:39 +01:00
Andy Wilkinson
5addbc70e7
Create spring-boot-jdbc module
...
See gh-46085
2025-07-01 11:54:24 +01:00
Andy Wilkinson
67cb03b8b4
Create spring-boot-tx module
...
See gh-46084
2025-07-01 11:54:19 +01:00
Stéphane Nicoll
4acdc5ee7c
Create spring-boot-artemis module
...
See gh-46083
2025-07-01 11:54:15 +01:00
Stéphane Nicoll
fd13ac80e8
Create spring-boot-activemq module
...
See gh-46082
2025-07-01 11:54:10 +01:00
Stéphane Nicoll
11d1825154
Create spring-boot-jms module
...
See gh-46081
2025-07-01 11:54:06 +01:00
Brian Clozel
cfabd67175
Create spring-boot-mail module
...
See gh-46079
2025-07-01 11:53:58 +01:00
Andy Wilkinson
6c89a6bcbe
Create spring-boot-jackson-module
...
Closes gh-46078
2025-07-01 11:53:53 +01:00
Brian Clozel
dcf0eb36d3
Create spring-boot-amqp module
...
See gh-46077
2025-07-01 11:53:48 +01:00
Andy Wilkinson
760b80818f
Create spring-boot-reactor-netty module
...
See gh-46076
2025-07-01 11:53:43 +01:00
Andy Wilkinson
b8df90ad20
Create spring-boot-jetty module
...
See gh-46075
2025-07-01 11:53:39 +01:00
Andy Wilkinson
04b0590162
Create spring-boot-undertow module
...
See gh-46074
2025-07-01 11:53:35 +01:00
Andy Wilkinson
693c27c6e3
Start splitting up spring-boot-autoconfigure
...
See gh-46071
2025-07-01 11:53:18 +01:00
Andy Wilkinson
6384e3265c
Create beginnings of spring-boot-tomcat module
...
See gh-46073
2025-07-01 11:53:17 +01:00
Andy Wilkinson
71f74c7ee2
Start splitting up spring-boot
...
See gh-46071
2025-07-01 11:53:13 +01:00
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
2025-06-26 10:35:26 +01:00
Stéphane Nicoll
a13b40b882
Merge branch '3.5.x'
...
Closes gh-46173
2025-06-23 14:50:23 +02:00
Dmitry Sulman
a8f11004e7
Add Logback Access Reactor Netty to community starters
...
See gh-46060
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com >
2025-06-23 14:49:46 +02:00
Phillip Webb
3312979c77
Merge branch '3.5.x'
...
See gh-46067
2025-06-20 17:22:43 -07:00
Phillip Webb
61c2d0766b
Merge branch '3.4.x' into 3.5.x
...
See gh-46066
2025-06-20 17:21:58 -07:00
Phillip Webb
3aeb18d618
Add license header to gradle files
...
See gh-46065
2025-06-20 17:20:50 -07:00
Stéphane Nicoll
6fceab2c90
Replace spring-jcl with vanilla commons-logging
...
See gh-45487
Co-authored-by: Phillip Webb <phil.webb@broadcom.com >
2025-05-09 17:38:11 -07:00
DimaVilda
31daa0f0d6
Remove unnecessary excludes on javax.xml.bind:jaxb-api
...
See gh-45025
Signed-off-by: DimaVilda <dimavilda@gmail.com >
2025-04-08 11:42:34 -07:00
Andy Wilkinson
05a9521fde
Merge branch '3.4.x'
...
Closes gh-44977
2025-04-02 13:40:44 +01:00
Andy Wilkinson
d0612f5e0e
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44976
2025-04-02 13:40:33 +01:00
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 >
2025-04-02 13:40:02 +01:00
salaboy
b47545f169
Add reference to Dapr Java SDK Spring Boot starter
...
See gh-44379
Signed-off-by: salaboy <Salaboy@gmail.com >
2025-03-25 11:16:00 +01:00
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
2025-03-17 11:32:35 +01:00
Andy Wilkinson
65a862c13c
Merge branch '3.3.x'
2024-12-12 11:07:04 +00:00
Andy Wilkinson
8572d9e177
Restore previous Main-Class configuration
...
This partially reverts commit
d924e4d999 .
See gh-43284
2024-12-12 11:05:58 +00:00
Andy Wilkinson
23d92aa32e
Merge branch '3.3.x'
...
Closes gh-43291
2024-11-26 13:42:40 +00:00
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
2024-11-26 13:42:03 +00:00
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
2024-10-30 17:51:11 -07:00
Phillip Webb
0305d1e9d5
Adapt to upstream Spring Framework @MockitoBean changes
2024-10-23 11:11:55 -07:00
Phillip Webb
7b3077280c
Merge branch '3.3.x'
...
Closes gh-42441
2024-09-24 14:32:48 -07:00
Phillip Webb
100bedc07d
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42440
2024-09-24 14:29:09 -07:00
Phillip Webb
ad72411e2b
Apply conventions plugin to all subprojects
...
Closes gh-42438
2024-09-24 14:26:32 -07:00
Moritz Halbritter
9294c003b4
Remove setting BP_NATIVE_IMAGE
...
Closes gh-32884
2024-09-17 15:50:57 +02:00
Scott Frederick
26b59ae912
Use Paketo tiny builder by default for JVM and native apps
...
Closes gh-40859
2024-06-28 11:45:54 -05:00
Scott Frederick
9da2d1e089
Revert "Use Paketo tiny builder by default for JVM and native apps"
...
This reverts commit 6d2ebc0713 .
2024-06-26 15:25:37 -05:00
Scott Frederick
6d2ebc0713
Use Paketo tiny builder by default for JVM and native apps
...
Closes gh-40859
2024-06-26 13:42:23 -05:00
Moritz Halbritter
0dff055c38
Apply configuration to CycloneDX plugin only for the execution
...
Closes gh-40927
2024-05-29 14:37:12 +02:00
Andy Wilkinson
133336de20
Upgrade to Tomcat 10.1.24
...
Closes gh-40790
2024-05-16 15:57:52 +01:00
Andy Wilkinson
f24d4e4a06
Upgrade to Tomcat 10.1.24
...
Closes gh-40785
2024-05-16 15:05:48 +01:00
Andy Wilkinson
d3b892f302
Upgrade to Tomcat 10.1.23
...
Closes gh-40754
2024-05-13 15:58:22 +01:00
Andy Wilkinson
6f096c0b5f
Upgrade to Tomcat 10.1.23
...
Closes gh-40734
2024-05-13 14:57:18 +01:00
Freeman Liu
6aefe505e5
Add grpc starter and httpexchange starter to community starters
...
See gh-39437
2024-04-23 09:10:57 +01:00