Commit Graph

1148 Commits

Author SHA1 Message Date
Andy Wilkinson a0420f5f7c Upgrade to Jaybird 2.2.10
Closes gh-5583
2016-04-05 12:52:27 +01:00
Andy Wilkinson 41c1b29067 Upgrade to AspectJ 1.8.9
Closes gh-5582
2016-04-05 12:52:20 +01:00
Andy Wilkinson 1d8ff34eb0 Upgrade to Tomcat 8.0.33
Closes gh-5581
2016-04-05 12:52:20 +01:00
Andy Wilkinson f3b70e4641 Upgrade to HTTP Client 4.5.2
Closes gh-5580
2016-04-05 12:52:20 +01:00
Andy Wilkinson 36c572918e Upgrade to Undertow 1.3.20.Final
Closes gh-5579
2016-04-05 12:52:19 +01:00
Andy Wilkinson 20ba452eb2 Upgrade to HikariCP 2.4.5
Closes gh-5578
2016-04-05 12:52:19 +01:00
Andy Wilkinson 810ce0ed5a Upgrade to Jackson 2.6.6
Closes gh-5577
2016-04-05 12:52:19 +01:00
Andy Wilkinson ffe21175ca Upgrade to Logback 1.1.7
Closes gh-5568
2016-04-05 12:40:21 +01:00
John Blum 67f92bff1e Polish Pivotal GemFire starter and sample
Closes gh-5439
2016-04-05 12:52:10 +02:00
Stephane Nicoll 05ef0818f8 Polish contribution
Closes gh-5511
2016-04-05 12:38:04 +02:00
Huang YunKun 6a2ff3f02a Upgrade elasticsearch to 2.2.0
Closes gh-5443
2016-04-05 12:38:04 +02:00
Igor Stepanov 01f3e7059b Manage jackson-module-jaxb-annotations dependency
Closes gh-5570
2016-04-05 07:52:24 +02:00
Johnny Lim f88c583570 Polish
Closes gh-5553
2016-04-01 17:11:17 +02:00
Kazuki Shimizu db015a6c05 Upgrade to Lombok 1.16.8
Closes gh-5406
2016-04-01 11:56:21 +01:00
Andy Wilkinson f55066464d Merge branch '1.3.x' 2016-04-01 11:53:35 +01:00
Kazuki Shimizu b4b7e7ead3 Upgrade to Logback 1.1.6
Closes gh-5410
2016-04-01 11:42:50 +01:00
Andy Wilkinson e7bb67fa33 Upgrade to SLF4J 1.7.20
Closes gh-5408
2016-04-01 11:42:07 +01:00
Gary Russell 701561eede Upgrade Spring AMQP to 1.6.0.M2
Closes gh-5488
2016-03-29 15:12:39 +02:00
Stephane Nicoll fd437797b6 Polish contribution
This commit polihes the original Neo4j contribution in several areas.

Rather than providing the packages to scan, this commit rearranges the
`EntityScan` and `EntityScanRegistrar` so that the logic can be shared
for other components. If no package is provided, scanning now defaults to
the "auto-configured" package(s) and a `@NodeEntityScan` annotation
allows to override that.

The configuration has also been updated to detect the driver based on the
`uri` property. If the embedded driver is available we use that by
default. If it is not available, we're trying to connect to a Neo4j
server running on localhost. It is possible to disable the embedded mode
or set the `uri` parameter explicitly to deviate from these defaults.

The sample no longer relies on the embedded driver for licensing reason:
rather it expects an instance running on localhost (like other
data-related samples) and gracefully ignore any connection error. A
README has been added in the sample to further explain the available
options;

Closes gh-5458
2016-03-25 11:39:49 +01:00
Michael Hunger 0658cc8aee Add Neo4j support
See gh-5458
2016-03-25 11:26:57 +01:00
Gary Russell 67cffaebcc Upgrade Spring AMQP to 1.5.5.RELEASE
Closes gh-5489
2016-03-25 10:25:43 +01:00
Andy Wilkinson 13d4409f32 Merge branch '1.3.x' 2016-03-24 17:50:51 +00:00
Andy Wilkinson 86a9fc2f9a Upgrade to Undertow 1.3.19.Final
Closes gh-5264
2016-03-24 17:37:49 +00:00
Phillip Webb 6d934bb270 Add spring-boot-test-autoconfigure module
Add a new test module to deal with auto-configuration in tests.

