Stephane Nicoll
dabc73c7ac
Upgrade to Jetty 9.4.16.v20190411
...
Closes gh-16761
6 years ago
Stephane Nicoll
dcb5c78124
Upgrade to Appengine Sdk 1.9.74
...
Closes gh-16760
6 years ago
Stephane Nicoll
c3ea39ce63
Upgrade to Tomcat 8.5.40
...
Closes gh-16504
6 years ago
Stephane Nicoll
e6deac1fd2
Start building against Spring Framework 4.3.x snapshots
...
See gh-16759
6 years ago
Stephane Nicoll
c9d4ddd911
Upgrade to Reactor Dysprosium-M1
...
Closes gh-16595
6 years ago
Stephane Nicoll
507a752ca5
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
b6911799b8
Upgrade to Reactor Californium-SR7
...
Closes gh-16723
6 years ago
Stephane Nicoll
1de6f68238
Document that JUnit 5 is the default
...
See gh-14736
6 years ago
Madhura Bhave
684a1c7a3c
Migrate tests to JUnit5 testcontainer extensions
...
Closes gh-15456
6 years ago
Madhura Bhave
1db1c8b03c
Validate our own tests work with JUnit5 and the vintage engine
...
Closes gh-14737
Co-authored-by: Stephane Nicoll <snicoll@pivotal.io>
6 years ago
Madhura Bhave
d9f339a1b6
Include Junit5 dependencies in Spring Boot Starter Test
...
Closes gh-14736
Co-authored-by: Stephane Nicoll <snicoll@pivotal.io>
6 years ago
Madhura Bhave
d15347d4e5
Add Junit5 OutputCapture Extension
...
Closes gh-14738
6 years ago
Andy Wilkinson
95003d79d7
Merge branch '2.1.x'
...
Closes gh-16746
6 years ago
Andy Wilkinson
66eec463fd
Merge pull request #16728 from Gary Russell
...
* gh-16728:
Add dependency management for remaining non-example Kafka modules
Add dependency management for kafka-streams-test-utils
Closes gh-16728
6 years ago
Andy Wilkinson
1297068528
Add dependency management for remaining non-example Kafka modules
...
See gh-16728
6 years ago
Gary Russell
a5e26bff92
Add dependency management for kafka-streams-test-utils
...
See gh-16728
6 years ago
Stephane Nicoll
c91578bbae
Define surefire test provider to use
...
The `spring-boot-test` module has a dependency to TestNG to validate
some part of the test infrastructure but no tests are actually written
using TestNG. The presence of TestNG is a trigger for the maven surefire
plugin and it attempts to run tests using it.
This commit defines the explicit provider to use (JUnit 4)
Closes gh-16735
6 years ago
Stephane Nicoll
71b2ab0f0f
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
9fa5235164
Merge pull request #16731 from stdll
...
* pr/16731:
Polish indentation
6 years ago
Stefan Dellmuth
ecdcec2b5d
Polish indentation
...
Closes gh-16731
6 years ago
Stephane Nicoll
ff803a86a0
Merge branch '2.1.x'
...
Closes gh-16726
6 years ago
Stephane Nicoll
52c8bbaddf
Upgrade to Maven Surefire Plugin 2.22.2
...
Closes gh-16725
6 years ago
Stephane Nicoll
9ab930dd4f
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
f0a9e0f616
Switch to Reactor snapshots
...
See gh-16723
6 years ago
Stephane Nicoll
9d72b74252
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
7507d11334
Merge pull request #16719 from Tetsuya3850
...
* pr/16719:
Polish "Add link to Heroku article"
Add link to Heroku article
6 years ago
Stephane Nicoll
d8f1bd351f
Polish "Add link to Heroku article"
...
Closes gh-16719
6 years ago
Tetsuya Hasegawa
2655122466
Add link to Heroku article
...
See gh-16719
6 years ago
Stephane Nicoll
5aeb31700d
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
680ac85a2a
Polish
...
See gh-16714
6 years ago
Madhura Bhave
07d6eb6397
Disable auditing infrastructure by default
...
Prior to this commit, the audit auto-configuration provided
an `InMemoryAuditEventRepository` bean. This commit changes the auto-config
so that an `AuditEventRepository` is not provided and instead the auto-config
is conditional on the presence of a `AuditEventRepository` bean. This is done
to encourage the use of a custom implementation of `AuditEventRepository`
since the in-memory one is quite limited and not suitable for production.
A flag is available if the auto-configuration needs to be turned off even
in the presence of a bean.
Closes gh-16110
6 years ago
Madhura Bhave
e2b15c3f2a
Fix tests
...
See gh-15039
6 years ago
Madhura Bhave
de128fed20
Disable HttpTrace infrastructure by default
...
Prior to this commit, the http trace auto-configuration provided
an `InMemoryHttpTraceRepository` bean. This commit changes the auto-config
so that an `HttpTraceRepository` is not provided and instead the auto-config
is conditional on the presence of a `HttpTraceRepository` bean. This is done
to encourage the use of a custom implementation of `HttpTraceRepository`
since the in-memory one is quite limited and not suitable for production.
A flag is available if the auto-configuration needs to be turned off even
in the presence of a bean.
Closes gh-15039
6 years ago
Stephane Nicoll
fc9cd86718
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
d0ca0b2085
Merge pull request #16707 from Tetsuya3850
...
* pr/16707:
Polish "Document that JUnit 4 is the default"
Document that JUnit 4 is the default
6 years ago
Stephane Nicoll
51c0fdcab1
Polish "Document that JUnit 4 is the default"
...
Closes gh-16707
6 years ago
Tetsuya Hasegawa
e36ca923b9
Document that JUnit 4 is the default
...
See gh-16707
6 years ago
Andy Wilkinson
f35b91a172
Raise minimum supported version of Gradle to 4.10 and encourage use of 5.x
...
Closes gh-16681
6 years ago
Brian Clozel
1f897ad923
Fix DefaultErrorWebExceptionHandler test
6 years ago
Stephane Nicoll
4ad837f5dc
Merge pull request #16700 from izeye
...
* pr/16700:
Polish RSocketServerBootstrap bean name
6 years ago
Johnny Lim
21b05bbafc
Polish RSocketServerBootstrap bean name
...
Closes gh-16700
6 years ago
Stephane Nicoll
f056b952d9
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
9c0c017d11
Merge pull request #16699 from izeye
...
* pr/16699:
Polish CompressionConnectorCustomizerTests
6 years ago
Johnny Lim
1b9a4d5e45
Polish CompressionConnectorCustomizerTests
...
Closes gh-16699
6 years ago
Madhura Bhave
cc99b13ecb
Merge branch '2.1.x'
6 years ago
Madhura Bhave
c9752f165f
Fix javadoc
6 years ago
Andy Wilkinson
538030b57e
Merge branch '2.1.x'
...
Closes gh-16693
6 years ago
Andy Wilkinson
881fbeff43
Test the Gradle Plugin against Gradle 5.4.1
...
Closes gh-16576
6 years ago
Stephane Nicoll
830457f71e
Merge pull request #16688 from izeye
...
* pr/16688:
Polish
6 years ago
Johnny Lim
cb0e3c793b
Polish
...
Closes gh-16688
6 years ago