Andy Wilkinson
f59fa2e3f7
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39149
2 years ago
Andy Wilkinson
dee709e5ba
Merge pull request #39114 from tobias-lippert
...
* gh-39114:
Polish "Update links to Micrometer reference docs"
Update links to Micrometer reference docs
Closes gh-39114
2 years ago
Andy Wilkinson
ea727f056a
Polish "Update links to Micrometer reference docs"
...
See gh-39114
2 years ago
Tobias Lippert
6c5fea7341
Update links to Micrometer reference docs
...
See gh-39114
2 years ago
Brian Clozel
00f69c4ee8
Upgrade to MySQL 8.3.0
...
Closes gh-39081
2 years ago
Brian Clozel
de2aee9816
Upgrade to MariaDB 3.3.2
...
Closes gh-38901
2 years ago
Andy Wilkinson
a575807078
Upgrade to Spring Pulsar 1.0.2
...
Closes gh-38994
2 years ago
Andy Wilkinson
75fa963f72
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39142
2 years ago
Andy Wilkinson
38f078fc9d
Upgrade Gradle Enterprise Plugins
...
Closes gh-39141
2 years ago
Andy Wilkinson
17819c02b7
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39139
2 years ago
Andy Wilkinson
c8a7a04da4
Retry JDK downloads
...
Closes gh-39138
2 years ago
Andy Wilkinson
7b6b3a581e
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
9874363fbe
Don't offer aligned version when it's already the current version
...
See gh-34114
2 years ago
Andy Wilkinson
0f23feffaf
Upgrade to Neo4j Java Driver 5.15.0
...
Closes gh-39136
2 years ago
Andy Wilkinson
cf5effddbe
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
d06c1db259
Upgrade to Neo4j Java Driver 5.15.0
...
Closes gh-39135
2 years ago
Andy Wilkinson
c0fedc8f74
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39133
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
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
f585381bc2
Merge branch '3.1.x' into 3.2.x
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
Andy Wilkinson
145fe15daf
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39122
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
a424ba2055
Restore configuration property for http requests names when using WebFlux
...
Closes gh-39083
2 years ago
Andy Wilkinson
a5d3fb588b
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39103
2 years ago
Andy Wilkinson
31936f036b
Remove FlywayMigrationScriptMissingFailureAnalyzer from spring.factories
...
Closes gh-39102
2 years ago
Andy Wilkinson
fe54801cbe
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39100
2 years ago
Andy Wilkinson
f4ff2e63ff
Document that failure analyzers should use constructor injection
...
Closes gh-39099
2 years ago
Andy Wilkinson
b14c4ef643
Upgrade to Spring Framework 6.1.3
...
Closes gh-38982
2 years ago
Andy Wilkinson
5047048c10
Upgrade to Reactor Bom 2023.0.2
...
Closes gh-38980
2 years ago
Andy Wilkinson
f249916381
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
c1495bca33
Upgrade to Spring Framework 6.0.16
...
Closes gh-39069
2 years ago
Andy Wilkinson
f103586a13
Upgrade to Reactor Bom 2022.0.15
...
Closes gh-38976
2 years ago
Andy Wilkinson
7087897507
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39091
2 years ago
Andy Wilkinson
45c32854a5
Fix Checkstyle upgrade
...
Closes gh-38746
2 years ago
Andy Wilkinson
d3b93f5d70
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39084
2 years ago
Andy Wilkinson
4699923b68
Upgrade to Spring Java Format 0.0.41
...
Closes gh-39082
2 years ago
Moritz Halbritter
47564ccea1
Merge pull request #39052 from okohub
...
* pr/39052:
Polish "Fix Jetty ConnectionLimit configuration"
Fix Jetty ConnectionLimit configuration
Closes gh-39052
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
Moritz Halbritter
793801b9cb
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39078
2 years ago
Moritz Halbritter
fd10c69c16
Merge pull request #39072 from BenchmarkingBuffalo
...
* pr/39072:
Move autoStartup property
Closes gh-39072
2 years ago
BenchmarkingBuffalo
56f00c4c21
Move autoStartup property
...
Move the property 'autoStartup' from BaseContainer to AmqpContainer.
See gh-39072
2 years ago
Moritz Halbritter
45d2c3b0ca
Merge pull request #38924 from skcskitano
...
* pr/38924:
Fix connection leak in SqlDialectLookup
Closes gh-38924
2 years ago