Commit Graph

23481 Commits

Author SHA1 Message Date
Stephane Nicoll
b1f6a021ef Upgrade to Lombok 1.18.8
Closes gh-16778
2019-05-09 09:10:25 +02:00
Stephane Nicoll
f2ea63d613 Upgrade to Neo4j Ogm 3.1.9
Closes gh-16777
2019-05-09 09:10:24 +02:00
Stephane Nicoll
73007757ec Upgrade to Jetty El 8.5.40
Closes gh-16776
2019-05-09 09:10:23 +02:00
Stephane Nicoll
9629671a0a Upgrade to Jooq 3.11.11
Closes gh-16775
2019-05-09 09:10:22 +02:00
Stephane Nicoll
6aeba7fcde Upgrade to Jolokia 1.6.1
Closes gh-16774
2019-05-09 09:10:20 +02:00
Stephane Nicoll
4c92d88e60 Upgrade to Infinispan 9.4.13.Final
Closes gh-16773
2019-05-09 09:10:19 +02:00
Stephane Nicoll
25cb7ce814 Upgrade to Hibernate 5.3.10.Final
Closes gh-16772
2019-05-09 09:10:17 +02:00
Stephane Nicoll
a187376d54 Upgrade to Jetty 9.4.18.v20190429
Closes gh-16771
2019-05-09 09:10:16 +02:00
Stephane Nicoll
136ca881cb Upgrade to Aspectj 1.9.3
Closes gh-16770
2019-05-09 09:10:15 +02:00
Stephane Nicoll
3a5b5d13ff Upgrade to Commons Pool2 2.6.2
Closes gh-16769
2019-05-09 09:10:14 +02:00
Stephane Nicoll
81c2b1380b Upgrade to Mysql 8.0.16
Closes gh-16768
2019-05-09 09:10:13 +02:00
Stephane Nicoll
5d2e0b910b Upgrade to Undertow 2.0.20.Final
Closes gh-16767
2019-05-09 09:10:11 +02:00
Stephane Nicoll
cd5ad2201c Upgrade to Netty Tcnative 2.0.25.Final
Closes gh-16766
2019-05-09 09:10:10 +02:00
Stephane Nicoll
46bdfdd325 Upgrade to Netty 4.1.36.Final
Closes gh-16765
2019-05-09 09:10:09 +02:00
Stephane Nicoll
a0ca84d72c Upgrade to Hazelcast 3.11.3
Closes gh-16764
2019-05-09 09:10:08 +02:00
Stephane Nicoll
2e67b96f6e Upgrade to Appengine Sdk 1.9.74
Closes gh-16763
2019-05-09 09:10:06 +02:00
Stephane Nicoll
f999148df3 Merge branch '2.0.x' into 2.1.x 2019-05-09 08:56:35 +02:00
Stephane Nicoll
9897cd64c4 Merge branch '1.5.x' into 2.0.x 2019-05-09 08:56:02 +02:00
Stephane Nicoll
0ad8e3298a Upgrade to Jaybird 2.2.15
Closes gh-16762
2019-05-09 08:47:04 +02:00
Stephane Nicoll
dabc73c7ac Upgrade to Jetty 9.4.16.v20190411
Closes gh-16761
2019-05-09 08:47:04 +02:00
Stephane Nicoll
dcb5c78124 Upgrade to Appengine Sdk 1.9.74
Closes gh-16760
2019-05-09 08:47:02 +02:00
Stephane Nicoll
c3ea39ce63 Upgrade to Tomcat 8.5.40
Closes gh-16504
2019-05-09 08:45:59 +02:00
Stephane Nicoll
e6deac1fd2 Start building against Spring Framework 4.3.x snapshots
See gh-16759
2019-05-09 08:41:10 +02:00
Stephane Nicoll
c9d4ddd911 Upgrade to Reactor Dysprosium-M1
Closes gh-16595
2019-05-09 08:37:07 +02:00
Stephane Nicoll
507a752ca5 Merge branch '2.1.x' 2019-05-09 08:36:03 +02:00
Stephane Nicoll
b6911799b8 Upgrade to Reactor Californium-SR7
Closes gh-16723
2019-05-09 08:35:38 +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
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
2019-05-08 14:50:39 +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
Stephane Nicoll
9fa5235164 Merge pull request #16731 from stdll
* pr/16731:
  Polish indentation
2019-05-07 13:57:53 +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
9ab930dd4f Merge branch '2.1.x' 2019-05-06 14:25:47 +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
7507d11334 Merge pull request #16719 from Tetsuya3850
* pr/16719:
  Polish "Add link to Heroku article"
  Add link to Heroku article
2019-05-06 12:15:30 +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