Sam Brannen
43119deb08
Polishing
6 years ago
Sam Brannen
09db8881bb
Fix Checkstyle violation
6 years ago
stsypanov
4cc7b9b9fc
tiny simplifications regarding usage of Iterator
6 years ago
Juergen Hoeller
8f972a5a60
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
80c6f2bcf9
Polishing
6 years ago
Juergen Hoeller
4d97a05fbc
SpringValidatorAdapter applies MessageFormat to {0}-containing message
...
Closes gh-23014
6 years ago
Juergen Hoeller
3c3d828e6c
Actually test LiteConfiguration arrangement
...
Closes gh-23013
6 years ago
Phillip Webb
6b9160b3ae
Restore transaction specific assertions
...
Revert 82d0e49d
and instead create a `TransactionAssert` class.
Closes gh-23022
6 years ago
Sam Brannen
5a1217cafe
Migrate JUnit Jupiter assertions to AssertJ
...
Migrate all existing JUnit Jupiter based assertions to AssertJ and add
Checkstyle rules to ensure they don't return.
See gh-23022
6 years ago
Sam Brannen
f47481749b
Fix Checkstyle violation
6 years ago
Sam Brannen
ecf45edfb6
Upgrade to reactor Dysprosium snapshots
6 years ago
Sam Brannen
0aaf5785dd
Merge branch '5.1.x'
6 years ago
Sam Brannen
1e76e5086b
Upgrade to Reactor Californium snapshots
6 years ago
Stephane Nicoll
d106ae0d80
Upgrade to reactor Dysprosium snapshots
6 years ago
Stephane Nicoll
40c82d8871
Merge branch '5.1.x'
6 years ago
Stephane Nicoll
69080ade03
Upgrade to Reactor Californium snapshots
6 years ago
Sam Brannen
a4cd547b7e
Fix ScriptUtilsUnitTests
6 years ago
Sam Brannen
303216f4eb
Merge branch '5.1.x'
6 years ago
chrunchyjesus
771a05e878
Fix ScriptUtils for MS Windows line ending
...
Prior to this commit, ScriptUtils did not properly split SQL
scripts that contained line endings for MS Windows.
Closes gh-23019
6 years ago
Diego Castro
2f8aa368fe
Fix code example for validation on functional endpoints
...
Closes gh-23020
6 years ago
Phillip Webb
82d0e49de9
Inline methods from TransactionTestUtils
...
Delete `TransactionTestUtils` and inline AssertJ assertions
instead.
Closes gh-23022
6 years ago
Phillip Webb
9d74da006c
Migrate JUnit 4 assertions to AssertJ
...
Migrate all existing JUnit 4 `assert...` based assertions to AssertJ
and add a checkstyle rule to ensure they don't return.
See gh-23022
6 years ago
Phillip Webb
95a9d46a87
Migrate Hamcrest assertions to AssertJ
...
Migrate all existing `assertThat(..., Matcher)` assertions to AssertJ
and add checkstyle rules to ensure they don't return.
See gh-23022
6 years ago
Rossen Stoyanchev
2294625cf0
Exposes STOMP frame stats
...
Closes gh-23015
6 years ago
Rossen Stoyanchev
e09c5fd9e5
Use TaskExecutor instead of ThreadPoolTaskExecutor
...
Closes gh-22943
6 years ago
Rossen Stoyanchev
0b2fcbfe8a
Use TaskScheduler instead of ThreadPoolTaskScheduler
...
Closes gh-22943
6 years ago
Rossen Stoyanchev
d30778458a
Create SECURITY.md
6 years ago
Rossen Stoyanchev
31135cc2c4
Merge branch '5.1.x'
6 years ago
Rossen Stoyanchev
5f7541344a
Fix test failing after #99302f
6 years ago
Rossen Stoyanchev
3a5fb1fdf3
Fix test failing after #99302f
6 years ago
Rossen Stoyanchev
71396121a7
Merge branch '5.1.x'
6 years ago
Rossen Stoyanchev
99302fd6bd
AntPathMatcher#isPattern also checks URI vars
...
Closes gh-22959
6 years ago
D瓜哥
f39fde7460
Upgrade to asciidoctorj-pdf version 1.5.0-alpha.17
...
Closes gh-23006
6 years ago
Sam Brannen
f806594e60
Introduce getOrEmpty(String) convenience method in HttpHeaders
...
This commit introduces a getOrEmpty(String) method in HttpHeaders that
returns an immutable, empty list if no values are present for the
specified header name. This is provided as a convenience over the
existing get(String) method which returns null in such cases.
Closes gh-22949
6 years ago
Sam Brannen
9ca7354146
Polishing
6 years ago
Sam Brannen
819097a07a
Clean up warning in Gradle build
6 years ago
Juergen Hoeller
8a33ef2d14
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
5aa0de7ac8
Upgrade to OkHttp 3.14.2, Joda-Time 2.10.2, OpenPDF 1.2.17, JRuby 9.2.7
6 years ago
Juergen Hoeller
701b7b8a18
Align ReactiveTypeDescriptor accessor methods
6 years ago
Rossen Stoyanchev
438d3710d3
Detect MimeType via ConnectionSetupPayload
...
Closes gh-23012
6 years ago
Juergen Hoeller
3645281c35
Polishing
6 years ago
Juergen Hoeller
ff838fd011
Consistently support CompletionStage in ReactiveAdapterRegistry
...
Aligns ReactiveAdapterRegistry with MVC/messaging handler methods in terms of recognizing CompletionStage as well as CompletableFuture. Includes consistent use of ReactiveAdapter for reactive transactions.
Closes gh-23011
6 years ago
Arjen Poutsma
9b3c92e8d2
Add leading slash for path predicate if not present
...
This commit adds a leading slash for path predicates in both
WebFlux.fn and WebMvc.fn.
Closes gh-22795
6 years ago
Juergen Hoeller
c329bad42a
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
8cd3daad0d
Polishing
6 years ago
Juergen Hoeller
171e8f56a3
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
75d751d968
Polishing
6 years ago
Juergen Hoeller
55e601c322
Revise system property replacement tests
...
See gh-22959
6 years ago
stsypanov
6f07a504b8
A couple of trivial simplifications
6 years ago
Phillip Webb
02850f357f
Migrate exception checking tests to use AssertJ
...
Migrate tests that use `@Test(expectedException=...)` or
`try...fail...catch` to use AssertJ's `assertThatException`
instead.
6 years ago