Commit Graph

50613 Commits

Author SHA1 Message Date
Andy Wilkinson
a03fe8befc Enable customization of JWK Set URI decoder builders
Closes gh-20750
2023-04-19 17:23:53 +01:00
Andy Wilkinson
45068c777f Document default value for management.otlp.tracing.compression
See gh-34508
2023-04-19 17:21:14 +01:00
Stephane Nicoll
366f7a85c9 Merge branch '3.0.x'
Closes gh-35069
2023-04-19 18:01:43 +02:00
Stephane Nicoll
6933796f2a Merge branch '2.7.x' into 3.0.x
Closes gh-35068
2023-04-19 18:01:16 +02:00
Stephane Nicoll
da10c4e98b Merge pull request #34347 from acktsap
* pr/34347:
  Polish "Back off if a custom ApplicationAvailability bean is present"
  Back off if a custom ApplicationAvailability bean is present

Closes gh-34347
2023-04-19 17:39:00 +02:00
Stephane Nicoll
1b832d82f8 Polish "Back off if a custom ApplicationAvailability bean is present"
See gh-34347
2023-04-19 17:25:10 +02:00
Taeik Lim
5e95ba8448 Back off if a custom ApplicationAvailability bean is present
See gh-34347
2023-04-19 17:24:59 +02:00
Andy Wilkinson
f2e5eab09c Polish does for reporting traces using OTLP
See gh-34508
2023-04-19 15:42:21 +01:00
Andy Wilkinson
2bccd586ea Fix DockerComposeFileTests on Windows 2023-04-19 15:36:07 +01:00
Andy Wilkinson
e33b5926c0 Merge pull request #34508 from jonatan-ivanov
* gh-34508:
  Polish "Add auto-configuration for OTLP span exporter"
  Add auto-configuration for OTLP span exporter

Closes gh-34508
2023-04-19 15:11:22 +01:00
Andy Wilkinson
c543d9172c Polish "Add auto-configuration for OTLP span exporter"
See gh-34508
2023-04-19 15:11:00 +01:00
Jonatan Ivanov
ceaafeca0b Add auto-configuration for OTLP span exporter
With these changes an OTLP HTTP/protobuf exporter is auto-configured
if opentelemetry-exporter-otlp is on the classpath.

See gh-34508
2023-04-19 14:44:56 +01:00
Andy Wilkinson
d4f857683d Polish formatting of DockerImageNames 2023-04-19 14:22:12 +01:00
Andy Wilkinson
f0fe8bc908 Merge pull request #34769 from EvaristeGalois11
* gh-34769:
  Polish "Add customizer for conversion service used by Spring Batch"
  Add customizer for conversion service used by Spring Batch

Closes gh-34769
2023-04-19 14:15:28 +01:00
Andy Wilkinson
f5e654748c Polish "Add customizer for conversion service used by Spring Batch"
See gh-34769
2023-04-19 14:15:08 +01:00
Claudio Nave
cafa6f5d9c Add customizer for conversion service used by Spring Batch
See gh-34769
2023-04-19 13:25:31 +01:00
Stephane Nicoll
60eb01bcaa Merge pull request #35048 from bendiscz
* pr/35048:
  Polish "Reintroduce support for ActiveMQ"
  Reintroduce support for ActiveMQ

Closes gh-35048
2023-04-19 13:45:09 +02:00
Stephane Nicoll
a323bd90a8 Polish "Reintroduce support for ActiveMQ"
See gh-35048
2023-04-19 13:08:14 +02:00
Martin BENDA
3e9908a797 Reintroduce support for ActiveMQ
See gh-35048
2023-04-19 11:00:40 +02:00
Stephane Nicoll
bed11671d3 Upgrade to Spring WS 4.0.3
Closes gh-34971
2023-04-19 11:00:04 +02:00
Stephane Nicoll
9d834d78a2 Merge branch '3.0.x' 2023-04-19 10:58:56 +02:00
Stephane Nicoll
425eb9ac4f Merge branch '2.7.x' into 3.0.x 2023-04-19 10:58:38 +02:00
Stephane Nicoll
41db5a2d0b Upgrade to Spring WS 4.0.3
Closes gh-34953
2023-04-19 10:57:21 +02:00
Stephane Nicoll
098d338d7c Upgrade to Spring WS 3.1.6
Closes gh-34949
2023-04-19 10:56:09 +02:00
Andy Wilkinson
5ec03d2b34 Wait longer for Redpanda to start 2023-04-18 21:43:25 +01:00
Andy Wilkinson
7b3e687f05 Deprecate OAuth2ClientPropertiesRegistrationAdapter
This commit deprecates OAuth2ClientPropertiesRegistrationAdapter as
it wasn't really an adapter because it provides a static utility
method rather than adapting one contract to another. A replacement,
OAuth2ClientPropertiesMapper, is introduced that maps the OAuth2
client properties to the required types.

Closes gh-34714
2023-04-18 20:43:34 +01:00
Andy Wilkinson
651f341385 Fix compatibility of Redpanda Docker image name
See 3e010b12
2023-04-18 19:52:17 +01:00
Andy Wilkinson
d2a1fca6b2 Merge pull request #34957 from sjohnr
* gh-34957:
  Polish "Add properties to support device grant"
  Add properties to support device grant

Closes gh-34957
2023-04-18 19:51:59 +01:00
Andy Wilkinson
4eb7558707 Polish "Add properties to support device grant"
See gh-34957
2023-04-18 19:34:13 +01:00
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