Marco Krikke
830cc3450f
Improved DataBinder Javadoc for xxx*yyy pattern matching
...
The default documentation does not mention xxx*yyy pattern matching,
which is, however, supported by PatternMatchUtils. Such a pattern
can be useful for matching nested properties in all elements of a
collection, e.g. property[*].nestedProperty.
See gh-699
3 years ago
Stephane Nicoll
6f6d27f50f
Merge pull request #1246 from fededonna
...
* pr/1246:
Polish "Expose prestartAllCoreThreads on ExecutorService"
Expose prestartAllCoreThreads on ExecutorService
Closes gh-1246
3 years ago
Stephane Nicoll
19a8b94b21
Polish "Expose prestartAllCoreThreads on ExecutorService"
...
See gh-1246
3 years ago
Federico Donnarumma
2c53e9e308
Expose prestartAllCoreThreads on ExecutorService
...
See gh-1246
3 years ago
Arjen Poutsma
2271b6078e
Polishing contribution
...
See gh-1607
3 years ago
qxo
e8eeb99ac8
Repect StaxDriver in XStreamMarshaller::marshalXmlStreamWriter
...
This commit makes sure that namespaces configured via the streamDriver
property are respected.
3 years ago
Stephane Nicoll
b67e97d388
Polish
3 years ago
Stephane Nicoll
656f0591c6
Merge pull request #1330 from kazuki43zoo
...
* pr/1330:
Polish "Add tests for AbstractRoutingDataSource"
Add tests for AbstractRoutingDataSource
Closes gh-1330
3 years ago
Stephane Nicoll
23babe27bb
Polish "Add tests for AbstractRoutingDataSource"
...
See gh-1330
3 years ago
Kazuki Shimizu
bcb9f159ca
Add tests for AbstractRoutingDataSource
...
See gh-1330
3 years ago
Stephane Nicoll
8ca9187938
Merge pull request #1025 from julianladisch
...
* pr/1025:
Fix simple data format in appendix
Closes gh-1025
3 years ago
julianladisch
1e0bdf95d0
Fix simple data format in appendix
...
See gh-1025
3 years ago
Stephane Nicoll
44da9451c4
Merge pull request #1000 from awgtek
...
* pr/1000:
Polish "Refine StoredProcedure#declareParameter Javadoc"
Refine StoredProcedure#declareParameter Javadoc
Closes gh-1000
3 years ago
Stephane Nicoll
544f357661
Polish "Refine StoredProcedure#declareParameter Javadoc"
...
See gh-1000
3 years ago
awgtek
ca4f338d75
Refine StoredProcedure#declareParameter Javadoc
...
See gh-1000
3 years ago
Stephane Nicoll
8e8c88ea5c
Merge pull request #767 from thomasdarimont
...
* pr/767:
Document @Bean definitions via default methods
Closes gh-767
3 years ago
Thomas Darimont
767299c6dd
Document @Bean definitions via default methods
...
See gh-767
Co-authored-by: Stephane Nicoll <snicoll@vmware.com>
3 years ago
Stephane Nicoll
3290495222
Merge pull request #27699 from quaff
...
* pr/27699:
Fix typo
Closes gh-27699
3 years ago
Yanming Zhou
b4b3c2ead6
Fix typo
...
See gh-27699
3 years ago
Jerome Prinet
dfd5374f02
Upgrade Gradle enterprise plugin to 3.7.2
...
Closes gh-27704
3 years ago
Arjen Poutsma
722ab25f27
Support empty file names in UriUtils::extractFileExtension
...
Closes gh-27639
3 years ago
Sam Brannen
c37d6c30a0
Fix nullability declarations in MergedContextConfiguration
3 years ago
Arjen Poutsma
5fbdd6dcfe
Throw exception using capturing patterns in AntPathMatcher
...
Closes gh-27688
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
Spring Builds
aaf626a537
Next development version (v5.3.14-SNAPSHOT)
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
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
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
39be572a7a
Upgrade to Reactor 2020.0.13
...
Closes gh-27636
3 years ago
Abdullah Khan
6ac780d595
Fix grammar in webflux-webclient.adoc
...
Closes gh-27657
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
Sam Brannen
ff1485fd8d
Fix log message formatting in CandidateComponentsIndexLoader
3 years ago
Stephane Nicoll
1b4438caac
Start building against Reactor 2020.0.13 snapshots
...
See gh-27636
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
694db2273f
Add Part::delete method
...
This commit introduces the Part::delete method, that deletes its
underlying storage.
Closes gh-27612
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
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
Sam Brannen
c4c3d59d07
Remove unused code in FormattingConversionServiceTests
3 years ago
Сергей Цыпанов
0268e76298
Improve mapping function in ExtendedEntityManagerCreator.createProxy()
...
Closes gh-27456
3 years ago
Kenzo Spaulding
4ec8ae42f4
Add test cases to SpEL's MapAccessorTests
...
Closes gh-26981
3 years ago
Sam Brannen
995aaa6159
Polishing
3 years ago
Sam Brannen
2c89ff934d
Update copyright date
...
See gh-27560
3 years ago