See gh-4901
2016-03-23 22:20:54 -07:00
Phillip Webb cbea16ec01 Support HtmlUnit and Selenium localhost resolution
Provide variants of `WebClient` and `WebConnectionHtmlUnitDriver` that
automatically resolve relative URLs to "localhost:${local.server.port}".

Fixes gh-5472
2016-03-23 22:20:02 -07:00
Phillip Webb 1b6c2a3e5e Polish 2016-03-23 20:06:03 -07:00
Stephane Nicoll b8bc4f66e5 Align dependencies for Spring Data Hopper RC1
Align dependencies upgrade of the Hopper release.

Closes gh-5150
See gh-5443
2016-03-18 14:21:58 +01:00
Stephane Nicoll 29b4e381fa Upgrade to Spring Data Hopper RC1
Closes gh-5150
2016-03-18 13:24:47 +01:00
Stephane Nicoll caf11e4445 Add Couchbase cache support
This commit updates the cache auto-configuration to provide a
`CouchbaseCacheManager` if a `Bucket` has been configured.

The global customizer infrastructure allows to further tune the cache
manager if necessary.

Closes gh-5176
2016-03-18 07:52:56 +01:00
Stephane Nicoll e67f2e2983 Separate Couchbase setup from Spring Data
This commit separates the basic setup of Couchbase from Spring Data so
that a `Bucket` and `Cluster` bucket beans are exposed even if Spring
Data is not available.

A basic setup happens if `spring.couchbase.bootstrap-hosts` is specified,
configuring the `default` bucket with no authentication unless specified
otherwise.

If Spring Data is available, those beans are re-used by default to
configure the `CouchbaseTemplate` and other repository-related beans.

Closes gh-5347
2016-03-14 11:11:48 +01:00
Felipe Rotilho 00bb936c4b Upgrade to Gson 2.6.2
Closes gh-5310
2016-03-07 10:15:57 +00:00
Andy Wilkinson 98c9744a64 Merge branch '1.3.x' 2016-03-02 11:03:41 +00:00
Andy Wilkinson 497790571f Add dependency management for logback-core
Previously, only dependency management for logback-classic was
provided. This meant that it was possible for logback-core, upon
which logback-classic depends, to have a different version.

This commit adds dependency management for logback-core, thereby
ensuring that the two dependencies will have the same version.

