Commit Graph

42234 Commits

Author SHA1 Message Date
Steve Riesenberg 25b582c822 Add properties to support device grant
This commit adds the following properties under
spring.security.oauth2.authorizationserver.client.[registration-id]:

* endpoint.device-authorization-uri
* endpoint.device-verification-uri
* token.device-code-time-to-live

See gh-34957
2023-04-18 19:15:12 +01:00
Andy Wilkinson c3e739c751 Add dependency management for io.asyncer:r2dbc-mysql
Closes gh-34927
2023-04-18 19:05:12 +01:00
Andy Wilkinson e72bff8dd4 Add dependency management for org.mariadb:r2dbc-mariadb
Closes gh-34625
2023-04-18 19:02:15 +01:00
Phillip Webb 3e010b1230 Fetch redpanda directly from docker hub
Attempt to avoid rate limiting issues by fetching redpanda directly
from docker hub.

See gh-34780
2023-04-18 10:51:46 -07:00
Andy Wilkinson 28b7c583a9 Ensure shutdown hook is registered when a handler is added
Closes gh-34627
2023-04-18 18:20:14 +01:00
Phillip Webb 3dac258aa8 Merge branch '3.0.x' 2023-04-18 10:10:29 -07:00
Phillip Webb 60a53633c7 Merge branch '2.7.x' into 3.0.x 2023-04-18 10:09:42 -07:00
Phillip Webb cb56035bcc Setup docker config.json on CI when building project 2023-04-18 10:04:20 -07:00
Stephane Nicoll d43db3dfcf Upgrade to Spring Session 3.1.0-RC1
Closes gh-34970
2023-04-18 16:32:24 +02:00
Stephane Nicoll 8c781143dc Upgrade to Spring Authorization Server 1.1.0-RC1
Closes gh-35013
2023-04-18 16:32:23 +02:00
Stephane Nicoll 39d5ce5c3c Upgrade to MySQL 8.0.33
Closes gh-35063
2023-04-18 16:32:23 +02:00
Stephane Nicoll 824e8c3813 Upgrade to Lettuce 6.2.4.RELEASE
Closes gh-35062
2023-04-18 16:32:18 +02:00
Stephane Nicoll c32ba70ecb Upgrade to Jackson Bom 2.15.0-rc3
Closes gh-35061
2023-04-18 16:32:13 +02:00
Stephane Nicoll c116729c4f Upgrade to Couchbase Client 3.4.5
Closes gh-35060
2023-04-18 16:32:03 +02:00
Stephane Nicoll fe560fbed0 Merge branch '3.0.x' 2023-04-18 16:28:00 +02:00
Stephane Nicoll e9fe037a23 Merge branch '2.7.x' into 3.0.x 2023-04-18 16:27:42 +02:00
Andy Wilkinson 73a63a178e Merge pull request #34852 from eddumelendez
* gh-34852:
  Polish "Add support for Oracle R2DBC Service Connection"
  Add support for Oracle R2DBC Service Connection

Closes gh-34852
2023-04-18 13:48:43 +01:00
Andy Wilkinson 0da209db08 Polish "Add support for Oracle R2DBC Service Connection"
See gh-34852
2023-04-18 13:47:46 +01:00
Eddu Melendez 6d893b2fe2 Add support for Oracle R2DBC Service Connection
See gh-34852
2023-04-18 12:53:05 +01:00
Andy Wilkinson 4ee1bb0428 Merge pull request #34780 from eddumelendez
* redpanda:
  Polish "Add service connection from Testcontainers Redpanda"
  Add service connection from Testcontainers Redpanda

