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
d924e4d9998945933a4a9947a6ca776e303db1ea.
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 6d2ebc07133da5e3ebbbe02148b475eb405e3c51.
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
Vedran Pavic
db1ace2765
Add reference to OpenTelemetry Spring Boot starter
...
See gh-40339
2024-04-18 12:19:51 -07:00
Thebora Kompanioni
75343a85bf
Add reference to Nostr Spring Boot Starter
...
See gh-40080
2024-04-18 12:19:18 -07:00
Andy Wilkinson
93c8513a78
Merge branch '3.2.x'
...
See gh-40224
2024-04-11 16:56:41 +01:00
Andy Wilkinson
7d3ea3f06f
Merge branch '3.1.x' into 3.2.x
...
See gh-40212
2024-04-11 16:56:22 +01:00
Andy Wilkinson
3b76165f4e
Revert "Exclude unwanted javax.inject dependency from Data Couchbase"
...
This reverts commit 06f5ab162f6b049f42f15c04d3a9a8810c0c6d63. The
dependency has been removed in Data Couchbase, making the exclude
unnecessary.
See gh-40200
2024-04-11 16:55:24 +01:00
Andy Wilkinson
cdc95bb92a
Upgrade to Jetty 12.0.8
...
Closes gh-40300
2024-04-10 18:26:37 +01:00
Andy Wilkinson
28b9f40126
Upgrade to Jersey 3.1.6
...
Closes gh-40299
2024-04-10 18:04:48 +01:00
Andy Wilkinson
d18f36ee81
Upgrade to Jersey 3.1.6
...
Closes gh-40284
2024-04-10 10:54:19 +01:00
Andy Wilkinson
8aebcd48c7
Upgrade to Jetty 12.0.8
...
Closes gh-40250
2024-04-10 07:43:28 +01:00
Andy Wilkinson
e16fd707b9
Upgrade to Jersey 3.1.6
...
Closes gh-40249
2024-04-10 07:43:28 +01:00
Andy Wilkinson
3699bcfb87
Merge branch '3.2.x'
...
See gh-40224
2024-04-09 09:09:12 +01:00
Andy Wilkinson
3bb7baf90f
Merge branch '3.1.x' into 3.2.x
...
See gh-40212
2024-04-09 09:07:52 +01:00
Andy Wilkinson
06f5ab162f
Exclude unwanted javax.inject dependency from Data Couchbase
...
See gh-40200
2024-04-09 09:07:13 +01:00
Moritz Halbritter
2de9969f9a
Delegate 'spring-boot.run.main-class' to 'start-class'
...
Closes gh-40145
2024-04-05 09:15:31 +02:00
Moritz Halbritter
3ab21ce146
Merge branch '3.2.x'
...
Closes gh-40118
2024-03-27 09:42:59 +01:00
Moritz Halbritter
957facf1cc
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40117
2024-03-27 09:35:44 +01:00
Moritz Halbritter
4047c00aa5
Implement SBOM actuator endpoint
...
Closes gh-39799
2024-03-21 18:06:48 -07:00
Phillip Webb
4849f8f273
Polish asciidoc formatting
2024-03-20 15:10:39 -07:00
Matt Pavlovich
af18a69d54
Use activemq-client instead of transitional activemq-client-jakarta
...
See gh-40028
2024-03-20 11:02:01 +00:00
Andy Wilkinson
53f850410f
Upgrade to Git Commit ID Maven Plugin 8.0.2
...
Closes gh-40015
2024-03-19 10:06:13 +00:00
Moritz Halbritter
f441bcc63d
Exclude jetty-jndi from the Jetty starter
...
Closes gh-39932
2024-03-18 13:49:35 +01:00
TheSnoozer
0fd720a87f
Change dateformat for git-commit-id-maven-plugin
...
Old formmat: yyyy-MM-dd'T'HH:mm:ssZ, RFC 822
New format: yyyy-MM-dd'T'HH:mm:ssXXX ISO 8601
Related to https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/674 .
This change is required to make the times produced by the
git-commit-id-maven-plugin usable for Maven's reproducible builds,
see https://maven.apache.org/guides/mini/guide-reproducible-builds.html .
Timestamp for reproducible output archive entries must either formatted
as ISO 8601 or as an int representing seconds since the epoch.
Example usage might be
<properties>
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
</properties>
See gh-39606
2024-02-28 13:01:44 +01:00
Moritz Halbritter
07ee7254a6
Align to Native Build Tools metadata repository default
...
Closes gh-39068
2024-02-05 08:46:57 +01:00
Andy Wilkinson
045bc74aa0
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39165
2024-01-17 10:42:57 +00:00
Andy Wilkinson
f66fd0e9e2
Remove OCI entry as it is no longer maintained
...
Closes gh-39164
2024-01-17 10:42:27 +00:00
Olga MaciaszekSharma
072d6dadcb
Remove OCI starter info from README
...
The project has been archived and is no longer maintained.
See gh-39145
2024-01-16 12:48:54 -08:00
Sandra Ahlgrimm
b0bc872831
Add the LangChain4J to the list of community starters
...
See gh-38776
2023-12-19 23:14:01 -08:00
Scott Frederick
d433deb737
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38485
2023-11-21 17:30:54 -06:00
Scott Frederick
dabcebf8a3
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38484
2023-11-21 17:30:07 -06:00
Andy Wilkinson
e7c3c6e62c
Merge branch '3.1.x'
...
Closes gh-38016
2023-10-25 10:22:05 +01:00
Andy Wilkinson
b764192550
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38015
2023-10-25 10:21:04 +01:00