Commit Graph

50613 Commits

Author SHA1 Message Date
Andy Wilkinson
06b41bdd2d Merge branch '3.2.x'
Closes gh-39101
2024-01-11 13:45:59 +00:00
Andy Wilkinson
fe54801cbe Merge branch '3.1.x' into 3.2.x
Closes gh-39100
2024-01-11 13:45:47 +00:00
Andy Wilkinson
f4ff2e63ff Document that failure analyzers should use constructor injection
Closes gh-39099
2024-01-11 13:45:20 +00:00
Andy Wilkinson
946b73bcaf Upgrade to Spring Framework 6.1.3
Closes gh-38989
2024-01-11 13:38:08 +00:00
Andy Wilkinson
339422434f Upgrade to Reactor Bom 2023.0.2
Closes gh-38986
2024-01-11 13:38:08 +00:00
Andy Wilkinson
f5be3529b4 Upgrade to Micrometer Tracing 1.2.2
Closes gh-39098
2024-01-11 13:38:08 +00:00
Andy Wilkinson
3acaba15fc Upgrade to Micrometer 1.12.2
Closes gh-39097
2024-01-11 13:38:08 +00:00
Andy Wilkinson
8f32b43bcc Merge branch '3.2.x' 2024-01-11 13:37:46 +00:00
Andy Wilkinson
b14c4ef643 Upgrade to Spring Framework 6.1.3
Closes gh-38982
2024-01-11 13:23:05 +00:00
Andy Wilkinson
5047048c10 Upgrade to Reactor Bom 2023.0.2
Closes gh-38980
2024-01-11 13:23:04 +00:00
Andy Wilkinson
f249916381 Merge branch '3.1.x' into 3.2.x 2024-01-11 13:17:25 +00:00
Moritz Halbritter
6f549cffaf Merge pull request #39087 from kzander91
* pr/39087:
  Fix context runner assertions not being executed

Closes gh-39087
2024-01-11 14:17:19 +01:00
Andy Wilkinson
c1495bca33 Upgrade to Spring Framework 6.0.16
Closes gh-39069
2024-01-11 13:17:16 +00:00
Andy Wilkinson
f103586a13 Upgrade to Reactor Bom 2022.0.15
Closes gh-38976
2024-01-11 13:17:15 +00:00
Kai Zander
ed039fcf7d Fix context runner assertions not being executed
See gh-39087
2024-01-11 14:17:00 +01:00
Moritz Halbritter
1000733a4d Merge pull request #38105 from ykardziyaka
* pr/38105:
  Polish "Auto-configure a JwtAuthenticationConverter"
  Auto-configure a JwtAuthenticationConverter

Closes gh-38105
2024-01-11 14:15:30 +01:00
Moritz Halbritter
baf52214a2 Polish "Auto-configure a JwtAuthenticationConverter"
The JwtConverter bean is only supplied, if one of the following
properties is there:

* spring.security.oauth2.resourceserver.jwt.authority-prefix
* spring.security.oauth2.resourceserver.jwt.principal-claim-name
* spring.security.oauth2.resourceserver.jwt.authorities-claim-name

See gh-38105
2024-01-11 13:58:10 +01:00
Yan Kardziyaka
e9bce315ae Auto-configure a JwtAuthenticationConverter
See gh-38105
2024-01-11 13:58:10 +01:00
Andy Wilkinson
17e9f0cb8e Merge branch '3.2.x'
Closes gh-39093
2024-01-11 11:36:38 +00:00
Andy Wilkinson
7087897507 Merge branch '3.1.x' into 3.2.x
Closes gh-39091
2024-01-11 10:33:57 +00:00
Andy Wilkinson
45c32854a5 Fix Checkstyle upgrade
Closes gh-38746
2024-01-10 15:37:38 +00:00
Andy Wilkinson
5b6e3fab2c Merge branch '3.2.x'
Closes gh-39085
2024-01-10 15:34:14 +00:00
Andy Wilkinson
d3b93f5d70 Merge branch '3.1.x' into 3.2.x
Closes gh-39084
2024-01-10 15:33:44 +00:00
Andy Wilkinson
4699923b68 Upgrade to Spring Java Format 0.0.41
Closes gh-39082
2024-01-10 13:56:25 +00:00
Moritz Halbritter
a2b10e06ea Merge pull request #38559 from swamymavuri
* pr/38559:
  Polish "Add support for Pulsar cluster-level failover"
  Add support for Pulsar cluster-level failover

