Commit Graph

21834 Commits

Author SHA1 Message Date
dreis2211
27ca7e17d9 Fix deprecated StandardAnnotationMetadata usages
Closes gh-16930
2019-05-22 14:05:15 +02:00
Andy Wilkinson
9ba5c78878 Merge branch '2.1.x'
Closes gh-16940
2019-05-22 13:00:24 +01:00
Andy Wilkinson
46ecf7a928 Only unwrap when DataSource is a wrapper for required type
Closes gh-16863
2019-05-22 12:52:10 +01:00
Andy Wilkinson
46cdd6ecb2 Merge branch '2.1.x'
Closes gh-16939
2019-05-22 12:35:49 +01:00
Andy Wilkinson
da12ad0ca5 Make ReactiveSecurityAutoConfiguration back off without spring-webflux
Closes gh-16934
2019-05-22 12:33:59 +01:00
Andy Wilkinson
d3849dc0c5 Revert "Upgrade to Jackson 2.9.9"
This reverts commit c8712e9ec5.

See gh-16914
2019-05-21 17:01:39 +01:00
Andy Wilkinson
26a6552e25 Merge branch '2.1.x' 2019-05-21 17:01:16 +01:00
Andy Wilkinson
6c7a6a6c3d Revert "Upgrade to Jackson 2.9.9"
This reverts commit 66fba9387a.

See gh-16910
2019-05-21 17:00:16 +01:00
Andy Wilkinson
d00368e8ea Merge branch '2.1.x'
Closes gh-16927
2019-05-21 11:24:34 +01:00
Andy Wilkinson
ea7ac08109 Ignore infinispan-embedded and infinispan-remote during bom verification
Closes gh-16926
2019-05-21 11:23:12 +01:00
Andy Wilkinson
e9ea8ed422 Merge branch '2.1.x' 2019-05-21 10:58:15 +01:00
Andy Wilkinson
42a0f69120 Merge branch '2.0.x' into 2.1.x 2019-05-21 10:58:05 +01:00
Andy Wilkinson
eb9ffd5e7e Merge branch '1.5.x' into 2.0.x 2019-05-21 10:57:53 +01:00
Andy Wilkinson
3cee783d7b Remove dependency management for jetty-infinispan
Closes gh-16925
2019-05-21 10:56:43 +01:00
Stephane Nicoll
ffbc545a47 Change Logback's maxHistory property default to 7 days
Closes gh-15875
2019-05-21 10:55:30 +02:00
Andy Wilkinson
06c9e99895 Upgrade to Maven Source Plugin 3.1.0
Closes gh-16922
2019-05-21 09:33:45 +01:00
Andy Wilkinson
b6a3ce3993 Upgrade to Pooled Jms 1.0.5
Closes gh-16921
2019-05-21 09:33:44 +01:00
Andy Wilkinson
ebe40ad619 Upgrade to Jboss Logging 3.4.0.Final
Closes gh-16920
2019-05-21 09:33:43 +01:00
Andy Wilkinson
a3bc6d1a10 Upgrade to Tomcat 9.0.20
Closes gh-16919
2019-05-21 09:33:41 +01:00
Andy Wilkinson
423f090948 Upgrade to Javax Cache 1.1.1
Closes gh-16918
2019-05-21 09:33:40 +01:00
Andy Wilkinson
7a30eb0df5 Upgrade to Dropwizard Metrics 4.1.0
Closes gh-16917
2019-05-21 09:33:38 +01:00
Andy Wilkinson
78fbbac114 Upgrade to Okhttp3 3.14.2
Closes gh-16916
2019-05-21 09:33:36 +01:00
Andy Wilkinson
b5746671b7 Upgrade to Sendgrid 4.4.1
Closes gh-16915
2019-05-21 09:33:35 +01:00
Andy Wilkinson
c8712e9ec5 Upgrade to Jackson 2.9.9
Closes gh-16914
2019-05-21 09:33:34 +01:00
Andy Wilkinson
0caa0d1856 Merge branch '2.1.x' 2019-05-21 09:31:37 +01:00
Andy Wilkinson
29de005ca2 Prohibit upgrade to Couchbase java-client 2.7.5
See gh-16909
2019-05-21 09:29:07 +01:00
Andy Wilkinson
c8a02ed90a Upgrade to Pooled Jms 1.0.5
Closes gh-16913
2019-05-21 09:29:07 +01:00
Andy Wilkinson
2ce650901f Upgrade to Tomcat 9.0.20
Closes gh-16912
2019-05-21 09:29:07 +01:00
Andy Wilkinson
1af5fc7d62 Upgrade to Javax Cache 1.1.1
Closes gh-16911
2019-05-21 09:29:07 +01:00
Andy Wilkinson
66fba9387a Upgrade to Jackson 2.9.9
Closes gh-16910
2019-05-21 09:29:07 +01:00
Stephane Nicoll
b132192841 Merge pull request #16539 from dreis2211
* pr/16539:
  Polish "Add Duration support in /configprops endpoint"
  Add Duration support in /configprops endpoint
