Commit Graph

47774 Commits

Author SHA1 Message Date
Moritz Halbritter a4959e8c93 Merge pull request #39912 from onobc
* pr/39912:
  Re-enable Spring Pulsar interceptor tests

Closes gh-39912
2024-03-13 11:35:39 +01:00
Chris Bono 9c054a021f Re-enable Spring Pulsar interceptor tests
The PulsarTemplate recently replaced its list of ProducerInterceptors
with a list of ProducerBuilderCustomizers that customize the builder by
adding each interceptor to the builder. The PulsarAutoConfigurationTests
previosuly relied on the previous field. This commit adjusts the tests
to instead use the Customizers testing utility to verify the
interceptors.

See gh-39912
2024-03-13 11:34:55 +01:00
Moritz Halbritter 9b4974f8d3 Merge pull request #39916 from wanger26
* pr/39916:
  Polish "Add getUndertow method to UndertowWebServer"
  Add getUndertow method to UndertowWebServer

Closes gh-39916
2024-03-13 11:27:51 +01:00
Moritz Halbritter c2be81540a Polish "Add getUndertow method to UndertowWebServer"
See gh-39916
2024-03-13 11:27:29 +01:00
Jakob Wanger 7d30bc55d0 Add getUndertow method to UndertowWebServer
getUndertow() to UndertowWebServer returns null until the server has
been started. Issue #3016 would enable getUndertow() to behave in a
similar way to getTomcat() on TomcatWebServer.

Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>

See gh-39916
2024-03-13 11:23:33 +01:00
Scott Frederick 1a907bf47e Merge pull request #39911 from izeye
* pr/39911:
  Delegate getExecutionContextSerializer() to DefaultBatchConfiguration if not provided

Closes gh-39911
2024-03-12 16:40:49 -05:00
Johnny Lim d9d305ba3d Delegate getExecutionContextSerializer() to DefaultBatchConfiguration if not provided
See gh-39911
2024-03-12 16:40:20 -05:00
Scott Frederick 261ed4faab Merge pull request #39869 from snicoll
* pr/39869:
  Use HtmlUnit release notes link for HtmlUnit 2.x

Closes gh-39869
2024-03-12 16:27:11 -05:00
Stéphane Nicoll cf24cc1eba Use HtmlUnit release notes link for HtmlUnit 2.x
See gh-39869
2024-03-12 16:25:56 -05:00
Andy Wilkinson 4959c42058 Merge branch '3.2.x' 2024-03-12 21:12:20 +00:00
Andy Wilkinson 978c7d8fdc Start building against Spring Authorization Server 1.2.3 snapshots
See gh-39915
2024-03-12 20:47:02 +00:00
Andy Wilkinson f20cc37ded Merge branch '3.2.x' 2024-03-12 20:46:04 +00:00
Andy Wilkinson db2a7865df Merge branch '3.1.x' into 3.2.x 2024-03-12 20:45:55 +00:00
Andy Wilkinson e170d0652e Start building against Spring Authorization Server 1.1.6 snapshots
See gh-39914
2024-03-12 19:18:32 +00:00
Andy Wilkinson a92953da52 Upgrade to Reactor Bom 2023.0.4
Closes gh-39908
2024-03-12 11:47:56 +00:00
Andy Wilkinson 68b964c928 Upgrade to Micrometer Tracing 1.3.0-M2
Closes gh-39890
2024-03-12 11:47:51 +00:00
Andy Wilkinson 1d2b5d1754 Upgrade to Micrometer 1.13.0-M2
Closes gh-39889
2024-03-12 11:47:51 +00:00
Andy Wilkinson db5c5580b5 Merge branch '3.2.x' 2024-03-12 11:43:12 +00:00
Andy Wilkinson 5dcebc33bc Upgrade to Reactor Bom 2023.0.4
Closes gh-39907
2024-03-12 11:43:03 +00:00
Andy Wilkinson 1de33a582b Upgrade to Micrometer Tracing 1.2.4
Closes gh-39880
2024-03-12 11:42:58 +00:00
Andy Wilkinson 9b792d7e9e Upgrade to Micrometer 1.12.4
Closes gh-39879
2024-03-12 11:42:58 +00:00
Andy Wilkinson e96716d881 Merge branch '3.2.x' 2024-03-12 11:39:39 +00:00
Andy Wilkinson ca4d103bb8 Merge branch '3.1.x' into 3.2.x 2024-03-12 11:39:29 +00:00
Andy Wilkinson 4af8f97a00 Upgrade to Reactor Bom 2022.0.17
Closes gh-39906
2024-03-12 11:39:17 +00:00
Andy Wilkinson 3e25933779 Upgrade to Micrometer Tracing 1.1.11
Closes gh-39871
2024-03-12 11:39:12 +00:00
Andy Wilkinson de086cd650 Upgrade to Micrometer 1.11.10
Closes gh-39870
2024-03-12 11:39:11 +00:00
Andy Wilkinson 1dbd3eb578 Merge branch '3.2.x' 2024-03-12 11:32:57 +00:00
Andy Wilkinson 004236becf Merge branch '3.1.x' into 3.2.x 2024-03-12 11:30:53 +00:00
Andy Wilkinson 5910d1d7a4 Update build badge to point to GitHub Actions
See gh-39851
2024-03-12 11:27:40 +00:00
Moritz Halbritter 9411a4ce99 Adjust defaults for ExtractCommand
It now extracts the contents of the JAR in a folder named after the JAR
without the extension. It now also checks if the folder is empty.
There's a new --force option to skip those checks.

