Moritz Halbritter
2170941cf6
Update Kotlin example for Tomcat connector customization
...
See gh-33331
2 years ago
Moritz Halbritter
9af2a5712c
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33331
2 years ago
Moritz Halbritter
b00f4f926a
Create a HTTP connector in the custom tomcat connector example
...
Closes gh-28707
2 years ago
Moritz Halbritter
1da3a9d636
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33326
2 years ago
Moritz Halbritter
ae8ec86486
Clarify startup probe in actuator documentation
...
Closes gh-28432
2 years ago
Andy Wilkinson
77cb05e804
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33265
2 years ago
Andy Wilkinson
ec467402b3
Link to Micrometer's documentation on @Timed
...
Closes gh-33264
2 years ago
Moritz Halbritter
2cee6a88e3
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33259
2 years ago
Moritz Halbritter
acb5491b79
Fix section links to not include .html suffix
...
Closes gh-33206
2 years ago
Moritz Halbritter
b72b70f0ba
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33257
2 years ago
Moritz Halbritter
d05e792157
Clarify spring.cache.type=hazelcast in the documentation
...
Closes gh-33245
2 years ago
Stephane Nicoll
2fa1cc74ab
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33213
2 years ago
Stephane Nicoll
4d6f956b24
Fix summary of "Core Features" section
...
Closes gh-33207
2 years ago
Phillip Webb
9193e527cc
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33101
2 years ago
67
e55e23482a
Fix kafka streams start description typo in documentation
...
See gh-33098
2 years ago
Andy Wilkinson
bb141ffc09
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33068
2 years ago
EricGao888
569e752159
Fix a minor bug in an example in oauth2 doc
...
See gh-32931
2 years ago
Stephane Nicoll
7bd9754ce1
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32820
2 years ago
James Seung Hyun Son
5e0a67ac66
Fix typos in logging.adoc
...
See gh-32812
2 years ago
Stephane Nicoll
13691f27bd
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32818
2 years ago
Stephane Nicoll
4d7cb7144e
Upgrade copyright year of changed files
...
See gh-32644
2 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
2 years ago
Phillip Webb
d3750c4991
Merge branch '2.6.x' into 2.7.x
2 years ago
Phillip Webb
c416c17fe8
Polish documentation title case
2 years ago
Phillip Webb
fcaac2b343
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32777
2 years ago
Guirong Hu
33e379c4a2
Use exclamation character for the document separator prefix
...
See gh-32521
2 years ago
Phillip Webb
0f4a978731
Merge branch '2.6.x' into 2.7.x
2 years ago
Phillip Webb
6641a98913
Improve the phrasing around property source ordering
2 years ago
Stephane Nicoll
cb191dfec2
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32515
2 years ago
heqiang
5db6cc1cba
Remove redundant @ExtendWith(SpringExtension.class) for sample
...
See gh-32476
2 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
2 years ago
Andy Wilkinson
7827e8166e
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32402
2 years ago
Andy Wilkinson
ab26050fe7
Document support for Java 19
...
Closes gh-32259
2 years ago
Stephane Nicoll
04a668fd07
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32291
2 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
2 years ago
Stephane Nicoll
2fb257ad22
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32247
2 years ago
Stephane Nicoll
19c69ff743
Polish "Add support for detecting .yml Hazelcast config files"
...
See gh-32142
2 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
2 years ago
Andy Wilkinson
a253d8d589
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32198
2 years ago
Andy Wilkinson
7d983be769
Clarify docs on disabling HTTP client request metrics
...
Closes gh-32136
2 years ago
Andy Wilkinson
13edfba1f5
Fix Kotlin example for empty @DefaultValue constructor binding
...
Closes gh-32177
2 years ago
Stephane Nicoll
6e64f49593
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32026
2 years ago
Stephane Nicoll
12c1da275b
Polish contribution
...
See gh-32004
2 years ago
Ionascu Stefan Ciprian
c441bafe27
Document the DefaultServlet is no longer being enabled by default
...
See gh-32004
2 years ago
Andy Wilkinson
eb67470b89
Merge branch '2.6.x' into 2.7.x
...
See gh-31987
2 years ago
Andy Wilkinson
b905d7f341
Normalize included log output to remove CI-specific details
...
See gh-28208
2 years ago
Andy Wilkinson
a69cf002f0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31987
2 years ago
Andy Wilkinson
6efa77f3f5
Generate console output examples at build time
...
Closes gh-28208
2 years ago
Andy Wilkinson
f6ce25f9c5
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31976
2 years ago
Andy Wilkinson
c500d8e784
Note need to record req start time to use %D with Undertow access log
...
Closes gh-31103
2 years ago