Commit Graph

17293 Commits

Author SHA1 Message Date
Andy Wilkinson
7e020b3170 Upgrade to Mssql Jdbc 6.4.0.jre8
Closes gh-13653
2018-07-03 14:33:21 +01:00
Andy Wilkinson
dbf239be81 Upgrade to Hazelcast 3.10.2
Closes gh-13652
2018-07-03 14:33:21 +01:00
Andy Wilkinson
0827d9791a Upgrade to Cassandra Driver 3.5.1
Closes gh-13651
2018-07-03 14:33:21 +01:00
Andy Wilkinson
f7aee36fd4 Upgrade to Flatten Maven Plugin 1.0.1
Closes gh-13650
2018-07-03 14:33:21 +01:00
Andy Wilkinson
1615b7d128 Upgrade to Xml Maven Plugin 1.0.2
Closes gh-13649
2018-07-03 14:33:21 +01:00
Andy Wilkinson
e94aecc5b6 Upgrade to Maven Resources Plugin 3.0.2
Closes gh-13648
2018-07-03 14:33:21 +01:00
Andy Wilkinson
deee5e63a6 Upgrade to Maven Javadoc Plugin 3.0.1
Closes gh-13647
2018-07-03 14:33:21 +01:00
Andy Wilkinson
8014b21ad9 Upgrade to Maven Enforcer Plugin 3.0.0-M2
Closes gh-13646
2018-07-03 14:33:15 +01:00
Andy Wilkinson
0e601c58cc Upgrade to Jooq 3.10.8
Closes gh-13645
2018-07-03 14:32:50 +01:00
Andy Wilkinson
1301e0885b Upgrade to Johnzon Jsonb 1.1.8
Closes gh-13643
2018-07-03 14:32:23 +01:00
Andy Wilkinson
11c635671f Upgrade to Rxjava2 2.1.16
Closes gh-13642
2018-07-03 14:32:23 +01:00
Andy Wilkinson
2859d7e649 Merge branch '2.0.x' 2018-07-03 13:25:11 +01:00
Andy Wilkinson
9120f49721 Merge branch '1.5.x' into 2.0.x 2018-07-03 13:24:19 +01:00
Andy Wilkinson
2dd744dfed Upgrade to Git Commit Id Plugin 2.2.4
Closes gh-13640
2018-07-03 13:00:57 +01:00
Andy Wilkinson
ada3d325c3 Upgrade to Maven Enforcer Plugin 1.4.1
Closes gh-13639
2018-07-03 13:00:56 +01:00
Andy Wilkinson
25824a202f Upgrade to Tomcat 8.5.32
Closes gh-13638
2018-07-03 13:00:55 +01:00
Andy Wilkinson
3a793c655a Upgrade to Httpcore 4.4.10
Closes gh-13637
2018-07-03 13:00:55 +01:00
Andy Wilkinson
c173c0fc87 Merge pull request #13629 from Karl Heinz Marbaise
* gh-13629:
  Upgrade to Maven War Plugin 3.2.2
2018-07-03 09:14:43 +01:00
Karl Heinz Marbaise
0d3b49cd95 Upgrade to Maven War Plugin 3.2.2
Closes gh-13629
2018-07-03 09:13:41 +01:00
Andy Wilkinson
f9eab9d8e0 Merge pull request #13631 from Karl Heinz Marbaise
* gh-13631:
  Remove maven-eclipse-plugin as it has been retired
2018-07-03 08:38:57 +01:00
Karl Heinz Marbaise
205fa2507b Remove maven-eclipse-plugin as it has been retired
Closes gh-13631
2018-07-03 08:38:49 +01:00
Andy Wilkinson
8ef08e5c0b Merge pull request #13623 from Christoph Dreis
* gh-13623:
  Fix deprecation warning in SpringPhysicalNamingStrategyTests
