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
Andy Wilkinson
ec2a350959
Publish API catalog content and root aggregate content from s-b-docs
...
Closes gh-43224
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
0bd1ff7747
Include spring-boot-loader in API documentation
...
Closes gh-43151
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
f9281a61ff
Rework Antora Gradle Infrastructure
...
Closes gh-40572
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
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
Moritz Halbritter
ce106eb43c
Remove calls to deprecated Project.getBuildDir() in Gradle files
...
Closes gh-42739
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
Lee SangMin
497bdb8fee
Remove dead "Converting a jar to a war" guide link
...
See gh-42691
1 year ago
Phillip Webb
06569af789
Polish 'Allow common messages to be specified for message sources'
...
See gh-42472
1 year ago
Tran Ngoc Nhan
6be4a07e05
Fix typos and formatting errors in documentation
...
See gh-42718
1 year ago
Phillip Webb
a4473b97aa
Polish
1 year ago
Phillip Webb
89793a84e5
Fix case used for examples in "Sanitize Sensitive Values"
...
Closes gh-42702
1 year ago
Stéphane Nicoll
a40ae49a76
Upgrade to Testcontainers 1.20.2
...
Closes gh-42670
1 year ago