Phillip Webb
0b49fed06c
Upgrade to Kafka 3.2.3
...
Closes gh-32449
2 years ago
Phillip Webb
994a4bdef3
Upgrade to JUnit Jupiter 5.9.1
...
Closes gh-32448
2 years ago
Phillip Webb
855c2ee617
Upgrade to Jetty 11.0.12
...
Closes gh-32447
2 years ago
Phillip Webb
d8be9975fc
Upgrade to Flyway 9.3.1
...
Closes gh-32446
2 years ago
Phillip Webb
21c23f2535
Merge branch '2.7.x'
2 years ago
Phillip Webb
445dff0483
Upgrade to MariaDB 3.0.8
...
Closes gh-32445
2 years ago
Phillip Webb
0ff789415e
Upgrade to Jetty 9.4.49.v20220914
...
Closes gh-32444
2 years ago
Phillip Webb
f9b532d5aa
Upgrade to Groovy 3.0.13
...
Closes gh-32443
2 years ago
Phillip Webb
f96313648e
Merge branch '2.7.x'
2 years ago
Phillip Webb
8b9c0f2cb3
Merge branch '2.6.x' into 2.7.x
2 years ago
Phillip Webb
c7254cfe25
Upgrade to Jetty 9.4.49.v20220914
...
Closes gh-32441
2 years ago
Phillip Webb
634799f887
Upgrade to Groovy 3.0.13
...
Closes gh-32440
2 years ago
Andy Wilkinson
fa81e8ca79
Skip processAot and processTestAot if there is no main or test code
...
Closes gh-32424
2 years ago
Andy Wilkinson
64f4da80cb
Align with breaking changes in latest Batch snapshots
...
Batch is now auto-configured to use the context's
PlatformTransactionManager and DataSource or `@BatchDataSource`.
When this does not meet the user's needs, they can use
`@EnableBatchProcessing` or sub-class `DefaultBatchConfiguration` to
take complete control with the auto-configuration backing off.
Closes gh-32330
2 years ago
Stephane Nicoll
dc56fa62bc
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
375a570717
Upgrade to Spring Kafka 3.0.0-M6
...
Closes gh-31925
2 years ago
Stephane Nicoll
35916a9962
Upgrade to Spring GraphQL 1.1.0-M1
...
Closes gh-32294
2 years ago
Stephane Nicoll
9936448269
Upgrade to GraphQL Java 19.2
...
Closes gh-32430
2 years ago
Stephane Nicoll
1b73b85a88
Upgrade to Spring GraphQL 1.0.2
...
Closes gh-32426
2 years ago
Andy Wilkinson
e8aa5680d6
Support file-based reachability metadata repositories
...
See gh-32408
2 years ago
Andy Wilkinson
8323f24ccc
Make classes generated by AOT test processing available to nativeTest
...
Closes gh-32428
2 years ago
Stephane Nicoll
0f325f98b5
Disable ContextCustomizer implementations at runtime if necessary
...
This commit disables ContextCustomizer implementations that tune a
test configuration context at runtime. Previously, these ran again and
required additional hints to work properly.
Rather than contributing those hints, the customizer is skipped as its
impact is irrelevant in an AOT-optimized context: the context is fully
prepared and the updates on the MergedContextConfiguration are not taken
into account.
Closes gh-32422
2 years ago
Stephane Nicoll
2fe305413c
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
6f6a4d9990
Start building against Spring Session 2022.0.0-M3 snapshots
...
See gh-32427
2 years ago
Stephane Nicoll
4fd6144117
Revert "Upgrade to Spring Kafka 3.0.0-M6"
...
This reverts commit 876511f212
.
2 years ago
Stephane Nicoll
4e82a69a0b
Start building against Spring GraphQL 1.0.2 snapshots
...
See gh-32426
2 years ago
Stephane Nicoll
f8bc6c5e9f
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
876511f212
Upgrade to Spring Kafka 3.0.0-M6
...
Closes gh-31925
2 years ago
Stephane Nicoll
56bdb67ecf
Upgrade to Spring AMQP 3.0.0-M4
...
Closes gh-31861
2 years ago
Stephane Nicoll
3d85931fc7
Upgrade to Spring Security 6.0.0-M7
...
Closes gh-32255
2 years ago
Stephane Nicoll
707ebfb2d8
Merge branch '2.6.x' into 2.7.x
2 years ago
Stephane Nicoll
e616fb5d8b
Upgrade to Spring Kafka 2.8.9
...
Closes gh-32277
2 years ago
Stephane Nicoll
cddfa4b58c
Upgrade to Spring AMQP 2.4.7
...
Closes gh-32276
2 years ago
Stephane Nicoll
6c37838f31
Upgrade to Spring Kafka 2.8.9
...
Closes gh-32270
2 years ago
Stephane Nicoll
033b6b5dbe
Upgrade to Spring AMQP 2.4.7
...
Closes gh-32269
2 years ago
Stephane Nicoll
6d71b5cf92
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
59b06050b4
Upgrade to Spring Data 2022.0.0-M6
...
Closes gh-32254
2 years ago
Stephane Nicoll
1132f983a9
Merge branch '2.6.x' into 2.7.x
2 years ago
Stephane Nicoll
85d73a1f62
Upgrade to Spring Data 2021.2.3
...
Closes gh-32275
2 years ago
Stephane Nicoll
d72e0b39fc
Upgrade to Spring Data 2021.1.7
...
Closes gh-32268
2 years ago
Stephane Nicoll
436366eedf
Upgrade to Spring LDAP 3.0.0-M4
...
Closes gh-32105
2 years ago
Stephane Nicoll
172fe24d82
Merge pull request #32419 from dreis2211
...
* pr/32419:
Fix Spring Batch deprecations
Closes gh-32419
2 years ago
dreis2211
bac7d62476
Fix Spring Batch deprecations
...
See gh-32419
2 years ago
Stephane Nicoll
190d4cbc2f
Relax ImportsContextCustomizer to only require a class name
...
Closes gh-32421
2 years ago
Stephane Nicoll
0916736629
Merge branch '2.7.x'
...
Closes gh-32418
2 years ago
Stephane Nicoll
308e3535bd
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32417
2 years ago
Stephane Nicoll
d2ad0b7f91
Merge pull request #32405 from jprinet
...
* pr/32405:
Upgrade to Gradle Enterprise plugin 3.11.1
Closes gh-32405
2 years ago
Jerome Prinet
173b70c377
Upgrade to Gradle Enterprise plugin 3.11.1
...
See gh-32405
2 years ago
Scott Frederick
c9829c4232
Add native image test to Paketo system tests
...
Closes gh-32413
2 years ago
Scott Frederick
f90ee2bdd9
Merge branch '2.7.x'
...
Closes gh-32411
2 years ago