Andy Wilkinson
a575807078
Upgrade to Spring Pulsar 1.0.2
...
Closes gh-38994
2 years ago
Brian Clozel
e58f65366c
Auto-configure TypeDefinitionConfigurer beans
...
Prior to this commit, the GraphQL auto-configuration would consider many
bean types like `DataFetcherExceptionResolver` and
`SubscriptionExceptionResolver` to configure the `GraphQlSource`.
It would also configure a default `ConnectionTypeDefinitionConfigurer`.
This commit will detect all `TypeDefinitionConfigurer` beans defined in
the application and configure them in addition to the
`ConnectionTypeDefinitionConfigurer`.
Closes gh-39118
2 years ago
Andy Wilkinson
12d390d564
Upgrade to Spring Security 6.3.0-M1
...
Closes gh-38990
2 years ago
Andy Wilkinson
0f23feffaf
Upgrade to Neo4j Java Driver 5.15.0
...
Closes gh-39136
2 years ago
Andy Wilkinson
d06c1db259
Upgrade to Neo4j Java Driver 5.15.0
...
Closes gh-39135
2 years ago
Andy Wilkinson
c8e9a2a32c
Add support to Bomr for aligning dependency versions
...
Closes gh-34114
2 years ago
Brian Clozel
46b7bd2f23
Add configuration property to enable micrometer annotations
...
Prior to this commit, the Micrometer annotations support (`@Timed`,
`@Counted`...) was guarded by the presence of both Micrometer and
AspectJ on the classpath.
This signal is too weak, considering the startup performance impact and
the fact that the AspectJ dependency can be brought transitively in many
cases.
This commit adds a new `micrometer.observations.annotations.enabled`
property that is set to `false` by default to only process the
annotations support when this property is enabled.
Fixes gh-39128
2 years ago
Andy Wilkinson
fdd34a5639
Upgrade to Spring WS 4.0.10
...
Closes gh-39131
2 years ago
Andy Wilkinson
bd14cf6a85
Upgrade to Spring Data Bom 2023.1.2
...
Closes gh-38988
2 years ago
Andy Wilkinson
8bdaae37b0
Upgrade to Spring WS 4.0.10
...
Closes gh-39130
2 years ago
Andy Wilkinson
84bb060312
Upgrade to Spring Data Bom 2023.1.2
...
Closes gh-38981
2 years ago
Andy Wilkinson
5f4d347ea6
Upgrade to Spring WS 4.0.10
...
Closes gh-39129
2 years ago
Andy Wilkinson
abba215498
Upgrade to Spring Data Bom 2023.0.8
...
Closes gh-38977
2 years ago
Scott Frederick
7851c2362e
Remove APIs that were deprecated for removal in 3.3.0
...
See gh-39039
2 years ago
Andy Wilkinson
3df77c67ec
Fix request mapping of endpoint path-mapped to /
...
Closes gh-35426
2 years ago
Andy Wilkinson
6bfac1f860
Fix handling of nested: UNC paths on Windows
...
Closes gh-38956
2 years ago
Andy Wilkinson
6ec56da919
Ensure that reactive actuator security has an auth manager
...
This is a follow-on from afad358 and ensures that the auto-configured
security for Actuator in a WebFlux app has an authentication manager
to back its use of HTTP basic and form login.
Fixes gh-39069
2 years ago
Andy Wilkinson
a48e2d3539
Fix configuration property conversion for CharSequence inputs
...
Closes gh-39051
2 years ago
Moritz Halbritter
cff1b33f8e
Configure virtual threads on Undertow if enabled
...
Closes gh-38819
2 years ago
Phillip Webb
653474fc46
Polish
2 years ago
Moritz Halbritter
a424ba2055
Restore configuration property for http requests names when using WebFlux
...
Closes gh-39083
2 years ago
Moritz Halbritter
cb3745ff92
Restore configuration property for http requests names when using WebFlux
...
Closes gh-39083
2 years ago
Andy Wilkinson
6f4a8cc0c3
Polish "Change log messages to use singular or plural instead of "noun(s)""
...
See gh-37017
2 years ago
teacmity
c6c7fbc15f
Change log messages to use singular or plural instead of "noun(s)"
...
See gh-37017
2 years ago
Andy Wilkinson
9b8c45c35d
Polish "Remove deprecated support for FailureAnalyzer setter injection"
...
See gh-38322
2 years ago
Zhiyang.Wang1
697b252957
Remove deprecated support for FailureAnalyzer setter injection
...
See gh-38322
2 years ago
Andy Wilkinson
31936f036b
Remove FlywayMigrationScriptMissingFailureAnalyzer from spring.factories
...
Closes gh-39102
2 years ago
BenchmarkingBuffalo
3928fac5ba
Add clientId and subscriptionDurable to JmsProperties
...
See gh-38817
2 years ago
Andy Wilkinson
f4ff2e63ff
Document that failure analyzers should use constructor injection
...
Closes gh-39099
2 years ago
Andy Wilkinson
339422434f
Upgrade to Reactor Bom 2023.0.2
...
Closes gh-38986
2 years ago
Andy Wilkinson
f5be3529b4
Upgrade to Micrometer Tracing 1.2.2
...
Closes gh-39098
2 years ago
Andy Wilkinson
3acaba15fc
Upgrade to Micrometer 1.12.2
...
Closes gh-39097
2 years ago
Andy Wilkinson
5047048c10
Upgrade to Reactor Bom 2023.0.2
...
Closes gh-38980
2 years ago
Andy Wilkinson
f103586a13
Upgrade to Reactor Bom 2022.0.15
...
Closes gh-38976
2 years ago
Kai Zander
ed039fcf7d
Fix context runner assertions not being executed
...
See gh-39087
2 years ago
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
2 years ago
Yan Kardziyaka
e9bce315ae
Auto-configure a JwtAuthenticationConverter
...
See gh-38105
2 years ago
Andy Wilkinson
45c32854a5
Fix Checkstyle upgrade
...
Closes gh-38746
2 years ago
Moritz Halbritter
f696190d83
Polish "Add support for Pulsar cluster-level failover"
...
See gh-38559
2 years ago
Swamy Mavuri
c3e3372336
Add support for Pulsar cluster-level failover
...
See gh-38559
2 years ago
Andy Wilkinson
4b157ceaf2
Make web servers' started log messages more consistent
...
Closes gh-36149
2 years ago
Moritz Halbritter
3e705e8d56
Polish "Use unknown_service as default application name for OpenTelemetry"
...
See gh-38219
2 years ago
Lenin Jaganathan
470029aff1
Use unknown_service as default application name for OpenTelemetry
...
See gh-38219
2 years ago
Moritz Halbritter
e5b2ad9b8a
Add possibility to configure a custom ExecutionContextSerializer in BatchAutoConfiguration
...
See gh-38328
2 years ago
John Niang
49c6bacd44
Support configuring maximum number of sessions for reactive server
...
Signed-off-by: John Niang <johnniang@foxmail.com>
See gh-38703
2 years ago
Andy Wilkinson
d2a3c8703a
Add missing since javadoc to acceptTasksAfterContextClose
...
See gh-38968
2 years ago
Moritz Halbritter
1c411c2fc3
Polish "Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close""
...
See gh-38968
2 years ago
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
2 years ago
Moritz Halbritter
66dc72da46
Polish "Fix Jetty ConnectionLimit configuration"
...
See gh-39052
2 years ago
Onur Kagan Ozcan
7113c10b08
Fix Jetty ConnectionLimit configuration
...
See gh-39052
2 years ago