2019-05-21 10:02:39 +02:00
Stephane Nicoll
2b5632ec3e Polish "Add Duration support in /configprops endpoint"
Closes gh-16539
2019-05-21 10:02:15 +02:00
dreis2211
47d85bb4fe Add Duration support in /configprops endpoint
See gh-16539
2019-05-21 09:55:39 +02:00
Stephane Nicoll
bc90d48f72 Merge pull request #16755 from garyrussell
* pr/16755:
  Polish "Auto-configure Kafka listener container with rebalance listener"
  Auto-configure Kafka listener container with rebalance listener
2019-05-21 09:54:22 +02:00
Stephane Nicoll
74208bb1a7 Polish "Auto-configure Kafka listener container with rebalance listener"
Closes gh-16755
2019-05-21 09:49:34 +02:00
Gary Russell
abdc2e1b4f Auto-configure Kafka listener container with rebalance listener
This commit associates a `ConsumerAwareRebalanceListener` to the
auto-configured listener container factory if a single instance is found
in the context.

See gh-16755
2019-05-21 09:40:41 +02:00
Stephane Nicoll
0635d86cf4 Merge pull request #16745 from izeye
* pr/16745:
  Use MergedAnnotation.getRoot() in PropertyMappingCheckBeanPostProcessor
2019-05-21 09:26:51 +02:00
Johnny Lim
652906ec7c Use MergedAnnotation.getRoot() in PropertyMappingCheckBeanPostProcessor
Closes gh-16745
2019-05-21 09:26:27 +02:00
Stephane Nicoll
9b73d6567e Merge pull request #16389 from enesacikoglu
* pr/16389:
  Polish "Add support for Couchbase's role-based access"
  Add support for Couchbase's role-based access
2019-05-21 09:15:52 +02:00
Stephane Nicoll
2949561bf6 Polish "Add support for Couchbase's role-based access"
Closes gh-16389
2019-05-21 09:13:09 +02:00
Enes Açıkoğlu
3386856ccf Add support for Couchbase's role-based access
See gh-16389
2019-05-21 09:12:45 +02:00
Andy Wilkinson
f8eb230dea Ignore Redshift in DatabaseDriverClassNameTests
Closes gh-16831
2019-05-20 17:18:23 +01:00
Andy Wilkinson
64860e196c Improve diagnostics when forked JVM exits with non-zero status
Closes gh-16869
2019-05-20 16:04:32 +01:00
Stephane Nicoll
2afc8af2bf Merge pull request #16874 from rstoyanchev
* pr/16874:
  Improve notes for the import into IntelliJ IDEA
2019-05-20 14:49:34 +02:00
Rossen Stoyanchev
3a0f81c2bb Improve notes for the import into IntelliJ IDEA
Closes gh-16874
2019-05-20 14:49:08 +02:00
Stephane Nicoll
7bf48ed3b7 Merge pull request #16740 from garyrussell
* pr/16740:
  Polish "Add configuration property for Spring Kafka's missingTopicsFatal"
  Add configuration property for Spring Kafka's missingTopicsFatal
2019-05-20 14:47:02 +02:00
Stephane Nicoll
3c46b9e83d Polish "Add configuration property for Spring Kafka's missingTopicsFatal"
Closes gh-16740
2019-05-20 14:45:59 +02:00
Gary Russell
1583ce8d26 Add configuration property for Spring Kafka's missingTopicsFatal
See gh-16740
2019-05-20 14:32:18 +02:00
Stephane Nicoll
68085c93d1 Merge pull request #16815 from izeye
* pr/16815:
  Fix assertion for outcomeWhenDevtoolsShouldBeEnabledIsTrueShouldMatch()
2019-05-20 14:28:32 +02:00
Johnny Lim
7aaad7e5f4 Fix assertion for outcomeWhenDevtoolsShouldBeEnabledIsTrueShouldMatch()
Closes gh-16815
2019-05-20 14:27:38 +02:00