Andy Wilkinson
216506d20f
Upgrade to Jetty 9.4.5.v20170502
...
Closes gh-9100
8 years ago
Andy Wilkinson
1fc6fc1790
Upgrade to Undertow 1.4.14.Final
...
Closes gh-9099
8 years ago
Andy Wilkinson
8ed33a1da5
Properly remove Spock from spring-boot-dependencies
...
See gh-9043
8 years ago
Andy Wilkinson
a48f4f3320
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
816ac1dc78
Remove dependency management for jetty-monitor
...
Closes gh-9010
8 years ago
Stephane Nicoll
de53a24e60
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
3e688ecedb
Add missing dependency management for Jetty
...
Closes gh-9010
8 years ago
Andy Wilkinson
11c3c4c20b
Drop support for org.json:json-based JSON parsing
...
Closes gh-8710
8 years ago
Andy Wilkinson
f853576bec
Upgrade to Reactor Bismuth-M1
...
Closes gh-8884
8 years ago
Andy Wilkinson
329a950bd8
Remove testing support from the CLI
...
The testing support in the CLI has proven to be more trouble than
it's worth. Our recommendation is that, once an app gets to the stage
of requiring a test suite, it should be converted to a Maven or
Gradle project. This makes it easy to version, publish, deploy etc
using the vast ecosystems of the two build systems.
As part of this change, the dependency management for Spock has been
moved into spring-boot-parent, thereby making it "private". This
allows it to continue to manage the test-only Spock dependency in
spring-boot-test without also managing the version of Spring that is
used by a user's application.
Closes gh-9087
Fixes gh-9043
8 years ago
Stephane Nicoll
de268d97e2
Add auto-configuration for reactive Redis
...
This commit provides an auto-configuration for reactive Redis and a
starter that provides Lettuce as Jedis doesn't support reactive
operations.
There are no support for reactive redis repositories at the moment so
only a `ReactiveRedisTemplate` is auto-configured if necessary.
Closes gh-8053
8 years ago
Andy Wilkinson
2d6bb9b507
Revert "Exclude commons-logging from Spring Security"
...
This reverts commit ec57c3d92a
.
Closes gh-8985
8 years ago
Stephane Nicoll
12dda513f9
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
2f4a1f9531
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
93bd1108bf
Fix maven warning
...
Closes gh-9075
8 years ago
Stephane Nicoll
88b2fed37d
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
61f88d0c90
Provide dependency management for missing jersey dependencies
...
Closes gh-9009
8 years ago
Andy Wilkinson
d1ea4f8a8a
Start building against Spring REST Docs 1.2.1 snapshots
...
See gh-9071
8 years ago
Stephane Nicoll
41712c7061
Merge branch '1.5.x'
8 years ago
Quentin Caillard
45e0912ecd
Add dependency section for jersey multipart
...
Closes gh-9007
8 years ago
Stephane Nicoll
e7efa8f133
Polish "Add Lettuce Redis driver autoconfiguration"
...
Closes gh-5311
8 years ago
Mark Paluch
4563da9ac7
Add Lettuce Redis driver autoconfiguration
...
Introduce an alternative autoconfiguration if the lettuce Redis driver is
available. Add Lettuce-specific configuration property options
"spring.redis.lettuce.shutdown-timeout" to control the shutdown timeout
of the lettuce driver. Add documentation for the properties, the
supported drivers, and how to switch between drivers.
Split client-specific properties from spring.redis.pool to
spring.redis.jedis.pool and introduce spring.redis.lettuce namespace.
Deprecate spring.redis.pool property.
See gh-5311
8 years ago
Andy Wilkinson
e0d5c447a8
Upgrade to Rxjava2 2.1.0
...
Closes gh-9062
8 years ago
Andy Wilkinson
7ed8737382
Upgrade to Rxjava 1.2.10
...
Closes gh-9061
8 years ago
Eddú Meléndez
4c96e95ad9
Simplify Netty dependency management by importing its BOM
...
See gh-9021
Closes gh-9050
8 years ago
Andy Wilkinson
0a8494ec74
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
df05aa4701
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
bd95ad6430
Upgrade to Spring Restdocs 1.1.3.RELEASE
...
Closes gh-9040
8 years ago
Andy Wilkinson
5291fb5ff7
Upgrade to Hsqldb 2.3.5
...
Closes gh-9039
8 years ago
Andy Wilkinson
344255807b
Upgrade to Jaybird 2.2.13
...
Closes gh-9038
8 years ago
Andy Wilkinson
59d04d0679
Upgrade to Elasticsearch 2.4.5
...
Closes gh-9037
8 years ago
Andy Wilkinson
c3c2a91916
Upgrade to Groovy 2.4.11
...
Closes gh-9036
8 years ago
Andy Wilkinson
bc464adba3
Upgrade to Tomcat 8.5.14
...
Closes gh-9035
8 years ago
Andy Wilkinson
b5811986b0
Upgrade to Ehcache 2.10.4
...
Closes gh-9034
8 years ago
Andy Wilkinson
d0a85550d7
Upgrade to H2 1.4.195
...
Closes gh-9033
8 years ago
Brian Clozel
b8fe06c103
Manage all Netty dependencies
...
Until we can use the Netty BOM (see gh-9021), this change adds all
Netty modules as managed dependencies so as to avoid version
clashes between managed and unmanaged Netty dependencies.
Fixes gh-8553
8 years ago
Artem Bilan
8e68511eb3
Upgrade to Spring Kafka 2.0.0.M1
...
Closes gh-9020
8 years ago
Andy Wilkinson
91fe040586
Start building against Spring Social LinkedIn 2.0 snapshots
...
See gh-9019
8 years ago
Phillip Webb
42e24136ef
Drop `spring-social-web-thymeleaf3`
...
Drop `spring-social-web-thymeleaf3` dependency since it's been merged
into `spring-social-web` as of Spring Social 2.0.
Fixes gh-9017
8 years ago
Vedran Pavic
0a64b96b83
Remove Spring Session GemFire dependency
...
Remove Spring Session GemFire dependency since it is
no longer supported in Spring Session 2.0.
Closes gh-9011
8 years ago
Vedran Pavic
33dd9d6d84
Remove Spring Session Mongo support
...
Remove auto-configuration support for Spring Session Mongo since it is
no longer supported in Spring Session 2.0.
See gh-9011
8 years ago
Eddú Meléndez
abd35f041b
Add reactive support for Spring Data Cassandra
...
See gh-8568
8 years ago
Andy Wilkinson
9c65888a54
Upgrade to Jackson 2.9.0.pr3
...
Closes gh-8990
8 years ago
Brian Clozel
117310924e
Reduce number of managed Netty dependencies
...
Now that reactor-netty has a strict set of transitive dependencies, this
commit refactors the managed dependencies to only list the required
ones. `netty-all` is still managed to avoid conflicts when pulled by
other libraries.
Fixes gh-8553
8 years ago
Andy Wilkinson
b43f902556
Upgrade to Spring Restdocs 1.2.0.RELEASE
...
Closes gh-8996
8 years ago
Andy Wilkinson
f8549b7276
Upgrade to Jsonassert 1.5.0
...
Closes gh-8995
8 years ago
Andy Wilkinson
877290c251
Upgrade to Postgresql 42.0.0
...
Closes gh-8994
8 years ago
Andy Wilkinson
3224bb99a9
Upgrade to Mockito 2.7.22
...
Closes gh-8993
8 years ago
Andy Wilkinson
e2d9b152a9
Upgrade to Thymeleaf Layout Dialect 2.2.1
...
Closes gh-8992
8 years ago
Andy Wilkinson
7a027b0187
Upgrade to Rxjava2 2.0.9
...
Closes gh-8991
8 years ago
Phillip Webb
ec57c3d92a
Exclude commons-logging from Spring Security
...
Excluded the commons-logging dependency pulled in by Spring Security
until they can provide a fix.
See gh-8985
8 years ago
Andy Wilkinson
15b9707fbe
Start building against Spring Cloud Connectors 2.0 snapshots
...
See gh-8968
8 years ago
Stephane Nicoll
9327b58304
Fixup version numbers following release
8 years ago
Andy Wilkinson
7255cec7bb
Align Lettuce dependency management with latest Data Redis snapshots
...
Closes gh-8287
8 years ago
Andy Wilkinson
d50878bac1
Upgrade to Hibernate 5.2.10.Final
8 years ago
Spring Buildmaster
9768b0a8c2
Next Development Version
8 years ago
Andy Wilkinson
3526d4df5e
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
6dd6897361
Upgrade to Narayana 5.5.7.Final
...
Closes gh-8961
8 years ago
Andy Wilkinson
a7830a8669
Upgrade to Jaybird 2.2.13
...
Closes gh-8960
8 years ago
Andy Wilkinson
efdd9d9b01
Upgrade to Jetty 9.4.4.v20170414
...
Closes gh-8959
8 years ago
Andy Wilkinson
0ff6b705d6
Upgrade to Tomcat 8.5.14
...
Closes gh-8958
8 years ago
Andy Wilkinson
edf6759e2d
Upgrade to Activemq 5.14.5
...
Closes gh-8957
8 years ago
Andy Wilkinson
6b167f1f12
Upgrade to Ehcache 2.10.4
...
Closes gh-8956
8 years ago
Andy Wilkinson
3442a24f8a
Upgrade to Undertow 1.4.13.Final
...
Closes gh-8955
8 years ago
Andy Wilkinson
6de6388085
Upgrade to Hsqldb 2.4.0
...
Closes gh-8954
8 years ago
Andy Wilkinson
ab7dad64f2
Upgrade to Cassandra Driver 3.2.0
...
Closes gh-8953
8 years ago
Stephane Nicoll
7fbce192b4
Fixup version numbers following release
8 years ago
Spring Buildmaster
d719d2cbbc
Next Development Version
8 years ago
Andy Wilkinson
07c5590813
Upgrade to GemFire 8.2.4
...
Closes gh-8948
8 years ago
Stephane Nicoll
d8967afff6
Upgrade to Spring Data Hopper-SR10
...
Closes gh-8938
8 years ago
Phillip Webb
cde5793240
Upgrade to Spring Data Ingalls-SR3
...
Closes gh-8939
8 years ago
Stephane Nicoll
294f880fa3
Start build against Spring Data Ingalls snapshots
...
See gh-8939
8 years ago
Stephane Nicoll
3f3bb92690
Start building against Spring Data Hopper snapshots
...
See gh-8938
8 years ago
Stephane Nicoll
ad616ea4a7
Revert "Upgrade to Spring Data Ingalls-SR2"
...
This commit reverts 65a8257
as the Couchbase driver must be upgraded from
2.3.x to 2.4.x
See gh-8939
8 years ago
Stephane Nicoll
47d2756692
Revert "Upgrade to Spring Data Hopper-SR9"
...
This commit reverts 2deab52
as the Couchbase driver must be upgraded from
2.2.x to 2.4.x
See gh-8938
8 years ago
Stephane Nicoll
65a8257697
Upgrade to Spring Data Ingalls-SR2
...
Closes gh-8939
8 years ago
Stephane Nicoll
2deab52ad0
Upgrade to Spring Data Hopper-SR9
...
Closes gh-8938
8 years ago
Stephane Nicoll
598beeea9d
Merge branch '1.4.x' into 1.5.x
8 years ago
Gary Russell
58279f356d
Upgrade to Spring Integration 4.3.9.RELEASE
...
Closes gh-8935
8 years ago
Stephane Nicoll
485c0ad1b7
Upgrade to Spring Framework 4.3.8.RELEASE
...
Closes gh-8712
8 years ago
Gary Russell
8a6bc65d86
Upgrade to Spring AMQP 1.7.2.RELEASE
...
Closes gh-8930
8 years ago
Gary Russell
4344489328
Upgrade to Spring AMQP 1.6.9.RELEASE
...
Closes gh-8929
8 years ago
Phillip Webb
d21a5076fe
Upgrade to Reactor BOM Bismuth SNAPSHOT
...
See gh-8884
8 years ago
Gary Russell
80486fbe65
Upgrade to Spring Kafka 1.1.4
...
Closes gh-8866
8 years ago
Andy Wilkinson
fd8814bbfb
Upgrade to Thymeleaf Extras Springsecurity4 3.0.2.RELEASE
...
Closes gh-8860
8 years ago
Andy Wilkinson
ac83ff0506
Upgrade to Thymeleaf Spring5 3.0.5.M3
...
Closes gh-8859
8 years ago
Andy Wilkinson
01e0ab6662
Upgrade to Thymeleaf 3.0.5.RELEASE
...
Closes gh-8858
8 years ago
Andy Wilkinson
478b0cf702
Upgrade to Selenium 3.3.1
...
Closes gh-8857
8 years ago
Andy Wilkinson
1f73e79c18
Upgrade to Selenium Htmlunit 2.26
...
Closes gh-8856
8 years ago
Andy Wilkinson
d1adeb934f
Upgrade to Janino 3.0.7
...
Closes gh-8855
8 years ago
Andy Wilkinson
d43a75f0b7
Upgrade to Log4j2 2.8.2
...
Closes gh-8854
8 years ago
Andy Wilkinson
cb34189c66
Upgrade to Htmlunit 2.26
...
Closes gh-8853
8 years ago
Andy Wilkinson
7ce8fd3524
Upgrade to Byte Buddy 1.6.12
...
Closes gh-8852
8 years ago
Andy Wilkinson
d427e51452
Upgrade to Rxjava2 2.0.8
...
Closes gh-8851
8 years ago
Andy Wilkinson
edd3c4514d
Upgrade to Javax Mail 1.6.0-rc1
...
Closes gh-8850
8 years ago
Andy Wilkinson
3aae48e3b1
Upgrade to Couchbase Client 2.4.4
...
Closes gh-8849
8 years ago
Andy Wilkinson
62fcae3d5e
Upgrade to Logback 1.2.3
...
Closes gh-8848
8 years ago
Andy Wilkinson
b16fcf8269
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
ddd3f8ee6e
Upgrade to Narayana 5.5.6.Final
...
Closes gh-8847
8 years ago
Andy Wilkinson
18f0e95442
Upgrade to Ehcache3 3.2.2
...
Closes gh-8846
8 years ago
Andy Wilkinson
82b809229e
Upgrade to Undertow 1.4.12.Final
...
Closes gh-8845
8 years ago
Andy Wilkinson
cf169e79b9
Upgrade to Hazelcast 3.7.7
...
Closes gh-8844
8 years ago
Andy Wilkinson
fbd296873a
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
13a3f7c0c1
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
d45d94520e
Upgrade to Jolokia 1.3.6
...
Closes gh-8841
8 years ago
Andy Wilkinson
f8767cc96e
Upgrade to Freemarker 2.3.26-incubating
...
Closes gh-8840
8 years ago
Andy Wilkinson
2300dae88c
Upgrade to Jetty 9.3.18.v20170406
...
Closes gh-8839
8 years ago
Andy Wilkinson
1375dfe102
Upgrade to Aspectj 1.8.10
...
Closes gh-8838
8 years ago
Andy Wilkinson
408b3c81df
Upgrade to Tomcat 8.5.13
...
Closes gh-8837
8 years ago
Andy Wilkinson
fe5e04c963
Upgrade to Hazelcast 3.6.8
...
Closes gh-8836
8 years ago
Andy Wilkinson
d49a41e8cf
Upgrade to Appengine 1.9.51
...
Closes gh-8835
8 years ago
Andy Wilkinson
5f77ef25e4
Upgrade to Jackson 2.8.8
...
Closes gh-8834
8 years ago
Vedran Pavic
2667b7f51c
Upgrade to Hazelcast 3.8
...
Closes gh-8808
8 years ago
Andy Wilkinson
b6a4056e95
Remove dependency management for Gradle that is no longer used
8 years ago
Andy Wilkinson
6c6b9c284d
Upgrade to Solr 6.5 and align with latest Spring Data Solr snapshots
...
Closes gh-8801
8 years ago
Andy Wilkinson
f5d9ff1392
Upgrade to Mongo Driver Reactive Streams 1.3.0
...
Closes gh-8807
8 years ago
Andy Wilkinson
5b2f0ea070
Revert "Add dep mgmt for fast-classpath-scanner while Neo4j uses LATEST"
...
This reverts commit 51a2d9b103
.
See gh-8687
8 years ago
Andy Wilkinson
bf83e74d5f
Start building against Reactor Bom Aluminium snapshots for SR2 again
...
See gh-8589
8 years ago
Stephane Nicoll
1e88e1faa5
Upgrade to Embedded Mongo 2.0.0
...
Closes gh-8769
8 years ago
Andy Wilkinson
e683f8ace9
Revert "Start building against Reactor Bom Aluminium snapshots for SR2 again"
...
This reverts commit 9164265a54
.
See gh-8589
8 years ago
Andy Wilkinson
9164265a54
Start building against Reactor Bom Aluminium snapshots for SR2 again
...
See gh-8589
8 years ago
Andy Wilkinson
d322d8613b
Upgrade to Flyway 4.1.2
...
Closes gh-8752
8 years ago
Andy Wilkinson
e905c96d9d
Upgrade to GemFire 8.2.3
...
Closes gh-8498
8 years ago
Andy Wilkinson
c6aa032cd5
Drop back to Aluminium-SR1 as current snapshots are beyond repair
...
This reverts 78824b02f3
See gh-8589
8 years ago
Andy Wilkinson
7857bbb956
Add temporary dependency management for reactor-netty
...
The version of reactor-netty currently provided by reactor-bom is
incompatible with the version of reactor-core that's provided. To
work around this problem, this commit adds dependency management for
reactor-netty that overrides the bom.
8 years ago
Andy Wilkinson
9c0430ba9f
Upgrade to Hibernate Validator 5.4.1.Final
...
Closes gh-8751
8 years ago
Andy Wilkinson
35cda80ace
Upgrade to Hibernate 5.2.9.Final
...
Closes gh-8750
8 years ago
Andy Wilkinson
1a1fe3207b
Upgrade to Rxjava 1.2.9
...
Closes gh-8749
8 years ago
Andy Wilkinson
25baaf807d
Upgrade to Netty 4.1.9.Final
...
Closes gh-8748
8 years ago
Andy Wilkinson
c15adfd4a3
Add dependency management for spring-restdocs-asciidoctor
...
See gh-8716
8 years ago
Andy Wilkinson
aff1f18fe2
Upgrade to Logback 1.2.2
...
Closes gh-8635
8 years ago
Andy Wilkinson
2fd51dd8a1
Upgrade to Spring REST Docs 1.2.0.RC1
...
Closes gh-8716
8 years ago
Andy Wilkinson
5e0acc60bb
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
bf6e6870ea
Upgrade to Neo4j Ogm 2.1.2
...
Closes gh-8746
8 years ago
Andy Wilkinson
57c16c393b
Upgrade to Mariadb 1.5.9
...
Closes gh-8745
8 years ago
Andy Wilkinson
6ffdc88430
Upgrade to Narayana 5.5.5.Final
...
Closes gh-8744
8 years ago
Andy Wilkinson
233abb6162
Upgrade to Jboss Transaction Spi 7.5.2.Final
...
Closes gh-8743
8 years ago
Andy Wilkinson
7ad326992a
Upgrade to Hibernate Validator 5.3.5.Final
...
Closes gh-8742
8 years ago
Andy Wilkinson
e60515e88c
Upgrade to Jetty 9.4.3.v20170317
...
Closes gh-8741
8 years ago
Andy Wilkinson
6519fd5e52
Upgrade to Artemis 1.5.4
...
Closes gh-8740
8 years ago
Andy Wilkinson
290a951f90
Upgrade to Activemq 5.14.4
...
Closes gh-8739
8 years ago
Andy Wilkinson
8cf9973ff6
Upgrade to Hazelcast 3.7.6
...
Closes gh-8738
8 years ago
Andy Wilkinson
f07d4f77aa
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
8973d6cec5
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
a8788ba62c
Upgrade to Webjars Locator 0.32-1
...
Closes gh-8734
8 years ago
Andy Wilkinson
c49fb08c8f
Upgrade to Spring Loaded 1.2.7.RELEASE
...
Closes gh-8733
8 years ago
Andy Wilkinson
35ce980b38
Upgrade to Slf4j 1.7.25
...
Closes gh-8732
8 years ago
Andy Wilkinson
fb9ce48dc8
Upgrade to Lombok 1.16.16
...
Closes gh-8731
8 years ago
Andy Wilkinson
de504f3464
Upgrade to Jooq 3.8.7
...
Closes gh-8730
8 years ago
Andy Wilkinson
0a5732bb14
Upgrade to Jboss Logging 3.3.1.Final
...
Closes gh-8729
8 years ago