Phillip Webb
ac9d2e7c11
Merge branch '3.2.x'
...
Closes gh-40643
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
0f8062f901
Merge branch '3.2.x'
...
Closes gh-40640
2 years ago
Scott Frederick
ed42ed7c43
Enable GraalVM native Paketo Builder Tests on Java 22
...
Closes gh-40639
2 years ago
Moritz Halbritter
fb64e95271
Merge branch '3.2.x'
...
Closes gh-40638
2 years ago
Moritz Halbritter
92f7414fad
Favor Duration accepting timeout method over int method
...
Closes gh-40635
2 years ago
Moritz Halbritter
8b8e263835
Merge pull request #40631 from PiyalAhmed
...
* pr/40631:
Fix typo "Tutoral" in features doc
Closes gh-40631
2 years ago
Piyal Ahmed
44804ae5aa
Fix typo "Tutoral" in features doc
...
See gh-40631
2 years ago
Moritz Halbritter
0747bc816f
Merge pull request #40629 from PiyalAhmed
...
* pr/40629:
Polish "Fix code inclusion in Jersey documentation"
Fix code inclusion in Jersey documentation
Closes gh-40629
2 years ago
Moritz Halbritter
f27aadbbd1
Polish "Fix code inclusion in Jersey documentation"
...
See gh-40629
2 years ago
Piyal Ahmed
3ce1bf6c8f
Fix code inclusion in Jersey documentation
...
See gh-40629
2 years ago
Phillip Webb
e954afdc2e
Tweak documentation redirect
2 years ago
Moritz Halbritter
9bb981be11
Merge branch '3.2.x'
...
Closes gh-40625
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
3b66eb7bb7
Merge branch '3.2.x'
...
See gh-40616
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
Scott Frederick
259d7fdd2f
Merge pull request #40617 from snicoll
...
* pr/40617:
Polish "Add How-To documentation for ManagedClassNameFilter"
Add How-To documentation for ManagedClassNameFilter
Closes gh-40617
2 years ago
Scott Frederick
289f3f9e51
Polish "Add How-To documentation for ManagedClassNameFilter"
...
See gh-40617
2 years ago
Stéphane Nicoll
d945443f1f
Add How-To documentation for ManagedClassNameFilter
...
This commit documents the support of ManagedClassNameFilter that was
added in gh-39813.
See gh-40617
2 years ago
Brian Clozel
5ac1801726
Upgrade to GraphQL Java 22.0
...
Closes gh-40618
2 years ago
Phillip Webb
208efae975
Merge branch '3.2.x'
...
Closes gh-40616
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
Scott Frederick
e8df704ebb
Extend expiry of SNI integration test certificates
...
See gh-26022 and gh-40589
2 years ago
Moritz Halbritter
d3e49747b0
Merge branch '3.2.x'
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
f6b431eb4f
Merge branch '3.2.x'
2 years ago
Moritz Halbritter
516d3b1294
Test ANSI disabled in logging tests instead of integration tests
...
See gh-40172
2 years ago
Moritz Halbritter
6697db257c
Merge branch '3.2.x'
...
Closes gh-40614
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
Andy Wilkinson
c44e477a77
Merge branch '3.2.x'
...
Closes gh-40613
2 years ago
Andy Wilkinson
94c9a5c686
Polish
2 years ago
Moritz Halbritter
1534bc8ad2
Polish "Avoid using OkHttp3ClientHttpRequestFactory in test"
...
See gh-40611
2 years ago
Stéphane Nicoll
20042576e9
Avoid using OkHttp3ClientHttpRequestFactory in test
...
See gh-40611
2 years ago
Andy Wilkinson
c7ec6080ce
Publish a runtime variant that supports Java 22
...
In order to support Java 22, we must use spring-core 6.1.x.
spring-core 6.1.x is a multi-release jar so, in order to support Java
22, a version of Gradle that supports multi-release jars must be
used.
This commit adds a new variant to spring-boot-gradle-plugin for
modern versions of Gradle. When Gradle's plugin API version is 8.7 or
later, we use spring-core 6.1.x. spring-core 6.0.x is used at all
other times.
Closes gh-40074
2 years ago
Moritz Halbritter
16291b0fcf
Merge branch '3.2.x'
...
Closes gh-40609
2 years ago
Moritz Halbritter
6fd3ebb1d9
Merge pull request #40172 from facewise
...
* pr/40172:
Polish "Fix broken AnsiOutput.detectIfAnsiCapable on JDK22"
Fix broken AnsiOutput.detectIfAnsiCapable on JDK22
Closes gh-40172
2 years ago
Moritz Halbritter
713f4f2292
Polish "Fix broken AnsiOutput.detectIfAnsiCapable on JDK22"
...
See gh-40172
2 years ago
facewise
1f9b62b122
Fix broken AnsiOutput.detectIfAnsiCapable on JDK22
...
See gh-40172
2 years ago
Moritz Halbritter
59dd34f7fc
Merge branch '3.2.x'
...
Closes gh-40608
2 years ago
Moritz Halbritter
46ab60cc43
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40607
2 years ago
Moritz Halbritter
3b7d4779c4
Merge pull request #40604 from dsyer
...
* pr/40604:
Clarify devtools restart class loader documentation
Closes gh-40604
2 years ago
Dave Syer
421b8e23c4
Clarify devtools restart class loader documentation
...
See gh-40604
2 years ago
Moritz Halbritter
51b8b992aa
Merge branch '3.2.x'
...
Closes gh-40606
2 years ago
Moritz Halbritter
888ae040e4
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40605
2 years ago
Moritz Halbritter
d19df3d651
Merge pull request #40603 from coursar
...
* pr/40603:
Polish "Change Spring Boot CLI init command docs default build system to gradle"
Change Spring Boot CLI init command docs default build system to gradle
Closes gh-40603
2 years ago
Moritz Halbritter
64b302032c
Polish "Change Spring Boot CLI init command docs default build system to gradle"
...
See gh-40603
2 years ago
coursar
1a786fc788
Change Spring Boot CLI init command docs default build system to gradle
...
See gh-40603
2 years ago