Stephane Nicoll
adbfaf0b92
Upgrade to Kotlin 1.3.31
...
Closes gh-16795
2019-05-09 09:51:38 +02:00
Stephane Nicoll
f48b4af180
Upgrade to Infinispan 9.4.13.Final
...
Closes gh-16794
2019-05-09 09:51:37 +02:00
Stephane Nicoll
928f406c6b
Upgrade to Elasticsearch 6.7.2
...
Closes gh-16793
2019-05-09 09:51:36 +02:00
Stephane Nicoll
07c702e406
Upgrade to Ehcache3 3.7.1
...
Closes gh-16792
2019-05-09 09:51:35 +02:00
Stephane Nicoll
a456b6e861
Upgrade to Jetty 9.4.18.v20190429
...
Closes gh-16791
2019-05-09 09:51:33 +02:00
Stephane Nicoll
6784831488
Upgrade to Commons Pool2 2.6.2
...
Closes gh-16790
2019-05-09 09:51:32 +02:00
Stephane Nicoll
6586db3509
Upgrade to Commons Lang3 3.9
...
Closes gh-16789
2019-05-09 09:51:31 +02:00
Stephane Nicoll
80c073b884
Upgrade to Artemis 2.8.0
...
Closes gh-16788
2019-05-09 09:51:30 +02:00
Stephane Nicoll
b6001f8ec2
Upgrade to Htmlunit 2.35.0
...
Closes gh-16787
2019-05-09 09:51:28 +02:00
Stephane Nicoll
826610b760
Upgrade to Mysql 8.0.16
...
Closes gh-16786
2019-05-09 09:51:28 +02:00
Stephane Nicoll
9f769dd561
Upgrade to Jaxen 1.2.0
...
Closes gh-16785
2019-05-09 09:51:26 +02:00
Stephane Nicoll
636a7f64db
Upgrade to Rsocket 0.12.2-RC2
...
Closes gh-16784
2019-05-09 09:51:25 +02:00
Stephane Nicoll
5626f57936
Upgrade to Netty Tcnative 2.0.25.Final
...
Closes gh-16783
2019-05-09 09:51:24 +02:00
Stephane Nicoll
a2d1debbad
Upgrade to Netty 4.1.36.Final
...
Closes gh-16782
2019-05-09 09:51:23 +02:00
Stephane Nicoll
a407434e8a
Upgrade to Appengine Sdk 1.9.74
...
Closes gh-16781
2019-05-09 09:51:22 +02:00
Stephane Nicoll
c9d4ddd911
Upgrade to Reactor Dysprosium-M1
...
Closes gh-16595
2019-05-09 08:37:07 +02:00
Stephane Nicoll
1de6f68238
Document that JUnit 5 is the default
...
See gh-14736
2019-05-08 16:05:44 +02:00
Madhura Bhave
684a1c7a3c
Migrate tests to JUnit5 testcontainer extensions
...
Closes gh-15456
2019-05-08 16:05:44 +02:00
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 >
2019-05-08 16:05:44 +02:00
Madhura Bhave
d9f339a1b6
Include Junit5 dependencies in Spring Boot Starter Test
...
Closes gh-14736
Co-authored-by: Stephane Nicoll <snicoll@pivotal.io >
2019-05-08 16:05:43 +02:00
Madhura Bhave
d15347d4e5
Add Junit5 OutputCapture Extension
...
Closes gh-14738
2019-05-08 16:05:43 +02:00
Andy Wilkinson
95003d79d7
Merge branch '2.1.x'
...
Closes gh-16746
2019-05-08 14:51:27 +01:00
Andy Wilkinson
1297068528
Add dependency management for remaining non-example Kafka modules
...
See gh-16728
2019-05-08 14:50:16 +01:00
Gary Russell
a5e26bff92
Add dependency management for kafka-streams-test-utils
...
See gh-16728
2019-05-08 14:50:16 +01:00
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
2019-05-07 14:22:53 +02:00
Stephane Nicoll
71b2ab0f0f
Merge branch '2.1.x'
2019-05-07 14:04:01 +02:00
Stefan Dellmuth
ecdcec2b5d
Polish indentation
...
Closes gh-16731
2019-05-07 13:46:58 +02:00
Stephane Nicoll
ff803a86a0
Merge branch '2.1.x'
...
Closes gh-16726
2019-05-06 15:00:07 +02:00
Stephane Nicoll
52c8bbaddf
Upgrade to Maven Surefire Plugin 2.22.2
...
Closes gh-16725
2019-05-06 14:59:28 +02:00
Stephane Nicoll
f0a9e0f616
Switch to Reactor snapshots
...
See gh-16723
2019-05-06 14:25:17 +02:00
Stephane Nicoll
9d72b74252
Merge branch '2.1.x'
2019-05-06 12:15:44 +02:00
Stephane Nicoll
d8f1bd351f
Polish "Add link to Heroku article"
...
Closes gh-16719
2019-05-06 12:12:56 +02:00
Tetsuya Hasegawa
2655122466
Add link to Heroku article
...
See gh-16719
2019-05-06 12:12:43 +02:00
Stephane Nicoll
5aeb31700d
Merge branch '2.1.x'
2019-05-04 09:14:04 +02:00
Stephane Nicoll
680ac85a2a
Polish
...
See gh-16714
2019-05-04 09:13:46 +02:00
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
2019-05-03 13:48:29 -07:00
Madhura Bhave
e2b15c3f2a
Fix tests
...
See gh-15039
2019-05-03 12:32:06 -07:00
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
2019-05-03 12:00:37 -07:00
Stephane Nicoll
fc9cd86718
Merge branch '2.1.x'
2019-05-03 15:42:38 +02:00
Stephane Nicoll
51c0fdcab1
Polish "Document that JUnit 4 is the default"
...
Closes gh-16707
2019-05-03 15:41:44 +02:00
Tetsuya Hasegawa
e36ca923b9
Document that JUnit 4 is the default
...
See gh-16707
2019-05-03 14:41:54 +02:00
Andy Wilkinson
f35b91a172
Raise minimum supported version of Gradle to 4.10 and encourage use of 5.x
...
Closes gh-16681
2019-05-03 13:07:15 +01:00
Brian Clozel
1f897ad923
Fix DefaultErrorWebExceptionHandler test
2019-05-02 10:14:08 +02:00
Johnny Lim
21b05bbafc
Polish RSocketServerBootstrap bean name
...
Closes gh-16700
2019-05-02 09:19:41 +02:00
Stephane Nicoll
f056b952d9
Merge branch '2.1.x'
2019-05-02 09:18:21 +02:00
Johnny Lim
1b9a4d5e45
Polish CompressionConnectorCustomizerTests
...
Closes gh-16699
2019-05-02 09:13:47 +02:00
Madhura Bhave
cc99b13ecb
Merge branch '2.1.x'
2019-05-01 10:26:31 -07:00
Madhura Bhave
c9752f165f
Fix javadoc
2019-05-01 10:23:52 -07:00
Andy Wilkinson
538030b57e
Merge branch '2.1.x'
...
Closes gh-16693
2019-05-01 11:20:56 +01:00
Andy Wilkinson
881fbeff43
Test the Gradle Plugin against Gradle 5.4.1
...
Closes gh-16576
2019-05-01 10:47:35 +01:00