18058 Commits

Author SHA1 Message Date
Andy Wilkinson
11e8f98385 Start building against Spring Integration 5.5.19 snapshots
See gh-37251
2023-09-08 11:48:56 +01:00
Andy Wilkinson
d1b0f1fae9 Start building against Spring GraphQL 1.0.5 snapshots
See gh-37250
2023-09-08 11:48:55 +01:00
Andy Wilkinson
ff24fcb17e Start building against Spring Data Bom 2021.2.16 snapshots
See gh-37248
2023-09-08 11:48:55 +01:00
Andy Wilkinson
133963b2e9 Start building against Spring AMQP 2.4.16 snapshots
See gh-37247
2023-09-08 11:48:55 +01:00
Andy Wilkinson
a1659dbfcc Start building against Reactor Bom 2020.0.36 snapshots
See gh-37246
2023-09-08 11:48:54 +01:00
Andy Wilkinson
88db5b050a Start building against Micrometer 1.9.15 snapshots
See gh-37245
2023-09-08 11:48:54 +01:00
Johnny Lim
5f9bc721d3 Add default value metadata for management.metrics.export.signalfx.published-histogram-type
See gh-37210
2023-09-08 11:04:26 +02:00
Andy Wilkinson
38e9ede17d Only suggest snapshots for which a release is planned
Closes gh-37212
2023-09-07 09:55:36 +01:00
Yanming Zhou
4c39cc2314 Continue polishing
See commit 947e330e9d4cfc537213554f855f6c551e4d3652

See gh-37166
2023-09-06 14:38:57 +02:00
Moritz Halbritter
76e51bc92f Only enable needed Couchbase services in integration tests 2023-09-05 15:10:12 +02:00
Andy Wilkinson
ced32f0751 Require libraries to opt in to moving to snapshots
Closes gh-37190
2023-09-05 10:40:31 +01:00
Andy Wilkinson
fadc58679d Speed up ImageReference.of when path contains upper-case chars
Closes gh-35657
2023-09-04 08:18:28 +01:00
Andy Wilkinson
a77863245d Polish "Use project.getLayout().getBuildDirectory() instead of getBuildDir()"
See gh-37167
2023-09-01 14:15:33 +01:00
Yanming Zhou
a8706962d4 Use project.getLayout().getBuildDirectory() instead of getBuildDir()
See gh-37167
2023-09-01 14:08:16 +01:00
Phillip Webb
fd8cb74b46 Load algorithm parameters from PEM encoded 'EC PRIVATE KEY' files
Update `PrivateKeyParser` implementations so that algorithm parameters
for PEM encoded 'EC PRIVATE KEY' files are loaded from the incoming
data.

Prior to this commit, the algorithm parameter was hard-coded to
'secp384r1' which could result in a mismatch to the actual file
content.

Fixes gh-34232
2023-08-31 21:40:11 -07:00
Andy Wilkinson
2de98a84bc Polish "Polish code and javadoc"
See gh-37112
2023-08-30 13:31:58 +01:00
hakan-krgn
6d9ce8a3b5 Polish code and javadoc
See gh-37112
2023-08-30 13:31:58 +01:00
Phillip Webb
727e22abac Restore Redis to NoSQL stores supported by Spring Data documentation
See gh-29694
2023-08-24 10:31:01 -07:00
Stephane Nicoll
25897b25ab Upgrade to Spring Batch 4.3.9
Closes gh-36827
2023-08-23 21:02:51 +02:00
Stephane Nicoll
59e6c8f6f9 Upgrade to Netty 4.1.97.Final
Closes gh-37085
2023-08-23 21:02:50 +02:00
Stephane Nicoll
da1950a689 Upgrade to Spring AMQP 2.4.15
Closes gh-36826
2023-08-22 08:56:03 +02:00
Stephane Nicoll
6fb813813a Upgrade to Groovy 3.0.19
Closes gh-37055
2023-08-22 08:56:02 +02:00
Scott Frederick
d5cfe4d475 Remove invalid caches parameter entry from Maven plugin docs
Fixes gh-37048
2023-08-21 16:40:18 -05:00
Stephane Nicoll
be57f33df6 Upgrade to Undertow 2.2.26.Final
Closes gh-37029
2023-08-18 16:26:17 +02:00
Stephane Nicoll
0057d67445 Upgrade to Spring Data Bom 2021.2.15
Closes gh-36828
2023-08-18 16:26:12 +02:00
Stephane Nicoll
6efd9ed0b0 Test Gradle plugin against Gradle 8.3
Closes gh-37025
2023-08-18 14:05:50 +02:00
Stephane Nicoll
3920f97aa1 Fix bomr version range constraint for single version
This commit fixes the version range in our DSL to use brackets around
a particular version we have to skip.

