Yanming Zhou
dd14158ad7
Document how to use structured logging with custom log configuration
...
See gh-43301
1 year ago
Phillip Webb
3dcea98f00
Polish `redirect.adoc` by sorting contents alphabetically
1 year ago
Phillip Webb
709cd91b3e
Add legacy anchor redirects
...
Add anchor redirects previously covered by the
`anchor-rewrite.properties` file.
See gh-43367
1 year ago
Phillip Webb
75a3722ee4
Add more anchor redirects
...
See gh-43367
1 year ago
Phillip Webb
3e37a50b1e
Fix actuator access documentation to use 'none' rather than 'disabled'
...
Closes gh-43351
1 year ago
Yanming Zhou
d81678016e
Restore System property in Logging section of the reference documentation
...
Before this commit, it is rendered as an unexpected link with simple class
name, it should be full qualified class name.
See gh-43341
1 year ago
Johnny Lim
859c235a95
Polish
...
See gh-43316
1 year ago
Andy Wilkinson
5cff43ddff
Link to EnableMethodSecurity instead of EnableGlobalMethodSecurity
...
Closes gh-43308
1 year ago
Tran Ngoc Nhan
16838a9b58
Fix syntax in reference guide
...
See gh-43271
1 year ago
Stéphane Nicoll
d8c41c2583
Defensively unwrap CacheConnectionFactory
...
This commit refines the optimization introduced in gh-39816 to only
unwrap our own caching connection factory. The more advanced unwrap
algorithm is still available, but opt-in only.
Unwrapping more aggressively may break use cases where the wrapped
ConnectionFactory is required, i.e. for transactional purposes.
Closes gh-43277
1 year ago
Phillip Webb
11415a97f2
Restore monospaced text to unescaped form
...
See gh-43239
1 year ago
Phillip Webb
e9e018c598
Migrate class references to full javadoc links
...
Update documentation to use `javadoc:...` macro for class and interface
references.
Migrated using https://github.com/philwebb/asciidoctor-javadoc-migration
See gh-43239
1 year ago
Phillip Webb
0e62778612
Use fully-qualified names for ambiguous type references
...
Update type references to use a fully qualified name when we have
more than one candidate available to us.
See gh-43239
1 year ago
Phillip Webb
e8e9592c3d
Temporarily escape monospaced text that will not be linked
...
Escape elements that we know cannot be converted to a javadoc link.
See gh-43239
1 year ago
Phillip Webb
6b6597b403
Restore monospaced text to unescaped form
...
See gh-41614
1 year ago
Phillip Webb
4c8dafe12b
Migrate class references to full javadoc links
...
Update documentation to use `javadoc:...` macro for class and interface
references.
Migrated using https://github.com/philwebb/asciidoctor-javadoc-migration
See gh-41614
1 year ago
Phillip Webb
3d57d36c16
Use fully-qualified names for ambiguous type references
...
Update type references to use a fully qualified name when we have
more than one candidate available to us.
See gh-41614
1 year ago
Phillip Webb
d289d0a442
Temporarily escape monospaced text that will not be linked
...
Escape elements that we know cannot be converted to a javadoc link.
See gh-41614
1 year ago
Phillip Webb
4628059dc0
Remove Influx section from redirects
...
See gh-43238
1 year ago
Phillip Webb
bd770f1992
Remove Influx section from documentation
...
Closes gh-43238
1 year ago
Phillip Webb
b094a13c3b
Polish documentation
1 year ago
Phillip Webb
dc49c64e56
Remove FlywayCallback reference in documentation
...
Closes gh-43233
1 year ago
Phillip Webb
924ea70c19
Polish documentation to use more javadoc links
...
Update a few areas of the documentation to use full javadoc
links.
See gh-41614
1 year ago
Phillip Webb
47722af18e
Polish documentation
...
Cleanup and polish some areas of the documentation.
1 year ago
Johnny Lim
0b854bfee1
Replace "structure logging" with "structured logging"
...
See gh-43203
1 year ago
Johnny Lim
ac75bc922d
Update "Upgrading From" section to additionally use "2.x"
...
See gh-43123
Co-authored-by: Moritz Halbritter <moritz.halbritter@broadcom.com>
1 year ago
Phillip Webb
b8655a8073
Polish documentation
1 year ago
Andy Wilkinson
bebdf69552
Document how to statically provide GraalVM hints
...
Closes gh-42515
1 year ago
Andy Wilkinson
5d63335a5c
Polish "Use constants for well-known scope names"
...
See gh-43065
1 year ago
Andy Wilkinson
0be9fd91ab
Separate type customization from additional DataSource configuration
...
Closes gh-43054
1 year ago
Andy Wilkinson
31b1c40894
Fix link to checkpoint-restore status page
...
Closes gh-42938
1 year ago
Phillip Webb
39da14ea80
Update web services documentation and samples
...
Closes gh-42887
1 year ago
Phillip Webb
2208c67f22
Add 'Global HTTP Client Configuration' reference docs section
...
Update documentation with information on how to configure the HTTP
client globally.
Closes gh-42888
1 year ago
Phillip Webb
a92001130f
Deprecate `ClientHttpRequestFactories`
...
Deprecate `ClientHttpRequestFactories` and refactor its internals to
delegate to the new `ClientHttpRequestFactoryBuilder` interface.
Closes gh-36266
1 year ago
Phillip Webb
6356e904fc
Update web services support to use `ClientHttpRequestFactoryBuilder`
...
Add a new `WebServiceMessageSenderFactory` factory interface to replace
`HttpWebServiceMessageSenderBuilder`. The factory provides a general
purpose way of creating `WebServiceMessageSender` instances, but most
typically will be `ClientHttpRequestMessageSender` created from a
`ClientHttpRequestFactoryBuilder`.
A new `httpMessageSenderFactory` method has been added to the
`WebServiceTemplateBuilder` class. This allows any sender to be
plugged into the template.
Closes gh-42886
1 year ago
Phillip Webb
0a4ac283d0
Rename `RestTemplateBuilder` 'set' methods
...
Rename `RestTemplateBuilder` methods for consistency:
* `setConnectTimeout` -> `connectTimeout`
* `setReadTimeout` -> `readTimeout`
* `setSslBundle` -> `sslBundle`
Closes gh-42884
1 year ago
Andy Wilkinson
2bf3e5ab20
Document that embedded Tomcat must be 10.1.25 or later
...
Closes gh-42849
1 year ago
Stéphane Nicoll
27e8f14c31
Polish "Add container support for ClickHouse"
...
See gh-42837
1 year ago
Eddú Meléndez
d9dfb0389e
Add container support for ClickHouse
...
See gh-42837
1 year ago
Andy Wilkinson
e26c6d6403
Recommend using defaultCandidate=false on qualified beans
...
Closes gh-42831
1 year ago
Andy Wilkinson
fc091f7bdd
Introduce @BatchTaskExecutor for customizing Batch's task executor
...
Closes gh-40040
1 year ago
Moritz Halbritter
2bbdc53222
Fix systemd example configuration
...
Closes gh-42795
1 year ago
Phillip Webb
3481107ff7
Update copyright year of changed files
1 year ago
Phillip Webb
168d82e138
Polish
1 year ago
Andy Wilkinson
788fe6120f
Clarify why @Primary is recommended when defining custom ObjectMapper
...
Closes gh-42598
1 year ago
Andy Wilkinson
68ed4b1d4f
Add support for Reactor Netty to ClientHttpRequestFactories
...
Closes gh-42587
1 year ago
Stéphane Nicoll
c9e548b23b
Link to Framework's docs about @Bean's autowiring exclusion
...
Closes gh-42586
1 year ago
Andy Wilkinson
25082d33e7
Provide more control over access to endpoint operations
...
This commit reworks the support for enabling and disabling endpoints,
replacing the on/off support that it provided with a finer-grained
access model that supports only allowing read-only access to endpoint
operations in addition to disabling an endpoint (access of none) and
fully enabling it (access of unrestricted).
The following properties are deprecated:
- management.endpoints.enabled-by-default
- management.endpoint.<id>.enabled
Their replacements are:
- management.endpoints.access.default
- management.endpoint.<id>.access
Similarly, the enableByDefault attribute on @Endpoint has been
deprecated with a new defaultAccess attribute replacing it.
Additionally, a new property has been introduced that allows an
operator to control the level of access to Actuator endpoints
that is permitted:
- management.endpoints.access.max-permitted
This property caps any access that may has been configured for
an endpoint. For example, if
management.endpoints.access.max-permitted is set to read-only and
management.endpoint.loggers.access is set to unrestricted, only
read-only access to the loggers endpoint will be allowed.
Closes gh-39046
1 year ago
Moritz Halbritter
a3060652f8
Call String.toLowerCase and .toUppercase with explicit locale
...
Closes gh-42719
1 year ago
Yanming Zhou
87cc2efb64
Strengthen package-like assertions
...
See gh-42682
1 year ago