Stéphane Nicoll
c4f2922b60
fixup! Upgrade to Pulsar 4.0.6
4 months ago
Stéphane Nicoll
815bdc528b
Upgrade to Pulsar 3.3.8
...
Closes gh-46716
4 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
DimaVilda
31daa0f0d6
Remove unnecessary excludes on javax.xml.bind:jaxb-api
...
See gh-45025
Signed-off-by: DimaVilda <dimavilda@gmail.com>
8 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
1 year 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
Freeman Liu
6aefe505e5
Add grpc starter and httpexchange starter to community starters
...
See gh-39437
2 years ago
Vedran Pavic
db1ace2765
Add reference to OpenTelemetry Spring Boot starter
...
See gh-40339
2 years ago
Thebora Kompanioni
75343a85bf
Add reference to Nostr Spring Boot Starter
...
See gh-40080
2 years ago
Andy Wilkinson
12e004f131
Revert "Exclude unwanted javax.inject dependency from Data Couchbase"
...
This reverts commit 06f5ab162f . The
dependency has been removed in Data Couchbase, making the exclude
unnecessary.
See gh-40200
2 years ago
Andy Wilkinson
1ea6f2f51f
Revert "Revert "Exclude unwanted javax.inject dependency from Data Couchbase""
...
This reverts commit 3b76165f4e .
Turns out, the exclude's still needed for now? with Data Couchbase
5.1.x.
See gh-40200
2 years ago
Andy Wilkinson
3b76165f4e
Revert "Exclude unwanted javax.inject dependency from Data Couchbase"
...
This reverts commit 06f5ab162f . The
dependency has been removed in Data Couchbase, making the exclude
unnecessary.
See gh-40200
2 years ago
Andy Wilkinson
cdc95bb92a
Upgrade to Jetty 12.0.8
...
Closes gh-40300
2 years ago
Andy Wilkinson
28b9f40126
Upgrade to Jersey 3.1.6
...
Closes gh-40299
2 years ago
Andy Wilkinson
d18f36ee81
Upgrade to Jersey 3.1.6
...
Closes gh-40284
2 years ago
Andy Wilkinson
8aebcd48c7
Upgrade to Jetty 12.0.8
...
Closes gh-40250
2 years ago
Andy Wilkinson
e16fd707b9
Upgrade to Jersey 3.1.6
...
Closes gh-40249
2 years ago
Andy Wilkinson
06f5ab162f
Exclude unwanted javax.inject dependency from Data Couchbase
...
See gh-40200
2 years ago
Moritz Halbritter
2de9969f9a
Delegate 'spring-boot.run.main-class' to 'start-class'
...
Closes gh-40145
2 years ago
Moritz Halbritter
4047c00aa5
Implement SBOM actuator endpoint
...
Closes gh-39799
2 years ago
Phillip Webb
4849f8f273
Polish asciidoc formatting
2 years ago
Matt Pavlovich
af18a69d54
Use activemq-client instead of transitional activemq-client-jakarta
...
See gh-40028
2 years ago
Andy Wilkinson
53f850410f
Upgrade to Git Commit ID Maven Plugin 8.0.2
...
Closes gh-40015
2 years ago
Moritz Halbritter
f441bcc63d
Exclude jetty-jndi from the Jetty starter
...
Closes gh-39932
2 years ago
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
2 years ago
Moritz Halbritter
07ee7254a6
Align to Native Build Tools metadata repository default
...
Closes gh-39068
2 years ago
Andy Wilkinson
f66fd0e9e2
Remove OCI entry as it is no longer maintained
...
Closes gh-39164
2 years ago
Olga MaciaszekSharma
072d6dadcb
Remove OCI starter info from README
...
The project has been archived and is no longer maintained.
See gh-39145
2 years ago
Sandra Ahlgrimm
b0bc872831
Add the LangChain4J to the list of community starters
...
See gh-38776
2 years ago
Johnny Lim
f16ad50db8
Add Embedded MongoDB to community starters
...
See gh-38010
2 years ago
Phillip Webb
3ccf29ef49
Refine spring-boot-starter-data-redis-reactive dependencies
...
Change `spring-boot-starter-data-redis-reactive` to be standalone and
also declare an explicit dependency on reactor.
Closes gh-37943
2 years ago
Andy Wilkinson
5280cfeec0
Adapt to breaking API change in Micrometer
...
See gh-37703
2 years ago