See https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html

Closes gh-36976
2023-08-17 16:07:50 +02:00
Moritz Halbritter
dc62e5fbc3 Polish "Set max request header size on Netty when using HTTP/2"
See gh-36766
2023-08-17 11:50:18 +02:00
Nerses Aznauryan
ee5b23bb02 Set max request header size on Netty when using HTTP/2
Fix an issue that server.max-http-request-header-size doesn't have an
effect on Netty server with http2 enabled.

See gh-36766
2023-08-17 11:47:01 +02:00
Stephane Nicoll
e1c0518047 Upgrade to Reactor Bom 2020.0.35
Closes gh-36825
2023-08-15 17:11:09 +02:00
Stephane Nicoll
a39b39c9dd Upgrade to Micrometer 1.9.14
Closes gh-36824
2023-08-15 17:11:09 +02:00
Stephane Nicoll
e043fe434a Update copyright year of changed file
See gh-36965
2023-08-14 15:13:32 +02:00
abaudat
3ad0e77db8 Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes
See gh-36965
2023-08-14 15:13:04 +02:00
Stephane Nicoll
0e6abd1377 Provide more information about using spring.cache.type=none
Closes gh-33694
2023-08-14 12:03:40 +02:00
Phillip Webb
46773dd5df Update copyright year of changed files 2023-08-13 18:19:05 -07:00
Phillip Webb
527b2f2cac Polish 2023-08-13 18:18:48 -07:00
Andy Wilkinson
dc45532c94 Avoid triggering second context creation when first attempt failed
Closes gh-24888
2023-08-10 14:39:28 +01:00
Andy Wilkinson
51bff73fe5 Upgrade to Netty 4.1.96.Final
Closes gh-36871
2023-08-09 15:13:54 +01:00
Andy Wilkinson
40d0bc0551 Upgrade to Elasticsearch 7.17.12
Closes gh-36870
2023-08-09 15:13:53 +01:00
Stephane Nicoll
94c7140001 Use a dedicated application to collect log samples
This commit moves the tasks that collect log samples for the reference
guide to an isolated application.

Closes gh-36875
2023-08-09 16:06:09 +02:00
Andy Wilkinson
c1f2efe00c Document that spring.security.filter properties are Servlet-only
Closes gh-33551
2023-08-09 12:56:33 +01:00
Andy Wilkinson
d277631331 Document @EntityScan and @Enable…Repositories for tuning scanning
Closes gh-36282
2023-08-09 12:47:30 +01:00
Andy Wilkinson
21de3fba3c Describe quirks of JUL and Log4j2 in OutputCaptureExtension javadoc
Closes gh-32562
2023-08-09 12:25:26 +01:00
Andy Wilkinson
694ff4f875 Include throwables from Logback errors when reporting invalid config
Closes gh-32562
2023-08-09 11:43:58 +01:00
Andy Wilkinson
45b62b1452 Clarify transfer of logging props from Environment to System props
Closes gh-32160
2023-08-09 10:42:22 +01:00
Stephane Nicoll
59c667caeb Start building against Spring Data Bom 2021.2.15 snapshots
See gh-36828
2023-08-09 11:16:02 +02:00
Stephane Nicoll
aa50b3f846 Start building against Spring Batch 4.3.9 snapshots
See gh-36827
2023-08-09 11:16:02 +02:00
Stephane Nicoll
9ae960ea7d Start building against Spring AMQP 2.4.15 snapshots
See gh-36826
2023-08-09 11:16:01 +02:00
Stephane Nicoll
8bec4526d3 Start building against Reactor Bom 2020.0.35 snapshots
See gh-36825
2023-08-09 11:16:01 +02:00
Stephane Nicoll
3db0352806 Start building against Micrometer 1.9.14 snapshots
See gh-36824
2023-08-09 11:16:01 +02:00