Juergen Hoeller
7dbb40ffa0
Merge branch '5.2.x'
5 years ago
Juergen Hoeller
c6cc6705ef
FileUrlResource.isWritable() exclusively relies on getFile() implementation
...
Closes gh-25584
5 years ago
Juergen Hoeller
ae1d15c8f4
Declare protected getCharset method as non-static
...
See gh-25509
5 years ago
Arjen Poutsma
91b609817e
Do not use BitSet in BitsCronField
...
This commit changes BitsCronField to use a long instead of a BitSet,
since the later can use significant memory.
Closes gh-25687
5 years ago
Rossen Stoyanchev
dd011c991c
Merge branch '5.2.x' into master
5 years ago
Rossen Stoyanchev
d616c6632d
Remove session on 4xx response from WebSocket handshake
...
Closes gh-25608
5 years ago
Rossen Stoyanchev
94c91c9e9c
Explain how to provide serialization view programmatically
...
Closes gh-25596
5 years ago
Rossen Stoyanchev
b6ff12d2f5
Expose protected method in AbstractJackson2HttpMessageConverter
...
Closes gh-25509
5 years ago
Rossen Stoyanchev
b1d84067cd
UriComponentsBuilder Javadoc update
...
Closes gh-25604
5 years ago
Rossen Stoyanchev
c19fc9d53f
Switch to Reactor Dysprosium snapshots
...
See gh-25730
5 years ago
Rossen Stoyanchev
899761f0a8
Avoid unnecessary parsing of path params
...
See gh-25690
5 years ago
Rossen Stoyanchev
f88759c3c9
Shared read-only instances of UrlPathHelper
...
UrlPathHelper is often created and used without customizations or with
the same customizations. This commit introduces re-usable, instances.
Effectively a backport of commit 23233c.
See gh-25690
5 years ago
Brian Clozel
59ecedea46
Remove artifactory oss snapshot repository
...
The RSocket SNAPSHOTs are now mirrored on the Spring SNAPSHOT
repository.
5 years ago
Juergen Hoeller
0d699840ad
Upgrade to Mockito 3.5.10 and R2DBC Arabba-SR6
5 years ago
Juergen Hoeller
3cc0db5fc3
Merge branch '5.2.x'
...
# Conflicts:
# build.gradle
5 years ago
Juergen Hoeller
4f0f29880f
Upgrade to AssertJ 3.17.2 and Undertow 2.0.31
5 years ago
Juergen Hoeller
4b211fb18c
Javadoc refinements
5 years ago
Juergen Hoeller
a93af329fc
Fix javadoc typos (from ASM master)
...
See gh-24872
5 years ago
Juergen Hoeller
75f394ca85
Merge branch '5.2.x'
5 years ago
Juergen Hoeller
e797398b10
CallParameterMetaData detects function return parameter specifically
...
Closes gh-25588
5 years ago
Juergen Hoeller
613b05d814
Properties loading with ignoreResourceNotFound covers SocketException as well
...
Closes gh-25717
5 years ago
Rossen Stoyanchev
30d556b9ef
Support for LoadbalanceRSocketClient
...
Closes gh-25333
5 years ago
Rossen Stoyanchev
71ecca7443
DefaultRSocketRequesterBuilder internal refactoring
5 years ago
Rossen Stoyanchev
8c2852607d
Switch to Reactor and RSocket snapshots
5 years ago
Brian Clozel
c5694506ae
Early configuration of ApplicationStartup on BeanFactory
...
Prior to this commit, the `GenericApplicationContext` configured the
`AppliationStartup` on the `BeanFactory` only right before refreshing it.
Delaying this has no purpose and we should instead configure it as soon
as possible by overriding the setter method.
Closes gh-25718
5 years ago
Juergen Hoeller
3fd89c3ac1
Fix merge result
...
See gh-25706
5 years ago
Juergen Hoeller
9d7849c539
Merge branch '5.2.x'
...
# Conflicts:
# spring-expression/src/main/java/org/springframework/expression/spel/ast/MethodReference.java
5 years ago
Juergen Hoeller
939c76c4a5
Revise documentation notes on getParameterType performance issues
...
See gh-25679
5 years ago
Juergen Hoeller
40bf83c9e5
Restore original 4.x behavior for initialization of function return name
...
Closes gh-25707
5 years ago
Juergen Hoeller
c368ce8223
Fix SpEL generated code for default method invocation
...
Closes gh-25706
5 years ago
Andy Clement
a404bf5a94
Fix SpEL generated code for default method invocation
...
Closes gh-25706
5 years ago
Juergen Hoeller
4044f4c30f
Polishing
5 years ago
Yanming Zhou
a2bb59f1b8
Replace StringBuffer with StringBuilder where possible
5 years ago
Juergen Hoeller
33195da64f
Fix assertion for the revised SQLExceptionTranslator contract in 5.3
...
See gh-25681
5 years ago
Juergen Hoeller
3aae0fc91b
Merge branch '5.2.x'
5 years ago
Juergen Hoeller
670b9fd60b
Retry SQLErrorCodesFactory retrieval if DatabaseMetaData access failed
...
Includes deprecation of JdbcUtils.extractDatabaseMetaData(DataSource, String) in favor of the now generified version of extractDatabaseMetaData(DataSource, DatabaseMetaDataCallback).
Closes gh-25681
Closes gh-25686
5 years ago
Arjen Poutsma
d550d344d5
Respect context path in WebMvc.fn & WebFlux.fn
...
This commit makes several changes in both WebMvc.fn as well as
WebFlux.fn.
- ServerRequest now exposes a RequestPath through requestPath(), and
pathContainer() has been deprecated.
- The PathPredicate and PathResourceLookupFunction now respects this
RequestPath's pathInApplication() in their path-related
functionality.
- When nesting, the PathPredicate now appends the matched part of the
path to the current context path, instead of removing the matched
part (which was done previously). This has the same result: the
matched part is gone, but now the full path stays the same.
Closes gh-25270
5 years ago
Brian Clozel
88249b2d9a
Polish StartupStep "tags" method
...
Renaming the `tags` method to `getTags` for overall consistency, and
fixing the Javadoc to mention that this returns an immutable collection.
Closes gh-25678
5 years ago
Stephane Nicoll
f55b48f4b4
Merge branch '5.2.x'
5 years ago
Stephane Nicoll
c2363a6ef9
Make DataSize serializable
...
Closes gh-25675
5 years ago
Stephane Nicoll
a06deac5db
Merge branch '5.2.x'
5 years ago
Stephane Nicoll
cdfdc340d2
Log cache hit and cache miss for synchronized access
...
Closes gh-25248
5 years ago
Rossen Stoyanchev
e02ccc9374
Optional WebSocket engine presence in WebFlux config
...
Closes gh-22587
5 years ago
Juergen Hoeller
689adb4bd0
Merge branch '5.2.x'
...
# Conflicts:
# build.gradle
5 years ago
Juergen Hoeller
7bd6b8d279
Upgrade to Checkstyle 8.36
5 years ago
Juergen Hoeller
141470ff58
Explicit nullability declarations for getTarget() implementations
5 years ago
Juergen Hoeller
e20bff9c64
Consistent data class constructor resolution with clear error message
...
MVC data class processor constructs target instance even in case of binding failure, as long as the corresponding method parameter is not marked as optional.
Closes gh-24372
5 years ago
Juergen Hoeller
278c6d5cdb
Redeclare postProcessProperties callback to skip postProcessPropertyValues
...
See gh-25165
5 years ago
Rossen Stoyanchev
25165f552d
Remove erroneously committed change
5 years ago
Juergen Hoeller
e365e0221a
Merge branch '5.2.x'
...
# Conflicts:
# spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java
5 years ago