Brian Clozel
799566573a
Fix Wrong parentId tracking in JFR application startup
...
This commit fixes the tracking of the main event parentId for the Java
Flight Recorder implementation variant.
Fixes gh-34128
2025-01-13 19:03:43 +01:00
Juergen Hoeller
36fd82f32f
Defensively resolve JarFile from JarURLConnection
...
Closes gh-34216
2025-01-12 18:07:09 +01:00
Juergen Hoeller
0f26f42da7
Defensively check for jar separator in jar entry names
...
Closes gh-34126
2025-01-12 18:05:49 +01:00
Juergen Hoeller
c48fec885c
Avoid caching invalid root directories
...
Closes gh-34111
2025-01-12 18:00:10 +01:00
Sam Brannen
181db1db75
Update copyright headers to 2025
2025-01-05 17:00:47 +02:00
Stéphane Nicoll
f802c0cf24
Restore use of MethodSource
2025-01-03 16:53:54 +01:00
Sam Brannen
2ba0022704
Polishing
2025-01-03 17:26:45 +02:00
Stéphane Nicoll
c59ca087b4
Backport tests for exact match resolution
...
See gh-34124
(cherry picked from commit 898d3ec86a )
2025-01-03 17:10:17 +02:00
Johnny Lim
6d86b23fbe
Apply Checkstyle MethodParamPadCheck module
...
This commit also fixes its violations.
Closes gh-34173
2024-12-30 09:02:06 +01:00
Stéphane Nicoll
5ce5647d09
Restore support of exact match property
...
This commit fixes a regression in property placeholder resolution where
the original key was no longer considered for an exact match before
processing the placeholder itself.
By default, property resolution uses ':' as the separator between the
key and the fallback value.
Consider a request to resolve ${prefix://service}. Previously,
placeholder resolution would first attempt to resolve the raw text, that
is 'prefix://service', before attempting to resolve the 'prefix' key and
then use '//service' if the key did not resolve.
This commit restores that behaviour purely for backward compatible
reason.
Closes gh-34124
2024-12-23 12:19:45 +01:00
Juergen Hoeller
7de1dc826a
Consistently handle generics in TypeDescriptor.equals
...
Properly processes recursive types through always comparing generics via the top-level ResolvableType (rather than through nested TypeDescriptors with custom ResolvableType instances).
Closes gh-33932
2024-12-10 22:16:10 +01:00
Brian Clozel
13df9058a4
Introduce "unsafeAllocated" flag in TypeHint
...
This metadata information is required for supporting libraries using
`sun.misc.Unsafe#allocateInstance(Class<?>)`, even though Spring
Framework is not using this feature.
Closes gh-34055
2024-12-09 11:08:48 +01:00
Juergen Hoeller
b5dd0a60f8
Restore lenient match against unresolvable wildcard
...
Closes gh-33982
2024-12-05 17:41:49 +01:00
Stéphane Nicoll
e618f922c2
Resolve nested placeholders with a fallback having one
...
This commit fixes a regression in PlaceHolderParser where it would no
longer resolve nested placeholders for a case where the fallback has a
placeholder itself.
This is due to the Part implementations and how they are structure, and
this commit makes sure that nested resolution happens consistently.
Closes gh-34020
2024-12-05 16:59:30 +01:00
Sébastien Deleuze
ddec8d2653
Add missing @Contract annotation to ObjectUtils#isEmpty
...
Closes gh-33984
2024-11-28 15:17:02 +01:00
Sébastien Deleuze
1aede291bb
Move Kotlin value class unboxing to InvocableHandlerMethod
...
Before this commit, in Spring Framework 6.2, Kotlin value class
unboxing was done at CoroutinesUtils level, which is a good fit
for InvocableHandlerMethod use case, but not for other ones like
AopUtils.
This commit moves such unboxing to InvocableHandlerMethod in
order to keep the HTTP response body support while fixing other
regressions.
Closes gh-33943
2024-11-27 16:39:26 +01:00
CHOICORE
41421d106b
Fix log level in PathMatchingResourcePatternResolver
...
See gh-33956
2024-11-26 19:51:17 +01:00
Sam Brannen
7f7819329c
Update copyright headers
...
See gh-33903
2024-11-17 15:14:16 +01:00
KNU-K
2494ecb47b
Simplify utility implementations in spring-core
...
Closes gh-33903
2024-11-17 15:08:30 +01:00
Sam Brannen
6544698078
Polish contribution
...
See gh-33902
2024-11-17 11:45:37 +01:00
taehyun
e0e96c487f
Simplify implementation of FilteredIterator
...
Closes gh-33902
2024-11-17 11:41:22 +01:00
Juergen Hoeller
1c2dbec971
Merge branch '6.1.x'
2024-11-13 22:26:54 +01:00
Juergen Hoeller
fec6ba4dfe
Polishing
2024-11-13 22:26:06 +01:00
Juergen Hoeller
37b110a181
Polishing
2024-11-13 19:00:08 +01:00
Juergen Hoeller
25e2c1b7ce
Merge branch '6.1.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
# spring-web/src/main/java/org/springframework/http/client/reactive/JettyClientHttpConnector.java
2024-11-13 15:12:55 +01:00
Juergen Hoeller
01c85b1afb
Add explicit note on blocking in case of concurrency limit
...
Closes gh-33873
2024-11-13 15:09:02 +01:00
Sébastien Deleuze
72e7f1552b
Refine @Contract Javadoc
...
This commit refines `@Contract` Javadoc to mention
this and new return values.
Closes gh-33849
2024-11-06 12:03:19 +01:00
Sébastien Deleuze
7e1d6fe934
Merge branch '6.1.x'
2024-11-05 10:27:22 +01:00
Johnny Lim
0beb56a58c
Fix indentation to use tabs in Kotlin source files
...
Closes gh-33840
2024-11-05 10:24:02 +01:00
Sam Brannen
e3301dd1c4
Merge branch '6.1.x'
2024-11-03 16:17:43 +01:00
Sam Brannen
6bd4687706
Update copyright headers
...
See gh-33839
2024-11-03 16:14:41 +01:00
Tran Ngoc Nhan
07b12666b4
Fix typos in Javadoc and variable names
...
Closes gh-33839
2024-11-03 16:13:50 +01:00
Stéphane Nicoll
2b601f9e51
Merge branch '6.1.x'
2024-11-03 18:16:31 +09:00
Stéphane Nicoll
d43126705f
Polish "Add test coverage for DomUtils"
...
See gh-33768
2024-11-03 18:15:34 +09:00
kunaljani1100
57bbf0ca0f
Add test coverage for DomUtils
...
See gh-33768
2024-11-03 13:44:07 +09:00
Juergen Hoeller
864cb25eec
Upgrade to ASM 9.7.1
...
Closes gh-33821
2024-10-30 16:44:47 +01:00
Sébastien Deleuze
9166688b6f
Remove the pure attribute from @Contract
...
Closes gh-33820
2024-10-30 15:11:44 +01:00
Sébastien Deleuze
da8925131e
Polish @Contract Javadoc
2024-10-30 15:11:28 +01:00
Sébastien Deleuze
a005c325f7
Introduce @CheckReturnValue annotation
...
This commit introduces a `@CheckReturnValue` annotation,
inspired from org.jetbrains.annotations.CheckReturnValue,
that specifies that the method return value must be used.
See gh-33818
2024-10-30 14:45:35 +01:00
Sam Brannen
f427ac383d
(Re)suppress deprecation warnings
...
See gh-33780
2024-10-30 10:52:01 +01:00
Juergen Hoeller
9e3371ef07
Mark ListenableFuture as deprecated for removal
...
Closes gh-33808
2024-10-29 18:36:40 +01:00
Juergen Hoeller
3732c71168
Merge branch '6.1.x'
2024-10-28 22:12:12 +01:00
Juergen Hoeller
323de1208a
Document limited support for lifecycle management
...
Closes gh-33780
2024-10-28 22:08:41 +01:00
rstoyanchev
f1cfe7a3d4
InputStreamSubscriber instantiation and Javadoc
...
See gh-31677
2024-10-28 12:45:53 +00:00
rstoyanchev
dfaf7a0c6a
Rename InputStreamSubscriber to SubscriberInputStream
...
It is both, but InputStream is what's exposed for public use,
in effect an InputStream backed by a Subscriber source.
See gh-31677
2024-10-28 12:45:53 +00:00
rstoyanchev
86a42db002
InputStreamSubscriber/Tests conform to style
...
See gh-31677
2024-10-28 12:45:53 +00:00
rstoyanchev
d4b31fd4b2
InputStreamSubscriber compiler issues
...
See gh-31677
2024-10-28 12:45:53 +00:00
rstoyanchev
a366ea0e15
Align InputStreamSubscriber copies
...
There are legitimate differences, but also some are fixes that
should be on both sides.
See gh-31677
2024-10-28 12:45:53 +00:00
OlegDokuka
37622a7f90
Support Publisher to InputStream conversion
...
See gh-31677
2024-10-28 12:45:53 +00:00
Sam Brannen
5532574f56
Remove unused casts and variables
2024-10-25 15:16:05 +02:00