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
Phillip Webb
ae6b1f91f6
Merge branch '3.1.x'
2023-07-18 10:32:06 +01:00
Phillip Webb
28b5b7a218
Merge branch '3.0.x' into 3.1.x
2023-07-18 10:32:01 +01:00
Phillip Webb
9d91dbc4e5
Use explicit matchers following Spring Security 6.0.5 upgrade
...
See gh-36293
2023-07-18 10:31:41 +01:00
Phillip Webb
49f82717d1
Merge branch '3.1.x'
2023-07-18 10:17:17 +01:00
Phillip Webb
30cc2a48c7
Merge branch '3.0.x' into 3.1.x
2023-07-18 10:16:56 +01:00
Phillip Webb
0233178855
Use explicit matchers following Spring Security 6.0.5 upgrade
...
See gh-36293
2023-07-18 09:49:11 +01:00
Stephane Nicoll
60a58e8064
Merge branch '3.1.x'
2023-07-18 06:25:07 +02:00
Stephane Nicoll
e3c238dac9
Merge branch '3.0.x' into 3.1.x
2023-07-18 06:25:02 +02:00
Stephane Nicoll
12011fb4d9
Merge branch '2.7.x' into 3.0.x
2023-07-18 06:24:57 +02: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
7ec9f45929
Upgrade to Spring Security 5.7.10
...
Closes gh-36295
2023-07-18 06:21:22 +02:00
Stephane Nicoll
0b08bbf392
Merge branch '3.1.x'
2023-07-17 19:58:59 +02:00
Stephane Nicoll
00ca0ace81
Merge branch '3.0.x' into 3.1.x
2023-07-17 19:58:50 +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
3a12e8ee8b
Merge branch '2.7.x' into 3.0.x
2023-07-17 19:58:38 +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
Stephane Nicoll
a838cab65c
Upgrade to Spring AMQP 3.0.6
...
Closes gh-36401
2023-07-17 19:55:53 +02:00
Stephane Nicoll
bf5cdbf3f3
Upgrade to Lettuce 6.2.5.RELEASE
...
Closes gh-36434
2023-07-17 19:55:53 +02:00
Stephane Nicoll
0f396c91f4
Upgrade to Dependency Management Plugin 1.1.2
...
Closes gh-36433
2023-07-17 19:55:48 +02:00
Stephane Nicoll
250868ad84
Upgrade to Spring AMQP 2.4.14
...
Closes gh-36399
2023-07-17 19:53:54 +02:00
Stephane Nicoll
e0306b1293
Merge pull request #35191 from vpavic
...
* pr/35191:
Polish "Add auto-configuration for ObservedAspect"
Add auto-configuration for ObservedAspect
Closes gh-35191
2023-07-17 16:07:01 +02:00
Stephane Nicoll
c726a13395
Polish "Add auto-configuration for ObservedAspect"
...
See gh-35191
2023-07-17 16:06:08 +02:00
Vedran Pavic
0dae89e837
Add auto-configuration for ObservedAspect
...
This adds support for auto-configuring `ObservedAspect` when AspectJ is
on the classpath, which enables the usage of `@Observed`.
See gh-35191
2023-07-17 16:05:48 +02:00
Stephane Nicoll
31db1d8125
Merge branch '3.1.x'
...
Closes gh-36430
2023-07-17 15:48:41 +02:00
Stephane Nicoll
7195d87e6c
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36429
2023-07-17 15:48:30 +02:00
Stephane Nicoll
c0e263dc3c
Merge pull request #35619 from johnnywiller
...
* pr/35619:
Polish "Allow custom ExemplarSampler to be used"
Allow custom ExemplarSampler to be used
Closes gh-35619
2023-07-17 15:48:17 +02:00
Stephane Nicoll
750096b9c2
Polish "Allow custom ExemplarSampler to be used"
...
See gh-35619
2023-07-17 15:46:48 +02:00
Johnny Goncalves
94b17ecd26
Allow custom ExemplarSampler to be used
...
See gh-35619
2023-07-17 15:44:05 +02:00
Stephane Nicoll
62c9936abf
Merge branch '3.1.x'
...
Closes gh-36428
2023-07-17 15:25:10 +02:00
Stephane Nicoll
bb16ed1245
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36427
2023-07-17 15:24:58 +02:00
Stephane Nicoll
3586bfb629
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36426
2023-07-17 15:22:43 +02:00
Stephane Nicoll
08054cf380
Merge pull request #36062 from quaff
...
* pr/36062:
Polish "Replace @CsvSource with @ValueSource where feasible"
Replace @CsvSource with @ValueSource where feasible
Closes gh-36062
2023-07-17 15:22:22 +02:00
Stephane Nicoll
09e5d38348
Polish "Replace @CsvSource with @ValueSource where feasible"
...
See gh-36062
2023-07-17 15:16:27 +02:00
Yanming Zhou
acb7acd5d9
Replace @CsvSource with @ValueSource where feasible
...
@ValueSource is more appropriate for single parameter.
See gh-36062
2023-07-17 15:16:26 +02:00
Stephane Nicoll
df8b73d8f7
Merge branch '3.1.x'
...
Closes gh-36425
2023-07-17 15:09:23 +02:00