The "runner.jar" is now named like the uber JAR from which the
extraction has been started.

See gh-38276
2024-03-12 11:52:33 +01:00
Andy Wilkinson 1e402f9f41 Start building against Spring Session 3.3.0 snapshots
See gh-39900
2024-03-12 10:13:22 +00:00
Andy Wilkinson c351ec5ced Start building against Spring Security 6.3.0 snapshots
See gh-39899
2024-03-12 10:13:22 +00:00
Andy Wilkinson 68ac11c1fc Start building against Spring Pulsar 1.1.0 snapshots
See gh-39898
2024-03-12 10:13:22 +00:00
Andy Wilkinson 25ffa09731 Start building against Spring Kafka 3.2.0 snapshots
See gh-39897
2024-03-12 09:28:29 +00:00
Andy Wilkinson c630bad519 Start building against Spring Integration 6.3.0 snapshots
See gh-39896
2024-03-12 09:28:29 +00:00
Andy Wilkinson 6be685854c Start building against Spring GraphQL 1.3.0 snapshots
See gh-39895
2024-03-12 09:28:29 +00:00
Andy Wilkinson 8b4b223557 Start building against Spring Framework 6.1.5 snapshots
See gh-39894
2024-03-12 09:28:29 +00:00
Andy Wilkinson 47e5ce9847 Start building against Spring Data Bom 2023.1.4 snapshots
See gh-39893
2024-03-12 09:28:28 +00:00
Andy Wilkinson 7827896fdf Start building against Spring Authorization Server 1.3.0 snapshots
See gh-39892
2024-03-12 09:28:28 +00:00
Andy Wilkinson 87eca76af2 Start building against Spring AMQP 3.1.3 snapshots
See gh-39891
2024-03-12 09:28:28 +00:00
Andy Wilkinson 36ac9549f7 Start building against Micrometer Tracing 1.3.0 snapshots
See gh-39890
2024-03-12 09:28:28 +00:00
Andy Wilkinson a01e068059 Start building against Micrometer 1.13.0 snapshots
See gh-39889
2024-03-12 09:28:27 +00:00
Andy Wilkinson f0c05a28a3 Merge branch '3.2.x' 2024-03-11 20:34:13 +00:00
Andy Wilkinson e7751d161e Start building against Spring Session 3.2.2 snapshots
See gh-39888
2024-03-11 19:07:04 +00:00
Andy Wilkinson 27442d285e Start building against Spring Security 6.2.3 snapshots
See gh-39887
2024-03-11 19:07:00 +00:00
Andy Wilkinson bcd8d3f4a0 Start building against Spring Pulsar 1.0.4 snapshots
See gh-39886
2024-03-11 19:06:55 +00:00
Andy Wilkinson 04a249b1e8 Start building against Spring Kafka 3.1.3 snapshots
See gh-39885
2024-03-11 19:06:51 +00:00
Andy Wilkinson 552046998f Start building against Spring Integration 6.2.3 snapshots
See gh-39884
2024-03-11 19:06:46 +00:00
Andy Wilkinson f7da605120 Start building against Spring Framework 6.1.5 snapshots
See gh-39883
2024-03-11 19:06:42 +00:00
Andy Wilkinson 15069a759c Start building against Spring Data Bom 2023.1.4 snapshots
See gh-39882
2024-03-11 19:06:37 +00:00