Rossen Stoyanchev
2172b99fee
Polishing contribution
...
Closes gh-28836
2 years ago
floriankirmaier
b6144e5682
Improve setting of WebSocket error status
...
See gh-28836
2 years ago
Rossen Stoyanchev
6e6f8637d1
Polishing contribution
...
Closes gh-28771
2 years ago
Johnny Lim
00f7f5ff0a
Use MediaType.APPLICATION_FORM_URLENCODED_VALUE
...
See gh-28771
2 years ago
Arjen Poutsma
3d4a778b73
Fix KDoc API link
2 years ago
Stephane Nicoll
446c1add4f
Merge pull request #28885 from edfeff
...
* pr/28885:
Upgrade copyright year of changed file
Fix typo in Javadoc of AbstractEncoder
Closes gh-28885
2 years ago
Stephane Nicoll
aef4b0ec5a
Upgrade copyright year of changed file
...
See gh-28885
2 years ago
wpp
675e0b94c1
Fix typo in Javadoc of AbstractEncoder
...
See gh-28885
2 years ago
Arjen Poutsma
b8b54ee524
Ensure WebClient exceptions are serializable
...
Not all HttpHeaders implementations are serializable. This commit
ensures that WebClientRequestException and WebClientResponseException
are serializable, by copying any non-serializable HttpHeaders into a
new, serializable, instance.
Closes gh-28321
2 years ago
Arjen Poutsma
97ea8a6789
Copy HttpHeaders to ensure serializability
...
Not all HttpHeaders implementations are serializable. This commit
ensures that WebClientRequestException and WebClientResponseException
are serializable, by copying any non-serializable HttpHeaders into a
new, serializable, instance.
Closes gh-28321
2 years ago
Stephane Nicoll
95a400abfb
Merge pull request #28867 from arvyy
...
* pr/28867:
Add missing closing parenthesis
Closes gh-28867
2 years ago
arvyy
4383a673bb
Add missing closing parenthesis
...
See gh-28867
2 years ago
Arjen Poutsma
f7b94fc3e8
Updated sdkmanrc
2 years ago
Stephane Nicoll
93760d1211
Merge pull request #28853 from marcwrobel
...
* pr/28853:
Polish "Deprecate SockJsServiceRegistration#setSupressCors"
Deprecate SockJsServiceRegistration#setSupressCors
Closes gh-28853
2 years ago
Stephane Nicoll
421b5cb311
Polish "Deprecate SockJsServiceRegistration#setSupressCors"
...
See gh-28853
2 years ago
Marc Wrobel
1cc36e5be9
Deprecate SockJsServiceRegistration#setSupressCors
...
SockJsServiceRegistration#setSupressCors name contains a typo. It is
now deprecated in favor of a correctly spelled method, setSuppressCors.
See gh-28853
2 years ago
Stephane Nicoll
f7c32d3a0b
Merge pull request #28842 from adrianbob
...
* pr/28842:
Reintroduce Javadoc links to Apache HttpClient 5.1 APIs
Closes gh-28842
2 years ago
Adrian Bob
9c0a2eeeb2
Reintroduce Javadoc links to Apache HttpClient 5.1 APIs
...
See gh-28842
2 years ago
Jupiter
7fa9f1c9cf
Fix broken link to rsocket protocol page
...
Closes gh-28817
2 years ago
Arjen Poutsma
1e03b30d33
Use existing context path in DefaultServerRequestBuilder
...
Closes gh-28820
2 years ago
Spring Builds
7df149c8b8
Next development version (v5.3.23-SNAPSHOT)
2 years ago
rstoyanchev
e50131d454
Add Consumer methods to configure Jackson modules
...
Closes gh-28633
2 years ago
rstoyanchev
cdd4e8cd7f
Improve regex support for URL path matching
...
Closes gh-28815
2 years ago
Juergen Hoeller
02b7ddbc70
Upgrade to Log4J 2.18, H2 2.1.214, OpenPDF 1.3.29, XStream 1.4.19, HtmlUnit 2.63, Jetty Reactive HttpClient 1.1.12
2 years ago
Juergen Hoeller
8e5c4903d4
Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindings
...
Aligned with the early calculateArgumentBindings call in ReflectiveAspectJAdvisorFactory.
Closes gh-26377
2 years ago
Marc Wrobel
bd3499671c
Fix typos in test code
...
This commit fixes typos in test class names, test method names, and
test variable names.
Closes gh-28807
2 years ago
Sam Brannen
2e4d7e4ef9
Polishing
2 years ago
Marc Wrobel
c6be3b33c9
Fix and improve Javadoc in spring-aop
...
Closes gh-28803
2 years ago
Marc Wrobel
c112bb0ae1
Fix and improve Javadoc in spring-beans
...
See gh-28803
2 years ago
Marc Wrobel
165fba868c
Fix typos in reference docs
...
Closes gh-28805
2 years ago
Marc Wrobel
2ca64ad88a
Fix minor typos in project README
...
See gh-28805
2 years ago
Sam Brannen
ea27206a32
Polishing
2 years ago
Marc Wrobel
c48c5e7691
Fix and improve Javadoc in spring-context
...
Closes gh-28802
2 years ago
Marc Wrobel
bc15f839cd
Fix and improve Javadoc in spring-core
...
See gh-28802
2 years ago
Sam Brannen
46db372951
Polishing
2 years ago
Marc Wrobel
91258271e4
Fix and improve Javadoc in spring-expression
...
Closes gh-28800
2 years ago
Marc Wrobel
e76fbcb290
Fix and improve Javadoc in spring-jms
...
See gh-28800
2 years ago
Marc Wrobel
82ca27e46f
Fix and improve Javadoc in spring-messaging
...
See gh-28800
2 years ago
Marc Wrobel
bca104798b
Fix and improve Javadoc in spring-jdbc
...
Closes gh-28796
2 years ago
Marc Wrobel
b30eb6837c
Fix and improve Javadoc in spring-oxm
...
See gh-28796
2 years ago
Marc Wrobel
ac06d1dfa9
Fix and improve Javadoc in spring-orm
...
See gh-28796
2 years ago
Marc Wrobel
cfb39acc97
Fix and improve Javadoc in spring-r2dbc
...
See gh-28796
2 years ago
Sam Brannen
222dbf8377
Update copyright date
2 years ago
kacperkrzyzak
10838a636f
Correctly identify MaxUploadSizeExceededException in StandardMultipartHttpServletRequest
...
This commit correctly identifies MaxUploadSizeExceededException in
StandardMultipartHttpServletRequest by converting keywords in the
exception message to lowercase before checking for their presence, for
compatibility with Jetty 9.4.x.
Closes gh-28759
2 years ago
Juergen Hoeller
3c3ae32f07
Upgrade to Netty 4.1.79, Jetty 9.4.48, Undertow 2.2.18, Checkstyle 10.3.1
2 years ago
Juergen Hoeller
a3e46a2db7
ResolvableType.forInstance returns NONE for null instance
...
Closes gh-28776
2 years ago
Juergen Hoeller
de1b938e2e
Improve diagnostics for CGLIB ClassLoader mismatch with --add-opens hint
...
Closes gh-28747
2 years ago
Juergen Hoeller
d72aeac319
Create well-known non-interface types without using reflection
...
Closes gh-28718
2 years ago
Juergen Hoeller
5247eeba84
Support LocalDate/Time for SQL type mappings
...
Closes gh-28778
2 years ago
Juergen Hoeller
ae70e3c81c
Apply read-only enforcement after R2DBC transaction begin
...
Includes prepareTransactionalConnection variant aligned with JDBC DataSourceTransactionManager.
Closes gh-28610
2 years ago