Commit Graph

21665 Commits

Author SHA1 Message Date
Andy Wilkinson ac2481f1a1 Merge branch '3.1.x'
See gh-35472
2023-07-20 09:32:41 +01:00
Andy Wilkinson fe67932a56 Merge branch '3.0.x' into 3.1.x
See gh-36468
2023-07-20 09:31:30 +01:00
Andy Wilkinson 960f0ea1da Revert "Upgrade to R2DBC Pool 1.0.1.RELEASE"
This reverts commit e754a1b11e.

See gh-36464
2023-07-20 09:22:21 +01:00
Moritz Halbritter 54e99d68fa Auto-configure ObservationRegistry on ScheduledTaskRegistrar
The TaskSchedulingAutoConfiguration.taskScheduler auto-configuration now
no longer backs off on SchedulingConfigurer beans.

Closes gh-36119
2023-07-20 09:43:12 +02:00
Andy Wilkinson 90a38b6b0b Upgrade to Spring HATEOAS 2.2.0-M2
Closes gh-36456
2023-07-20 08:37:55 +01:00
Andy Wilkinson 7e344c0ef6 Upgrade to R2DBC Postgresql 1.0.2.RELEASE
Closes gh-36473
2023-07-20 08:37:55 +01:00
Andy Wilkinson 34d02659a8 Upgrade to R2DBC Pool 1.0.1.RELEASE
Closes gh-36472
2023-07-20 08:37:50 +01:00
Andy Wilkinson 8100aba332 Upgrade to R2DBC MSSQL 1.0.2.RELEASE
Closes gh-36471
2023-07-20 08:37:45 +01:00
Andy Wilkinson a1db6cd630 Upgrade to MySQL 8.1.0
Closes gh-36470
2023-07-20 08:37:40 +01:00
Andy Wilkinson 46a83d7def Upgrade to Spring HATEOAS 2.1.2
Closes gh-36454
2023-07-20 08:26:40 +01:00
Andy Wilkinson 8ee8bb440f Upgrade to R2DBC Postgresql 1.0.2.RELEASE
Closes gh-36469
2023-07-20 08:26:39 +01:00
Andy Wilkinson da5cb6d3ab Upgrade to R2DBC Pool 1.0.1.RELEASE
Closes gh-36468
2023-07-20 08:26:34 +01:00
Andy Wilkinson e200638311 Upgrade to R2DBC MSSQL 1.0.2.RELEASE
Closes gh-36467
2023-07-20 08:26:29 +01:00
Andy Wilkinson e30b3fe4f2 Upgrade to Spring HATEOAS 2.0.6
Closes gh-36453
2023-07-20 08:21:42 +01:00
Andy Wilkinson 277efdc6b1 Upgrade to R2DBC Postgresql 1.0.2.RELEASE
Closes gh-36465
2023-07-20 08:21:41 +01:00
Andy Wilkinson e754a1b11e Upgrade to R2DBC Pool 1.0.1.RELEASE
Closes gh-36464
2023-07-20 08:21:36 +01:00
Andy Wilkinson 2029117999 Upgrade to Kotlin 1.9.0
Closes gh-36362
2023-07-19 20:27:41 +01:00
Stephane Nicoll 4a4b29fcbf Upgrade to Spring Batch 5.1.0-M1
Closes gh-36189
2023-07-19 20:01:06 +02:00
Andy Wilkinson b5c404f938 Merge branch '3.1.x'
Closes gh-36449
2023-07-19 14:38:44 +01:00
Andy Wilkinson 4d6ee92e21 Merge branch '3.0.x' into 3.1.x
Closes gh-36448
2023-07-19 14:38:28 +01:00
Andy Wilkinson f145ca0c3c Fix reflection hint generation for properties nested in superclass
Fixes gh-36406
2023-07-19 14:37:52 +01:00
kitbolourchi abebc396c0 Change B3 extraction format to single
See gh-36061
2023-07-19 08:14:01 +02:00
Stephane Nicoll 2506172d91 Upgrade to Spring Session 3.2.0-M1
Closes gh-36196
2023-07-19 07:46:39 +02:00
Stephane Nicoll 858cadc8e2 Upgrade to Spring LDAP 3.2.0-M1
Closes gh-36299
2023-07-19 07:46:08 +02:00
Stephane Nicoll 0a365acf95 Upgrade to Spring Integration 6.2.0-M1
Closes gh-36193
2023-07-19 07:45:15 +02:00
Stephane Nicoll 9efbe5b2ea Upgrade to Spring GraphQL 1.2.2
Closes gh-36191
2023-07-19 07:44:39 +02:00
Stephane Nicoll 271059cd23 Upgrade to Spring Integration 6.1.2
Closes gh-36404
2023-07-19 07:42:35 +02:00
Stephane Nicoll e909e81a7d Upgrade to Spring GraphQL 1.2.2
Closes gh-36186
2023-07-19 07:42:34 +02:00
Andy Wilkinson e0d021b710 Merge branch '3.1.x'
Closes gh-36446
2023-07-18 21:16:49 +01:00
Andy Wilkinson fe123e5b10 Fix handling of additional-hosts with Mongo
Closes gh-36441
2023-07-18 21:15:20 +01:00
Scott Frederick 4393a2244c Use Docker CLI context to determine daemon host address for image building
Configuration files managed by the Docker CLI are now used to determine
the host address of the Docker daemon used when building images using
buildpacks when a host address is not configured with environment
variables or build tool plugin configuration.

