Stephane Nicoll
fbf95b6997
Merge branch '2.0.x'
2018-07-31 16:25:11 +02:00
Stephane Nicoll
d31f68380a
Deprecate PooledConnectionFactory properties
...
This commit deprecated the properties of `PooledConnectionFactory` that
are no longer supported by an alternative that is a JMS 2 compliant.
This commit also adds a note to warn users that this pool implementation
is not JMS 2 compliant.
Closes gh-13956
2018-07-31 16:17:43 +02:00
Stephane Nicoll
fd85cebfef
Polish "Make RabbitTemplate default receive queue configurable"
...
Closes gh-13930
2018-07-31 14:32:44 +02:00
artsiom
d7621261b2
Make RabbitTemplate default receive queue configurable
...
See gh-13930
2018-07-31 14:32:44 +02:00
Stephane Nicoll
f1e2abce2d
Merge branch '2.0.x'
2018-07-31 14:29:52 +02:00
Muhammad Hewedy
2f69785c6a
Add classpath prefix to the flyway location
...
Closes gh-13933
2018-07-31 14:28:59 +02:00
dreis2211
fe4b3e493d
Fix deprecation in KafkaAutoConfigurationIntegrationTests
...
Closes gh-13937
2018-07-31 14:26:42 +02:00
dreis2211
449e1cce9f
Avoid annotation attribute lookup in OnBeanCondition
...
Close gh-13941
2018-07-31 11:05:50 +02:00
Johnny Lim
daf3f82006
Polish AutoConfigurationGroup.selectImports()
...
Closes gh-13943
2018-07-31 08:40:15 +02:00
Stephane Nicoll
d12a099a6d
Merge branch '2.0.x'
2018-07-31 08:17:46 +02:00
Johnny Lim
d4fba783fb
Remove ex.printStackTrace() in tests
...
Closes gh-13952
2018-07-31 08:16:40 +02:00
Andy Wilkinson
d67611518f
Merge branch '2.0.x'
2018-07-30 13:02:30 +01:00
Andy Wilkinson
06b4007ce4
Avoid installing unwanted ConsoleHandler when cleaning up
...
Closes gh-13470
2018-07-30 13:00:34 +01:00
Stephane Nicoll
e7526a458d
Upgrade to Spring Session Bean-M1
...
Closes gh-13889
2018-07-30 08:42:32 +02:00
Madhura Bhave
d3719eed3f
Merge branch '2.0.x'
2018-07-29 22:57:26 -07:00
Madhura Bhave
01abb196ef
Fix typo
2018-07-29 22:56:49 -07:00
Stephane Nicoll
025142de69
Merge branch '2.0.x'
2018-07-29 19:01:40 +02:00
Stephane Nicoll
1435d83c18
Upgrade to Spring Session Apple-SR4
...
Closes gh-13888
2018-07-29 18:58:55 +02:00
Phillip Webb
4d86ac4713
Polish copyright date on changed files
2018-07-29 09:30:26 +01:00
Phillip Webb
1b91c0ceb7
Merge branch '2.0.x'
2018-07-29 09:29:57 +01:00
Phillip Webb
0ec22c8bf9
Polish copyright date on changed files
2018-07-29 09:29:29 +01:00
Phillip Webb
80da9cf5eb
Merge branch '2.0.x'
2018-07-29 09:28:56 +01:00
Phillip Webb
aeb885192e
Polish ternary expressions
2018-07-29 09:24:46 +01:00
Stephane Nicoll
bb7401a80d
Upgrade to Spring Integration 5.1.0.M1
...
Closes gh-13891
2018-07-28 15:54:21 +02:00
Stephane Nicoll
b24bb688b8
Upgrade to Spring Integration 5.0.7.RELEASE
...
Closes gh-13886
2018-07-28 15:48:39 +02:00
Phillip Webb
ce9c053cbf
Fix checkstyle issues on master
...
Fix checkstyle issues following 2.0.x merge and
spring-javaformat upgrade.
See gh-13932
2018-07-28 01:36:04 +01:00
Phillip Webb
a6c9c92f2e
Merge branch '2.0.x'
2018-07-28 01:35:43 +01:00
Phillip Webb
63b609827e
Fix checkstyle method order issues
...
Fix checkstyle issues with method ordering following the
spring-javaformat upgrade.
See gh-13932
2018-07-28 01:11:53 +01:00
Phillip Webb
e6a68b39a3
Fix checkstyle javadoc issues
...
Fix checkstyle issues in javadoc following the spring-javaformat
upgrade.
See gh-13932
2018-07-28 01:11:52 +01:00
Phillip Webb
7fc455654a
Fix checkstyle ternary issues
...
Fix checkstyle issues with ternary expressions following the
spring-javaformat upgrade.
See gh-13932
2018-07-28 01:11:52 +01:00
Phillip Webb
ec1100a896
Upgrade to spring-javaformat 0.0.6
...
Closes gh-13932
2018-07-28 01:11:48 +01:00
Phillip Webb
cddd794a07
Polish
2018-07-28 00:05:25 +01:00
Madhura Bhave
f2a9030788
Merge branch '2.0.x'
2018-07-27 12:23:51 -07:00
Madhura Bhave
e753b530fa
EndpointRequest should match links with trailing slash
...
Fixes gh-13921
2018-07-27 12:23:27 -07:00
Stephane Nicoll
f7b90a73a0
Upgrade to Spring Kafka 2.1.8.RELEASE
...
Closes gh-13887
2018-07-27 19:53:47 +02:00
Stephane Nicoll
e9a42e27d6
Merge branch '2.0.x'
2018-07-27 11:36:25 +02:00
Stephane Nicoll
2a0d1918f1
Merge branch '1.5.x' into 2.0.x
2018-07-27 11:36:10 +02:00
Stephane Nicoll
659535d1ec
Upgrade to Spring Data Kay SR9
...
Closes gh-13890
2018-07-27 10:02:18 +02:00
Stephane Nicoll
3d43bf7797
Upgrade to Spring Security 5.1.0.M2
...
Closes gh-13899
2018-07-27 09:23:40 +02:00
Stephane Nicoll
dea1e29683
Merge branch '2.0.x'
2018-07-27 01:56:52 +02:00
Johnny Lim
8a9224b78c
Polish NoSuchBeanDefinitionFailureAnalyzer
...
Closes gh-13923
2018-07-27 01:55:38 +02:00
Stephane Nicoll
4139e1b9ab
Upgrade to Spring Kafka 2.2.0.M1
...
Closes gh-13023
2018-07-27 01:51:51 +02:00
Stephane Nicoll
73fe8d482e
Merge branch '2.0.x'
2018-07-27 01:47:54 +02:00
Stephane Nicoll
54a6ee7a06
Upgrade to Spring HATEOAS 0.25.0.RELEASE
...
Closes gh-13742
2018-07-27 01:46:08 +02:00
Stephane Nicoll
d8192d7e04
Upgrade to Spring Amqp 2.1.0.M1
...
Closes gh-13885
2018-07-27 01:41:08 +02:00
Stephane Nicoll
8603fdddb1
Upgrade to Spring Amqp 2.0.5.RELEASE
...
Closes gh-3884
2018-07-27 01:38:20 +02:00
Stephane Nicoll
d98b23bdd9
Upgrade to Spring Framework 5.0.8
...
Closes gh-13704
2018-07-27 01:30:47 +02:00
Stephane Nicoll
ec2e3c4c0e
Merge branch '2.0.x'
2018-07-27 01:03:37 +02:00
dreis2211
bfbf57b0eb
Fix typo
...
Closes gh-13919
2018-07-27 01:03:01 +02:00
Stephane Nicoll
0f15b72fab
Upgrade to Spring Security 5.0.7.RELEASE
...
Closes gh-13898
2018-07-27 01:01:08 +02:00