qxo
e8eeb99ac8
Repect StaxDriver in XStreamMarshaller::marshalXmlStreamWriter
...
This commit makes sure that namespaces configured via the streamDriver
property are respected.
2021-11-23 10:41:04 +01:00
Stephane Nicoll
b67e97d388
Polish
2021-11-22 16:13:37 +01:00
Stephane Nicoll
656f0591c6
Merge pull request #1330 from kazuki43zoo
...
* pr/1330:
Polish "Add tests for AbstractRoutingDataSource"
Add tests for AbstractRoutingDataSource
Closes gh-1330
2021-11-22 13:46:29 +01:00
Stephane Nicoll
23babe27bb
Polish "Add tests for AbstractRoutingDataSource"
...
See gh-1330
2021-11-22 13:43:08 +01:00
Kazuki Shimizu
bcb9f159ca
Add tests for AbstractRoutingDataSource
...
See gh-1330
2021-11-22 13:43:08 +01:00
Stephane Nicoll
8ca9187938
Merge pull request #1025 from julianladisch
...
* pr/1025:
Fix simple data format in appendix
Closes gh-1025
2021-11-22 13:27:56 +01:00
julianladisch
1e0bdf95d0
Fix simple data format in appendix
...
See gh-1025
2021-11-22 13:26:57 +01:00
Stephane Nicoll
44da9451c4
Merge pull request #1000 from awgtek
...
* pr/1000:
Polish "Refine StoredProcedure#declareParameter Javadoc"
Refine StoredProcedure#declareParameter Javadoc
Closes gh-1000
2021-11-22 13:21:00 +01:00
Stephane Nicoll
544f357661
Polish "Refine StoredProcedure#declareParameter Javadoc"
...
See gh-1000
2021-11-22 13:20:16 +01:00
awgtek
ca4f338d75
Refine StoredProcedure#declareParameter Javadoc
...
See gh-1000
2021-11-22 13:18:24 +01:00
Stephane Nicoll
8e8c88ea5c
Merge pull request #767 from thomasdarimont
...
* pr/767:
Document @Bean definitions via default methods
Closes gh-767
2021-11-22 12:55:38 +01:00
Thomas Darimont
767299c6dd
Document @Bean definitions via default methods
...
See gh-767
Co-authored-by: Stephane Nicoll <snicoll@vmware.com >
2021-11-22 12:55:22 +01:00
Stephane Nicoll
3290495222
Merge pull request #27699 from quaff
...
* pr/27699:
Fix typo
Closes gh-27699
2021-11-22 10:31:13 +01:00
Yanming Zhou
b4b3c2ead6
Fix typo
...
See gh-27699
2021-11-22 10:30:45 +01:00
Jerome Prinet
dfd5374f02
Upgrade Gradle enterprise plugin to 3.7.2
...
Closes gh-27704
2021-11-19 15:06:27 +01:00
Arjen Poutsma
722ab25f27
Support empty file names in UriUtils::extractFileExtension
...
Closes gh-27639
2021-11-19 12:37:00 +01:00
Sam Brannen
c37d6c30a0
Fix nullability declarations in MergedContextConfiguration
2021-11-18 19:23:28 +01:00
Arjen Poutsma
5fbdd6dcfe
Throw exception using capturing patterns in AntPathMatcher
...
Closes gh-27688
2021-11-17 16:52:17 +01:00
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
2021-11-16 15:04:08 +01:00
Spring Builds
aaf626a537
Next development version (v5.3.14-SNAPSHOT)
2021-11-11 07:42:44 +00:00
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
2021-11-10 16:24:49 +01:00
Juergen Hoeller
15a6373fed
Avoid nullability warnings
2021-11-10 14:22:06 +01:00
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
2021-11-10 14:21:48 +01:00
Juergen Hoeller
11a0df3fd1
Upgrade to Tomcat 9.0.54, Netty 4.1.70, HtmlUnit 2.54, XMLUnit 2.8.3
2021-11-09 22:36:11 +01:00
Juergen Hoeller
b167e1a93f
Remove unnecessary final declarations (for consistency)
2021-11-09 22:35:24 +01:00
Juergen Hoeller
8d735e6e60
Note on PersistenceExceptionTranslator sorting and non-singleton retrieval
...
Closes gh-26412
2021-11-09 22:30:44 +01:00
Juergen Hoeller
9bc09631d6
Recommend ObjectProvider as alternative to @Lazy for optional dependencies
...
Closes gh-27649
2021-11-09 22:29:56 +01:00
Stephane Nicoll
39be572a7a
Upgrade to Reactor 2020.0.13
...
Closes gh-27636
2021-11-09 19:38:10 +01:00
Abdullah Khan
6ac780d595
Fix grammar in webflux-webclient.adoc
...
Closes gh-27657
2021-11-09 14:22:50 +01:00
Rossen Stoyanchev
c6ce65ef56
Polishing contribution
...
Closes gh-27623
2021-11-09 09:47:02 +00:00
happyWilliam0
b5743966d6
Improve efficiency of UrlPathHelper#getSanitizedPath
...
See gh-27623
2021-11-09 09:47:02 +00:00
Rossen Stoyanchev
c5de5c9939
Update Javadoc of LogFormatUtils
...
Closes gh-27632
2021-11-08 21:21:54 +00:00
Sam Brannen
ff1485fd8d
Fix log message formatting in CandidateComponentsIndexLoader
2021-11-05 10:31:10 +01:00
Stephane Nicoll
1b4438caac
Start building against Reactor 2020.0.13 snapshots
...
See gh-27636
2021-11-04 14:47:37 +01:00
Arjen Poutsma
0c7e000250
Refactor Contents to DefaultParts
...
This commit moves the Contents abstraction into DefaultParts
See gh-27613
2021-11-03 15:02:12 +01:00
Arjen Poutsma
694db2273f
Add Part::delete method
...
This commit introduces the Part::delete method, that deletes its
underlying storage.
Closes gh-27612
2021-11-02 16:15:44 +01:00
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
2021-10-28 14:21:29 +02:00
Stephane Nicoll
f295c8b2fb
Polish "Add support for custom expression parsing"
...
See gh-27604
2021-10-28 14:20:15 +02:00
Xjzon
40d84c297b
Add support for custom expression parsing
...
See gh-27604
2021-10-28 13:57:15 +02:00
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
2021-10-27 16:28:32 +02:00
Sam Brannen
c4c3d59d07
Remove unused code in FormattingConversionServiceTests
2021-10-25 17:02:58 +02:00
Сергей Цыпанов
0268e76298
Improve mapping function in ExtendedEntityManagerCreator.createProxy()
...
Closes gh-27456
2021-10-25 16:30:26 +02:00
Kenzo Spaulding
4ec8ae42f4
Add test cases to SpEL's MapAccessorTests
...
Closes gh-26981
2021-10-23 17:45:37 +02:00
Sam Brannen
995aaa6159
Polishing
2021-10-23 16:08:00 +02:00
Sam Brannen
2c89ff934d
Update copyright date
...
See gh-27560
2021-10-23 15:59:46 +02:00
Daniil Pozdeev
c58853f5e5
Use LocalDataSourceJobStore only if one is not set via Quartz properties
...
Prior to this commit, Spring's SchedulerFactoryBean always set the
"org.quartz.jobStore.class" property to LocalDataSourceJobStore even if
the user had already specified a custom JobStore implementation via the
Quartz properties file or Properties object, thereby effectively
ignoring the user configuration.
This commit addresses this by configuring Quartz to use Spring's
LocalDataSourceJobStore only if a JobStore has not already been
specified via user configuration.
Closes gh-27560
2021-10-23 15:22:42 +02:00
xxpain
66826ac960
Fix typo in Javadoc in HeaderAssertions
...
Closes gh-27589
2021-10-22 15:28:27 +02:00
Sam Brannen
a603779f33
Return previous value in UndertowHeadersAdapter's remove() method
...
Prior to this commit, UndertowHeadersAdapter's remove() method violated
the java.util.Map contract by always returning null.
This commit fixes this by returning the previous list stored under the
specified key, and otherwise returning null if no previous value was
present.
Closes gh-27592
2021-10-22 14:57:12 +02:00
Сергей Цыпанов
e5475d698a
Iterate over Map's entrySet() instead of keySet() in PropertyEditorRegistrySupport
...
Closes gh-27591
2021-10-22 14:15:33 +02:00
Sam Brannen
b728b4640b
Add explicit tests for SpEL functions for fix for gh-27582
2021-10-22 13:46:11 +02:00