Closes gh-36445
2023-07-18 13:21:01 -06:00
Andy Wilkinson 283dc37db3 Make AnnotatedControllerConfigurer use applicationTaskExecutor
Closes gh-36388
2023-07-18 15:35:31 +01:00
Stephane Nicoll c6e47b86d7 Move Flyway configuration extension properties to dedicated namespace
This commit harmonizes the handling of ConfigurationExtension for
Flyway. The existing Oracle and SQLServer extensions are now mapped from
flway.oracle and flyway.sqlserver, respectively. The existing properties
have been deprecated in favor of the new location.

Closes gh-36444
2023-07-18 16:15:50 +02:00
Stephane Nicoll 8da706603e Add support for flyway.postgresql.transactional.lock
Closes gh-32629
2023-07-18 15:44:38 +02:00
Stephane Nicoll 289d458a60 Start building against Spring Framework 6.1.0-M3 snapshots
See gh-36443
2023-07-18 15:04:42 +02:00
Stephane Nicoll 71406977c2 Harmonize configuration of Flyway SQL Server extension
Closes gh-36440
2023-07-18 13:58:18 +02:00
Stephane Nicoll fb640c04e7 Upgrade to Flyway 9.20.1
Closes gh-36364

Co-authored-by: Andy Wilkinson <wilkinsona@vmware.com>
2023-07-18 13:58:17 +02:00
Andy Wilkinson d205d10519 Configure WebFlux's blocking execution to use applicationTaskExecutor
Closes gh-36331
2023-07-18 11:18:25 +01:00
Stephane Nicoll 0b4bbe99b3 Upgrade to Spring Security 6.2.0-M1
Closes gh-36195
2023-07-18 06:24:30 +02:00
Stephane Nicoll 5af99fe219 Upgrade to Spring Security 6.1.2
Closes gh-36298
2023-07-18 06:22:50 +02:00
Stephane Nicoll 1dcfb3cfb1 Upgrade to Spring Security 6.0.5
Closes gh-36293
2023-07-18 06:22:09 +02:00
Stephane Nicoll 4659d1bb93 Upgrade to Spring Kafka 3.0.9
Closes gh-36194
2023-07-17 19:58:42 +02:00
Stephane Nicoll 6ed8838209 Upgrade to Spring AMQP 3.0.6
Closes gh-36439
2023-07-17 19:58:41 +02:00
Stephane Nicoll c95c65838b Upgrade to Lettuce 6.2.5.RELEASE
Closes gh-36438
2023-07-17 19:58:35 +02:00
Stephane Nicoll 007e340902 Upgrade to Dependency Management Plugin 1.1.2
Closes gh-36437
2023-07-17 19:58:30 +02:00
Stephane Nicoll 7913b22f6a Upgrade to Spring Kafka 3.0.9
Closes gh-36182
2023-07-17 19:57:22 +02:00
Stephane Nicoll 5014861c96 Upgrade to Spring Kafka 3.0.9
Closes gh-36187
2023-07-17 19:57:01 +02:00
Stephane Nicoll 3b53c15084 Upgrade to Spring AMQP 3.0.6
Closes gh-36403
2023-07-17 19:57:01 +02:00
Stephane Nicoll 10720721bf Upgrade to Lettuce 6.2.5.RELEASE
Closes gh-36436
2023-07-17 19:57:01 +02:00
Stephane Nicoll c5a951dc9d Upgrade to Dependency Management Plugin 1.1.2
Closes gh-36435
2023-07-17 19:56:56 +02:00