Phillip Webb
9af19370a6
Backport build and CI concerns
...
Backport build and CI concerns primarily related to repo.spring.io
changes and Docker config.
3 years ago
Moritz Halbritter
b00f4f926a
Create a HTTP connector in the custom tomcat connector example
...
Closes gh-28707
3 years ago
Moritz Halbritter
ae8ec86486
Clarify startup probe in actuator documentation
...
Closes gh-28432
3 years ago
Andy Wilkinson
ec467402b3
Link to Micrometer's documentation on @Timed
...
Closes gh-33264
3 years ago
Moritz Halbritter
acb5491b79
Fix section links to not include .html suffix
...
Closes gh-33206
3 years ago
Moritz Halbritter
d05e792157
Clarify spring.cache.type=hazelcast in the documentation
...
Closes gh-33245
3 years ago
Stephane Nicoll
4d6f956b24
Fix summary of "Core Features" section
...
Closes gh-33207
3 years ago
67
e55e23482a
Fix kafka streams start description typo in documentation
...
See gh-33098
3 years ago
EricGao888
569e752159
Fix a minor bug in an example in oauth2 doc
...
See gh-32931
3 years ago
James Seung Hyun Son
5e0a67ac66
Fix typos in logging.adoc
...
See gh-32812
3 years ago
Stephane Nicoll
4d7cb7144e
Upgrade copyright year of changed files
...
See gh-32644
3 years ago
Ada-Claire
c5a1944267
Harmonize ConfigurationProperties code samples
...
Rename the SomeProperties class so that it is consistent with other
examples given within the Type-safe Configuration Properties. This
ensures that readers can intuitively draw the conclusion that the
MyProperties class is annotated with ConfigurationProperties.
See gh-32644
3 years ago
Phillip Webb
c416c17fe8
Polish documentation title case
3 years ago
Guirong Hu
33e379c4a2
Use exclamation character for the document separator prefix
...
See gh-32521
3 years ago
Phillip Webb
6641a98913
Improve the phrasing around property source ordering
3 years ago
heqiang
5db6cc1cba
Remove redundant @ExtendWith(SpringExtension.class) for sample
...
See gh-32476
3 years ago
Andy Wilkinson
ab26050fe7
Document support for Java 19
...
Closes gh-32259
3 years ago
Oliver B. Fischer
6e4e76597a
Make the path of the config directory better understandable
...
Currently, the documentation relates to the subdirectory for external
configurations as `/config`. Read as UNIX path, the leading slash
could be read as reference to the root directory `/`.
This commit updates the documentation to use 'config/' instead.
See gh-32224
3 years ago
Stephane Nicoll
19c69ff743
Polish "Add support for detecting .yml Hazelcast config files"
...
See gh-32142
3 years ago
Andy Wilkinson
7d983be769
Clarify docs on disabling HTTP client request metrics
...
Closes gh-32136
3 years ago
Phillip Webb
546d7b41e9
Polish 'Add JVM options to prevent warnings with asciidoctor'
...
See gh-32123
3 years ago
Dave Syer
7b4db4cafc
Add JVM options to prevent warnings with asciidoctor
...
See gh-32123
3 years ago
Stephane Nicoll
12c1da275b
Polish contribution
...
See gh-32004
3 years ago
Ionascu Stefan Ciprian
c441bafe27
Document the DefaultServlet is no longer being enabled by default
...
See gh-32004
3 years ago
Andy Wilkinson
b905d7f341
Normalize included log output to remove CI-specific details
...
See gh-28208
3 years ago
Andy Wilkinson
6efa77f3f5
Generate console output examples at build time
...
Closes gh-28208
3 years ago
Andy Wilkinson
c500d8e784
Note need to record req start time to use %D with Undertow access log
...
Closes gh-31103
3 years ago
Andy Wilkinson
591cd0feb3
Mention TLS-terminating proxy as a usecase for h2c
...
Closes gh-25855
3 years ago
Marc Wrobel
3e0665e791
Fix links in documentations
...
- Fix broken links
- Use HTTPS where possible,
- Remove spring-security-oauth2-docs as it is no longer used
- Remove https://github.com/ThierrySquirrel/rocketmq-spring-boot-starter .
This starter is 404 and https://github.com/rocketmq/rocketmq-spring-boot-starter
hasn't been updated for 4 years.
- Clean up nohttp allowlist.lines.
See gh-31887
3 years ago
vilmos
00be9e4e94
Fix property placeholder references in @Value example
...
See gh-31941
3 years ago
Stephane Nicoll
3a5b40645a
Restore support for C3P0
...
Closes gh-31920
3 years ago
Phillip Webb
9a2ad6d42d
Remove references to ConfigFileApplicationListener
...
Update documentation and meta-data to remove referenced to the now
deprecated `ConfigFileApplicationListener` class.
Closes gh-31895
3 years ago
Johnny Lim
b17cb9b92b
Polish gh-31231
...
See gh-31540
3 years ago
Andy Wilkinson
f49b16c645
Upgrade to Spring Java Format 0.0.34
...
Closes gh-31524
4 years ago
Moritz Halbritter
b56b95d429
Add Apache HttpClient WebClient support to documentation
4 years ago
Phillip Webb
9f8a262e6b
Log a warning when a health indicator takes too long to run
...
Update `HealthEndpointSupport` so that it logs a warning if a health
indicator takes too long to respond.
Fixes gh-31231
4 years ago
Andy Wilkinson
2094722e5d
Remove duplicate content from "The Spring WebFlux Framework"
...
Closes gh-31378
4 years ago
Phillip Webb
b3a46fc50e
Document that placeholders should us the canonical property name form
...
Closes gh-31309
4 years ago
Anthony Vanelverdinghe
1fffdbae2a
Fix typos in the reference documentation
...
See gh-31328
4 years ago
Anthony Vanelverdinghe
b1ccb600f3
Remove reference to outdated location
...
See gh-31276
4 years ago
Stern, Ittay (is9613)
e05363f9b0
Restore Custom Favicon section in the reference guide
...
The section about favicon was mistakenly removed in 5fceb9d and this
commit reinstates it.
See gh-31224
4 years ago
Stephane Nicoll
d896d995d1
Polish contribution
...
See gh-31190
4 years ago
tudormarc
e313aa5f6c
Document that Lombok must be configured before our annotation processor
...
See gh-31190
4 years ago
Henning Poettker
9fdd471adf
Use Lambda-based API in Spring Security examples
...
See gh-31143
4 years ago
Andy Wilkinson
419ac26e0d
Use conventions for source and encoding of aggregatedJavadoc
...
Closes gh-31210
4 years ago
Matei Cernăianu
eb8b9e17c5
Fix "spring.factories" typos in database initialization documentation
...
See gh-31203
4 years ago
Andy Wilkinson
3d203d0215
Polish
4 years ago
Andy Wilkinson
ee45fd2fc8
Remove redundant throws declarations from internal APIs
...
Closes gh-31176
4 years ago
Phillip Webb
7d2f1bafc0
Update copyright year of changed files
4 years ago
Andy Wilkinson
3f6fcac683
Polish "Extend documentation on Datadog metrics"
...
See gh-30879
4 years ago