Commit Graph

42279 Commits (dbab743018fb7528f593cec24d5c7f4fe5cfeba8)
 

Author SHA1 Message Date
Andy Wilkinson dbab743018 Upgrade to Spring Integration 6.1.0-RC1
Closes gh-34973
2 years ago
Andy Wilkinson 68b25598b9 Upgrade to Spring GraphQL 1.2.0-RC1
Closes gh-34972
2 years ago
Andy Wilkinson 5965df39b5 Upgrade to Selenium HtmlUnit 4.8.3
Closes gh-35094
2 years ago
Andy Wilkinson 503e88f2ec Upgrade to Logback 1.4.7
Closes gh-35093
2 years ago
Andy Wilkinson f0afb2d22f Merge branch '3.0.x' 2 years ago
Spring Builds bed40c6ee9 Next development version (v3.0.7-SNAPSHOT) 2 years ago
Andy Wilkinson 76b2866602 Merge branch '3.0.x' 2 years ago
Andy Wilkinson b80f4cc985 Upgrade to Tomcat 10.1.8
Closes gh-35089
2 years ago
Andy Wilkinson ca618e84d3 Upgrade to Spring Integration 6.0.5
Closes gh-35012
2 years ago
Andy Wilkinson 35fd0a3f69 Upgrade to Logback 1.4.7
Closes gh-35088
2 years ago
Andy Wilkinson 40834c5cb9 Merge branch '2.7.x' into 3.0.x 2 years ago
Spring Builds 253cbad49d Next development version (v2.7.12-SNAPSHOT) 2 years ago
Andy Wilkinson 04780650a1 Merge branch '3.0.x'
Closes gh-35087
2 years ago
Andy Wilkinson 32444fed4b Merge branch '2.7.x' into 3.0.x
Closes gh-35086
2 years ago
Madhura Bhave 3522714c13 Use endpoint mappings in CloudFoundry integration
Closes gh-35085
2 years ago
Andy Wilkinson c55d398f95 Validate health group includes and excludes
Closes gh-34360
2 years ago
Andy Wilkinson a03fe8befc Enable customization of JWK Set URI decoder builders
Closes gh-20750
2 years ago
Andy Wilkinson 45068c777f Document default value for management.otlp.tracing.compression
See gh-34508
2 years ago
Stephane Nicoll 366f7a85c9 Merge branch '3.0.x'
Closes gh-35069
2 years ago
Stephane Nicoll 6933796f2a Merge branch '2.7.x' into 3.0.x
Closes gh-35068
2 years ago
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
2 years ago
Stephane Nicoll 1b832d82f8 Polish "Back off if a custom ApplicationAvailability bean is present"
See gh-34347
2 years ago
Taeik Lim 5e95ba8448 Back off if a custom ApplicationAvailability bean is present
See gh-34347
2 years ago
Andy Wilkinson f2e5eab09c Polish does for reporting traces using OTLP
See gh-34508
2 years ago
Andy Wilkinson 2bccd586ea Fix DockerComposeFileTests on Windows 2 years ago
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
2 years ago
Andy Wilkinson c543d9172c Polish "Add auto-configuration for OTLP span exporter"
See gh-34508
2 years ago
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
2 years ago
Andy Wilkinson d4f857683d Polish formatting of DockerImageNames 2 years ago
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
2 years ago
Andy Wilkinson f5e654748c Polish "Add customizer for conversion service used by Spring Batch"
See gh-34769
2 years ago
Claudio Nave cafa6f5d9c Add customizer for conversion service used by Spring Batch
See gh-34769
2 years ago
Stephane Nicoll 60eb01bcaa Merge pull request #35048 from bendiscz
* pr/35048:
  Polish "Reintroduce support for ActiveMQ"
  Reintroduce support for ActiveMQ

Closes gh-35048
2 years ago
Stephane Nicoll a323bd90a8 Polish "Reintroduce support for ActiveMQ"
See gh-35048
2 years ago
Martin BENDA 3e9908a797 Reintroduce support for ActiveMQ
See gh-35048
2 years ago
Stephane Nicoll bed11671d3 Upgrade to Spring WS 4.0.3
Closes gh-34971
2 years ago
Stephane Nicoll 9d834d78a2 Merge branch '3.0.x' 2 years ago
Stephane Nicoll 425eb9ac4f Merge branch '2.7.x' into 3.0.x 2 years ago
Stephane Nicoll 41db5a2d0b Upgrade to Spring WS 4.0.3
Closes gh-34953
2 years ago
Stephane Nicoll 098d338d7c Upgrade to Spring WS 3.1.6
Closes gh-34949
2 years ago
Andy Wilkinson 5ec03d2b34 Wait longer for Redpanda to start 2 years ago
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
2 years ago
Andy Wilkinson 651f341385 Fix compatibility of Redpanda Docker image name
See 3e010b12
2 years ago
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
2 years ago
Andy Wilkinson 4eb7558707 Polish "Add properties to support device grant"
See gh-34957
2 years ago
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
2 years ago
Andy Wilkinson c3e739c751 Add dependency management for io.asyncer:r2dbc-mysql
Closes gh-34927
2 years ago
Andy Wilkinson e72bff8dd4 Add dependency management for org.mariadb:r2dbc-mariadb
Closes gh-34625
2 years ago
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
2 years ago
Andy Wilkinson 28b7c583a9 Ensure shutdown hook is registered when a handler is added
Closes gh-34627
2 years ago