Phillip Webb
39ffa50dc4
Merge branch '3.1.x'
2 years ago
Phillip Webb
a28fb1b6f5
Merge branch '3.0.x' into 3.1.x
2 years ago
Phillip Webb
b5fbcfdce2
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
b226ff40f0
Upgrade to Java 21.0.1+12
...
Closes gh-37948
2 years ago
Phillip Webb
d226ba88d9
Upgrade to Java 17.0.9+11
...
Closes gh-37947
2 years ago
Phillip Webb
ad933869ca
Upgrade to Java 11.0.21+10
...
Closes gh-37946
2 years ago
Phillip Webb
62a074a728
Upgrade to Java 8u392+9
...
See gh-37950
2 years ago
Phillip Webb
9a4e16a2d4
Upgrade to Ubuntu Jammy 20231004 in CI images #37954
...
Closes gh-37954
2 years ago
Phillip Webb
3ccf29ef49
Refine spring-boot-starter-data-redis-reactive dependencies
...
Change `spring-boot-starter-data-redis-reactive` to be standalone and
also declare an explicit dependency on reactor.
Closes gh-37943
2 years ago
Phillip Webb
93b562e632
Fix PulsarProperties lookupTimeout
...
Prefer `null` to `-1` for the default timeout.
See gh-34763
2 years ago
Phillip Webb
3c62defb9d
Support java.nio.file Paths and FileSystems with nested jars
...
Add a `NestedFileSystemProvider` implementation so that the JDK's
`ZipFileSystem` can load content from nested jars and nested
directory entries.
Creating a `ZipFileSystem` may be a relatively expensive operation as
zip structures need to be parsed and in the case of directory entries
a virtual datablock nees to be generated on the fly. As such, we
install the `ZipFileSystem` as late as possible since in a typical
application it may never be needed.
This commit also tweaks Gradle and Maven plugins to ensure that the
service loader file is written to repackaged jars.
Closes gh-7161
2 years ago
Phillip Webb
4b495ca2a9
Change `NestedLocation` to hold a `Path` rather than a `File`
...
Refactor `NestedLocation` so that it holds a `Path` rather than a
`File`.
See gh-37668
2 years ago
Andy Wilkinson
ec6415f04b
Add SSL bundle support to Apache Kafka auto-configuration
...
Closes gh-37629
Co-authored-by: Scott Frederick <sfrederick@vmware.com>
2 years ago
Andy Wilkinson
af2e363252
Merge branch '3.1.x'
...
Closes gh-37942
2 years ago
Andy Wilkinson
226221073c
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37941
2 years ago
Andy Wilkinson
a25472ab5b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37940
2 years ago
Andy Wilkinson
817debb1ee
Fix constructor binding with conversion to custom collection type
...
Closes gh-37734
2 years ago
Andy Wilkinson
8d006f82f7
Merge branch '3.1.x'
...
Closes gh-37939
2 years ago
Andy Wilkinson
9219fdc638
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37938
2 years ago
Andy Wilkinson
865203f902
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37937
2 years ago
Andy Wilkinson
7d6532cac4
Merge pull request #37905 from ttddyy
...
* gh-37905:
Polish "Support @Order on [CommandLine|Application]Runner @Bean definitions"
Support @Order on [CommandLine|Application]Runner @Bean definitions
Closes gh-37905
2 years ago
Andy Wilkinson
04307aa7e0
Polish "Support @Order on [CommandLine|Application]Runner @Bean definitions"
...
See gh-37905
2 years ago
Tadaya Tsuyukubo
8ac597c245
Support @Order on [CommandLine|Application]Runner @Bean definitions
...
Prior to this commit, `@Order` annotation on `@Bean` method was not
considered for `CommandLineRunner` and `ApplicationRunner`.
This commit introduces a `Runner` marker interface and uses it to
retrieve the runner beans. As a result, it enables the use of `@Order`
annotations on `@Bean` methods for both `CommandLineRunner` and
`ApplicationRunner`.
Signed-off-by: Tadaya Tsuyukubo <tadaya@ttddyy.net>
See gh-37905
2 years ago
Andy Wilkinson
1aa704b619
Upgrade to Spring Batch 5.1.0-RC1
...
Closes gh-37708
2 years ago
Andy Wilkinson
851e6def76
Fix tests on Windows
...
See gh-37808
2 years ago
Andy Wilkinson
1559485f56
Fix Gradle plugin test classpath after Kotlin upgrade
...
See gh-37926
2 years ago
Andy Wilkinson
79ab4c4fa7
Upgrade to Undertow 2.3.10.Final
...
Closes gh-37934
2 years ago
Andy Wilkinson
f8a8b38f3b
Merge branch '3.1.x'
2 years ago
Andy Wilkinson
4b32f249d4
Upgrade to Undertow 2.3.10.Final
...
Closes gh-37933
2 years ago
Andy Wilkinson
ae75877932
Upgrade to Jetty Reactive HTTPClient 3.0.9
...
Closes gh-37932
2 years ago
Andy Wilkinson
9ed19dc380
Merge branch '3.1.x'
2 years ago
Andy Wilkinson
22eea15adf
Merge branch '3.0.x' into 3.1.x
2 years ago
Andy Wilkinson
9c3b689f7c
Upgrade to Undertow 2.3.10.Final
...
Closes gh-37931
2 years ago
Andy Wilkinson
08ea576c37
Upgrade to Jetty Reactive HTTPClient 3.0.9
...
Closes gh-37930
2 years ago
Andy Wilkinson
b08edffc93
Merge branch '3.1.x'
2 years ago
Andy Wilkinson
f5fc2761a8
Merge branch '3.0.x' into 3.1.x
2 years ago
Andy Wilkinson
ae66ef61f1
Merge branch '2.7.x' into 3.0.x
2 years ago
Andy Wilkinson
27f06ea1e0
Upgrade to Undertow 2.2.28.Final
...
Closes gh-37929
2 years ago
Andy Wilkinson
afff56a5f9
Upgrade to Spring Session Bom 2021.2.3
...
Closes gh-37928
2 years ago
Andy Wilkinson
5244bcfb5a
Upgrade to Jetty Reactive HTTPClient 1.1.15
...
Closes gh-37927
2 years ago
Andy Wilkinson
cdf42bd70b
Upgrade to Kotlin 1.9.20-RC
...
Closes gh-37926
2 years ago
Andy Wilkinson
029c28d923
Merge branch '3.1.x'
...
Closes gh-37925
2 years ago
Andy Wilkinson
8f18b116de
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37924
2 years ago
Andy Wilkinson
ece239f421
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37923
2 years ago
Andy Wilkinson
4cc3aec587
Consider @ComponentScan in imports context cache key
...
Fixes gh-31577
2 years ago
Andy Wilkinson
9460f301b4
Merge branch '3.1.x'
...
Closes gh-37921
2 years ago
Andy Wilkinson
60a0b7eedb
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37920
2 years ago
Andy Wilkinson
85c186a764
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37919
2 years ago
Andy Wilkinson
1f0e311cb8
Completely disable restart when running tests
...
Fixes gh-37373
2 years ago
Andy Wilkinson
fa954c0c87
Upgrade to Spring Pulsar 1.0.0-RC1
...
Closes gh-37918
2 years ago