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
Sébastien Deleuze
c942c8d2cf
Fix expectations in MockMvc Kotlin documentation
...
Closes gh-28301
2 years ago
Sébastien Deleuze
1201af20e4
Improve consistency of Kotlin injection code samples
...
Closes gh-28596
2 years ago
Sébastien Deleuze
d1df4d3739
Fix Kotlin code snippets language
...
Closes gh-28810
2 years ago
Sébastien Deleuze
1ef8800c6c
Fix Kotlin example for custom @Production
...
Closes gh-28680
2 years ago
Sébastien Deleuze
4d7e4e0c58
Fix a typo
...
See gh-28630
2 years ago
Stephane Nicoll
c7067269b3
Upgrade to Reactor 2020.0.21
...
Closes gh-28765
2 years ago
Sam Brannen
3af6a22b9f
Temporarily disable Javadoc links to Apache HttpClient 5.1 APIs
2 years ago
Sam Brannen
31a9694fc8
Improve Javadoc for ContextCache#clearStatistics()
...
See gh-28795
2 years ago
Marc Wrobel
92b8e99cbc
Fix and improve Javadoc in spring-test
...
Closes gh-28795
2 years ago
Marc Wrobel
3b68e97710
Fix and improve Javadoc in spring-tx
...
Closes gh-28794
2 years ago
Marc Wrobel
6f494ef438
Fix and improve Javadoc in spring-web
...
Closes gh-28791
2 years ago
Sam Brannen
19704805fd
Polish contribution
...
See gh-28790
2 years ago
Marc Wrobel
31c6965c7f
Fix and improve Javadoc in spring-webflux
...
Closes gh-28790
2 years ago
Sam Brannen
5b1a84e395
Polish contribution
...
See gh-28789
2 years ago
Marc Wrobel
6985fa8057
Fix and improve Javadoc in spring-webmvc
...
Closes gh-28789
2 years ago
Marc Wrobel
03f0c57704
Fix and improve Javadoc in spring-websocket
...
Closes gh-28788
2 years ago
Sam Brannen
d274e893a6
Remove superfluous static declaration for enum, annotation, & interface
2 years ago
Arjen Poutsma
aa8b06b622
Delete file on multipart cancel
...
This commit makes sure that the temporary file used for multipart
storage is deleted when the source stream is malformed or cancelled.
Closes gh-28740
2 years ago
Sam Brannen
323dbb912e
Move convention-based attribute override tests to @Nested class
2 years ago
rstoyanchev
63d7e81a48
Switch to Reactor 2020-0.21 snapshots
...
See gh-28765
2 years ago
Sam Brannen
07960d4918
Polishing
2 years ago
Sam Brannen
07cfcbc3a9
Move convention-based attribute override tests to @Nested class
2 years ago
Sam Brannen
2af27d899f
Trim string input in Converters where whitespace is irrelevant
...
Closes gh-28756
2 years ago
Sam Brannen
0621a8eff1
Fix concurrency issues in FreeMarkerMacroTests
...
Prior to this commit, tests in these two classes intermittently failed
with errors similar to the following, due to concurrent modification
of shared files.
expected:
"<input type="text" id="name" name="name" value="Darren" >"
but was:
"<input type="text" id="name" name="name" value="Darren" >
"hidden"/>"
This commit fixes this by creating a new temporary folder for each test
method invocation.
2 years ago