Andy Wilkinson
747291c0b7
Clarify docs on when application.* banner properties will work
...
Closes gh-33489
2 years ago
Moritz Halbritter
87d6d518c4
Explain what happens if docker compose is already running
...
Closes gh-36483
2 years ago
Andy Wilkinson
c999d987a9
Improve systemd configuration documentation
...
Closes gh-28453
2 years ago
Andy Wilkinson
f78dcac56f
Clarify that @AutoConfigureWebTestClient uses mock infrastructure
...
Closes gh-29890
2 years ago
Moritz Halbritter
0d8ea44f5b
Fix MyErrorWebExceptionHandler in documentation
...
Closes gh-38104
2 years ago
Moritz Halbritter
57ddb20cc9
Clarify that Spring AOT imposes further restrictions
...
Closes gh-35032
2 years ago
Andy Wilkinson
d9e71f7a67
Add documentation section on AOP
...
Closes gh-32642
2 years ago
Andy Wilkinson
e1203b7e28
Document that WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default
...
Closes gh-38083
2 years ago
Moritz Halbritter
07f7435b6a
Document native image limitation of ApplicationContextRunner
...
Closes gh-34007
2 years ago
Moritz Halbritter
43a3fbf449
Move "Sanitize Sensitive Values" in docs
...
Closes gh-35917
2 years ago
Moritz Halbritter
8a27326ba6
Add warning when downgrading to Servlet 5.0 to docs
...
Closes gh-33044
2 years ago
Moritz Halbritter
b4721c9d62
Update "Use Another Web Server" documentation
...
Closes gh-37238
2 years ago
Moritz Halbritter
3872ec868b
Mention ForwardedHeaderTransformer in the documentation
...
Closes gh-37282
2 years ago
Andy Wilkinson
1498faaf7f
Document auto-configuration packages and how to add to them
...
Closes gh-27549
2 years ago
Phillip Webb
6e65d9380b
Add missing `@ServiceConnection` annotation to reference doc sample
...
Closes gh-38046
2 years ago
Andy Wilkinson
aaaafc6ede
Add a note about TestConfiguration, Import, and ordering
...
Closes gh-30513
2 years ago
Andy Wilkinson
dc645f09b7
Add a brief mention of ConfigurationPropertyCaching
...
Closes gh-34172
2 years ago
Andy Wilkinson
ea39a33337
Document server.servlet.encoding.* configuration properties
...
Closes gh-32472
2 years ago
Andy Wilkinson
9a23e13894
Add some documentation for customizing the reactive web server
...
Closes gh-31917
2 years ago
Andy Wilkinson
a20f81b995
Mention that classpath.idx is typically generated by build plugins
...
Closes gh-37125
2 years ago
Andy Wilkinson
fcdc638336
Mention what to do when use-hal-as-default-json-media-type is false
...
Closes gh-26814
2 years ago
Andy Wilkinson
8778884f5d
Clarify role of WebMvcRegistrations and WebMvcConfigurer
...
Closes gh-31232
2 years ago
Moritz Halbritter
4c3de96d74
Fix links to Antora based JavaDoc and reference documentation
...
This introduces two different attributes for, e.g. the Spring Framework
version: the "normal" one, e.g. 6.1.0-SNAPSHOT, and the Antora one,
e.g. 6.1.
Spring Framework's reference documentation is still broken when using
SNAPSHOT versions, see spring-framework/gh-31480.
See gh-38000
2 years ago
Johnny Lim
b5d4983829
Polish
...
See gh-37984
2 years ago
Chris Bono
ddd093f4e2
Fix links in Spring Pulsar section of ref guide
...
Spring for Apache Pulsar recently moved to Antora docs which in turn
modified the base url slightly. This commmit adjusts for the move.
See gh-37986
2 years ago
Chris Bono
1571097048
Fix links in Spring Kafka section of ref guide
...
Spring for Apache Kafka recently moved to Antora docs which in turn
modified the base url slightly. This commmit adjusts for the move.
See gh-37987
2 years ago
Moritz Halbritter
68d8fa14bf
Polish "Add JVM Checkpoint Restore documentation"
...
See gh-37975
2 years ago
Sébastien Deleuze
e988bf4212
Add JVM Checkpoint Restore documentation
...
See gh-37975
2 years ago
Moritz Halbritter
64cf3b0712
Document how to share services with Docker Compose
...
Closes gh-37886
2 years ago
Moritz Halbritter
55dc2963ef
Rename Testcontainers bean startup property
...
Old name: spring.testcontainers.startup
New name: spring.testcontainers.beans.startup
Closes gh-37073
2 years ago
Phillip Webb
fe752dedef
Polish adoc formatting
2 years ago
Andy Wilkinson
d796087dfa
Polish "Add properties for configuring EnumFeature and JsonNodeFeature"
...
See gh-37885
2 years ago
Andy Wilkinson
19fd88b25b
Implement SSL hot reload for Netty and Tomcat
...
Closes gh-37808
2 years ago
Phillip Webb
4c3a0f09d7
Support parallel initialization of Testcontainers
...
Add support for a `spring.testcontainers.startup` property that can
be set to "sequential" or "parallel" to change how containers are
started.
Closes gh-37073
2 years ago
Moritz Halbritter
fcf77ed65d
Add property to stop the JVM from exiting
...
spring.main.keep-alive=true will spawn a non-daemon thread which stops
if the context is closed
Closes gh-37736
2 years ago
Johnny Lim
303015ea2d
Polish
...
See gh-37745
2 years ago
Andy Wilkinson
5280cfeec0
Adapt to breaking API change in Micrometer
...
See gh-37703
2 years ago
Andy Wilkinson
1d410dccea
Adapt to breaking API change in Framework
...
See gh-37710
2 years ago
Andy Wilkinson
48059417b5
Upgrade to Kafka 3.6.0
...
Closes gh-37777
2 years ago
Simon Verhoeven
d0cadd9c4a
Add reference to the new RestClient class in documentation
...
See gh-37726
2 years ago
Moritz Halbritter
63fccf43dc
Polish "Remove link to LiveReload website due to timeout"
...
See gh-37643
2 years ago
Jonny Coddington
88bbab374d
Remove link to LiveReload website due to timeout
...
See gh-37643
2 years ago
Moritz Halbritter
5b129ceb09
Switch reactor context propagation from auto to limited
...
- Polish
- Fix @since tags
- Add a test case
- Update context-propagation version
Closes gh-34201
2 years ago
Moritz Halbritter
30f29dead8
Revert "Temporarily remove auto-config for Reactor context propagation"
...
This reverts commit 88de3cc089 .
See gh-34201
2 years ago
Phillip Webb
7ad4a9817d
Rewrite nested jar support code and remove Java 8 support
...
Rewrite nested jar code to better align with the implementations
provided in Java 17. This update makes two fundamental changes to
the previous implementation:
- Resource cleanup is now handled using the `java.lang.ref.Cleaner`
- Jar URLs now use the form `jar:nested:/my.jar/!nested.jar!/entry`
Unlike the previous `jar:jar:/my,jar!/nested.jar!/entry` URL format,
the new format is compatible with Java's default Jar URL handler.
Specifically, it now only uses a single `jar:` prefix and it no longer
includes multiple `!/` separators.
In addition to the changes above, many of the ancillary classes have
also been refactored and updated to create cleaner APIs.
Closes gh-37668
2 years ago
Phillip Webb
c22548982a
Relocate launcher classes
...
Create alternative launcher classes under the package
`org.springframework.boot.loader.launch` and use them in favor
of the previous location.
This update is designed to improve compatibility with future
changes in the loader.
Closes gh-37667
2 years ago
Phillip Webb
3d6859e80f
Use the term "uber jar" in reference documentation and javadoc
...
Update reference documentation and javadoc to use the term "uber jar"
rather than "fat jar".
Closes gh-37653
2 years ago
Phillip Webb
932355adbf
Polish adoc formatting
2 years ago
Scott Frederick
ff99de49c4
Configure a RestClient.Builder with RestClientTest
...
This commit adds support for configuring a `RestClient.Builder` and
`MockRestServiceServer` support for the `RestClient` when using
`@RestClientTest` sliced tests.
Closes gh-37033
2 years ago
Andy Wilkinson
3e9a1cc1f8
Add Awaitility to spring-boot-starter-test
...
Closes gh-37195
2 years ago