Closes gh-5304
2016-03-02 11:02:18 +00:00
Andy Wilkinson ef5087c5ee Upgrade to Jackson 2.7.2
Closes gh-5081
2016-03-02 07:25:55 +00:00
Stephane Nicoll f04b517adb Upgrade to Caffeine 2.2.2
See gh-4903
2016-02-29 14:09:54 +01:00
Eddú Meléndez 98cc68364a Add Caffeine cache support
See gh-4899
2016-02-29 14:07:01 +01:00
Andy Wilkinson 65234ce4a1 Start building against Spring Framework 4.3 snapshots
See gh-4900
2016-02-26 18:24:56 +00:00
Stephane Nicoll 5680ffdedb Fixup version numbers following release 2016-02-26 11:00:36 +01:00
Spring Buildmaster 225d877ab9 Next Development Version 2016-02-26 01:06:16 -08:00
Andy Wilkinson 8b587a87ef Upgrade to Spring Session 1.1.0.RELEASE
Closes gh-5252
2016-02-25 20:55:49 +00:00
Andy Wilkinson 3a5bb3391f Upgrade to Jedis 2.8.0
Closes gh-5251
2016-02-25 20:55:49 +00:00
Andy Wilkinson cf2d57a5db Upgrade to SnakeYAML 1.17
Closes gh-5250
2016-02-25 20:55:48 +00:00
Andy Wilkinson 83db70197e Upgrade to webjars-locator 0.30
Closes gh-5249
2016-02-25 20:55:48 +00:00
Andy Wilkinson fd4b126159 Upgrade to Json Assert 1.3.0
Closes gh-5248
2016-02-25 20:55:48 +00:00
Andy Wilkinson 33cca0fed1 Upgrade to mongo-java-driver 2.14.1
Closes gh-5247
2016-02-25 20:55:47 +00:00
Andy Wilkinson 8c11142cd8 Upgrade to mariadb-java-client 1.3.6
Closes gh-5246
2016-02-25 20:55:47 +00:00
Andy Wilkinson ccf7de904c Upgrade to Infinispan 8.1.2.Final
Closes gh-5245
2016-02-25 20:55:47 +00:00
Andy Wilkinson a3c118f76b Upgrade to Elasticsearch 1.7.5
Closes gh-5244
2016-02-25 20:40:42 +00:00
Andy Wilkinson 4bbf209c14 Upgrade to SolrJ 5.3.2
Closes gh-5243
2016-02-25 20:40:42 +00:00
Andy Wilkinson 06fb2d6d3e Upgrade to Log4j2 2.5
Closes gh-5242
2016-02-25 20:40:42 +00:00
Andy Wilkinson dd37ca8a81 Upgrade to ActiveMQ 5.13.1
Closes gh-5241
2016-02-25 20:17:03 +00:00
Andy Wilkinson e07330ef5f Upgrade to Joda Time 2.9.2
Closes gh-5240
2016-02-25 20:16:33 +00:00
Andy Wilkinson d5758ee3aa Upgrade to JMustache 1.12
Closes gh-5239
2016-02-25 20:16:09 +00:00
Andy Wilkinson 43b7771bf1 Upgrade to JsonPath 2.1.0
Closes gh-5238
2016-02-25 20:15:35 +00:00
Andy Wilkinson fcb5f03146 Upgrade to Hazelcast 3.6
Closes gh-5237
2016-02-25 20:15:02 +00:00
Andy Wilkinson dd2edee89a Upgrade to Gson 2.6.1
Closes gh-5236
2016-02-25 20:13:07 +00:00
Andy Wilkinson 8ae6ea0a06 Upgrade to appengine-api-1.0-sdk 1.9.32
Closes gh-5235
2016-02-25 20:12:31 +00:00
Andy Wilkinson 4d208c7717 Merge branch '1.3.x' 2016-02-25 10:53:26 +00:00
Andy Wilkinson 5d1ee87e81 Upgrade to Spring Framework 4.2.5.RELEASE 2016-02-25 10:45:57 +00:00
Andy Wilkinson 6bb9eb421f Merge branch '1.3.x' 2016-02-24 16:49:27 +00:00
Andy Wilkinson 1c715ab282 Upgrade to Jetty 9.2.15.v20160210
Upgrade to Jetty 9.2.15 and replace use of API that was deprecated
and changed to throw an UnsupportedOperationException in the same
release.

Closes gh-5218
2016-02-24 16:49:22 +00:00
Andy Wilkinson 7d84273d98 Merge branch '1.3.x' 2016-02-24 16:25:02 +00:00
Andy Wilkinson 1735fac3ab Upgrade to Logback 1.1.5
Closes gh-5212
2016-02-24 16:24:10 +00:00
Andy Wilkinson c14c0ac152 Merge branch '1.3.x' 2016-02-24 15:39:58 +00:00
Andy Wilkinson ab96962833 Upgrade to Spring AMQP 1.5.4.RELEASE
Closes gh-5224
2016-02-24 15:15:24 +00:00
Andy Wilkinson efec3b5607 Upgrade to SLF4J 1.7.16
Closes gh-5223
2016-02-24 15:15:23 +00:00
Andy Wilkinson 3eafec5f83 Upgrade to Postgresql 9.4.1208.jre7
Closes gh-5222
2016-02-24 15:15:23 +00:00
Andy Wilkinson f5e450ebf7 Upgrade to Jolokia 1.3.3
Closes gh-5221
2016-02-24 15:15:23 +00:00
Andy Wilkinson a33325e3da Upgrade to Hibernate Validator 5.2.4.Final
Closes gh-5220
2016-02-24 15:15:23 +00:00
Andy Wilkinson 0c389945da Upgrade to Jersey 2.22.2
Closes gh-5219
2016-02-24 15:15:23 +00:00
Andy Wilkinson f734fd8d17 Upgrade to ActiveMQ 5.12.3
Closes gh-5217
2016-02-24 15:15:22 +00:00
Andy Wilkinson 1b84ccb449 Upgrade to thymeleaf-layout-dialect 1.3.3
Closes gh-5216
2016-02-24 15:15:22 +00:00
Andy Wilkinson ea34dcdcde Upgrade to HikariCP-java6 2.3.13
Closes gh-5215
2016-02-24 15:15:22 +00:00
Andy Wilkinson beb5f0bd41 Upgrade to Hazelcast 3.5.5
Closes gh-5214
2016-02-24 15:15:22 +00:00
Andy Wilkinson d9814bf529 Upgrade to H2 1.4.191
Closes gh-5213
2016-02-24 15:15:22 +00:00
Andy Wilkinson b061aa5d7e Upgrade to Spring Data Gosling SR4
Closes gh-5119
2016-02-24 10:59:30 +00:00
Gary Russell 5e180641ec Upgrade to Spring Integration 4.2.5.RELEASE
Closes gh-5190
2016-02-22 15:48:15 +00:00
Andy Wilkinson 1697276d7d Merge branch '1.3.x' 2016-02-22 15:46:59 +00:00
Andy Wilkinson 1c00fdd80c Upgrade to Undertow 1.3.18.Final
Closes gh-5182
2016-02-22 15:45:36 +00:00
Andy Wilkinson 0392d126b8 Merge branch '1.3.x' 2016-02-22 14:36:26 +00:00
Andy Wilkinson 5d256196a6 Upgrade to Groovy 2.4.6
Closes gh-4149
2016-02-22 14:34:12 +00:00
Andy Wilkinson ca79ba8291 Add dependency management for new spring-restdocs-restassured module
Closes gh-5160
2016-02-22 10:22:57 +00:00
Andy Wilkinson bbef9fcdb3 Add dependency management for new spring-session-data-gemfire module
Closes gh-5161
2016-02-22 10:21:58 +00:00
Dave Syer e021a30745 Merge branch '1.3.x'
Conflicts:
	spring-boot-dependencies/pom.xml
