Sébastien Deleuze
4fbca99f20
Remove unnecessary HandshakeHandlerRuntimeHints
...
Those hints are not needed anymore as of Spring Framework 6.1.
Backport of gh-34032.
Closes gh-34033
2024-12-05 15:46:31 +01:00
Juergen Hoeller
c48ca5151f
Upgrade to Gradle 8.11.1
2024-12-04 17:36:11 +01:00
Juergen Hoeller
aaf2e8fbe6
Polishing
...
(cherry picked from commit edf7f3cd43 )
2024-12-04 17:35:50 +01:00
Juergen Hoeller
3635ff0c17
Consistent fallback to NoUpgradeStrategyWebSocketService
...
Closes gh-33970
(cherry picked from commit 58c64cba2c )
2024-12-04 16:55:51 +01:00
Simon Baslé
f20e76e227
Upgrade to Undertow 2.3.18.Final
...
Closes gh-33976
2024-11-27 14:31:46 +01:00
Simon Baslé
dd32f95192
Dispatch in UndertowHttpHandlerAdapter
...
This ensures that the reactive handling of the request is dispatched
from the Undertow IO thread, marking the exchange as async rather than
ending it once the Undertow `handleRequest` method returns.
See gh-33885
Closes gh-33969
2024-11-26 16:58:21 +01:00
Tran Ngoc Nhan
75a920bc9f
Fix a typo in the filters documentation
...
Backport of gh-33959
Closes gh-33971
2024-11-26 16:17:18 +01:00
Sam Brannen
92874adae9
Polish SpEL documentation
...
(cherry picked from commit 7196f3f554 )
2024-11-18 11:43:14 +01:00
Sam Brannen
55167b7f50
Fix SpEL examples in reference guide
...
Closes gh-33907
(cherry picked from commit a12d40e10b )
2024-11-18 11:43:05 +01:00
Sam Brannen
3129afba19
Upgrade to Gradle 8.11
...
Closes gh-33895
(cherry picked from commit bb32df0a06 )
2024-11-15 16:08:05 +01:00
Sam Brannen
1366d2926b
Upgrade to antora-ui-spring version 0.4.18
...
Closes gh-33892
(cherry picked from commit fe8573c0ab )
2024-11-15 14:34:00 +01:00
Brian Clozel
5145cf476f
Next development version (v6.1.16-SNAPSHOT)
2024-11-14 15:28:50 +01:00
Juergen Hoeller
6cb41dc5e3
Upgrade to Netty 4.1.115
2024-11-14 12:51:03 +01:00
Sam Brannen
1e95332f62
Fix link to "Resources" section in reference guide
...
Closes gh-33882
2024-11-14 10:15:34 +01:00
Juergen Hoeller
fec6ba4dfe
Polishing
2024-11-13 22:26:06 +01:00
Sam Brannen
bfde33a514
Document options for Date/Time parsing & formatting issues with JDK 20+
...
This commit updates Javadoc and the reference guide to document options
for handling date/time parsing and formatting issues on JDK 20 and higher.
A new "Date and Time Formatting with JDK 20 and higher" page has also been
introduced in the wiki.
https://github.com/spring-projects/spring-framework/wiki/Date-and-Time-Formatting-with-JDK-20-and-higher
Closes gh-33151
2024-11-13 16:39:40 +01:00
Juergen Hoeller
14b9865de7
Remove ineffective JettyByteBufferIterator from WebSocket adapter
...
In JettyWebSocketHandlerAdapter, JettyByteBufferIterator does not actually add extra behavior (in contrast to JettyClientHttpConnector).
2024-11-13 15:10:32 +01:00
Juergen Hoeller
62eb21f938
Add note on declaring autowired fields as ObjectProvider
...
Closes gh-33834
2024-11-13 15:09:58 +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
Juergen Hoeller
df376d9343
Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
...
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, Groovy 4.0.24, JRuby 9.4.9, Checkstyle 10.20.1
Closes gh-33877
Closes gh-33879
2024-11-13 15:08:40 +01:00
Sam Brannen
4d792d0e45
Remove mentions of Joda-Time support
...
Since Joda-Time support was removed in Spring Framework 6.0, this commit
removes obsolete mentions of Joda-Time in the reference guide and Javadoc.
See gh-27426
Closes gh-33881
2024-11-13 14:16:14 +01:00
Sam Brannen
0a5bd89129
Align JettyByteBufferIterator implementations
...
Both are now static nested classes.
2024-11-13 12:31:27 +01:00
Tran Ngoc Nhan
53b9a2cb78
Fix formatting issue in validation section of reference guide
...
Closes gh-33871
2024-11-12 20:49:56 +01:00
rstoyanchev
e78179b96e
Decode static resource path with UriUtils
...
Closes gh-33859
2024-11-12 10:16:05 +00:00
Brian Clozel
49a63e2c37
Add tests for gh-33867
...
Closes gh-33867
2024-11-12 10:02:48 +01:00
ZLATAN628
5666e363d1
Fix wrong uri tag for client observation convention
...
Prior to this commit, a client sending a request to
"https://example.org " would record the wrong URI tag as
"/https://example.org ".
This commit ensures that the scheme+host part is matched correctly in
the default client observation conventions.
See gh-33867
2024-11-12 10:02:39 +01:00
Stéphane Nicoll
f06853a339
Merge pull request #33865 from ngocnhan-tran1996
...
* pr/33865:
Fix typo in reference documentation
Closes gh-33865
2024-11-10 14:45:49 +09:00
Tran Ngoc Nhan
8afd01ba2c
Fix typo in reference documentation
...
See gh-33865
2024-11-10 14:45:19 +09:00
Sam Brannen
9724f9b9c8
Introduce tests for SpEL PropertyAccessor ordering
...
Closes gh-33861
2024-11-08 16:19:12 +01:00
Sam Brannen
0d9033592b
Document that circular dependencies should be avoided in AOT mode
...
Closes gh-33786
2024-11-07 12:23:39 +01:00
Sam Brannen
fc7b8ae966
Fix anchor name, consistently use title case, and polish wording
...
(cherry picked from commit 2e6c8daec6 )
2024-11-07 12:22:25 +01:00
Sam Brannen
c457131f1c
Fix heading level for "Programmatic bean registration" in AOT chapter
...
(cherry picked from commit 9f0dbc4051 )
2024-11-07 12:22:02 +01:00
Sam Brannen
39cfe136da
Polishing
2024-11-07 11:49:22 +01:00
Sam Brannen
05a880e3b5
Fix XML bean reference example in reference manual
...
Closes gh-33855
2024-11-07 10:44:01 +01:00
Simon Baslé
c93af1f76d
Polishing: copyright header year
...
See gh-33823
2024-11-07 10:04:53 +01:00
Stéphane Nicoll
541866fd70
Merge pull request #33850 from wilkinsona
...
* pr/33850:
Polish "Prefer modified resources over the originals in TestCompiler"
Prefer modified resources over the originals in TestCompiler
Closes gh-33850
2024-11-06 23:11:58 +09:00
Stéphane Nicoll
0219ee656f
Polish "Prefer modified resources over the originals in TestCompiler"
...
See gh-33850
2024-11-06 23:03:11 +09:00
Andy Wilkinson
f6e1a5de09
Prefer modified resources over the originals in TestCompiler
...
Previously, when the test compiler had been seeded with a resource
file, any modifications to this resource performed during
compilation would be lost as this original content would always
be returned.
This commit updates the DynamicJavaFileManager to always store
the dynamic resource in the dynamicResourceFiles map, irrespective
of whether it's being created afresh or from some existing resource
content. This ensures that any modifications made to the resource
can be retrieved later on.
Similarly, DynamicClassLoader has been updated to prefer dynamic
resource files over any original resource files. This ensures that
the resource that it finds reflects any modifications that have
been made to it.
See gh-33850
2024-11-06 23:00:08 +09:00
Simon Baslé
9b3cb15389
Introduce HttpHeaders#headerSet to guarantee case-insensitive iteration
...
The `HttpHeaders#headerSet` method is intended as a drop-in replacement
for `entrySet` that guarantees a single casing for all header names
reported during the iteration, as the cost of some overhead but with
support for iterator removal and entry value-setting.
The `formatHeaders` static method is also altered to do a similar
deduplication of casing variants, but now additionally mentions
"with native header names [native name set]" if the native name set
contains casing variants.
Closes gh-33823
2024-11-06 11:11:39 +01:00
Hosam Aly
4ef2b429e0
Fix a typo in beanvalidation.adoc
...
ContraintViolation => ConstraintViolation
Closes gh-33846
2024-11-06 10:09:05 +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
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
438d6de3c1
Merge pull request #33768 from kunaljani1100
...
* pr/33768:
Polish "Add test coverage for DomUtils"
Add test coverage for DomUtils
Closes gh-33768
2024-11-03 18:16:17 +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
Sam Brannen
27912b1ed1
Prevent accidental printing to System.err in the codebase
...
This also revises the Checkstyle rule so that invocations such as
System.out.printf() are also forbidden.
2024-11-01 10:42:31 +01:00
Brian Clozel
8ffbafd384
Prevent accidental Sysouts in the codebase
2024-10-30 10:36:30 +01:00
Juergen Hoeller
022fdcd67e
Provide removeCache method on Caffeine/ConcurrentMapCacheManager
...
Closes gh-33813
2024-10-29 23:02:48 +01:00
Juergen Hoeller
11ebceee38
Call get/setRequestConfig for HttpClient 5.4 compatibility
...
Includes upgrade to HttpClient 5.4.1 while retaining a HttpClient 5.1 baseline.
Closes gh-33806
2024-10-29 23:01:57 +01:00