rstoyanchev
c43d2e2edc
Polishing
...
Closes gh-30959
2 years ago
Olga MaciaszekSharma
0d4010841e
Update docs for HTTP interface clients return values
...
See gh-30959
2 years ago
Sam Brannen
cc9278666d
Stop using Constants utility in LazyConnectionDataSourceProxy
...
See gh-30851
2 years ago
Sam Brannen
c87925cee7
Polish LazyConnectionDataSourceProxy
2 years ago
rstoyanchev
5b6c127283
Polishing
...
Closes gh-30936
2 years ago
Olga MaciaszekSharma
4cd9e2e9b0
Support `@RSocketExchange` for annotated responders
...
See gh-30936
2 years ago
Juergen Hoeller
376223c87d
Merge branch '6.0.x'
...
# Conflicts:
# spring-core/src/main/java/org/springframework/core/task/SimpleAsyncTaskExecutor.java
2 years ago
Juergen Hoeller
abbea39855
Polishing
2 years ago
Juergen Hoeller
ce80637891
Add option for graceful shutdown (setTaskTerminationTimeout)
...
See gh-30956
2 years ago
rstoyanchev
78d0dbb519
Ensure handling of 404 errors for static resources
...
Closes gh-30930
2 years ago
Rossen Stoyanchev
85704c890e
Use DispatchExceptionHandler for handler errors
...
See gh-30930
2 years ago
Juergen Hoeller
7681200ee7
Introduce SimpleAsyncTaskScheduler (extending SimpleAsyncTaskExecutor)
...
Closes gh-30956
2 years ago
Juergen Hoeller
5e4ed68fdd
Merge branch '6.0.x'
...
# Conflicts:
# framework-docs/modules/ROOT/pages/data-access/jdbc/core.adoc
2 years ago
Juergen Hoeller
6fd40a8f60
Upgrade to Caffeine 3.1.7 and H2 2.2.220
2 years ago
Juergen Hoeller
333249e7b0
Polishing
2 years ago
Juergen Hoeller
49c4b205e4
Documentation for common JdbcClient query/update usage
...
See gh-30931
2 years ago
Juergen Hoeller
cf1ba98d01
Documentation for Validator invocation via validateObject
...
See gh-19877
2 years ago
Juergen Hoeller
cb4222d2c2
Documentation for caching with CompletableFuture and reactive types
...
See gh-17559
See gh-17920
2 years ago
Juergen Hoeller
3437e61f98
Merge branch '6.0.x'
2 years ago
Juergen Hoeller
2573ba4a50
Polishing
2 years ago
Juergen Hoeller
bbde68c49e
Polishing
2 years ago
rstoyanchev
67e3d86bd8
Support declarativeBinding mode in DataBinder
...
Closes gh-30948
2 years ago
rstoyanchev
37eaded63d
Support BindParam annotation
...
Allows customizing the name of the request parameter to bind a
constructor parameter to.
Closes gh-30947
2 years ago
Juergen Hoeller
ccaccda6ca
Polishing
2 years ago
Juergen Hoeller
5ebbb3ff3e
Merge branch '6.0.x'
...
# Conflicts:
# spring-jdbc/src/main/java/org/springframework/jdbc/core/JdbcOperations.java
# spring-jdbc/src/main/java/org/springframework/jdbc/core/JdbcTemplate.java
# spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterJdbcTemplate.java
2 years ago
Juergen Hoeller
3c02ab83ed
Polishing
2 years ago
Juergen Hoeller
021161ea38
Make bean property method accessible as well (for non-public types)
...
See gh-19877
2 years ago
Juergen Hoeller
019c34f480
Introduce JdbcClient as a fluent facade for query/update execution
...
Delegates to JdbcTemplate/NamedParameterJdbcTemplate underneath the covers.
Supports parameter objects/records through SimplePropertySqlParameterSource.
Closes gh-30931
2 years ago
Juergen Hoeller
b9ba0fc572
Polishing
2 years ago
Juergen Hoeller
4a319c3c33
Merge branch '6.0.x'
2 years ago
Juergen Hoeller
fdf1418dfb
Polishing
2 years ago
Juergen Hoeller
5bcf5c6f7c
Clarify DataAccessException/ScriptException declarations for R2DBC
...
Closes gh-30932
2 years ago
Arjen Poutsma
52c77d89e9
Reverse order of RestClient and RestTemplate adapters in HTTP interface section
2 years ago
Juergen Hoeller
4786e2bf53
Introduce PREFERRED_CONSTRUCTORS_ATTRIBUTE on AbstractBeanDefinition
...
Closes gh-30917
2 years ago
Juergen Hoeller
b53034fe62
Merge branch '6.0.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
2 years ago
Juergen Hoeller
87d4afda81
Upgrade to Netty 4.1.95
2 years ago
Juergen Hoeller
3a9e0ea8a7
Polishing
2 years ago
Juergen Hoeller
ba46d2bf21
Polishing
2 years ago
Juergen Hoeller
27f9473422
Merge branch '6.0.x'
...
# Conflicts:
# spring-context/src/main/java/org/springframework/cache/interceptor/CacheAspectSupport.java
2 years ago
Juergen Hoeller
4ce1ac0dcb
Polishing
2 years ago
Juergen Hoeller
f99faac073
Add caching annotation support for CompletableFuture and reactive return values
...
Includes CompletableFuture-based retrieve operations on Spring's Cache interface.
Includes support for retrieve operations on CaffeineCache and ConcurrentMapCache.
Includes async cache mode option on CaffeineCacheManager.
Closes gh-17559
Closes gh-17920
Closes gh-30122
2 years ago
Arjen Poutsma
d65d285378
Cleanup after deprecation of OkHttp3ClientHttpRequestFactory
...
See gh-30919
2 years ago
Arjen Poutsma
efb6abc43f
Deprecate OkHttp3ClientHttpRequestFactory
...
Closes gh-30919
2 years ago
Juergen Hoeller
3d57425dcb
Return rejected value from getFieldValue in case of error
...
See gh-19877
2 years ago
Juergen Hoeller
d4caaebab0
Merge branch '6.0.x'
...
# Conflicts:
# spring-context/src/main/java/org/springframework/validation/Errors.java
# spring-context/src/test/java/org/springframework/validation/DataBinderTests.java
2 years ago
Juergen Hoeller
8cc6dd629a
Polishing
2 years ago
Juergen Hoeller
391d7f2c6a
Polishing
2 years ago
Juergen Hoeller
10cb2322e9
Introduce Validator.validateObject(Object) with returned Errors
...
Includes failOnError method on Errors interface for use with validateObject.
Declares many Errors methods as default methods for lean SimpleErrors class.
Closes gh-19877
2 years ago
Sam Brannen
9571aa1c68
Stop using Constants utility in IsolationLevelDataSourceAdapter
...
See gh-30851
2 years ago
Sam Brannen
97810c84a2
Stop using Constants utility in AbstractPlatformTransactionManager
...
See gh-30851
2 years ago