Scott Frederick
3f33fa3f45
Polish documentation
3 years ago
Moritz Halbritter
e755f5107e
Fix formatting
3 years ago
Moritz Halbritter
20d51a128b
Clarify that shutdown endpoint only works in jar packaging
...
Closes gh-17398
3 years ago
Moritz Halbritter
2170941cf6
Update Kotlin example for Tomcat connector customization
...
See gh-33331
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
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
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
Scott Frederick
7763a5df7d
Polish auto-configuration documentation
...
Remove references to outdated information, emphasize use of the
`@AutoConfiguration` annotation and attributes, and edit for clarity.
Closes gh-32174
3 years ago
Andy Wilkinson
7d983be769
Clarify docs on disabling HTTP client request metrics
...
Closes gh-32136
3 years ago
Andy Wilkinson
13edfba1f5
Fix Kotlin example for empty @DefaultValue constructor binding
...
Closes gh-32177
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
Jonas
6afd041bb2
Fix typo
...
See gh-31518
4 years ago
Johnny Lim
b17cb9b92b
Polish gh-31231
...
See gh-31540
4 years ago
Andy Wilkinson
7abc7df7b8
Allow PEM certificates to be used without a key store password
...
Closes gh-31253
4 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
Sébastien Deleuze
b5d380c1cb
Make SpringApplication Kotlin samples idiomatic
...
See gh-31463
4 years ago
Stephane Nicoll
8b9579eeb7
Polish "Harmonize Kotlin example"
...
See gh-31458
4 years ago
ningenMe
6685d49faa
Harmonize Kotlin example
...
See gh-31458
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
Phillip Webb
378e56f1d3
Add Order annotation to GraphQL RouterFunction beans
...
Update GraphQL auto-configuration so that `RouterFunction` beans have
and `@Order` of 0.
Fixes gh-31314
4 years ago