Commit Graph

26731 Commits

Author SHA1 Message Date
Andy Wilkinson a48dfbd5c7 Upgrade to Undertow 2.3.18.Final
Closes gh-42750
2024-10-17 14:55:35 +01:00
Andy Wilkinson 9b9dfbbccf Upgrade to R2DBC Postgresql 1.0.7.RELEASE
Closes gh-42749
2024-10-17 14:55:30 +01:00
Andy Wilkinson b10e0bac34 Upgrade to R2DBC Pool 1.0.2.RELEASE
Closes gh-42748
2024-10-17 14:55:24 +01:00
Andy Wilkinson d808e8b697 Upgrade to Jaybird 5.0.6.java11
Closes gh-42747
2024-10-17 14:55:19 +01:00
Andy Wilkinson 52de5d6911 Start building against Spring RESTDocs 3.0.2 snapshots
See gh-42745
2024-10-17 14:28:11 +01:00
Andy Wilkinson 1f991d6b6d Start building against Spring GraphQL 1.3.3 snapshots
See gh-42744
2024-10-17 14:28:06 +01:00
Andy Wilkinson c8e520cf33 Start building against Spring RESTDocs 3.0.2 snapshots
See gh-42743
2024-10-17 14:26:22 +01:00
Andy Wilkinson b265cd840a Start building against Spring GraphQL 1.3.3 snapshots
See gh-42742
2024-10-17 14:26:17 +01:00
Andy Wilkinson 2f28e36902 Start building against Spring RESTDocs 3.0.2 snapshots
See gh-42741
2024-10-17 14:24:58 +01:00
Andy Wilkinson 10625e6b54 Start building against Spring GraphQL 1.2.9 snapshots
See gh-42740
2024-10-17 14:24:53 +01:00
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
2024-10-17 13:56:44 +01:00
Moritz Halbritter 44e66ef344 Remove server.tomcat.reject-illegal-header
Closes gh-42731
2024-10-17 14:03:00 +02:00
Moritz Halbritter c018c43886 Merge branch '3.3.x'
Closes gh-42736
2024-10-17 13:44:25 +02:00
Moritz Halbritter 8efe6e02d9 Merge branch '3.2.x' into 3.3.x
Closes gh-42735
2024-10-17 13:38:03 +02:00
Moritz Halbritter a3060652f8 Call String.toLowerCase and .toUppercase with explicit locale
Closes gh-42719
2024-10-17 13:20:39 +02:00
Moritz Halbritter d8dfe7c1d8 Merge branch '3.3.x'
Closes gh-42727
2024-10-17 10:33:31 +02:00
Moritz Halbritter b203780dcb Document that Tomcat's maxQueueCapacity need to be greater than 0
Closes gh-42726
2024-10-17 10:22:31 +02:00
Moritz Halbritter d1976a48dc Upgrade to HttpClient5 5.4
Closes gh-42675
2024-10-17 09:51:39 +02:00
Yanming Zhou 87cc2efb64 Strengthen package-like assertions
See gh-42682
2024-10-16 16:52:13 -07:00
Phillip Webb 98dd7b2758 Merge branch '3.3.x'
Closes gh-42722
2024-10-16 16:51:18 -07:00
Phillip Webb 476d575371 Merge branch '3.2.x' into 3.3.x
Closes gh-42723
2024-10-16 16:50:55 -07:00
Lee SangMin 497bdb8fee Remove dead "Converting a jar to a war" guide link
See gh-42691
2024-10-16 16:50:09 -07:00
Phillip Webb 5f84e78854 Add `@author` attribution
See gh-42472
2024-10-16 16:44:16 -07:00
Phillip Webb 06569af789 Polish 'Allow common messages to be specified for message sources'
See gh-42472
2024-10-16 16:42:07 -07:00
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
2024-10-16 16:33:42 -07:00
Phillip Webb d9668672f8 Merge branch '3.3.x'
Closes gh-42721
2024-10-16 14:14:50 -07:00
Tran Ngoc Nhan 6be4a07e05 Fix typos and formatting errors in documentation
See gh-42718
2024-10-16 14:14:16 -07:00
Phillip Webb 465e909974 Merge branch '3.3.x' 2024-10-16 13:09:09 -07:00
Phillip Webb 5732782043 Merge branch '3.2.x' into 3.3.x 2024-10-16 13:08:44 -07:00
Phillip Webb 41ae973d16 Update copyright year of changed files 2024-10-16 13:08:37 -07:00
Phillip Webb 0a6d3f312e Polish 2024-10-16 13:08:21 -07:00
Phillip Webb d5e1520d12 Merge branch '3.3.x' 2024-10-16 12:39:57 -07:00
Phillip Webb e2819a2150 Merge branch '3.2.x' into 3.3.x 2024-10-16 12:39:40 -07:00
Phillip Webb a4473b97aa Polish 2024-10-16 12:38:34 -07:00
Andy Wilkinson 1b6b9efcb2 Reinstate init of Mockito mocks in test execution listener
Closes gh-42708
2024-10-16 10:22:31 +01:00
Stéphane Nicoll 06a11d3a0e Upgrade to Reactor Bom 2024.0.0-RC1
Closes gh-42557
2024-10-16 09:51:20 +02:00
Stéphane Nicoll 8a03c6f47b Upgrade to Micrometer Tracing 1.4.0-RC1
Closes gh-42556
2024-10-16 09:51:19 +02:00
Stéphane Nicoll 3d9ca011a9 Upgrade to Micrometer 1.14.0-RC1
Closes gh-42555
2024-10-16 09:51:18 +02:00
Stéphane Nicoll e7f56e300c Upgrade to Reactor Bom 2023.0.11
Closes gh-42545
2024-10-16 09:50:28 +02:00
Stéphane Nicoll 9033d254ce Upgrade to Micrometer Tracing 1.3.5
Closes gh-42544
2024-10-16 09:50:27 +02:00
Stéphane Nicoll 207a78798d Upgrade to Micrometer 1.13.6
Closes gh-42543
2024-10-16 09:50:26 +02:00
Stéphane Nicoll f163aa31a8 Upgrade to Spring Session 3.2.6
Closes gh-42542
2024-10-16 09:49:27 +02:00
Stéphane Nicoll b923b61404 Upgrade to Reactor Bom 2023.0.11
Closes gh-42533
2024-10-16 09:49:27 +02:00
Stéphane Nicoll b37dce1776 Upgrade to Micrometer Tracing 1.2.11
Closes gh-42532
2024-10-16 09:49:27 +02:00
Stéphane Nicoll 8574d1759d Upgrade to Micrometer 1.12.11
Closes gh-42531
2024-10-16 09:49:26 +02:00
Phillip Webb 3908943fa1 Merge branch '3.3.x'
Closes gh-42703
2024-10-15 17:52:26 -07:00
Phillip Webb 89793a84e5 Fix case used for examples in "Sanitize Sensitive Values"
Closes gh-42702
2024-10-15 17:52:12 -07:00
Stéphane Nicoll 9ee7ca4770 Start building against Spring Session 3.4.0-RC1 snapshots
See gh-42692
2024-10-16 00:28:39 +02:00
Stéphane Nicoll e0152097f3 Polish "Upgrade to Testcontainers 1.20.2"
This commit review the original upgrade to retain compatiblity with the
deprecated Cassandra and ConfluentKafka containers.