Closes gh-38559
2024-01-10 13:28:53 +01:00
Moritz Halbritter
f696190d83 Polish "Add support for Pulsar cluster-level failover"
See gh-38559
2024-01-10 13:28:33 +01:00
Swamy Mavuri
c3e3372336 Add support for Pulsar cluster-level failover
See gh-38559
2024-01-10 13:28:33 +01:00
Andy Wilkinson
4b157ceaf2 Make web servers' started log messages more consistent
Closes gh-36149
2024-01-10 12:11:57 +00:00
Moritz Halbritter
2732e85219 Merge pull request #38219 from lenin-jaganathan
* pr/38219:
  Polish "Use unknown_service as default application name for OpenTelemetry"
  Use unknown_service as default application name for OpenTelemetry

Closes gh-38219
2024-01-10 12:56:23 +01:00
Moritz Halbritter
3e705e8d56 Polish "Use unknown_service as default application name for OpenTelemetry"
See gh-38219
2024-01-10 11:42:22 +01:00
Lenin Jaganathan
470029aff1 Use unknown_service as default application name for OpenTelemetry
See gh-38219
2024-01-10 11:42:12 +01:00
Moritz Halbritter
18f1221bad Merge pull request #38328 from cachescrubber
* pr/38328-2:
  Add possibility to configure a custom ExecutionContextSerializer in BatchAutoConfiguration

Closes gh-38328
2024-01-10 11:09:30 +01:00
Moritz Halbritter
e5b2ad9b8a Add possibility to configure a custom ExecutionContextSerializer in BatchAutoConfiguration
See gh-38328
2024-01-10 11:08:43 +01:00
Moritz Halbritter
f3ec5dab13 Merge pull request #38703 from JohnNiang
* pr/38703:
  Support configuring maximum number of sessions for reactive server

Closes gh-38703
2024-01-10 11:04:09 +01:00
John Niang
49c6bacd44 Support configuring maximum number of sessions for reactive server
Signed-off-by: John Niang <johnniang@foxmail.com>

See gh-38703
2024-01-10 11:03:55 +01:00
Andy Wilkinson
d2a3c8703a Add missing since javadoc to acceptTasksAfterContextClose
See gh-38968
2024-01-10 09:58:23 +00:00
Moritz Halbritter
5c465115ac Merge pull request #38968 from quaff
* pr/38968:
  Polish "Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close""
  Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close"

Closes gh-38968
2024-01-10 10:39:05 +01:00
Moritz Halbritter
1c411c2fc3 Polish "Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close""
See gh-38968
2024-01-10 10:38:28 +01:00
Yanming Zhou
0e53c0098f Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close"
ExecutorConfigurationSupport::setAcceptTasksAfterContextClose is
introduced since Spring Framework 6.1

See gh-38968
2024-01-10 10:37:15 +01:00
Moritz Halbritter
5650a547cf Merge branch '3.2.x'
Closes gh-39080
2024-01-10 10:31:33 +01:00
Moritz Halbritter
47564ccea1 Merge pull request #39052 from okohub
* pr/39052:
  Polish "Fix Jetty ConnectionLimit configuration"
  Fix Jetty ConnectionLimit configuration

Closes gh-39052
2024-01-10 10:18:01 +01:00
Moritz Halbritter
66dc72da46 Polish "Fix Jetty ConnectionLimit configuration"
See gh-39052
2024-01-10 10:17:38 +01:00
Onur Kagan Ozcan
7113c10b08 Fix Jetty ConnectionLimit configuration
See gh-39052
2024-01-10 10:12:27 +01:00
Moritz Halbritter
d610955b9d Merge branch '3.2.x'
Closes gh-39079
2024-01-10 09:58:24 +01:00
Moritz Halbritter
793801b9cb Merge branch '3.1.x' into 3.2.x
Closes gh-39078
2024-01-10 09:53:45 +01:00
Moritz Halbritter
fd10c69c16 Merge pull request #39072 from BenchmarkingBuffalo
* pr/39072:
  Move autoStartup property

Closes gh-39072
2024-01-10 09:52:44 +01:00
BenchmarkingBuffalo
56f00c4c21 Move autoStartup property
Move the property 'autoStartup' from BaseContainer to AmqpContainer.

See gh-39072
2024-01-10 09:52:28 +01:00
Moritz Halbritter
ffe31cfe55 Merge branch '3.2.x'
Closes gh-39077
2024-01-10 09:49:54 +01:00
Moritz Halbritter
45d2c3b0ca Merge pull request #38924 from skcskitano
* pr/38924:
  Fix connection leak in SqlDialectLookup

Closes gh-38924
2024-01-10 09:49:44 +01:00
skcskitano
dc8b55c0ef Fix connection leak in SqlDialectLookup
See gh-38924
2024-01-10 09:46:39 +01:00