Rebwon
7f422f206c
Polishing
...
Closes gh-26682
4 years ago
Sam Brannen
70f0895f96
Polish HeaderWebSessionIdResolverTests
...
See gh-26675
4 years ago
MaengSol
2728a9b931
Polishing
...
Closes gh-26675
4 years ago
drgnchan
bc261fd995
Remove duplicate word in Javadoc
...
Closes gh-26676
4 years ago
Mark Paluch
0eaf6d12eb
Add support for Oracle bind marker scheme using R2DBC
...
We now support Oracle's bind marker scheme that identifies dynamic
parameters using names that are prefixed with a colon such as
`:P0_myparam`.
Closes gh-26680
4 years ago
Rossen Stoyanchev
6e264f9bdd
Add test for global Consumer<ExchangeResult> in WebTestClient
...
See gh-26662
4 years ago
Rossen Stoyanchev
6214ff153f
Public method to register MessagingAdviceBean
...
Closes gh-26636
4 years ago
Rossen Stoyanchev
c6b271f1b6
Support global Consumer<ExchangeResult> in WebTestClient
...
Closes gh-26662
4 years ago
Stephane Nicoll
8bf16ee1f4
Merge pull request #26678 from 1993heqiang
...
* pr/26678:
Polish "Fix Commons FileUpload URL in reference guide"
Fix Commons FileUpload URL in reference guide
Closes gh-26678
4 years ago
Stephane Nicoll
a3451f9908
Polish "Fix Commons FileUpload URL in reference guide"
...
See gh-26678
4 years ago
heqiang
5c38b89f4e
Fix Commons FileUpload URL in reference guide
...
See gh-26678
4 years ago
Stephane Nicoll
9c030bacb8
Merge pull request #26673 from Rebwon
...
* pr/26673:
Update copyright year of changed files
Polish
Closes gh-26673
4 years ago
Stephane Nicoll
12f8cdd715
Update copyright year of changed files
...
See gh-26673
4 years ago
Rebwon
2daefedf5e
Polish
...
See gh-26673
4 years ago
Juergen Hoeller
6670db9b58
Polishing
4 years ago
Juergen Hoeller
7b6cac2c93
Polishing
4 years ago
Juergen Hoeller
6ffeee3e6f
Basic integration tests with various listener container settings
...
See gh-26442
4 years ago
Juergen Hoeller
1b458aeafc
Upgrade to ActiveMQ 5.16.1
4 years ago
Juergen Hoeller
0503cf2937
Revised checks for maxMessagesPerTask and idleReceivesPerTaskLimit
...
See gh-26442
4 years ago
Koen Serneels
14c802f979
Introduced 'idleReceivesPerTaskLimit': also mark task idle when idle receives per task threshold is reached
...
Closes GH-26195
4 years ago
Juergen Hoeller
c1b1940dd2
Polishing
4 years ago
Juergen Hoeller
97b3aa4b13
Polishing
4 years ago
Michal Stehlik
79b5710386
StatusAssertion value methods fail when used with custom status code
4 years ago
Sam Brannen
b2bcb0f93a
Support multiple parsing patterns in @DateTimeFormat
...
Prior to this commit, @DateTimeFormat only supported a single format
for parsing date time values via the style, iso, and pattern attributes.
This commit introduces a new fallbackPatterns attribute that can be
used to configure multiple fallback patterns for parsing date time
values. This allows applications to accept multiple input formats for
date time values.
For example, if you wish to use the ISO date format for parsing and
printing but allow for lenient parsing of user input for various
additional date formats, you could annotate a field or method parameter
with configuration similar to the following.
@DateTimeFormat(
iso = ISO.DATE,
fallbackPatterns = { "M/d/yy", "dd.MM.yyyy" }
)
Closes gh-20292
4 years ago
Sam Brannen
5593e95e89
Do not assert thread count in ParallelApplicationEventsIntegrationTests
4 years ago
Rossen Stoyanchev
6d4c0091b5
Add application/*+xml to Jaxb2XmlEncoder
...
Closes gh-26655
4 years ago
Rossen Stoyanchev
55aa8e914e
Expose id from ClientHttpResponse
...
Closes gh-26656
4 years ago
Juergen Hoeller
2b017fe540
Apply original ClassLoader in AbstractAdvisingBeanPostProcessor as well
...
See gh-26601
4 years ago
Stephane Nicoll
61cdd647b6
Fix image name for JDK 15 build
4 years ago
Stephane Nicoll
f6d3d9d6e6
Polish CI pipeline
4 years ago
Brian Clozel
ed71fe0460
Publish directly to Maven Central
...
This commit skips the Bintray-related tasks in our CI pipeline and
instead relies on Maven Central for publishing Spring Framework
artifacts.
This commit also updates the CI pipeline to sign the artifacts directly
with the `artifactory-resource`.
Closes gh-26654
4 years ago
Juergen Hoeller
89f70bdc46
Upgrade to Netty 4.1.60, RxJava 3.0.11, JsonPath 2.5
4 years ago
Juergen Hoeller
3c9bd3177e
Move getListenerId method to Smart/GenericApplicationListener
...
See gh-26638
4 years ago
Stephane Nicoll
4b80ef21b6
Merge pull request #26651 from MichelTenVoorde
...
* pr/26651:
Polish "Update reference to deprecated CronSequenceGenerator"
Update reference to deprecated CronSequenceGenerator
Closes gh-26651
4 years ago
Stephane Nicoll
d308985edc
Polish "Update reference to deprecated CronSequenceGenerator"
...
See gh-26651
4 years ago
Michel ten Voorde
5aef87f120
Update reference to deprecated CronSequenceGenerator
...
See gh-26651
4 years ago
Juergen Hoeller
70c0e104b5
Upgrade to Protobuf 3.15.5, Undertow 2.2.5, Woodstox 6.2.4
4 years ago
Juergen Hoeller
01bf1c9021
Polishing
4 years ago
Juergen Hoeller
530fb0808d
Polishing
4 years ago
Juergen Hoeller
48688b7b04
Pass getListenerId call on to delegate
...
See gh-26638
4 years ago
Rossen Stoyanchev
1ef8cad7bc
Make use of Reactor Netty's ChannelOperationsId
...
Closes gh-26649
4 years ago
Juergen Hoeller
86902d27b2
Expose id/getListenerId in base EventListener/ApplicationListener (pulled up from tx)
...
Includes removeApplicationListeners(Predicate) method in ApplicationEventMulticaster.
Closes gh-26638
4 years ago
Qimiao Chen
9877a9e6b7
Reduce memory consumption
4 years ago
Qimiao Chen
75b6540bd8
Specify 20 to the initial size of the ArrayList
4 years ago
Oleksandr Kravchuk
21d77dd7c7
Fixed typo in ref docs
4 years ago
Rossen Stoyanchev
8bdc53ac5c
Fix log message
...
See gh-gh-26434
4 years ago
Rossen Stoyanchev
acb638f828
WriteResultPublisher propagates cancel upstream
...
Closes gh-26642
4 years ago
Juergen Hoeller
c7e8989f16
Upgrade to Hibernate ORM 5.4.29, Jackson 2.12.2, Jetty 9.4.38, Jetty Reactive HttpClient 1.1.6, R2DBC Arabba-SR9, JRuby 9.2.16, SnakeYAML 1.28, Checkstyle 8.41
4 years ago
Rossen Stoyanchev
78f65c4ca9
Consistent handling on Servlet non-blocking error callbacks
...
See gh-26434
4 years ago
Rossen Stoyanchev
42e4ca1e2d
Improve logging for Servlet / Reactive Streams adapters
...
See gh-26434
4 years ago