Andy Wilkinson
ccd573ad3d
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40706
2 years ago
Andy Wilkinson
90aae5a0b7
Use ubuntu-latest GitHub Actions runner for Linux builds
...
A full build requires a lot of disk space. I believe this is mostly
due to the large number of Docker images that the tests utilize. By
default, the amount of free disk space on an ubuntu-latest runner
does not meet or needs. In this commit, we work around this using
the free-disk-space action which deletes things like the Android
SDK and Haskell installations that are both large and not needed by
our builds.
Closes gh-40705
2 years ago
Moritz Halbritter
ef0cf7e9da
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40702
2 years ago
Moritz Halbritter
1a1fa01ec3
Merge pull request #40637 from PiyalAhmed
...
* pr/40637:
Fix typo in JavaDoc
Closes gh-40637
2 years ago
Piyal Ahmed
3cac9b1d17
Fix typo in JavaDoc
...
See gh-40637
2 years ago
Moritz Halbritter
364af04377
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40700
2 years ago
Moritz Halbritter
8c300b1652
Merge pull request #40645 from quaff
...
* pr/40645:
Use CollectionUtils.isEmpty() and StringUtils.hasLength()
Closes gh-40645
2 years ago
Yanming Zhou
0e450d602d
Use CollectionUtils.isEmpty() and StringUtils.hasLength()
...
See gh-40645
2 years ago
Andy Wilkinson
e55773d14e
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40690
2 years ago
Andy Wilkinson
a67c8e4bbd
Perform analysis even when property is not in the environment
...
Closes gh-33261
2 years ago
Andy Wilkinson
436f2758f8
Ensure that extensions have been built before Asciidoctor runs
...
See gh-40536
2 years ago
Andy Wilkinson
d01a049dd1
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40687
2 years ago
Andy Wilkinson
6c1962fdd4
Fix handling of booleans that are actually strings
...
Closes gh-40686
2 years ago
Phillip Webb
2d77ebcaed
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40684
2 years ago
Phillip Webb
101b3a5416
Use OSS self hosted runners
...
Closes gh-40683
2 years ago
Andy Wilkinson
207ea098e9
Start building against Spring WS 4.0.11 snapshots
...
See gh-40664
2 years ago
Andy Wilkinson
d0550d8441
Start building against Spring Session 3.2.3 snapshots
...
See gh-40663
2 years ago
Andy Wilkinson
da1226822c
Start building against Spring Pulsar 1.0.6 snapshots
...
See gh-40662
2 years ago
Andy Wilkinson
ef503323d8
Start building against Spring Kafka 3.1.5 snapshots
...
See gh-40661
2 years ago
Andy Wilkinson
30ef19c422
Start building against Spring Integration 6.2.5 snapshots
...
See gh-40660
2 years ago
Andy Wilkinson
52912c11d5
Start building against Spring Framework 6.1.7 snapshots
...
See gh-40659
2 years ago
Andy Wilkinson
0a212dac4c
Upgrade to Neo4j Java Driver 5.20.0
...
Closes gh-40665
2 years ago
Andy Wilkinson
5f6fb96931
Start building against Spring Data Bom 2023.1.6 snapshots
...
See gh-40658
2 years ago
Andy Wilkinson
b6135c564c
Start building against Spring Batch 5.1.2 snapshots
...
See gh-40657
2 years ago
Andy Wilkinson
077e29eb8c
Start building against Reactor Bom 2023.0.6 snapshots
...
See gh-40656
2 years ago
Andy Wilkinson
36bf25da9c
Start building against Micrometer 1.12.6 snapshots
...
See gh-40655
2 years ago
Andy Wilkinson
58334f339b
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
dcae376a3b
Start building against Spring WS 4.0.11 snapshots
...
See gh-40653
2 years ago
Andy Wilkinson
b4dedd73c9
Start building against Spring Session 3.1.6 snapshots
...
See gh-40652
2 years ago
Andy Wilkinson
a9df5b3d05
Start building against Spring Kafka 3.0.17 snapshots
...
See gh-40651
2 years ago
Andy Wilkinson
a0c9742fea
Start building against Spring Framework 6.0.20 snapshots
...
See gh-40650
2 years ago
Andy Wilkinson
23f136d606
Upgrade to Neo4j Java Driver 5.20.0
...
Closes gh-40654
2 years ago
Andy Wilkinson
d3116124b9
Start building against Spring Data Bom 2023.0.12 snapshots
...
See gh-40649
2 years ago
Andy Wilkinson
02e390f05d
Start building against Spring Batch 5.0.6 snapshots
...
See gh-40648
2 years ago
Andy Wilkinson
a7ac7bda4b
Start building against Reactor Bom 2022.0.19 snapshots
...
See gh-40647
2 years ago
Andy Wilkinson
7a6a58174e
Start building against Micrometer 1.11.12 snapshots
...
See gh-40646
2 years ago
Phillip Webb
24bfe5087f
Fix checkstyle violation
...
See gh-40549
2 years ago
Phillip Webb
8457fc333f
Adapt Windows path handling fix to deal with Jetty
...
Update `NestedLocation` to deal with the fact that Jetty attempts
to fix URLs.
See gh-40549
2 years ago
Phillip Webb
7708ec7592
Fix Windows path handling for nested jars
...
Update `Path` creation for nested locations to allow both UNC and classic
file references to be used. This commit attempts to align our URL
handling with that of standard file URLs. The `NestedLocation` class
no longer attempts to remove leading all `\` characters and instead
only removes the first `\` when the second char is `:`. This duplicates
the logic found in Java's own internal `WindowsUriSupport` class which
is used when calling `Path.of(url)` with a `file:` URL.
Fixes gh-40549
2 years ago
Scott Frederick
ed42ed7c43
Enable GraalVM native Paketo Builder Tests on Java 22
...
Closes gh-40639
2 years ago
Moritz Halbritter
92f7414fad
Favor Duration accepting timeout method over int method
...
Closes gh-40635
2 years ago
Moritz Halbritter
c47cdda824
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40624
2 years ago
Moritz Halbritter
d18fb9ce65
Upgrade to bcprov-jdk18on 1.78.1
...
Closes gh-40621
2 years ago
Phillip Webb
8a72e55106
Fix UriPathEncoder bug to improve performance
...
Fix `isAllowed` check and write test to ensure that additional object
instances are not created unnecessarily.
See gh-40615
2 years ago
Phillip Webb
d0ce4daec1
Use URI encoded values when creating NestedPath URIs
...
Update `NestedPath.toUri()` so that the URI is constructed using encoded
strings.
Fixes gh-40615
2 years ago
Moritz Halbritter
75dac1435f
Merge branch '3.1.x' into 3.2.x
2 years ago
Moritz Halbritter
68a63a7797
Polish
2 years ago
Moritz Halbritter
516d3b1294
Test ANSI disabled in logging tests instead of integration tests
...
See gh-40172
2 years ago
Moritz Halbritter
2183b47e62
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40612
2 years ago
Moritz Halbritter
447ffb596b
Merge pull request #40611 from snicoll
...
* pr/40611:
Polish "Avoid using OkHttp3ClientHttpRequestFactory in test"
Avoid using OkHttp3ClientHttpRequestFactory in test
Closes gh-40611
2 years ago