Andy Wilkinson
8b9017aa68
Upgrade to Rabbit Stream Client 0.18.0
...
Closes gh-42768
1 year ago
Andy Wilkinson
de26e7f140
Upgrade to R2DBC Postgresql 1.0.7.RELEASE
...
Closes gh-42767
1 year ago
Andy Wilkinson
32b7b70a86
Upgrade to R2DBC Pool 1.0.2.RELEASE
...
Closes gh-42766
1 year ago
Andy Wilkinson
046750bc4b
Upgrade to MySQL 9.1.0
...
Closes gh-42765
1 year ago
Andy Wilkinson
78d8f4cb57
Upgrade to Logback 1.5.11
...
Closes gh-42763
1 year ago
Andy Wilkinson
56a592e287
Upgrade to Jaybird 5.0.6.java11
...
Closes gh-42762
1 year ago
Andy Wilkinson
c2e000f80b
Upgrade to Flyway 10.20.0
...
Closes gh-42761
1 year ago
Andy Wilkinson
a11f8d8a3d
Upgrade to Elasticsearch Client 8.15.3
...
Closes gh-42760
1 year ago
Andy Wilkinson
4203bfa286
Upgrade to Byte Buddy 1.15.5
...
Closes gh-42759
1 year ago
Andy Wilkinson
7be305d11f
Upgrade to GraphQL Java 22.3
...
Closes gh-42758
1 year ago
Andy Wilkinson
3798baf0a5
Upgrade to GraphQL Java 22.3
...
Closes gh-42757
1 year ago
Andy Wilkinson
3ef841928e
Upgrade to Undertow 2.3.18.Final
...
Closes gh-42756
1 year ago
Andy Wilkinson
509ab4b942
Upgrade to R2DBC Postgresql 1.0.7.RELEASE
...
Closes gh-42755
1 year ago
Andy Wilkinson
9667cab9e7
Upgrade to R2DBC Pool 1.0.2.RELEASE
...
Closes gh-42754
1 year ago
Andy Wilkinson
9e9d71a754
Upgrade to Logback 1.5.11
...
Closes gh-42753
1 year ago
Andy Wilkinson
62388b584d
Upgrade to Jaybird 5.0.6.java11
...
Closes gh-42752
1 year ago
Andy Wilkinson
a48dfbd5c7
Upgrade to Undertow 2.3.18.Final
...
Closes gh-42750
1 year ago
Andy Wilkinson
9b9dfbbccf
Upgrade to R2DBC Postgresql 1.0.7.RELEASE
...
Closes gh-42749
1 year ago
Andy Wilkinson
b10e0bac34
Upgrade to R2DBC Pool 1.0.2.RELEASE
...
Closes gh-42748
1 year ago
Andy Wilkinson
d808e8b697
Upgrade to Jaybird 5.0.6.java11
...
Closes gh-42747
1 year ago
Andy Wilkinson
52de5d6911
Start building against Spring RESTDocs 3.0.2 snapshots
...
See gh-42745
1 year ago
Andy Wilkinson
1f991d6b6d
Start building against Spring GraphQL 1.3.3 snapshots
...
See gh-42744
1 year ago
Andy Wilkinson
c8e520cf33
Start building against Spring RESTDocs 3.0.2 snapshots
...
See gh-42743
1 year ago
Andy Wilkinson
b265cd840a
Start building against Spring GraphQL 1.3.3 snapshots
...
See gh-42742
1 year ago
Andy Wilkinson
2f28e36902
Start building against Spring RESTDocs 3.0.2 snapshots
...
See gh-42741
1 year ago
Andy Wilkinson
10625e6b54
Start building against Spring GraphQL 1.2.9 snapshots
...
See gh-42740
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
44e66ef344
Remove server.tomcat.reject-illegal-header
...
Closes gh-42731
1 year ago
Moritz Halbritter
a3060652f8
Call String.toLowerCase and .toUppercase with explicit locale
...
Closes gh-42719
1 year ago
Moritz Halbritter
b203780dcb
Document that Tomcat's maxQueueCapacity need to be greater than 0
...
Closes gh-42726
1 year ago
Moritz Halbritter
d1976a48dc
Upgrade to HttpClient5 5.4
...
Closes gh-42675
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
5f84e78854
Add `@author` attribution
...
See gh-42472
1 year ago
Phillip Webb
06569af789
Polish 'Allow common messages to be specified for message sources'
...
See gh-42472
1 year ago
Misagh Moayyed
573ccc5007
Allow common messages to be specified for message sources
...
Extend message source configuration properties and auto-configuration to
support common messages.
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
41ae973d16
Update copyright year of changed files
1 year ago
Phillip Webb
0a6d3f312e
Polish
1 year ago
Phillip Webb
a4473b97aa
Polish
1 year ago
Andy Wilkinson
1b6b9efcb2
Reinstate init of Mockito mocks in test execution listener
...
Closes gh-42708
1 year ago
Stéphane Nicoll
06a11d3a0e
Upgrade to Reactor Bom 2024.0.0-RC1
...
Closes gh-42557
1 year ago
Stéphane Nicoll
8a03c6f47b
Upgrade to Micrometer Tracing 1.4.0-RC1
...
Closes gh-42556
1 year ago
Stéphane Nicoll
3d9ca011a9
Upgrade to Micrometer 1.14.0-RC1
...
Closes gh-42555
1 year ago
Stéphane Nicoll
e7f56e300c
Upgrade to Reactor Bom 2023.0.11
...
Closes gh-42545
1 year ago
Stéphane Nicoll
9033d254ce
Upgrade to Micrometer Tracing 1.3.5
...
Closes gh-42544
1 year ago
Stéphane Nicoll
207a78798d
Upgrade to Micrometer 1.13.6
...
Closes gh-42543
1 year ago
Stéphane Nicoll
f163aa31a8
Upgrade to Spring Session 3.2.6
...
Closes gh-42542
1 year ago
Stéphane Nicoll
b923b61404
Upgrade to Reactor Bom 2023.0.11
...
Closes gh-42533
1 year ago
Stéphane Nicoll
b37dce1776
Upgrade to Micrometer Tracing 1.2.11
...
Closes gh-42532
1 year ago