Closes gh-34780
2023-04-18 12:49:38 +01:00
Andy Wilkinson 98d077c74c Polish "Add service connection from Testcontainers Redpanda"
See gh-34780
2023-04-18 12:49:25 +01:00
Eddu Melendez f4bcf99d30 Add service connection from Testcontainers Redpanda
Redpanda (https://redpanda.com/) is Kafka-compatible and
Testcontainers provides a module. This commit adds support for
creating KafkaConnectionDetails from a
@ServiceConnection-annotated RedpandaContainer.

See gh-34780
2023-04-18 12:49:25 +01:00
Stephane Nicoll 4b947fa915 Upgrade to SAAJ Impl 3.0.1
Closes gh-35056
2023-04-18 13:45:53 +02:00
Stephane Nicoll 16563a6a0a Upgrade to Native Build Tools Plugin 0.9.21
Closes gh-35055
2023-04-18 13:45:53 +02:00
Stephane Nicoll caaef89aff Upgrade to Tomcat 9.0.74
Closes gh-35058
2023-04-18 13:22:33 +02:00
Stephane Nicoll b30d9d9961 Upgrade to MySQL 8.0.33
Closes gh-35057
2023-04-18 13:22:28 +02:00
Stephane Nicoll 9314362c34 Upgrade to MySQL 8.0.33
Closes gh-35054
2023-04-18 13:20:52 +02:00
Stephane Nicoll 9277465a76 Upgrade to Lettuce 6.2.4.RELEASE
Closes gh-35053
2023-04-18 13:20:47 +02:00
Stephane Nicoll 47e3b4655a Upgrade to jOOQ 3.17.12
Closes gh-35052
2023-04-18 13:20:42 +02:00
Stephane Nicoll 2a90c60001 Upgrade to Jetty 11.0.15
Closes gh-35051
2023-04-18 13:20:36 +02:00
Stephane Nicoll aa542858c9 Upgrade to Couchbase Client 3.4.5
Closes gh-35050
2023-04-18 13:20:30 +02:00
Stephane Nicoll 341396f33b Merge branch '3.0.x' 2023-04-18 13:10:20 +02:00
Stephane Nicoll f07ac4b53d Upgrade to Spring Kafka 3.0.6
Closes gh-34968
2023-04-18 13:10:17 +02:00
Stephane Nicoll 47e2c3f597 Upgrade to Spring Kafka 3.0.6
Closes gh-34951
2023-04-18 13:07:31 +02:00
Andy Wilkinson e2ee1ed50d Fix password handling in Flyway auto-configuration
Previously, FlywayProperties returned an empty string when its
password had not been set. This prevented the desired fallback to
JdbcConnectionDetails.

Fixes gh-35046
2023-04-18 11:52:50 +01:00
Andy Wilkinson 83c45d14a4 Merge pull request #34945 from quaff
* gh-34945:
  Polish "Add customizer for SdkTracerProviderBuilder"
  Add customizer for SdkTracerProviderBuilder

Closes gh-34945
2023-04-18 10:11:59 +01:00
Andy Wilkinson 1ad428129d Polish "Add customizer for SdkTracerProviderBuilder"
See gh-34945
2023-04-18 10:02:17 +01:00
Yanming Zhou f40e9738b6 Add customizer for SdkTracerProviderBuilder
See gh-34945
2023-04-18 10:01:53 +01:00
Andy Wilkinson ce1c3e52d7 Merge branch '3.0.x'
Closes gh-35040
2023-04-17 19:47:38 +01:00
Andy Wilkinson d16fb72dec Merge pull request #34991 from RobertRad
* gh-34991:
  Polish "Improve documentation of tracing deps and config props"
  Improve documentation of tracing deps and config props

Closes gh-34991
2023-04-17 19:47:23 +01:00
Andy Wilkinson d30f0575f0 Polish "Improve documentation of tracing deps and config props"
See gh-34991
2023-04-17 19:47:16 +01:00
Robert K dfe60cb2d3 Improve documentation of tracing deps and config props
See gh-34991
2023-04-17 19:47:16 +01:00
Stephane Nicoll 478945c13d Merge branch '3.0.x' 2023-04-17 20:41:14 +02:00
Stephane Nicoll 8de1ebe52b Upgrade to Spring Security 6.1.0-RC1
Closes gh-34969
2023-04-17 20:41:08 +02:00
Stephane Nicoll 1785119cae Upgrade to Spring AMQP 3.0.4
Closes gh-34967
2023-04-17 20:41:07 +02:00
Stephane Nicoll cb4be7aee9 Merge branch '2.7.x' into 3.0.x 2023-04-17 20:40:18 +02:00
Stephane Nicoll 1e7b8250b8 Upgrade to Spring Security 6.0.3
Closes gh-34952
2023-04-17 20:40:06 +02:00
Stephane Nicoll 67eff9a56f Upgrade to Spring LDAP 3.0.2
Closes gh-34904
2023-04-17 20:40:05 +02:00
Stephane Nicoll 7de5264025 Upgrade to Spring AMQP 3.0.4
Closes gh-34950
2023-04-17 20:40:05 +02:00
Stephane Nicoll 71ff5f4a41 Upgrade to Spring Security 5.7.8
Closes gh-34948
2023-04-17 20:39:38 +02:00