Juergen Hoeller
75036fa0ad
Merge branch '5.3.x'
4 years ago
Juergen Hoeller
15a6373fed
Avoid nullability warnings
4 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
4 years ago
Juergen Hoeller
0e1ba7aae5
Merge branch '5.3.x'
...
# Conflicts:
# build.gradle
# spring-context/src/main/java/org/springframework/context/annotation/Lazy.java
4 years ago
Juergen Hoeller
11a0df3fd1
Upgrade to Tomcat 9.0.54, Netty 4.1.70, HtmlUnit 2.54, XMLUnit 2.8.3
4 years ago
Juergen Hoeller
b167e1a93f
Remove unnecessary final declarations (for consistency)
4 years ago
Juergen Hoeller
8d735e6e60
Note on PersistenceExceptionTranslator sorting and non-singleton retrieval
...
Closes gh-26412
4 years ago
Juergen Hoeller
9bc09631d6
Recommend ObjectProvider as alternative to @Lazy for optional dependencies
...
Closes gh-27649
4 years ago
Stephane Nicoll
cd5657d158
Merge branch '5.3.x'
4 years ago
Stephane Nicoll
39be572a7a
Upgrade to Reactor 2020.0.13
...
Closes gh-27636
4 years ago
Sam Brannen
8de58f4f32
Merge branch '5.3.x'
4 years ago
Abdullah Khan
6ac780d595
Fix grammar in webflux-webclient.adoc
...
Closes gh-27657
4 years ago
Rossen Stoyanchev
ec947065a9
Merge branch '5.3.x' into main
4 years ago
Rossen Stoyanchev
c6ce65ef56
Polishing contribution
...
Closes gh-27623
4 years ago
happyWilliam0
b5743966d6
Improve efficiency of UrlPathHelper#getSanitizedPath
...
See gh-27623
4 years ago
Rossen Stoyanchev
c5de5c9939
Update Javadoc of LogFormatUtils
...
Closes gh-27632
4 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
4 years ago
Sam Brannen
ebfec822cb
Merge branch '5.3.x'
4 years ago
Sam Brannen
ff1485fd8d
Fix log message formatting in CandidateComponentsIndexLoader
4 years ago
Stephane Nicoll
ea86b4d36c
Merge branch '5.3.x'
4 years ago
Stephane Nicoll
1b4438caac
Start building against Reactor 2020.0.13 snapshots
...
See gh-27636
4 years ago
Arjen Poutsma
1eb8c93689
Merge branch '5.3.x'
4 years ago
Arjen Poutsma
0c7e000250
Refactor Contents to DefaultParts
...
This commit moves the Contents abstraction into DefaultParts
See gh-27613
4 years ago
Arjen Poutsma
a71f0eb267
Merge branch '5.3.x'
4 years ago
Arjen Poutsma
694db2273f
Add Part::delete method
...
This commit introduces the Part::delete method, that deletes its
underlying storage.
Closes gh-27612
4 years ago
Sam Brannen
56fd97184c
Avoid generic type parameter hiding in UnmodifiableValueCollection
4 years ago
Sam Brannen
4464468465
Clean up warnings in UnmodifiableMultiValueMapTests
4 years ago
Sam Brannen
32c14a2b42
Update Javadoc regarding repeatable annotation support
4 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
4 years ago
Stephane Nicoll
5ea1cf532e
Merge branch '5.3.x'
4 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
4 years ago
Stephane Nicoll
f295c8b2fb
Polish "Add support for custom expression parsing"
...
See gh-27604
4 years ago
Xjzon
40d84c297b
Add support for custom expression parsing
...
See gh-27604
4 years ago
Arjen Poutsma
0a9746e820
Merge branch '5.3.x'
4 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
4 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
4 years ago
Brian Clozel
6fd0615be9
Fix JDK18 declaration in CI pipeline
...
See gh-27607
4 years ago
Sam Brannen
c989470f94
Remove unused code in FormattingConversionServiceTests
...
This commit removes test code that became obsolete with the removal of
Joda Time support.
4 years ago
Sam Brannen
267df1c0f2
Merge branch '5.3.x'
4 years ago
Sam Brannen
c4c3d59d07
Remove unused code in FormattingConversionServiceTests
4 years ago
Sam Brannen
63697ca06d
Merge branch '5.3.x'
4 years ago
Сергей Цыпанов
0268e76298
Improve mapping function in ExtendedEntityManagerCreator.createProxy()
...
Closes gh-27456
4 years ago
Brian Clozel
683bdf2675
Polish JDK 18 CI pipeline
...
This commit ensures that JDK 18 is properly installed in the CI image.
See gh-27607
4 years ago
Brian Clozel
65bf5f7c81
Add JDK18 variant to CI pipeline
...
This commit adds a new JDK 18 variant to the CI build image and
configures a JDK18 build (sources compiled with JDK17, tests compiled
and run with JDK18) to the CI pipeline.
Closes gh-27607
4 years ago
Sam Brannen
e4e667acdb
Polishing
4 years ago
Sam Brannen
63509e64d4
Merge branch '5.3.x'
4 years ago
Kenzo Spaulding
4ec8ae42f4
Add test cases to SpEL's MapAccessorTests
...
Closes gh-26981
4 years ago
Sam Brannen
1e36518182
Merge branch '5.3.x'
4 years ago
Sam Brannen
995aaa6159
Polishing
4 years ago
Sam Brannen
2c89ff934d
Update copyright date
...
See gh-27560
4 years ago