2016-02-20 16:40:21 +00:00
Dave Syer 14a5feacea Update to OAuth 2.0.9 2016-02-20 16:34:53 +00:00
Phillip Webb 89b7704977 Extract spring-boot-test.jar
Relocate the `org.springframework.boot.test` package from the
`spring-boot.jar` to `spring-boot-test.jar`.

Fixes gh-5184
2016-02-19 19:28:37 -08:00
Andy Wilkinson 7512687cba Upgrade to Spring Session 1.1.0.RC1
Closes gh-5161
2016-02-19 16:19:52 +00:00
Andy Wilkinson 9be69f1ac7 Improve JDBC driver dependency management and class name test coverage
Previously, the DatabaseDriver enumeration contained entries for
some databases without having dependency management for the database
driver dependency. This leads to the possibility of a user inadvertently
using the wrong version of a driver where the class names do not match
those listed in the enumeration. A further problem is that we do not
test that the class names listed in the enumeration match the
names of Driver and XADataSource implementations in the database driver.

This commit completes the database driver dependency management so that
dependency management is provided for every driver that is both listed
in DatabaseDriver and available in Maven Central. It also adds tests
for DatabaseDriver that ensures that each class that is listed exists
and implements the required interface (java.sql.Driver or
javax.sql.XADataSource).

Closes gh-4946
2016-02-19 12:41:13 +00:00
Andy Wilkinson 3b068c8bc2 Upgrade to Spring Integration 4.3.0.M1
Closes gh-5163
2016-02-17 16:42:39 +00:00
Andy Wilkinson e0ee46ec61 Upgrade to Spring AMQP 1.6.0.M1
Closes gh-5162
2016-02-17 16:42:39 +00:00
Andy Wilkinson a81cd5df74 Upgrade to Spring REST Docs 1.1.0.M1
Closes gh-5160
2016-02-16 12:25:26 +00:00
Andy Wilkinson ed04a5b12e Merge branch '1.3.x' 2016-02-16 09:48:14 +00:00
Andy Wilkinson fbbead622d Add dependency management for some more of Jetty's modules
Closes gh-5155
2016-02-16 09:47:23 +00:00
Stephane Nicoll da3b49e024 Polish contribution
Closes gh-3499
2016-02-16 09:31:50 +01:00
Eddú Meléndez 76f1ca4188 Add Couchbase support
Closes gh-3498
2016-02-16 09:31:50 +01:00
Stephane Nicoll b205e02e33 Upgrade to Spring Data Hopper M1
Closes gh-5120
2016-02-15 14:57:08 +01:00
Andy Wilkinson 0641d9af4f Merge branch '1.3.x' 2016-02-12 10:18:02 +00:00
Andy Wilkinson 815da8b845 Upgrade to Tomcat 8.0.32
Closes gh-5122
2016-02-12 10:17:09 +00:00
Andy Wilkinson 4597b61626 Merge branch '1.3.x' 2016-02-10 12:05:33 +00:00
Andy Wilkinson ec8f7d3a0f Upgrade to SLF4J 1.7.15
Closes gh-5044
2016-02-10 12:05:14 +00:00