Juergen Hoeller
555807ea9c
Update ServletContainerInitializer filename for Jakarta EE 9
...
Closes gh-27690
See gh-25354
3 years ago
xixingya
5593e1e406
Fix javax.servlet doc to jakarta.servlet ( #27692 )
3 years ago
Brian Clozel
f3b83e7ad4
Merge branch '5.3.x'
3 years ago
d4ksn
29572600dc
Ensure that references > MAX_REFERENCE_SIZE are not processed
...
This commit ensures that only HTML references of length <
MAX_REFERENCE_SIZE are considered as potential references. This check is
possible because reference longer than 10 digits are out of bounds for
Integers.
Closes gh-1249
3 years ago
Stephane Nicoll
c705e32a88
Merge branch '5.3.x'
3 years ago
Spring Builds
aaf626a537
Next development version (v5.3.14-SNAPSHOT)
3 years ago
Brian Clozel
ac694eeac8
Upgrade to Gradle 7.3
3 years ago
Arjen Poutsma
33ed92e552
Merge branch '5.3.x'
3 years ago
Arjen Poutsma
9197f15a30
Use ByteArrayDecoder in DefaultClientResponse::createException
...
This commit changes DefaultClientResponse::createException to use
the ByteArrayDecoder, instead of converting to DataBuffers and
turning these into a byte array.
Closes gh-27666
3 years ago
Christoph Dreis
5c972fcc54
Use Charset variants of URLEncoder and URLDecoder methods
3 years ago
Juergen Hoeller
2fba0bc272
Allow BeanUtils#instantiateClass inlining with native
...
Closes gh-27072
3 years ago
Juergen Hoeller
54bd66755c
Consistently replace String encoding names with StandardCharset arguments
...
Closes gh-27664
3 years ago
SungMin
32af39d6e6
Use 'toString(Charset)' instead of 'toString(String)' for encodings ( #27646 )
...
Co-authored-by: 홍성민(SungMin Hong)/Platform Engineering팀/11ST <devmonster@11stcorp.com>
3 years ago
Juergen Hoeller
75036fa0ad
Merge branch '5.3.x'
3 years ago
Juergen Hoeller
15a6373fed
Avoid nullability warnings
3 years ago
Juergen Hoeller
2a268701c4
Introduce optimizeLocations flag for resource location filtering on startup
...
This flag is off by default since it requires jar files with directory entries.
Closes gh-27624
3 years ago
Juergen Hoeller
0e1ba7aae5
Merge branch '5.3.x'
...
# Conflicts:
# build.gradle
# spring-context/src/main/java/org/springframework/context/annotation/Lazy.java
3 years ago
Juergen Hoeller
11a0df3fd1
Upgrade to Tomcat 9.0.54, Netty 4.1.70, HtmlUnit 2.54, XMLUnit 2.8.3
3 years ago
Juergen Hoeller
b167e1a93f
Remove unnecessary final declarations (for consistency)
3 years ago
Juergen Hoeller
8d735e6e60
Note on PersistenceExceptionTranslator sorting and non-singleton retrieval
...
Closes gh-26412
3 years ago
Juergen Hoeller
9bc09631d6
Recommend ObjectProvider as alternative to @Lazy for optional dependencies
...
Closes gh-27649
3 years ago
Stephane Nicoll
cd5657d158
Merge branch '5.3.x'
3 years ago
Stephane Nicoll
39be572a7a
Upgrade to Reactor 2020.0.13
...
Closes gh-27636
3 years ago
Sam Brannen
8de58f4f32
Merge branch '5.3.x'
3 years ago
Abdullah Khan
6ac780d595
Fix grammar in webflux-webclient.adoc
...
Closes gh-27657
3 years ago
Rossen Stoyanchev
ec947065a9
Merge branch '5.3.x' into main
3 years ago
Rossen Stoyanchev
c6ce65ef56
Polishing contribution
...
Closes gh-27623
3 years ago
happyWilliam0
b5743966d6
Improve efficiency of UrlPathHelper#getSanitizedPath
...
See gh-27623
3 years ago
Rossen Stoyanchev
c5de5c9939
Update Javadoc of LogFormatUtils
...
Closes gh-27632
3 years ago
Juergen Hoeller
5acc3228f7
Upgrade to Hibernate ORM 5.6.1, Tomcat 10.0.12, Netty 4.1.70, HtmlUnit 2.54, XMLUnit 2.8.3
3 years ago
Sam Brannen
ebfec822cb
Merge branch '5.3.x'
3 years ago
Sam Brannen
ff1485fd8d
Fix log message formatting in CandidateComponentsIndexLoader
3 years ago
Stephane Nicoll
ea86b4d36c
Merge branch '5.3.x'
3 years ago
Stephane Nicoll
1b4438caac
Start building against Reactor 2020.0.13 snapshots
...
See gh-27636
3 years ago
Arjen Poutsma
1eb8c93689
Merge branch '5.3.x'
3 years ago
Arjen Poutsma
0c7e000250
Refactor Contents to DefaultParts
...
This commit moves the Contents abstraction into DefaultParts
See gh-27613
3 years ago
Arjen Poutsma
a71f0eb267
Merge branch '5.3.x'
3 years ago
Arjen Poutsma
694db2273f
Add Part::delete method
...
This commit introduces the Part::delete method, that deletes its
underlying storage.
Closes gh-27612
3 years ago
Sam Brannen
56fd97184c
Avoid generic type parameter hiding in UnmodifiableValueCollection
3 years ago
Sam Brannen
4464468465
Clean up warnings in UnmodifiableMultiValueMapTests
3 years ago
Sam Brannen
32c14a2b42
Update Javadoc regarding repeatable annotation support
3 years ago
최유진(Yujin Choi)/Platform Engineering팀/11ST
8dd385b440
Use toUnmodifiableSet and toList instead of collectingAndThen
...
Since Spring Framework 6 uses JDK 17 for its baseline, we can make use
of toList() and toUnmodifiableSet() which were introduced in JDK 16 and
JDK 10, respectively.
Closes gh-27618
3 years ago
Stephane Nicoll
5ea1cf532e
Merge branch '5.3.x'
3 years ago
Stephane Nicoll
47d3819eab
Merge pull request #27604 from Xjzon
...
* pr/27604:
Polish "Add support for custom expression parsing"
Add support for custom expression parsing
Closes gh-27604
3 years ago
Stephane Nicoll
f295c8b2fb
Polish "Add support for custom expression parsing"
...
See gh-27604
3 years ago
Xjzon
40d84c297b
Add support for custom expression parsing
...
See gh-27604
3 years ago
Arjen Poutsma
0a9746e820
Merge branch '5.3.x'
3 years ago
Arjen Poutsma
0416168d0e
Fix bug in max header calculation in DefaultPartHttpMessageReader
...
This commit fixes a bug in the DefaultPartHttpMessageReader, in the
check for exceeding the maximum header size. Before this commit, the
entire buffer size was considered, thus triggering an exception even
though the max header limit was not exceeded. After this commit, we only
consider the size up until the end-of-header mark (CRLFCRLF).
Furthermore, this commit increases the default maximum header size to
10k, the same default as Commons File upload.
Closes gh-27612
3 years ago
Arjen Poutsma
0a58419df4
Add immutable MultiValueMap wrapper
...
This commit introduces UnmodifiableMultiValueMap, an immutable wrapper
around a MultiValueMap, similar to what is returned by
Collections.unmodifiable*.
CollectionUtils::unmodifiableMultiValueMap now returns
UnmodifiableMultiValueMap.
Closes gh-27608
3 years ago
Brian Clozel
6fd0615be9
Fix JDK18 declaration in CI pipeline
...
See gh-27607
3 years ago