Commit Graph

18047 Commits (b858801a07676d4d3d276275c07f67ed6165d6cf)

Author SHA1 Message Date
Andy Wilkinson fadc58679d Speed up ImageReference.of when path contains upper-case chars
Closes gh-35657
1 year ago
Andy Wilkinson a77863245d Polish "Use project.getLayout().getBuildDirectory() instead of getBuildDir()"
See gh-37167
1 year ago
Yanming Zhou a8706962d4 Use project.getLayout().getBuildDirectory() instead of getBuildDir()
See gh-37167
1 year ago
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 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
Phillip Webb 727e22abac Restore Redis to NoSQL stores supported by Spring Data documentation
See gh-29694
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 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 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
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 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 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 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
Stephane Nicoll 8bec4526d3 Start building against Reactor Bom 2020.0.35 snapshots
See gh-36825
1 year ago
Stephane Nicoll 3db0352806 Start building against Micrometer 1.9.14 snapshots
See gh-36824
1 year ago
Andy Wilkinson 68baa6e7df Make section IDs consistent in Maven Plugin docs and enforce it
Closes gh-26619
1 year ago
Moritz Halbritter 032d92a9fb Cleanup remote debug tunnel leftovers from devtools
Closes gh-36808
1 year ago
Andy Wilkinson 05244d7a5c Clarify which NoSQL stores are supported by Spring Data
Closes gh-29694
1 year ago
Andy Wilkinson 0ab7129dab Clarify treatment of nested directories for configtree with wildcards
Closes gh-28203
1 year ago
Andy Wilkinson b978950cb2 Clarify the effect of `@EnableWebMvc`
Closes gh-36506
1 year ago
Andy Wilkinson 8dec443e3b Document default for MVC and WebFlux date and time formatting
Closes gh-30041
1 year ago
Andy Wilkinson e7203e31c8 Correct documentation of default path matching strategy
Closes gh-32557
1 year ago
Andy Wilkinson 35d3cdbe74 Fail more helpfully when schema or data location is a directory
Previously a schema or data locatio that was a directory would
result in an attempt being made to apply the directory listing as
SQL scripts. This would typically result in a hard to diagnose
failure due to the directory listing not being valid SQL.

This commit updates the initializer to ignore locations for
which the Resources is not readable. This works as Framework's
Resource abstraction does not consider directory resources to be
readable.

Closes gh-36386
1 year ago
Andy Wilkinson db0ab9f580 Improve documentation for configuration of schema and data scripts
Closes gh-36176
1 year ago
Stephane Nicoll 5e11bac1da Polish "Configure ActiveMQConnectionFactory properly without spring-jms"
See gh-36767
1 year ago
Eddú Meléndez bcfaad2cb8 Configure ActiveMQConnectionFactory properly without spring-jms
Previously, if spring-jms is not available and a non-pool connection
factory is requested (the default), no `CachingConnectionFactory` is
created. This commit makes sure to separate the two conditions, so
that a connection factory can be obtained even if spring-jms is not
on the classpath.

See gh-36767
1 year ago