Andy Wilkinson
5e6ff9a855
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
f4eb45ac6d
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
99683dff6f
Upgrade to Logback 1.1.10
...
In Logback 1.1.10, the logback-classic module contains a
META-INF/services/javax.servlet.ServletContainerInitializer file that
contains a comment. This triggers a bug in Wildfly 8 [1] that has been
fixed [2] in Wildfly 9 and later. As a result, this commit also
updates our Wildfly deployment test to use 9.0.2 rather than 8.2.0.
Closes gh-8354
[1] https://issues.jboss.org/browse/WFLY-4089
[2] fef57ebdc7
8 years ago
Andy Wilkinson
c9f45e3ffa
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
f952b2492a
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
6af4b10b9d
Revert "Upgrade to Logback 1.1.10"
...
This reverts commit 05113d059d
.
See gh-8354
8 years ago
Andy Wilkinson
0de66a19f2
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
1e4830e713
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
b3d0b3330b
Upgrade to Slf4j 1.7.23
...
Closes gh-8364
8 years ago
Andy Wilkinson
357667e97d
Upgrade to Lombok 1.16.14
...
Closes gh-8363
8 years ago
Andy Wilkinson
3bf7bf86fb
Upgrade to Infinispan 8.2.6.Final
...
Closes gh-8362
8 years ago
Andy Wilkinson
6ed5204874
Upgrade to Hibernate 5.0.12.Final
...
Closes gh-8361
8 years ago
Andy Wilkinson
bdf4181e35
Upgrade to Solr 5.5.4
...
Closes gh-8360
8 years ago
Andy Wilkinson
0a2ef8331a
Upgrade to Httpclient 4.5.3
...
Closes gh-8359
8 years ago
Andy Wilkinson
686047f39e
Upgrade to Httpasyncclient 4.1.3
...
Closes gh-8358
8 years ago
Andy Wilkinson
637a1a98d9
Upgrade to Undertow 1.3.27.Final
...
Closes gh-8357
8 years ago
Andy Wilkinson
95db8d2a31
Upgrade to Appengine 1.9.49
...
Closes gh-8356
8 years ago
Andy Wilkinson
55dd975c77
Upgrade to Jackson 2.8.7
...
Closes gh-8355
8 years ago
Andy Wilkinson
05113d059d
Upgrade to Logback 1.1.10
...
Closes gh-8354
8 years ago
Andy Wilkinson
98a2ae3b91
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
1abd91dc23
Start building against Spring Framework 4.3.7 snapshots
...
See gh-8248
8 years ago
Stephane Nicoll
8181870900
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
4b0c64ed88
Upgrade to Unboundid LDAP SDK 3.2.1
...
Closes gh-8333
8 years ago
Stephane Nicoll
4304cdb91a
Merge branch '1.5.x'
8 years ago
Madhura Bhave
b4134e239e
Add autoconfiguration for JWKTokenStore
...
If `jwk.key-set-uri` is present.
Closes gh-4437
8 years ago
Andy Wilkinson
e9c3568fa3
Upgrade to Hibernate 5.2.7.Final
...
This commit also removes the exclusion of cdi-api. It is no longer
required as https://hibernate.atlassian.net/browse/HHH-11370 has been
fixed in 5.2.7.
Closes gh-8111
8 years ago
Andy Wilkinson
d1a77b6489
Add dependency management for Lettuce
...
Closes gh-8287
8 years ago
Andy Wilkinson
4aecf19c92
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
9499658bc3
Revert "Start building against Spring Framework 4.3.7.BUILD-SNAPSHOT"
...
This reverts commit 661940033a
.
See gh-8248
8 years ago
Stephane Nicoll
ff4a4cf33a
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
661940033a
Start building against Spring Framework 4.3.7.BUILD-SNAPSHOT
...
See gh-8248
8 years ago
Mark Paluch
48b0f1577b
Provide a starter for reactive Spring Data MongoDB
...
Add autoconfiguration to bootstrap MongoDB Reactive Streams driver
components, reactive Spring Data MongoDB and reactive repositories. Add
bean dependency processor for flapdoodle so embedded MongoDB instances
are configured before bootstraping the reactive MongoDB client.
Add Spring Data MongoDB Reactive starter with blocking and non-blocking
dependencies. MongoDB requires a separate driver that is used in the
`ReactiveMongoTemplate` while `MappingMongoConverter` (shared amongst
blocking/reactive Template API) requires the blocking driver to resolve
DBRefs.
See gh-8230
8 years ago
Stephane Nicoll
5f05e9793b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
95e7fbeb1d
Make sure `spring-boot-test-support` is not public
...
The `spring-boot-test-support` module is internal and is not deployed so
we should not offer public dependency management for it.
Closes gh-8165
8 years ago
Andy Wilkinson
aa09dbbd79
Build against Social snapshots for better compatibility
...
The latest snapshots for Spring Social, Spring Social Facebook, and
Spring Social Twitter improve the compatibility with each other,
Spring Framework 5 and Thymeleaf 3.
See gh-6258
8 years ago
Jack Stevenson
549f90e996
Provide dependency management for HikariCP-java7
...
Closes gh-8206
8 years ago
John Blum
d83ed7f3b3
Upgrade to GemFire 8.2.2
...
Closes gh-8201
8 years ago
Brian Clozel
0aaea05a4b
Add Reactor Netty and WebFlux Starters
...
These starters bring the Spring WebFlux experience to Boot.
By default, the Reactor Netty web server is chosen.
8 years ago
Stephane Nicoll
e9029d223a
Upgrade to Couchbase client 2.4.1
...
Closes gh-8203
8 years ago
Tommy Ludwig
653366d664
Remove HikariCP-java6 dependency management
...
Dependency management for the `HikariCP-java6` dependency is no longer
needed since Java 6 is no longer supported by Spring Boot.
The HikariDriverConfigurationFailureAnalyzer has been updated with the
current message thrown by HikariCP in this failure scenario.
Closes gh-8147
8 years ago
Andy Wilkinson
07c39f1c62
Upgrade to AssertJ 3.6.2
...
Closes gh-8182
8 years ago
Andy Wilkinson
77b5c63ec0
Build against SI 5.0.0 snapshots in preparation for M3
...
See gh-8180
8 years ago
Andy Wilkinson
071668a2e6
Start building against Spring Kafka 2.0 snapshots
...
See gh-8179
8 years ago
Madhura Bhave
5dafa3ae9c
Fixup version numbers following release
8 years ago
Spring Buildmaster
5c12500366
Next Development Version
8 years ago
Andy Wilkinson
a9656145de
Fix up version numbers following release
8 years ago
Spring Buildmaster
a2696bf873
Next Development Version
8 years ago
Eddú Meléndez
a270c13d6f
Upgrade to Flyway 4.0
...
Closes gh-5344
8 years ago
Roy Clarkson
868be078f1
Upgrade to Spring Mobile 2.0.0.M1
...
Closes gh-8132
8 years ago
Stephane Nicoll
bd0c1cb9c3
Fixup version numbers following release
8 years ago