Moritz Halbritter
5c10ae2f0b
Revert "Remove unneeded NestedConfigurationProperty"
...
This reverts commit 8048e2d6c2 .
3 years ago
Moritz Halbritter
8048e2d6c2
Remove unneeded NestedConfigurationProperty
...
Closes gh-33239
3 years ago
Moritz Halbritter
b7de4020cb
Mention @RegisterReflectionForBinding in the docs
...
Closes gh-32903
3 years ago
Andy Wilkinson
421f2fac67
Fail fast when constructor bound and not compiled with -parameters
...
Closes gh-33182
3 years ago
Johnny Lim
6027508cf7
Polish
...
See gh-33108
3 years ago
dreis2211
3b496766da
Fix broken links in docs
...
See gh-33209
3 years ago
Stephane Nicoll
4d6f956b24
Fix summary of "Core Features" section
...
Closes gh-33207
3 years ago
Sébastien Deleuze
88cf2bbae9
Remove outdated native image documentation
...
See gh-33109
3 years ago
67
e55e23482a
Fix kafka streams start description typo in documentation
...
See gh-33098
3 years ago
Scott Frederick
a53141f8a4
Fix JMX exposure default in config metadata and docs
...
Fixes gh-33072
3 years ago
Johnny Lim
ea4f22684d
Polish Log4j2 changes
...
See gh-32742
3 years ago
EricGao888
569e752159
Fix a minor bug in an example in oauth2 doc
...
See gh-32931
3 years ago
Andy Wilkinson
6d1fca10a3
Polish "Remove Sleuth references in favor of Micrometer Tracing"
...
See gh-32994
3 years ago
Toshiaki Maki
bf4c367d7e
Remove Sleuth references in favor of Micrometer Tracing
...
See gh-32994
3 years ago
Andy Wilkinson
5a299dd501
Correct coordinates of Artemis' server artifact
...
Closes gh-33065
3 years ago
Andy Wilkinson
df2445a6be
Update docs now that GraalVM 22.3 is fully available
...
Closes gh-32813
3 years ago
Phillip Webb
2c193e7736
Remove legacy cookie processor documentation
...
Remove legacy processor documentation since support will be removed
in Tomcat 10.1.
Closes gh-33021
3 years ago
Moritz Halbritter
5d1ff17a0a
Add Micrometer Observability documentation
...
Closes gh-32833
Closes gh-32912
3 years ago
Phillip Webb
9856286a2d
Refine actuator httpexhanges naming
...
See gh-32885
3 years ago
Phillip Webb
3e50836b1a
Rename httptrace endpoint and related classes to httpexchanges
...
Rename `/actuator/httptrace` to `/actuator/httpexchanges` to better
describe its purpose and to remove confusion with distribute tracing.
This change also takes the opportunity to improve the code by making
the `HttpExchange` class (previously `HttpTrace`) fully immutable.
Closes gh-32885
Co-authored-by: Andy Wilkinson <wilkinsona@vmware.com>
3 years ago
Andy Wilkinson
67e4ac4f1e
Remove stale reference to MetricsWebFilter from the docs
...
Closes gh-32909
3 years ago
Moritz Halbritter
40e2d0b8cd
Remove mention of the Infinispan Spring Boot starter
...
The starter is not yet Spring Boot 3 compatible.
Closes gh-32896
3 years ago
Phillip Webb
a59b6cb1f3
Polish
3 years ago
Moritz Halbritter
605dd3d4bd
Polish docs
3 years ago
Moritz Halbritter
ff6d9aa881
Polish "Add micrometer tracing documentation"
3 years ago
Moritz Halbritter
e999513838
Add micrometer tracing documentation
...
Closes gh-30658
3 years ago
Scott Frederick
072ce5c151
Fix versions in documentation links
...
Fixes gh-32772
3 years ago
Scott Frederick
bdedae21c0
Polish native image documentation
...
See gh-32582
3 years ago
James Seung Hyun Son
5e0a67ac66
Fix typos in logging.adoc
...
See gh-32812
3 years ago
Moritz Halbritter
1635f61368
Update GraalVM requirement to 22.3
...
See gh-32813
3 years ago
Phillip Webb
fb736e8427
Add native image reference documentation
...
Update reference documentation with a new "native image" section.
This commit includes some work derived from the "Spring Native"
project documentation written by Andy Clement, Sébastien Deleuze,
Filip Hanik, Dave Syer, Esteban Ginez, Jay Bryant, Brian Clozel,
Stéphane Nicoll, and Josh Long.
Closes gh-32582
Co-authored-by: Moritz Halbritter <mkammerer@vmware.com>
3 years ago
Phillip Webb
c416c17fe8
Polish documentation title case
3 years ago
Madhura Bhave
ce3c933f77
Adapt to Spring Security changes
...
Closes gh-32604
3 years ago
Brian Clozel
b2fe807d47
Move MVC metrics to Observation auto-configuration
...
This commit moves the entire Metrics auto-configuration for Spring MVC
to the new `Observation` API and the instrumentation contributed in
Spring Framework.
Closes gh-32538
3 years ago
Phillip Webb
43a44006c9
Update getting started documentation to use @SpringBootApplication
...
Closes gh-32780
3 years ago
Guirong Hu
33e379c4a2
Use exclamation character for the document separator prefix
...
See gh-32521
3 years ago
Phillip Webb
cb48674536
Switch Java versions used in documentation
...
See gh-32746
3 years ago
Phillip Webb
7d03a201c0
Switch Java version displayed in documentation
...
Closes gh-32746
3 years ago
Phillip Webb
6641a98913
Improve the phrasing around property source ordering
3 years ago
Phillip Webb
029aab6b58
Document Log4j2 extensions
...
See gh-32578
3 years ago
Emil
ea654b42fa
Fix typo "Elastixsearch"
...
See gh-32656
3 years ago
Johnny Lim
73fd760137
Polish HTTP client observability changes
...
See gh-32484
See gh-32518
Closes gh-32636
3 years ago
Brian Clozel
23a9818e0d
Auto-configure ProblemDetails support
...
This commit auto-configures ProblemDetails support for both Spring MVC
and Spring WebFlux, contributing a `@ControllerAdvice` annotated
`ResponseEntityExceptionHandler` bean if the
`spring.mvc.problemdetails.enabled` or
`spring.webflux.problemdetails.enabled` properties are set to `true`.
Closes gh-32634
3 years ago
Andy Wilkinson
4f86f685c5
Reinstate support for Infinispan
...
Closes gh-32556
3 years ago
Andy Wilkinson
51df7813a5
Remove code deprecated in 2.x and add since and forRemoval attributes
...
Closes gh-32548
Closes gh-32549
3 years ago
Brian Clozel
7f7ecdc7ac
Fix documentation build
...
See gh-32518
3 years ago
Brian Clozel
b325edbc55
Polish
...
See gh-32484
3 years ago
Scott Frederick
f9c341c75a
Revert "Generate the AutoConfiguration.imports file from annotations"
...
This reverts commit da4de7d67d .
3 years ago
Brian Clozel
8f9323d66c
Document "classpath:*" location for GraphQL Schemas
...
This commit mentions the `"classpath*:graphql/**` schema location in
case the application needs to find schemas across multiple classpath
roots, for example across multiple modules.
Closes gh-31772
3 years ago
Andy Wilkinson
ab26050fe7
Document support for Java 19
...
Closes gh-32259
3 years ago