This commit also fixes the SSL Cassandra tests. The new container uses
a custom wait strategy that uses plain text and does not work with an
SSL container.

Closes gh-42670

Co-authored-by: Moritz Halbritter <moritz.halbritter@broadcom.com>
2024-10-15 14:45:15 +02:00
Moritz Halbritter a7fb3699ee Add auto-detection for SBOMs in native-image
Closes gh-40630
2024-10-15 13:53:14 +02:00
Stéphane Nicoll a66d3d2f00 Merge branch '3.3.x'
Closes gh-42689
2024-10-15 10:42:41 +02:00
Stéphane Nicoll 056e2b6029 Merge branch '3.2.x' into 3.3.x
Closes gh-42688
2024-10-15 10:42:33 +02:00
Stéphane Nicoll b0dd42e9b9 Transform Maven settings with proper plugin repository tag
This commit adapts d44e7c9 to transforms plugin repositories using the
correct root tag. Previously, they were transformed with the regular
<repository> tag, which is invalid.

Closes gh-42687
2024-10-15 10:39:59 +02:00
Stéphane Nicoll 0c0acb4339 Polish "Use RootBeanDefinition if possible"
This commit adapts code that was using GenericBeanDefinition to use
RootBeanDefinition instead. Spring Framework recommend to use
RootBeanDefinition if it's pre-determined as root bean.

