Juergen Hoeller
821165488e
Use concurrent set for reactive transaction synchronizations
...
Closes gh-35921
(cherry picked from commit fd25e2f468 )
2 months ago
Juergen Hoeller
3b556ba0c0
Polishing
2 months ago
Juergen Hoeller
b25f98374b
Tighten cacheable decision behind @Lazy injection point
...
Closes gh-35917
(cherry picked from commit 61d5413c23 )
2 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 24d152cdab )
2 months ago
Juergen Hoeller
22d2810ed0
Narrow method annotation check in hasQualifier to setter methods
...
Closes gh-35908
(cherry picked from commit 6c3132cb8c )
2 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>
2 months ago
Sam Brannen
140933400d
Refer to "Spring Tools" instead of "Spring Tools for Eclipse"
...
Closes gh-35901
(cherry picked from commit 6504177e7b )
2 months ago
Juergen Hoeller
e7a5452a14
Consistent namespace element declarations
...
(cherry picked from commit f58d0f6aae )
2 months ago
Juergen Hoeller
ab96576e67
Expose non-existent resources at the end of the sorted result
...
Closes gh-35895
(cherry picked from commit c1b6bfb681 )
2 months ago
Juergen Hoeller
19b080b73f
Clarify JMS sessionTransacted flag for local versus global transaction
...
Closes gh-35897
(cherry picked from commit 9d4abb63d8 )
2 months ago
rstoyanchev
f9b4fba97a
Add required type to TypeMismatchException message args
...
Closes gh-35837
2 months ago
Sam Brannen
37e26e0377
Use current links to JUnit documentation
...
Closes gh-35892
(cherry picked from commit f4ee120a42 )
2 months ago
Sam Brannen
85c47a73dd
Fix formatting for backticks in Kotlin docs
...
(cherry picked from commit e625a28f6d )
2 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 45c1cd9295 )
2 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>
2 months ago
github-actions[bot]
a4b1155ca6
Update Antora Spring UI to v0.4.22
...
Closes gh-35859
2 months ago
Sébastien Deleuze
1bdd8337c6
Update outdated comments in JdbcOperationsExtensions.kt
2 months ago
Brian Clozel
7a0ea14452
Next development version (v6.2.15-SNAPSHOT)
2 months ago
Juergen Hoeller
59025c5b96
Lazily initialize ProblemDetail for picking up actual status code
...
Closes gh-35829
(cherry picked from commit 3026f0a49b )
2 months ago
Sam Brannen
e5de8b9bc6
Fix link to MockMvc test in HtmlUnit section
...
See gh-35853
(cherry picked from commit 9fe4e7798d )
2 months ago
Sam Brannen
e146e809e5
Polishing
...
(cherry picked from commit d178930186 )
2 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 91d2a51f3f )
2 months ago
Juergen Hoeller
4e97013595
Polishing
...
(cherry picked from commit f456674529 )
2 months ago
Juergen Hoeller
bd10b7ae06
Remove javadoc references to deprecated PropertiesBeanDefinitionReader
...
Closes gh-35836
(cherry picked from commit 35b8fbf901 )
2 months ago
Juergen Hoeller
e4288170c8
Fix getCacheNames() concurrent access in NoOpCacheManager
...
Closes gh-35842
(cherry picked from commit 57a1d4007b )
2 months ago
Juergen Hoeller
8545a759a7
Add resetCaches() method to Caffeine/ConcurrentMapCacheManager
...
Closes gh-35840
(cherry picked from commit bc3431f435 )
2 months ago
Juergen Hoeller
f94645de17
Narrow Aware interface exclusion check to BeanFactoryAware only
...
Closes gh-35835
(cherry picked from commit de5b9aab55 )
2 months ago
Sam Brannen
8553f97df1
Merge HtmlCharacterEntityDecoderTests into HtmlUtilsTests
...
See gh-35711
(cherry picked from commit 0342cd0904 )
2 months ago
Brian Clozel
030dace2be
Polishing contribution
...
Closes gh-35477
2 months ago
potato
5af1c9b487
Fix HtmlUtils unescape for supplementary chars
...
See gh-35477
Signed-off-by: potato <65760583+juntae6942@users.noreply.github.com>
2 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 3b6be3d4d3 )
2 months ago
github-actions[bot]
46ee944acc
Update Antora Spring UI to v0.4.20
...
Closes gh-35814
2 months ago
Sam Brannen
6be1c29fda
Polish contribution
...
See gh-35817
(cherry picked from commit 09a8bbc0c7 )
2 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 ed75906834 )
2 months ago
Brian Clozel
ed444eb0c1
Next development version (v6.2.14-SNAPSHOT)
2 months ago
Brian Clozel
da31750e5f
Upgrade to Micrometer 1.14.13
...
Closes gh-35810
2 months ago
Brian Clozel
b853203846
Upgrade to Reactor 2024.0.12
...
Closes gh-35809
2 months ago
Brian Clozel
2b04df045a
Upgrade to Jetty 12.0.30
...
Closes gh-35806
2 months ago
Juergen Hoeller
40544e096f
Fix typo in ProxyMethodInvocation javadoc
2 months ago
Juergen Hoeller
23354b0155
Fix doTask method visibility (referring to private Task type)
...
See gh-35794
2 months ago
Juergen Hoeller
5c5367a1be
Polishing
2 months ago
Juergen Hoeller
12dd758158
Provide compute method implementations in ConcurrentReferenceHashMap
...
Closes gh-35794
2 months ago
Sébastien Deleuze
5aec239261
Add hints for entities package-private methods
...
Closes gh-35711
2 months ago
Dmitry Sulman
d0ff8f9243
Fix HttpServiceMethod for suspending functions returning Flow
...
Closes gh-35718
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
2 months ago
Brian Clozel
ba39385cce
Use executor for blocking I/O in Reactor request factory
...
Prior to this commit, the `ReactorClientHttpRequestFactory` and the
`ReactorClientHttpRequest` would use the `Executor` from the current
event loop for performing write operations.
Depending on I/O demand, this work could be blocked and would result in
blocked Netty event loop executors and the HTTP client hanging.
This commit ensures that the client uses a separate Executor for such
operations. If the application does not provide one on the request
factory, a `Schedulers#boundedElastic` instance will be used.
Fixes gh-34707
2 months ago
rstoyanchev
e735c2d9c5
Improve Filter overview in reference docs
...
Closes gh-30454
2 months ago
rstoyanchev
3cb498fa98
Improve docs on streaming via StreamingHttpOutputMessage
...
Closes gh-35700
2 months ago
Sam Brannen
335a2c4e21
Support response encoding in `select` and `options` JSP form tags
...
Prior to this commit, Spring Framework's JSP form tags supported the
response encoding in most places; however, <form:select> and
<form:options> still did not support the response character encoding.
To address that, this commit updates SelectTag, OptionsTag, and
OptionWriter to provide support for response character encoding in the
`select` and `options` JSP form tags.
See gh-33023
Closes gh-35783
2 months ago
Sam Brannen
1714a00492
Suppress warnings in Gradle build
2 months ago
Chandra Bhan Singh
ddb45a9302
Correct documentation formatting for Mono type
...
Closes gh-35786
Signed-off-by: Chandra Bhan Singh <cbhansingh1@gmail.com>
2 months ago