Commit Graph

39122 Commits (21661c6a1acbf124159377f9de4e31636408b54f)
 

Author SHA1 Message Date
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
1 year ago
Andy Wilkinson 80cb21e800 Upgrade Java 17 CI image to 17.0.8.1+1
Closes gh-37149
1 year ago
Andy Wilkinson e3e578f78a Upgrade Java 11 CI image to 11.0.20.1+1
Closes gh-37150
1 year ago
Andy Wilkinson d071ec8243 Merge pull request #37112 from hakan-krgn
* gh-37112:
  Polish "Polish code and javadoc"
  Polish code and javadoc

Closes gh-37112
1 year ago
Andy Wilkinson 2de98a84bc Polish "Polish code and javadoc"
See gh-37112
1 year ago
hakan-krgn 6d9ce8a3b5 Polish code and javadoc
See gh-37112
1 year ago
Moritz Halbritter 0f6342a882 Make JarLaunchScript and SysVinit integration tests ARM64 compatible
Closes gh-36799
1 year ago
Andy Wilkinson d1bf1b3e15 Merge pull request #37120 from dependabot[bot]
* gh-37120:
  Bump gradle/gradle-build-action from 2.7.1 to 2.8.0

Closes gh-37120
1 year ago
dependabot[bot] 7d18b0e01b Bump gradle/gradle-build-action from 2.7.1 to 2.8.0
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](243af859f8...ef76a971e2)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-37120
1 year ago
Phillip Webb 727e22abac Restore Redis to NoSQL stores supported by Spring Data documentation
See gh-29694
1 year ago
Spring Builds 1cc2f3cbd2 Next development version (v2.7.16-SNAPSHOT) 1 year ago
Stephane Nicoll 25897b25ab Upgrade to Spring Batch 4.3.9
Closes gh-36827
1 year ago
Stephane Nicoll 59e6c8f6f9 Upgrade to Netty 4.1.97.Final
Closes gh-37085
1 year ago
Stephane Nicoll d11ed6c7aa Merge pull request #37047 from dependabot[bot]
* pr/37047:
  Bump gradle/gradle-build-action from 2.7.0 to 2.7.1

Closes gh-37047
1 year ago
dependabot[bot] cd1e0e29c7 Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](a4cf152f48...243af859f8)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-37047
1 year ago
Stephane Nicoll da1950a689 Upgrade to Spring AMQP 2.4.15
Closes gh-36826
1 year ago
Stephane Nicoll 6fb813813a Upgrade to Groovy 3.0.19
Closes gh-37055
1 year ago
Scott Frederick d5cfe4d475 Remove invalid caches parameter entry from Maven plugin docs
Fixes gh-37048
1 year ago
Stephane Nicoll be57f33df6 Upgrade to Undertow 2.2.26.Final
Closes gh-37029
1 year ago
Stephane Nicoll 0057d67445 Upgrade to Spring Data Bom 2021.2.15
Closes gh-36828
1 year ago
Stephane Nicoll 6efd9ed0b0 Test Gradle plugin against Gradle 8.3
Closes gh-37025
1 year ago
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
1 year ago
Moritz Halbritter efb87fd9ea Merge pull request #36766 from NersesAM
* pr/36766:
  Polish "Set max request header size on Netty when using HTTP/2"
  Set max request header size on Netty when using HTTP/2

Closes gh-36766
1 year ago
Moritz Halbritter dc62e5fbc3 Polish "Set max request header size on Netty when using HTTP/2"
See gh-36766
1 year ago
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
1 year ago
Scott Frederick da7eea49b1 Upgrade CI images to ubuntu:jammy-20230804
Closes gh-37009
1 year ago
Stephane Nicoll cd7ca433e6 Upgrade to Tomcat 9.0.79
Closes gh-36992
1 year ago
Stephane Nicoll e1c0518047 Upgrade to Reactor Bom 2020.0.35
Closes gh-36825
1 year ago
Stephane Nicoll a39b39c9dd Upgrade to Micrometer 1.9.14
Closes gh-36824
1 year ago
Stephane Nicoll 9849a6966d Merge pull request #36965 from spa-abaudat
* pr/36965:
  Update copyright year of changed file
  Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes

Closes gh-36965
1 year ago
Stephane Nicoll e043fe434a Update copyright year of changed file
See gh-36965
1 year ago
abaudat 3ad0e77db8 Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes
See gh-36965
1 year ago
Stephane Nicoll 0e6abd1377 Provide more information about using spring.cache.type=none
Closes gh-33694
1 year ago
Phillip Webb 46773dd5df Update copyright year of changed files 1 year ago
Phillip Webb 527b2f2cac Polish 1 year ago
Andy Wilkinson dc45532c94 Avoid triggering second context creation when first attempt failed
Closes gh-24888
1 year ago
Andy Wilkinson 573f01e991 Polish Bomr's output
See gh-35296
1 year ago
Andy Wilkinson 51bff73fe5 Upgrade to Netty 4.1.96.Final
Closes gh-36871
1 year ago
Andy Wilkinson 40d0bc0551 Upgrade to Elasticsearch 7.17.12
Closes gh-36870
1 year ago
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
1 year ago
Andy Wilkinson 4d75f2cb08 Improve log output when applying upgrades
Closes gh-35296
1 year ago
Andy Wilkinson 1765f4e9cf Ensure that server tests run when test apps have changed
Closes gh-19858
1 year ago
Andy Wilkinson c1f2efe00c Document that spring.security.filter properties are Servlet-only
Closes gh-33551
1 year ago
Andy Wilkinson d277631331 Document `@EntityScan` and `@Enable…Repositories` for tuning scanning
Closes gh-36282
1 year ago
Andy Wilkinson 21de3fba3c Describe quirks of JUL and Log4j2 in OutputCaptureExtension javadoc
Closes gh-32562
1 year ago
Andy Wilkinson 694ff4f875 Include throwables from Logback errors when reporting invalid config
Closes gh-32562
1 year ago
Andy Wilkinson 45b62b1452 Clarify transfer of logging props from Environment to System props
Closes gh-32160
1 year ago
Stephane Nicoll 59c667caeb Start building against Spring Data Bom 2021.2.15 snapshots
See gh-36828
1 year ago
Stephane Nicoll aa50b3f846 Start building against Spring Batch 4.3.9 snapshots
See gh-36827
1 year ago
Stephane Nicoll 9ae960ea7d Start building against Spring AMQP 2.4.15 snapshots
See gh-36826
1 year ago