See gh-42611
2024-10-15 09:45:28 +02:00
Yanming Zhou 7427304b3d Use RootBeanDefinition if possible
This commit adapts code that was using GenericBeanDefinition to use
RootBeanDefinition instead. Spring Framework recommend to use
RootBeanDefinition if it's pre-determined as root bean.

See gh-42611
2024-10-15 09:35:56 +02:00
Stéphane Nicoll f3d86b65a1 Merge branch '3.3.x'
Closes gh-42686
2024-10-15 09:32:39 +02:00
Stéphane Nicoll e291e120f7 Merge branch '3.2.x' into 3.3.x
Closes gh-42685
2024-10-15 09:32:33 +02:00
Stéphane Nicoll d98ed306d2 Polish "Fix links to CNCF resources in Javadoc"
See gh-42645
2024-10-15 09:28:02 +02:00
Dmytro Nosan 43a1145e75 Fix links to CNCF resources in Javadoc
See gh-42645
2024-10-15 09:26:27 +02:00
Yanming Zhou 62d78d2367 Remove deprecated method call on AuthorityAuthorizationManager
See gh-42679
2024-10-15 09:02:41 +02:00
Stéphane Nicoll 13eb3902bf Merge branch '3.3.x'
Closes gh-42684
2024-10-15 09:01:29 +02:00
Stéphane Nicoll f20d83fd07 Merge branch '3.2.x' into 3.3.x
Closes gh-42683
2024-10-15 09:01:21 +02:00
Stéphane Nicoll 55ef77b254 Remove unnecessary call to ex.printStackTrace
Closes gh-42681
2024-10-15 09:00:30 +02:00
Stéphane Nicoll 7a6a7d1365 Upgrade to Flyway 10.19.0
Closes gh-42674
2024-10-14 18:25:37 +02:00
Stéphane Nicoll fadd05412e Upgrade to Logback 1.5.10
Closes gh-42658
2024-10-14 17:03:20 +02:00
Stéphane Nicoll a40ae49a76 Upgrade to Testcontainers 1.20.2
Closes gh-42670
2024-10-14 16:25:57 +02:00
Stéphane Nicoll c9d0362aee Upgrade to SQLite JDBC 3.46.1.3
Closes gh-42669
2024-10-14 16:25:56 +02:00
Stéphane Nicoll ba55029b41 Upgrade to Selenium 4.25.0
Closes gh-42668
2024-10-14 16:25:56 +02:00
Stéphane Nicoll 60b07bba93 Upgrade to R2DBC Postgresql 1.0.6.RELEASE
Closes gh-42667
2024-10-14 16:25:56 +02:00
Stéphane Nicoll 46f0bf70dc Upgrade to Pulsar 3.3.2
Closes gh-42666
2024-10-14 16:25:56 +02:00
Stéphane Nicoll 59cb1348c5 Upgrade to Pooled JMS 3.1.7
Closes gh-42665
2024-10-14 16:25:56 +02:00
Stéphane Nicoll 6037e632e2 Upgrade to OpenTelemetry 1.43.0
Closes gh-42664
2024-10-14 16:25:55 +02:00
Stéphane Nicoll 595793910b Upgrade to Netty 4.1.114.Final
Closes gh-42663
2024-10-14 16:25:55 +02:00
Stéphane Nicoll 261b7ee3de Upgrade to MongoDB 5.2.0
Closes gh-42662
2024-10-14 16:25:55 +02:00
Stéphane Nicoll 9780eab314 Upgrade to Maven Surefire Plugin 3.5.1
Closes gh-42660
2024-10-14 16:25:54 +02:00
Stéphane Nicoll a1f9dd3dcd Upgrade to Maven Failsafe Plugin 3.5.1
Closes gh-42659
2024-10-14 16:25:54 +02:00
Stéphane Nicoll dc12d1a440 Upgrade to Log4j2 2.24.1
Closes gh-42657
2024-10-14 16:25:54 +02:00
Stéphane Nicoll 9f7a196cc0 Upgrade to jOOQ 3.19.13
Closes gh-42655
2024-10-14 16:25:53 +02:00
Stéphane Nicoll c95b913258 Upgrade to Jetty 12.0.14
Closes gh-42654
2024-10-14 16:25:53 +02:00
Stéphane Nicoll accba9bcf7 Upgrade to Jetty Reactive HTTPClient 4.0.8
Closes gh-42653
2024-10-14 16:25:53 +02:00
Stéphane Nicoll e832cc7fc6 Upgrade to Jersey 3.1.9
Closes gh-42652
2024-10-14 16:25:53 +02:00
Stéphane Nicoll 204e97968e Upgrade to Jedis 5.2.0
Closes gh-42651
2024-10-14 16:25:52 +02:00
Stéphane Nicoll cf300ddbe4 Upgrade to Infinispan 15.0.10.Final
Closes gh-42650
2024-10-14 16:25:52 +02:00
Stéphane Nicoll f6f7fbaa2f Upgrade to Elasticsearch Client 8.15.2
Closes gh-42649
2024-10-14 16:25:52 +02:00
Stéphane Nicoll 2be7f5b99c Upgrade to CycloneDX Maven Plugin 2.9.0
Closes gh-42648
2024-10-14 16:25:52 +02:00
Stéphane Nicoll bacd1e078c Upgrade to Couchbase Client 3.7.4
Closes gh-42647
2024-10-14 16:25:52 +02:00
Stéphane Nicoll 4479d32de3 Upgrade to Byte Buddy 1.15.4
Closes gh-42646
2024-10-14 16:25:52 +02:00
Stéphane Nicoll abc23eeebc Upgrade to R2DBC Postgresql 1.0.6.RELEASE
Closes gh-42641
2024-10-14 16:25:48 +02:00
Stéphane Nicoll 15b8fc3c2a Upgrade to Pooled JMS 3.1.7
Closes gh-42640
2024-10-14 16:25:48 +02:00
Stéphane Nicoll 108d8fb76c Upgrade to Netty 4.1.114.Final
Closes gh-42639
2024-10-14 16:25:48 +02:00
Stéphane Nicoll 107ca496fc Upgrade to Logback 1.5.10
Closes gh-42638
2024-10-14 16:25:48 +02:00
Stéphane Nicoll 8cccbb03c3 Upgrade to jOOQ 3.19.13
Closes gh-42636
2024-10-14 16:25:47 +02:00
Stéphane Nicoll e7ded11ed5 Upgrade to Jetty 12.0.14
Closes gh-42635
2024-10-14 16:25:47 +02:00
Stéphane Nicoll 6e2d1cb4c6 Upgrade to Jetty Reactive HTTPClient 4.0.8
Closes gh-42634
2024-10-14 16:25:47 +02:00
Stéphane Nicoll 7718dd88dc Upgrade to Jersey 3.1.9
Closes gh-42633
2024-10-14 16:25:47 +02:00
Stéphane Nicoll 50f7978ae3 Upgrade to Infinispan 15.0.10.Final
Closes gh-42632
2024-10-14 16:25:47 +02:00
Stéphane Nicoll ef0ec60fdf Upgrade to CycloneDX Maven Plugin 2.8.2
Closes gh-42631
2024-10-14 16:25:47 +02:00
Moritz Halbritter c36d5297d2 Merge branch '3.3.x'
Closes gh-42673
2024-10-14 15:54:59 +02:00
Moritz Halbritter 4d29800e32 Merge branch '3.2.x' into 3.3.x
Closes gh-42672
2024-10-14 15:54:37 +02:00
Moritz Halbritter 0a3418cd40 Document how Map properties are bound from environment variables
Closes gh-40936
2024-10-14 15:47:47 +02:00