Juergen Hoeller
afc40d7b93
Avoid computeIfAbsent for createMappings which calls back into same map
...
Closes gh-35944
(cherry picked from commit 667851c0faec68b324dbd4da03c27e41a38c8767)
5 months ago
Sam Brannen
3eb1df0ac0
Update antora-extensions to 1.14.7
...
Closes gh-35949
(cherry picked from commit c7e24a5c26 )
5 months ago
Juergen Hoeller
2aa3b0a77e
Select method with resolved return type match (among multiple candidates)
...
Removes unnecessary array type check for parameters of candidate methods.
Closes gh-35936
(cherry picked from commit 92e9543ad44bb33cf6d89525e93d6afb0714f137)
5 months ago
ivonaest
0008106adb
Upgrade json-path to 2.10.0
...
Closes gh-35924
Signed-off-by: ivonaest <ivona.cvija@est.tech>
5 months ago
Juergen Hoeller
8f6d44a86b
Improve debug log for received message
...
(cherry picked from commit 71d18ebabcdc9581af11c3cc04a7fb0049a07a18)
5 months ago
Juergen Hoeller
874498272f
Clear remaining invoker resources when releasing shared Connection
...
Closes gh-35932
(cherry picked from commit 3ccb0786db4ea817cc26302dfdc22c20d435a410)
5 months ago
rstoyanchev
2144813bad
FragmentsRendering exposes its fragments
...
Closes gh-35775
5 months ago
John Niang
67a92306f7
BindingContext constructor uses given ReactiveAdapterRegistry arg
...
Closes gh-35771
Signed-off-by: John Niang <johnniang@foxmail.com>
5 months ago
rstoyanchev
bc0731891b
Use channelId for ReactorNettyWebSocketSession's id
...
Closes gh-35883
5 months ago
Juergen Hoeller
3faa7cac4d
Polishing
5 months ago
Sam Brannen
3121daf553
Stop linking to 6.1.22-SNAPSHOT reference docs
...
With this commit, we now include snapshots for main (which currently
correlates to 7.0.x), 6.2.x, and 7.0.x to 9.*.x.
Closes gh-35923
(cherry picked from commit 305a512a55b07bac88eab623a19badeb535285b8)
5 months ago
Juergen Hoeller
821165488e
Use concurrent set for reactive transaction synchronizations
...
Closes gh-35921
(cherry picked from commit fd25e2f468 )
5 months ago
Juergen Hoeller
3b556ba0c0
Polishing
5 months ago
Juergen Hoeller
b25f98374b
Tighten cacheable decision behind @Lazy injection point
...
Closes gh-35917
(cherry picked from commit 61d5413c23cc820b6f2f4408c29408b8b1736ea8)
5 months ago
Sam Brannen
c2f7cd3401
Convert sentence to tip in Kotlin testing chapter
...
This commit also moves the text to a more appropriate section of the
chapter.
(cherry picked from commit 24d152cdabd02197b2200aa356d272248fde18e5)
5 months ago
Juergen Hoeller
22d2810ed0
Narrow method annotation check in hasQualifier to setter methods
...
Closes gh-35908
(cherry picked from commit 6c3132cb8cd67c5e9451b48d4dcb440fb28e484c)
5 months ago
Tran Ngoc Nhan
b39055f293
Fix broken Javadoc links to methods
...
Closes gh-35904
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
5 months ago
Sam Brannen
140933400d
Refer to "Spring Tools" instead of "Spring Tools for Eclipse"
...
Closes gh-35901
(cherry picked from commit 6504177e7ba576d8457e014fed5deb2cb421c4ef)
5 months ago
Juergen Hoeller
e7a5452a14
Consistent namespace element declarations
...
(cherry picked from commit f58d0f6aaee53e05aa7940c5f284a447f624ea9c)
5 months ago
Juergen Hoeller
ab96576e67
Expose non-existent resources at the end of the sorted result
...
Closes gh-35895
(cherry picked from commit c1b6bfb6818a91ec2b7ec16a73562b57c8283b01)
5 months ago
Juergen Hoeller
19b080b73f
Clarify JMS sessionTransacted flag for local versus global transaction
...
Closes gh-35897
(cherry picked from commit 9d4abb63d8151265f96449a625810f4b7390847a)
5 months ago
rstoyanchev
f9b4fba97a
Add required type to TypeMismatchException message args
...
Closes gh-35837
5 months ago
Sam Brannen
37e26e0377
Use current links to JUnit documentation
...
Closes gh-35892
(cherry picked from commit f4ee120a42 )
5 months ago
Sam Brannen
85c47a73dd
Fix formatting for backticks in Kotlin docs
...
(cherry picked from commit e625a28f6d )
5 months ago
Sam Brannen
ab93020263
Link to Spring Framework Artifacts wiki page
...
This commit revises the Integration Testing chapter to reference the
"Spring Framework Artifacts" wiki page instead of the nonexistent
"Dependency Management" section of the reference manual.
Closes gh-35890
(cherry picked from commit 45c1cd9295a6da25cdb426a0e9895babbc4ba3ca)
5 months ago
github-actions[bot]
a4134663a6
Update Antora Spring UI to v0.4.25
...
Closes gh-35877
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
5 months ago
github-actions[bot]
a4b1155ca6
Update Antora Spring UI to v0.4.22
...
Closes gh-35859
5 months ago
Sébastien Deleuze
1bdd8337c6
Update outdated comments in JdbcOperationsExtensions.kt
5 months ago
Brian Clozel
7a0ea14452
Next development version (v6.2.15-SNAPSHOT)
5 months ago
Juergen Hoeller
59025c5b96
Lazily initialize ProblemDetail for picking up actual status code
...
Closes gh-35829
(cherry picked from commit 3026f0a49badf4c235df9dd1c756e771c6b8f303)
5 months ago
Sam Brannen
e5de8b9bc6
Fix link to MockMvc test in HtmlUnit section
...
See gh-35853
(cherry picked from commit 9fe4e7798d )
5 months ago
Sam Brannen
e146e809e5
Polishing
...
(cherry picked from commit d178930186c630d4df858cf87b098b63d69084c8)
5 months ago
Tran Ngoc Nhan
ff62e7355f
Fix cross-reference links in HtmlUnit sections
...
Closes gh-35853
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
(cherry picked from commit 91d2a51f3f3d766db1e9e7e0d0141a970c7b1e15)
5 months ago
Juergen Hoeller
4e97013595
Polishing
...
(cherry picked from commit f456674529 )
5 months ago
Juergen Hoeller
bd10b7ae06
Remove javadoc references to deprecated PropertiesBeanDefinitionReader
...
Closes gh-35836
(cherry picked from commit 35b8fbf90110d4705a9661cf64caa734592dc5c0)
5 months ago
Juergen Hoeller
e4288170c8
Fix getCacheNames() concurrent access in NoOpCacheManager
...
Closes gh-35842
(cherry picked from commit 57a1d4007b82eb6da333d2bc3cd62612ec86f1df)
5 months ago
Juergen Hoeller
8545a759a7
Add resetCaches() method to Caffeine/ConcurrentMapCacheManager
...
Closes gh-35840
(cherry picked from commit bc3431f435684dfa1b900a9f64e34c2c41f8ac68)
5 months ago
Juergen Hoeller
f94645de17
Narrow Aware interface exclusion check to BeanFactoryAware only
...
Closes gh-35835
(cherry picked from commit de5b9aab55f40365212949883f58d08bc6ed58a3)
5 months ago
Sam Brannen
8553f97df1
Merge HtmlCharacterEntityDecoderTests into HtmlUtilsTests
...
See gh-35711
(cherry picked from commit 0342cd0904d4889694bd2c3e1127a720bf79b9ac)
5 months ago
Brian Clozel
030dace2be
Polishing contribution
...
Closes gh-35477
5 months ago
potato
5af1c9b487
Fix HtmlUtils unescape for supplementary chars
...
See gh-35477
Signed-off-by: potato <65760583+juntae6942@users.noreply.github.com>
5 months ago
Patrick Strawderman
f3ed04c9d7
Fix single-check idiom in UnmodifiableMultiValueMap
...
Read the respective fields only once in the values(), entrySet(), and
keySet() methods.
Closes gh-35822
Signed-off-by: Patrick Strawderman <pstrawderman@netflix.com>
(cherry picked from commit 3b6be3d4d3fa375735cc27b2a95e87a00a0531bf)
5 months ago
github-actions[bot]
46ee944acc
Update Antora Spring UI to v0.4.20
...
Closes gh-35814
5 months ago
Sam Brannen
6be1c29fda
Polish contribution
...
See gh-35817
(cherry picked from commit 09a8bbc0c7113b09bca26c6ede44fb1b26c73d9b)
5 months ago
Patrick Strawderman
3fa56db88b
Fix Spliterator characteristics in ConcurrentReferenceHashMap
...
The Spliterators returned by values, entrySet, and keySet incorrectly
reported the SIZED characteristic, instead of CONCURRENT. This could
lead to bugs when the map is concurrently modified during a stream
operation.
For keySet and values, the incorrect characteristics are inherited from
AbstractMap, so to rectify that the respective methods are overridden,
and custom collections are provided that report the correct Spliterator
characteristics.
Closes gh-35817
Signed-off-by: Patrick Strawderman <pstrawderman@netflix.com>
(cherry picked from commit ed7590683467efcea27507bd5cfab6acc006239c)
5 months ago
Brian Clozel
ed444eb0c1
Next development version (v6.2.14-SNAPSHOT)
5 months ago
Brian Clozel
da31750e5f
Upgrade to Micrometer 1.14.13
...
Closes gh-35810
5 months ago
Brian Clozel
b853203846
Upgrade to Reactor 2024.0.12
...
Closes gh-35809
5 months ago
Brian Clozel
2b04df045a
Upgrade to Jetty 12.0.30
...
Closes gh-35806
5 months ago
Juergen Hoeller
40544e096f
Fix typo in ProxyMethodInvocation javadoc
5 months ago