2018-07-03 08:29:39 +01:00
dreis2211
d641249ca8 Fix deprecation warning in SpringPhysicalNamingStrategyTests
Closes gh-13623
2018-07-03 08:29:11 +01:00
Madhura Bhave
fb443aa3bf Merge branch '2.0.x' 2018-07-02 14:03:32 -07:00
Madhura Bhave
d15ca6e0de Update sync-to-maven-central CI job
Closes gh-13296
2018-07-02 13:57:34 -07:00
Madhura Bhave
149c7a85c3 Merge branch '2.0.x' 2018-07-02 13:18:45 -07:00
Madhura Bhave
673a08d228 Support microseconds in Duration conversions
Closes gh-13624
2018-07-02 13:18:09 -07:00
Andy Wilkinson
c3641c480b Merge branch '2.0.x' 2018-07-02 19:18:30 +01:00
Andy Wilkinson
06a8c41943 Preserve trailing whitespace in origin-tracked property values
Closes gh-13602
2018-07-02 19:17:02 +01:00
Andy Wilkinson
de900e71a3 Merge branch '2.0.x' 2018-07-02 16:26:27 +01:00
Andy Wilkinson
032d5488cd Tolerate non-existent source folders in DevTools
Closes gh-13620
2018-07-02 16:26:19 +01:00
Madhura Bhave
4eff07f6c0 Merge branch '2.0.x' 2018-06-28 12:49:34 -07:00
Madhura Bhave
fddc9e9c7e Support multiple paths in DispatcherServletPathProvider
Closes gh-13603
2018-06-28 12:36:58 -07:00
Andy Wilkinson
c321fdadfa Merge branch '2.0.x' 2018-06-28 14:42:22 +01:00
Andy Wilkinson
43ea78f2ce Merge branch '1.5.x' into 2.0.x 2018-06-28 14:42:17 +01:00
Andy Wilkinson
6219ea27e8 Remove unwanted override of resource plugin's version
Closes gh-13607
2018-06-28 14:41:35 +01:00
Andy Wilkinson
4cccc9a886 Merge branch '2.0.x' 2018-06-28 14:27:21 +01:00
Andy Wilkinson
a5d20ffed7 Avoid NPE when creating method tag for WebFlux req with non-standard method
Previously, a NullPointerException would occur when WebFluxTags
attempted to create a method Tag for a request with a non-standard
method.

This commit updates WebFluxTags to use getMethodValue(), which will
never return null, rather than getMethod(), which may return null,
when determining the tag's value for the given request.

Closes gh-13596
2018-06-28 14:27:02 +01:00
Andy Wilkinson
45fdf2ffa4 Support Tomcat 9 and Undertow 2
Closes gh-11749
Closes gh-12243
2018-06-28 11:33:30 +01:00
Andy Wilkinson
b4cd4f4c43 Stop mocking class that is final in latest Framework 5.1 snapshots 2018-06-28 10:51:58 +01:00
Madhura Bhave
cde3c21926 Merge branch '2.0.x' 2018-06-27 11:34:22 -07:00
Madhura Bhave
5fd30a9dc2 Merge pull request #13572 from Christoph Dreis
* gh-13572:
  Fix typo
2018-06-27 11:32:40 -07:00
dreis2211
17edf0e2fe Fix typo 2018-06-27 11:31:06 -07:00
Madhura Bhave
598b1f4300 Merge branch '2.0.x' 2018-06-27 11:21:18 -07:00
Madhura Bhave
a1491be636 Refine DispatcherServletPathProvider creation
Closes gh-13527
2018-06-27 11:06:56 -07:00
Phil Webb
f8186ce0ee Update ISSUE_TEMPLATE.md 2018-06-26 16:50:17 -07:00
Andy Wilkinson
ca0de4385c Upgrade to Hibernate 5.3 and JPA 2.2
Closes gh-11725
2018-06-26 16:51:47 +01:00
Andy Wilkinson
9281e2a410 Avoid creating JsonParser for VCAP_* parsing when running outside CF
Closes gh-13437
2018-06-25 17:35:30 +01:00
Andy Wilkinson
8dbeb68afa Merge branch '2.0.x' 2018-06-25 13:13:42 +01:00
Andy Wilkinson
04119585e8 Merge branch '1.5.x' into 2.0.x 2018-06-25 13:13:34 +01:00