Stephane Nicoll
3ed1713915
Polish
2019-09-28 09:17:51 +02:00
Stephane Nicoll
56623bd57b
Upgrade to Reactor Californium-SR12
...
Closes gh-18348
2019-09-25 09:00:13 +02:00
Stephane Nicoll
7533bfd0d3
Start building against Spring Web Services 3.0.8 snapshots
...
See gh-18315
2019-09-23 13:57:31 +02:00
Stephane Nicoll
f6589e66c2
Start building against Spring Kafka 2.2.9 snapshots
...
See gh-18314
2019-09-23 13:56:26 +02:00
Stephane Nicoll
d38d3ea940
Start building against Spring Integration 5.1.8 snapshots
...
See gh-18313
2019-09-23 13:55:14 +02:00
Stephane Nicoll
05f857d1f1
Start building against Spring AMQP 2.1.11 snapshots
...
See gh-18312
2019-09-23 13:53:54 +02:00
Stephane Nicoll
9434cb0e22
Keep a live reference of protocol resolvers rather than copying them
...
This commit makes sure that any subsequent call on addProtocolResolver
on the context will impact the ResourceLoader implementation that
DevTools sets on the context.
This makes sure that any custom ProtocolResolver that is set later in
the lifecycle is taken into account.
Closes gh-17214
2019-09-16 15:08:40 +02:00
Andy Wilkinson
b1ca1ae6e9
Add missing dependency management for Janino modules
...
Closes gh-18225
2019-09-13 17:59:59 +01:00
Stephane Nicoll
9cd93ac98f
Upgrade to Httpcore 4.4.12
...
Closes gh-18144
2019-09-05 14:41:40 +02:00
Stephane Nicoll
5fe4f3b25a
Upgrade to Activemq 5.15.10
...
Closes gh-18143
2019-09-05 14:41:39 +02:00
Stephane Nicoll
fd77fd4f05
Upgrade to Undertow 2.0.26.Final
...
Closes gh-18142
2019-09-05 14:41:38 +02:00
Stephane Nicoll
e978f9ac8e
Upgrade to Reactor Bom Californium-SR11
...
Closes gh-18141
2019-09-05 14:41:37 +02:00
Stephane Nicoll
85a44dff64
Upgrade to Micrometer 1.1.6
...
Closes gh-18133
2019-09-05 08:28:06 +02:00
Andy Wilkinson
37d3ce03f8
Revert "Upgrade to Jetty 9.4.20.v20190813"
...
This reverts commit f6f99d7855
as 9.4.20
includes an incompatible class change where an abstract class in
Jetty's public API was changed to an interface, making it incompatible
with Framework 5.1.9.
See gh-18035
2019-08-31 11:00:12 +01:00
Andy Wilkinson
3fc4df9f66
Upgrade to Slf4j 1.7.28
...
Closes gh-18043
2019-08-31 08:29:37 +01:00
Andy Wilkinson
e12aa4fe51
Upgrade to Reactive Streams 1.0.3
...
Closes gh-18042
2019-08-31 08:29:36 +01:00
Andy Wilkinson
df186945b6
Upgrade to Neo4j Ogm 3.1.13
...
Closes gh-18041
2019-08-31 08:29:35 +01:00
Andy Wilkinson
1cf615059e
Upgrade to Jooq 3.11.12
...
Closes gh-18040
2019-08-31 08:29:35 +01:00
Andy Wilkinson
9c8b8ef6cf
Upgrade to Jboss Logging 3.3.3.Final
...
Closes gh-18039
2019-08-31 08:29:33 +01:00
Andy Wilkinson
f2ca07001d
Upgrade to Infinispan 9.4.16.Final
...
Closes gh-18038
2019-08-31 08:29:32 +01:00
Andy Wilkinson
07f3ba7c33
Upgrade to Hibernate 5.3.11.Final
...
Closes gh-18037
2019-08-31 08:29:31 +01:00
Andy Wilkinson
7948c0e399
Upgrade to Freemarker 2.3.29
...
Closes gh-18036
2019-08-31 08:29:30 +01:00
Andy Wilkinson
f6f99d7855
Upgrade to Jetty 9.4.20.v20190813
...
Closes gh-18035
2019-08-31 08:29:29 +01:00
Andy Wilkinson
5e2f18f48b
Upgrade to Groovy 2.5.8
...
Closes gh-18034
2019-08-31 08:29:28 +01:00
Andy Wilkinson
a2d452f160
Upgrade to Tomcat 9.0.24
...
Closes gh-18033
2019-08-31 08:29:27 +01:00
Andy Wilkinson
b33d376fbe
Upgrade to Undertow 2.0.25.Final
...
Closes gh-18032
2019-08-31 08:29:26 +01:00
Andy Wilkinson
bf27f23144
Upgrade to Rxjava2 2.2.12
...
Closes gh-18031
2019-08-31 08:29:25 +01:00
Andy Wilkinson
494eaf0df8
Upgrade to Netty 4.1.39.Final
...
Closes gh-18030
2019-08-31 08:29:24 +01:00
Andy Wilkinson
e9a2de0556
Upgrade to Dropwizard Metrics 4.0.6
...
Closes gh-18029
2019-08-31 08:29:23 +01:00
Andy Wilkinson
8956e3d216
Upgrade to Couchbase Client 2.7.9
...
Closes gh-18028
2019-08-31 08:29:22 +01:00
Andy Wilkinson
0fb0eb6e5b
Deprecate jackson.version in favour of new jackson-bom.version
...
The versions of Jackon's bom and the versions of Jackson are often
not the same. For example, at the time of writing, the latest bom
version is 2.9.9.20190807 but the latest version of Jackson's core
is 2.9.9 and the latest version of Jackson's databind is 2.9.9.3.
spring-boot-dependencies using a property, jackson.version, to control
the version of jackson-bom that is imported. To make it clear that the
version property controls the version of Jackson's bom and not of
Jackson itself, this commit deprecates jackson.version in favour of
a new jackson-bom.version property.
An additional benefit of this change is that it addresses a problem
when using Gradle and the dependency management plugin. Jackson's bom
uses a jackson.version property to control the version
of core Jackson modules. This names clashes with the name of the
property used by spring-boot-dependencies. Specifying a custom
jackson.version to control the version of the bom that is imported
would also have the unwanted side-effect of customizing the version of
the core Jackson modules declared in Jackson's bom.
Fixes gh-17808
2019-08-23 11:28:20 +01:00
Stephane Nicoll
7aea432e3e
Promote dependency management plugin version to the bom
...
Closes gh-17842
2019-08-13 17:21:32 +02:00
Stephane Nicoll
25aecfeb35
Upgrade to Jackson 2.9.9.20190807
...
Closes gh-17698
2019-08-13 09:21:14 +02:00
Stephane Nicoll
94184ae38b
Upgrade to Spring Security 5.1.6
...
Closes gh-17794
2019-08-06 08:15:18 +02:00
Stephane Nicoll
766b6c394f
Upgrade to Rxjava2 2.2.11
...
Closes gh-17675
2019-08-05 20:01:56 +02:00
Stephane Nicoll
b1d298fdef
Upgrade to Johnzon Jsonb 1.1.13
...
Closes gh-17786
2019-08-05 20:00:43 +02:00
Madhura Bhave
5e52fedbac
Upgrade to Spring Session Bean-SR7
...
Closes gh-17581
2019-08-05 09:49:27 -07:00
Stephane Nicoll
134c534cc1
Upgrade to Spring Kafka 2.2.8
...
Closes gh-17645
2019-08-05 18:13:28 +02:00
Stephane Nicoll
1e74e294ae
Upgrade to Spring AMQP 2.1.8
...
Closes gh-17641
2019-08-05 18:12:49 +02:00
Stephane Nicoll
236efd2cf4
Upgrade to Spring Integration 5.1.7
...
Closes gh-17643
2019-08-05 18:12:17 +02:00
Stephane Nicoll
9938c18968
Upgrade to Spring Data Lovelace-SR10
...
Closes gh-17353
2019-08-05 13:42:48 +02:00
Stephane Nicoll
b15674d71e
Upgrade to Spring HATEOAS 0.25.2
...
Closes gh-17777
2019-08-04 08:56:05 +02:00
Stephane Nicoll
cdec8a9b46
Upgrade to Spring Framework 5.1.9
...
Closes gh-17351
2019-08-02 13:37:50 +02:00
Stephane Nicoll
f9e809b00e
Upgrade to Undertow 2.0.23.Final
...
Closes gh-17676
2019-07-31 14:51:58 +02:00
Stephane Nicoll
34ee27d0b7
Upgrade to Lettuce 5.1.8.RELEASE
...
Closes gh-17700
2019-07-30 15:26:53 +02:00
Stephane Nicoll
fe515a301d
Upgrade to Reactor Californium-SR10
...
Closes gh-17639
2019-07-30 11:12:39 +02:00
Phillip Webb
73efce6306
Upgrade to Undertow 2.0.22.Final
...
Closes gh-17676
2019-07-29 14:46:16 +01:00
Stephane Nicoll
c76133eb22
Upgrade to Xmlunit2 2.6.3
...
Closes gh-17686
2019-07-29 14:34:19 +02:00
Stephane Nicoll
42942ac076
Upgrade to Spring Cloud Connectors 2.0.6.RELEASE
...
Closes gh-17685
2019-07-29 14:34:19 +02:00
Stephane Nicoll
9af85534c1
Upgrade to Postgresql 42.2.6
...
Closes gh-17684
2019-07-29 14:34:19 +02:00
Stephane Nicoll
0620a21cc1
Upgrade to Pooled Jms 1.0.6
...
Closes gh-17683
2019-07-29 14:34:19 +02:00
Stephane Nicoll
7c499b1d01
Upgrade to Jolokia 1.6.2
...
Closes gh-17682
2019-07-29 14:34:19 +02:00
Stephane Nicoll
e11d180e2e
Upgrade to Janino 3.0.15
...
Closes gh-17681
2019-07-29 14:34:19 +02:00
Stephane Nicoll
ddf84ac685
Upgrade to Tomcat 9.0.22
...
Closes gh-17680
2019-07-29 14:34:19 +02:00
Stephane Nicoll
1f901d398b
Upgrade to Byte Buddy 1.9.16
...
Closes gh-17679
2019-07-29 14:34:19 +02:00
Stephane Nicoll
1afcf5291d
Upgrade to Mysql 8.0.17
...
Closes gh-17678
2019-07-29 14:34:19 +02:00
Stephane Nicoll
fd7ed9c8be
Upgrade to Joda Time 2.10.3
...
Closes gh-17677
2019-07-29 14:34:19 +02:00
Stephane Nicoll
77317a44d8
Upgrade to Rxjava2 2.2.10
...
Closes gh-17675
2019-07-29 14:15:12 +02:00
Stephane Nicoll
eb6a160c13
Upgrade to Netty 4.1.38.Final
...
Closes gh-17674
2019-07-29 14:15:11 +02:00
Stephane Nicoll
487aab4f0a
Upgrade to Appengine Sdk 1.9.76
...
Closes gh-17673
2019-07-29 14:15:10 +02:00
Stephane Nicoll
dd5d55a2d8
Start building against Spring Kafka 2.2.8 snapshots
...
See gh-17645
2019-07-26 14:12:53 +02:00
Stephane Nicoll
4b6b5fc160
Start building against Spring Integration 5.1.7 snapshots
...
See gh-17643
2019-07-26 14:11:33 +02:00
Stephane Nicoll
aa5630b0e0
Start building against Spring AMQP 2.1.8 snapshots
...
See gh-17641
2019-07-26 14:09:42 +02:00
Stephane Nicoll
9e8649ccca
Start building against Reactor Californium snapshots
...
See gh-17639
2019-07-25 17:37:40 +02:00
Stephane Nicoll
e6a5895c05
Start build against Spring Session Bean snapshots
...
See gh-17581
2019-07-19 11:13:43 +02:00
Stephane Nicoll
32e00d5dd2
Start building against Spring Data Lovelace snapshots
...
See gh-17353
2019-07-19 11:11:42 +02:00
Stephane Nicoll
1d4e9cb6a4
Start building against Spring Framework 5.1 snapshots
...
See gh-17351
2019-07-19 11:10:58 +02:00
Andy Wilkinson
5997886897
Add dependency management for Infinispan's Spring 5 modules
...
This commit adds dependency management for Infinispan's Spring 5
modules that are introduced in 9.4.9.Final. It also removes redundant
exclusions for the dependency management for its Spring 4 modules.
Closes gh-17346
2019-07-02 11:41:33 +01:00
Phillip Webb
3eb7af1506
Upgrade to Infinispan 9.4.15.Final
...
Closes gh-17235
2019-06-17 19:42:33 -07:00
Andy Wilkinson
88fbc529e6
Upgrade to Micrometer 1.1.5
...
Closes gh-17222
2019-06-17 16:15:44 +01:00
Andy Wilkinson
fe9db792ee
Complete dependency management for JavaBeans Activation Framework
...
Fixes gh-17062
2019-06-17 16:00:39 +01:00
Andy Wilkinson
84c6313332
Upgrade to Spring Session Bom Bean-SR6
...
Closes gh-17209
2019-06-16 08:47:40 +01:00
Andy Wilkinson
fa8dc04751
Upgrade to Spring Kafka 2.2.7.RELEASE
...
Closes gh-17206
2019-06-15 10:42:14 +01:00
Andy Wilkinson
e842dc7f0c
Upgrade to Spring Integration 5.1.6.RELEASE
...
Closes gh-17205
2019-06-15 10:42:14 +01:00
Andy Wilkinson
88df70c4d0
Upgrade to Spring Amqp 2.1.7.RELEASE
...
Closes gh-17204
2019-06-15 10:42:14 +01:00
Andy Wilkinson
96ac42e405
Upgrade to Spring Data Lovelace-SR9
...
Closes gh-17193
2019-06-14 15:24:32 +01:00
Andy Wilkinson
1aa193e30b
Upgrade to Maven War Plugin 3.2.3
...
Closes gh-17168
2019-06-14 12:13:55 +01:00
Andy Wilkinson
a3bc383019
Upgrade to Neo4j Ogm 3.1.11
...
Closes gh-17167
2019-06-14 12:13:55 +01:00
Andy Wilkinson
491f5f3233
Upgrade to Infinispan 9.4.14.Final
...
Closes gh-17166
2019-06-14 12:13:55 +01:00
Andy Wilkinson
53c0860151
Upgrade to Hibernate Validator 6.0.17.Final
...
Closes gh-17165
2019-06-14 12:13:55 +01:00
Andy Wilkinson
bc713a6825
Upgrade to Jaybird 3.0.6
...
Closes gh-17164
2019-06-14 12:13:54 +01:00
Andy Wilkinson
8b44d07944
Upgrade to Jetty 9.4.19.v20190610
...
Closes gh-17163
2019-06-14 12:13:54 +01:00
Andy Wilkinson
24242ec476
Upgrade to Tomcat 9.0.21
...
Closes gh-17162
2019-06-14 12:09:44 +01:00
Andy Wilkinson
9a54ec2346
Upgrade to Solr 7.7.2
...
Closes gh-17161
2019-06-14 12:09:43 +01:00
Andy Wilkinson
34b55818d8
Upgrade to Johnzon Jsonb 1.1.12
...
Closes gh-17160
2019-06-14 12:09:42 +01:00
Andy Wilkinson
632d2665e8
Upgrade to Httpclient 4.5.9
...
Closes gh-17159
2019-06-14 12:09:40 +01:00
Andy Wilkinson
eec7cbb7e3
Upgrade to Byte Buddy 1.9.13
...
Closes gh-17158
2019-06-14 12:09:40 +01:00
Andy Wilkinson
9bcf7a2cfd
Upgrade to Undertow 2.0.21.Final
...
Closes gh-17157
2019-06-14 12:09:38 +01:00
Andy Wilkinson
48631c75d8
Upgrade to Rxjava2 2.2.9
...
Closes gh-17156
2019-06-14 12:09:37 +01:00
Andy Wilkinson
93dc36655a
Upgrade to Lettuce 5.1.7.RELEASE
...
Closes gh-17155
2019-06-14 12:09:36 +01:00
Andy Wilkinson
b347c4ddb5
Upgrade to Unboundid Ldapsdk 4.0.11
...
Closes gh-17154
2019-06-14 12:09:34 +01:00
Andy Wilkinson
27f05d335c
Upgrade to Appengine Sdk 1.9.75
...
Closes gh-17153
2019-06-14 12:09:33 +01:00
Andy Wilkinson
f43a1384a2
Upgrade to Couchbase Client 2.7.7
...
Closes gh-17152
2019-06-14 12:09:32 +01:00
Stephane Nicoll
0bda2d996a
Upgrade to Reactor Californium-SR9
...
Closes gh-16962
2019-06-14 12:13:17 +02:00
Stephane Nicoll
fc660bbe5c
Upgrade to Spring Framework 5.1.8.RELEASE
...
Closes gh-16961
2019-06-14 12:11:19 +02:00
Phillip Webb
0ef331018e
Merge branch '2.0.x' into 2.1.x
2019-06-04 14:30:52 -07:00
Phillip Webb
7fc01971ed
Merge branch '1.5.x' into 2.0.x
2019-06-04 14:20:25 -07:00
Andy Wilkinson
6b199c84d7
Upgrade to Jackson 2.9.9
...
Closes gh-16910
2019-05-29 09:02:25 +01:00
Andy Wilkinson
d964357bfa
Start building against snapshots for Reactor Californium-SR9
...
See gh-16962
2019-05-25 07:49:15 +01:00
Andy Wilkinson
636113823c
Start building against Spring Framework 5.1.8 snapshots
...
See gh-16961
2019-05-25 07:48:19 +01:00