Andy Wilkinson
b122bffa80
Start building against Spring Kafka 3.2.0 snapshots
...
See gh-40676
2024-05-09 14:30:51 +01:00
Andy Wilkinson
e112f7883c
Start building against Spring Integration 6.3.0 snapshots
...
See gh-40675
2024-05-09 14:30:51 +01:00
Andy Wilkinson
6a39c37a73
Start building against Spring HATEOAS 2.3.0 snapshots
...
See gh-40674
2024-05-09 14:30:50 +01:00
Andy Wilkinson
578db7fbf4
Start building against Spring GraphQL 1.3.0 snapshots
...
See gh-40673
2024-05-09 14:30:50 +01:00
Andy Wilkinson
89fa25b602
Upgrade to Neo4j Java Driver 5.20.0
...
Closes gh-40681
2024-05-09 14:30:49 +01:00
Andy Wilkinson
7890d3c157
Start building against Spring Data Bom 2024.0.0 snapshots
...
See gh-40671
2024-05-09 14:29:05 +01:00
Andy Wilkinson
17eff3e5cf
Start building against Spring Batch 5.1.2 snapshots
...
See gh-40670
2024-05-09 14:29:00 +01:00
Andy Wilkinson
fc926103b5
Start building against Spring Authorization Server 1.3.0 snapshots
...
See gh-40669
2024-05-09 14:28:55 +01:00
Andy Wilkinson
3c0f0e64ee
Start building against Reactor Bom 2023.0.6 snapshots
...
See gh-40668
2024-05-09 14:28:50 +01:00
Andy Wilkinson
02e39a0dec
Start building against Micrometer Tracing 1.3.0 snapshots
...
See gh-40667
2024-05-09 14:28:45 +01:00
Andy Wilkinson
39752c5365
Start building against Micrometer 1.13.0 snapshots
...
See gh-40666
2024-05-09 14:28:40 +01:00
Phillip Webb
22386f4ddd
Fix error in antora.yml
2024-05-08 19:03:44 -07:00
Phillip Webb
348ed47e67
Merge branch '3.2.x'
2024-05-08 18:28:24 -07:00
Phillip Webb
24bfe5087f
Fix checkstyle violation
...
See gh-40549
2024-05-08 18:28:09 -07:00
Phillip Webb
5e4796f0fb
Merge branch '3.2.x'
2024-05-08 18:05:31 -07:00
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
2024-05-08 18:04:17 -07:00
Phillip Webb
9852a66a37
Polish Antora
2024-05-08 15:58:17 -07:00
Phillip Webb
ac9d2e7c11
Merge branch '3.2.x'
...
Closes gh-40643
2024-05-08 15:44:35 -07:00
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
2024-05-08 15:44:03 -07:00
Moritz Halbritter
fb64e95271
Merge branch '3.2.x'
...
Closes gh-40638
2024-05-08 14:06:43 +02:00
Moritz Halbritter
92f7414fad
Favor Duration accepting timeout method over int method
...
Closes gh-40635
2024-05-08 14:01:09 +02:00
Piyal Ahmed
44804ae5aa
Fix typo "Tutoral" in features doc
...
See gh-40631
2024-05-07 12:36:17 +02:00
Moritz Halbritter
f27aadbbd1
Polish "Fix code inclusion in Jersey documentation"
...
See gh-40629
2024-05-07 10:00:42 +02:00
Piyal Ahmed
3ce1bf6c8f
Fix code inclusion in Jersey documentation
...
See gh-40629
2024-05-07 09:55:20 +02:00
Phillip Webb
e954afdc2e
Tweak documentation redirect
2024-05-06 13:14:48 -07:00
Moritz Halbritter
9bb981be11
Merge branch '3.2.x'
...
Closes gh-40625
2024-05-06 10:25:08 +02:00
Moritz Halbritter
c47cdda824
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40624
2024-05-06 09:51:39 +02:00
Moritz Halbritter
d18fb9ce65
Upgrade to bcprov-jdk18on 1.78.1
...
Closes gh-40621
2024-05-06 09:49:32 +02:00
Phillip Webb
3b66eb7bb7
Merge branch '3.2.x'
...
See gh-40616
2024-05-03 12:31:33 -07:00
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
2024-05-03 12:29:41 -07:00
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
2024-05-03 11:07:06 -05:00
Scott Frederick
289f3f9e51
Polish "Add How-To documentation for ManagedClassNameFilter"
...
See gh-40617
2024-05-03 10:46:38 -05:00
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
2024-05-03 10:44:26 -05:00
Brian Clozel
5ac1801726
Upgrade to GraphQL Java 22.0
...
Closes gh-40618
2024-05-03 15:03:59 +02:00
Phillip Webb
208efae975
Merge branch '3.2.x'
...
Closes gh-40616
2024-05-02 15:53:38 -07:00
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
2024-05-02 15:53:01 -07:00
Moritz Halbritter
d3e49747b0
Merge branch '3.2.x'
2024-05-02 14:48:37 +02:00
Moritz Halbritter
75dac1435f
Merge branch '3.1.x' into 3.2.x
2024-05-02 14:48:04 +02:00
Moritz Halbritter
68a63a7797
Polish
2024-05-02 14:47:53 +02:00
Moritz Halbritter
f6b431eb4f
Merge branch '3.2.x'
2024-05-02 14:07:55 +02:00
Moritz Halbritter
516d3b1294
Test ANSI disabled in logging tests instead of integration tests
...
See gh-40172
2024-05-02 13:59:48 +02:00
Moritz Halbritter
6697db257c
Merge branch '3.2.x'
...
Closes gh-40614
2024-05-02 11:56:21 +02:00
Moritz Halbritter
2183b47e62
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40612
2024-05-02 11:53:21 +02:00
Andy Wilkinson
c44e477a77
Merge branch '3.2.x'
...
Closes gh-40613
2024-05-02 10:49:55 +01:00
Andy Wilkinson
94c9a5c686
Polish
2024-05-02 10:49:31 +01:00
Moritz Halbritter
1534bc8ad2
Polish "Avoid using OkHttp3ClientHttpRequestFactory in test"
...
See gh-40611
2024-05-02 11:45:23 +02:00
Stéphane Nicoll
20042576e9
Avoid using OkHttp3ClientHttpRequestFactory in test
...
See gh-40611
2024-05-02 11:45:20 +02:00
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
2024-05-02 10:45:18 +01:00
Moritz Halbritter
16291b0fcf
Merge branch '3.2.x'
...
Closes gh-40609
2024-05-02 11:30:09 +02:00
Moritz Halbritter
713f4f2292
Polish "Fix broken AnsiOutput.detectIfAnsiCapable on JDK22"
...
See gh-40172
2024-05-02 11:27:55 +02:00