Stéphane Nicoll
1e7fc6035d
Merge branch '6.0.x'
1 year ago
Stéphane Nicoll
6669ab1ae7
Merge pull request #31416 from GVictorG7
...
* pr/31416:
Polish "Replace deprecated method getBuildDir()"
Replace deprecated method getBuildDir()
Closes gh-31416
1 year ago
Stéphane Nicoll
d05ac097dd
Polish "Replace deprecated method getBuildDir()"
...
See gh-31416
1 year ago
Victor Georgescu
35103b0cd1
Replace deprecated method getBuildDir()
...
See gh-31416
1 year ago
Stephane Nicoll
37c2619fc4
Add AOT support for TypedStringValue
...
This commit adds support for TypeStringValue when generating AOT code.
If the value does not specify an explicit type, it's specified as is.
Otherwise, the TypeStringValue instance is restored via the appropriate
code generation.
Closes gh-29074
1 year ago
Stéphane Nicoll
15c19411f6
Harmonize exception handling
...
This commit applies the same catch block to orderForConsistence(Map)
than the one that's used for sets.
Closes gh-31419
1 year ago
Brian Clozel
aab538d1f0
Merge branch '6.0.x'
1 year ago
Spring Builds
3b50f992fe
Next development version (v6.0.14-SNAPSHOT)
1 year ago
Brian Clozel
bb23032a78
Merge branch '6.0.x'
1 year ago
Brian Clozel
4bd54dffbc
Upgrade to concourse-release-scripts 0.4.0-SNAPSHOT
1 year ago
rstoyanchev
776e28a6c4
MockMvc supports filter initParams and DispatcherType's
...
Closes gh-27717, gh-31362
1 year ago
rstoyanchev
0542fe5232
Update ClientHttpRequestInterceptor javadoc
...
Clarify the interceptor is responsible for closing the response
if it throws an exception after receiving it.
Closes gh-29751
1 year ago
Juergen Hoeller
c7b832cfc8
Enforce REQUIRES_NEW for correct transaction configuration
...
Closes gh-31414
1 year ago
Juergen Hoeller
2cdc114273
Merge branch '6.0.x'
1 year ago
Juergen Hoeller
86650d1a39
Polishing
1 year ago
Juergen Hoeller
87424cd605
Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1
1 year ago
Juergen Hoeller
80e82cd43f
Do not close transactional Connection in doReleaseConnection
...
Closes gh-28133
1 year ago
Sam Brannen
25778e2f0e
Clean up warnings in tests
1 year ago
Sam Brannen
00dde8bd88
Polishing
1 year ago
Juergen Hoeller
653a631df5
Merge branch '6.0.x'
...
# Conflicts:
# spring-orm/src/main/java/org/springframework/orm/jpa/vendor/HibernateJpaDialect.java
1 year ago
rstoyanchev
3277b0d6ac
Handle STOMP messages to user destination in order
...
Closes gh-31395
1 year ago
Rossen Stoyanchev
9eb39e182e
Polishing
...
See gh-21798
1 year ago
rstoyanchev
a205eab618
Handle STOMP messages from client in order
...
See gh-21798
1 year ago
rstoyanchev
4195e6906c
OrderedMessageChannelDecorator supports multiple subscribers
...
See gh-21798
1 year ago
rstoyanchev
d62d7f5ff1
Polishing
...
See gh-21798
1 year ago
Juergen Hoeller
66ce8c9a25
Properly return SQLExceptionTranslator-provided exception
...
Closes gh-31409
1 year ago
Juergen Hoeller
e76b453685
Translate Hibernate TransactionException through SQLException cause
...
Closes gh-31274
1 year ago
OnlyWick
eafbcfd385
Remove redundant static declaration on Search class
...
Closes gh-31381
1 year ago
Brian Clozel
d1cf71cc70
Merge branch '6.0.x'
1 year ago
Brian Clozel
e9fcb21d55
Refine status KeyValue for HTTP server observations
...
Prior to this commit, a cancelled exchange would always result in an
`"status":"UNKNOWN"` KeyValue. This only applied to reactive variants,
as cancelled exchanges are not currently detected for Servlet
implementations.
In some cases, exchanges can be cancelled by clients before they are
completed, but the response was actually received by the client. The
response status information has been set by the application and the
response has been committed. For those cases, we shouldn't assume an
"UNKNOWN" value.
This commit assumes that committed responses have a response status set
by the application and that the observations should reflect that. From
now on, we only assume an "UNKNOWN" status if the response has not been
commited.
Fixes gh-31388
1 year ago
Arjen Poutsma
c692d7e020
Merge branch '6.0.x'
1 year ago
Arjen Poutsma
ee9dff30c5
Updated Java 17 version in sdkmanrc
1 year ago
Sébastien Deleuze
bbaa35e69e
Merge branch '6.0.x'
1 year ago
Sébastien Deleuze
2158410853
Revert "Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder"
...
This reverts commit 5f053401e2
.
1 year ago
Stéphane Nicoll
dc0d6a41d6
Polish
1 year ago
Stéphane Nicoll
93206c3f6e
Add support for custom locale to render compiler messages
...
Closes gh-31408
1 year ago
Sébastien Deleuze
ae88bbaac3
Reintroduce org.springframework.http.client.reactive.ReactorResourceFactory
...
This commit reintroduces a deprecated ReactorResourceFactory in
org.springframework.http.client.reactive package that extends
the one in org.springframework.http.client package to avoid an
API breaking change and to provide a smoother upgrade experience.
Closes gh-31399
1 year ago
Juergen Hoeller
841448877a
Upgrade to Reactor 2023.0.0-RC1
...
Includes Jetty 12.0.2 and Checkstyle 10.12.4
Closes gh-31406
1 year ago
Juergen Hoeller
38de3d5b57
Merge branch '6.0.x'
...
# Conflicts:
# build.gradle
# framework-platform/framework-platform.gradle
# spring-context/src/main/java/org/springframework/context/support/AbstractApplicationContext.java
1 year ago
Juergen Hoeller
e0a55c2caa
Upgrade to Micrometer 1.10.12 and Reactor 2022.0.12
...
Includes Context Propagation 1.0.6, Netty 4.1.100, Jetty 11.0.17, Tomcat 10.1.14, Groovy 4.0.15, Mockito 5.6, Checkstyle 10.12.4
Closes gh-31404
Closes gh-31405
1 year ago
Juergen Hoeller
0b96da4b6d
Revise javadoc for LifecycleProcessor bean etc
1 year ago
Juergen Hoeller
c0d98fcc7a
Consistent Object result declarations for ResultQuerySpec
...
Closes gh-31403
1 year ago
Juergen Hoeller
de6692e7d8
Merge branch '6.0.x'
...
# Conflicts:
# spring-core/src/main/java/org/springframework/core/annotation/AnnotationTypeMapping.java
1 year ago
Juergen Hoeller
387a16bd4e
Revise transaction annotation recommendations
...
Closes gh-23538
1 year ago
Juergen Hoeller
8b5d993e61
Throw IllegalArgumentException for null SQL String
...
Closes gh-31391
1 year ago
Juergen Hoeller
5459304a4b
Re-introduce support for annotation declarations with self references
...
Closes gh-31400
1 year ago
Juergen Hoeller
d339bbbf91
Remove test for MessageSource access after context close
...
See gh-31397
1 year ago
Brian Clozel
8d6b499cf1
Polish
...
See gh-31398
1 year ago
Stéphane Nicoll
da24c6b346
Merge branch '6.0.x'
1 year ago
Stéphane Nicoll
00d4830e5c
Merge pull request #31396 from wfouche
...
* pr/31396:
Upgrade to gradle-versions-plugin 0.49.0
Closes gh-31396
1 year ago