Gary Russell
025063e708
Polish Kafka Properties Docs
...
There are 4 client types but there were a couple of places where not
all client types were mentioned (such as 'applies to producers,
consumers and admins').
See gh-36032
1 year ago
Andy Wilkinson
66aa55b65d
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36138
1 year ago
Andy Wilkinson
2cde94e13d
Merge pull request #36019 from dkswnkk
...
* gh-36019:
Fix typo in Using R2DBC
Closes gh-36019
1 year ago
JuHyeong Ahn
dbdb4d4e8d
Fix typo in Using R2DBC
...
See gh-36019
1 year ago
Moritz Halbritter
606063589f
Document trace propagation with RestTemplate and WebClient
...
Closes gh-34053
1 year ago
Andy Wilkinson
fa72f90a10
Avoid NPE when a PeriodicTrigger has no initial delay
...
Closes gh-36081
1 year ago
Andy Wilkinson
93f8bd2170
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36126
1 year ago
Andy Wilkinson
996252f929
Stop using deprecated classifier property
...
Closes gh-36125
1 year ago
Scott Frederick
884489e73a
Apply system properties to RestTemplate HttpClient
...
Fixes gh-35815
1 year ago
Andy Wilkinson
6effd6061c
Provide hints when template auto-config is excluded
...
Fixes gh-35682
1 year ago
Moritz Halbritter
2b398827de
Add "baggage" section to tracing docs
...
Closes gh-34977
1 year ago
Scott Frederick
80e72836ef
Disable Paketo builder native system test on Java 20
...
See gh-35897
1 year ago
Andy Wilkinson
79cd3a027a
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36098
1 year ago
Andy Wilkinson
9e1f2c4257
Tolerate Flway 9.20
...
Closes gh-36029
1 year ago
Andy Wilkinson
b3c321e40c
Polish javadoc of RestTemplateBuilder.requestFactory(Function)
...
Closes gh-36046
1 year ago
Andy Wilkinson
b2bc114d6f
Update javadoc to link to non-deprecated ConstructorBinding
...
Closes gh-36045
1 year ago
Andy Wilkinson
97773e5271
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36011
1 year ago
Andy Wilkinson
15d6858db9
Upgrade CI images to ubuntu:jammy-20230605
...
Closes gh-36012
1 year ago
Andy Wilkinson
ffbef7bb80
Test server.max-http-request-header-size with Undertow
...
Closes gh-36047
1 year ago
Andy Wilkinson
156bcb1dea
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36088
1 year ago
Andy Wilkinson
e8cbb9ae1b
Stop using deprecated JavaExec property in spring-boot-smoke-test-ant
...
Closes gh-36086
1 year ago
Andy Wilkinson
774993b510
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36083
1 year ago
Andy Wilkinson
0fdaba2487
Make TestSliceMetadata depend on source set's processResources task
...
Closes gh-36082
1 year ago
Andy Wilkinson
7d73b07161
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36078
1 year ago
Andy Wilkinson
92e488345d
Upgrade to nohttp 0.0.11
...
Closes gh-36074
1 year ago
Scott Frederick
4a3abdd7c3
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36053
1 year ago
Scott Frederick
a9d3acb12c
Merge pull request #36048 from izeye
...
* pr/36048:
Add Javadoc since to ImageReference.inTaglessForm()
Closes gh-36048
1 year ago
Johnny Lim
59d4bf97a1
Add Javadoc since to ImageReference.inTaglessForm()
...
See gh-36048
1 year ago
Scott Frederick
eeeb2ad72a
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36049
1 year ago
Scott Frederick
5ecca4be36
Merge pull request #35986 from izeye
...
* gh-35986:
Remove redundant Files.delete() calls in tests
Closes gh-35986
1 year ago
Johnny Lim
4a2c9d99dc
Remove redundant Files.delete() calls in tests
...
See gh-35986
1 year ago
Andy Wilkinson
2fae5de245
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36043
1 year ago
Andy Wilkinson
7b0aa7dcbb
Merge pull request #35915 from ThomazPassarelli
...
* gh-35915:
Polish "Replace calls to verifyComplete() to avoid indefinite blocking"
Replace calls to verifyComplete() to avoid indefinite blocking
Closes gh-35915
1 year ago
Andy Wilkinson
d2966e1cbf
Polish "Replace calls to verifyComplete() to avoid indefinite blocking"
...
See gh-35915
1 year ago
ThomazPassarelli
f9da30faf1
Replace calls to verifyComplete() to avoid indefinite blocking
...
See gh-35915
1 year ago
Andy Wilkinson
de9f249ef9
Merge branch '2.7.x' into 3.0.x
1 year ago
Spring Builds
dbd925e9db
Next development version (v3.0.9-SNAPSHOT)
1 year ago
Spring Builds
cee73cebd4
Next development version (v2.7.14-SNAPSHOT)
1 year ago
Andy Wilkinson
1596f69601
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36023
1 year ago
Andy Wilkinson
fff30efed5
Configure timeouts on staging builds
...
Closes gh-36022
1 year ago
Phillip Webb
9db3c5a2f7
Polish
1 year ago
Phillip Webb
f7af1bab5b
Upgrade to Spring WS 4.0.5
...
Closes gh-36010
1 year ago
Phillip Webb
5c8ed944ca
Start building against Spring WS 4.0.5 snapshots
...
See gh-36010
1 year ago
Andy Wilkinson
86c6cc7e3a
Merge branch '2.7.x' into 3.0.x
1 year ago
Andy Wilkinson
f6841c3c16
Revert "Start building against Spring WS 3.1.7 snapshots"
...
This reverts commit 5e963b02a7
.
See gh-35732
1 year ago
Andy Wilkinson
39c382713b
Initialize WebSocket infrastructure when using WebFlux and Jetty
...
In Spring Framework 5.x with Jetty 9, the reactive
JettyRequestUpgradeStrategy was able to initialize Jetty's WebSocket
infrastructure itself. With Jetty 10 this is no longer possible and
Boot must perform the initialization as part of preparing the
reactive JettyWebServer.
This commit updates the reactive WebSocket auto-configuration to
initialize Jetty's WebSocket infrastructure as part of creating the
reactive JettyWebServer.
Fixes gh-33347
1 year ago
Andy Wilkinson
641f00f24c
Disable test when Java version is too high
...
Gradle 7.3.3 does not support Java 20 so the test that verifies that
the plugin fails fast when running on a version of Gradle that it
does not support needs to be disabled on Java 20 and later.
See gh-35931
1 year ago
Andy Wilkinson
f584d6dbd9
Replace `@EnableBatchProcessing` in slice test examples
...
Using `@EnableBatchProcessing` is no longer necessary to enable
Batch's auto-configuration so it's no longer a good example when
discussing sliced tests and user configuration.
This commit replaces `@EnableBatchProcessing` with an alternative
annotation, `@EnableMongoAuditing` and updates the accompanying
text.
Closes gh-33435
1 year ago
Andy Wilkinson
35ee52275e
Upgrade to Spring Integration 6.0.6
...
Closes gh-35740
1 year ago
Andy Wilkinson
2fd5319eda
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36002
1 year ago