John Blum
34cbe1e60b
Created a Spring Data GemFire Starter POM
...
... as well as a Spring Boot Sample Application with associated tests
for demonstrating how to get started using both Spring Data GemFire
and GemFire.
2014-04-28 08:28:37 +01:00
Dave Syer
898698a681
Upgrade to Tomcat 7.0.53 (fixes gh-632)
2014-04-27 16:39:07 +01:00
TimmyStorms
a1d4d63dd1
Added spring-boot-starter-data-neo4j module.
...
Fixes gh-631
2014-04-26 18:07:59 +01:00
Andy Wilkinson
81740a759d
Upgrade to Groovy 2.3.0-rc-1
2014-04-25 18:05:01 +01:00
Dave Syer
84b8966173
Add couchbase client dependencies
2014-04-25 12:38:11 +01:00
Michael Nitschinger
78ce06ccc7
Add support for spring-data-couchbase
...
Fixes gh-124
2014-04-25 12:05:15 +01:00
Oliver Gierke
26c5a3edb2
Import Spring Data release train BOM instead of individual modules.
...
The dependencies pom.xml now declares an import to the spring-data-releasetrain BOM pom.xml which in turn constraints version numbers for a dedicated release train release. This has the effect of users being able to upgrade to a certain release train by redeclaring the spring-data-releasetrain.version property to e.g. Dijkstra-M1. Individual modules can be upgraded by simply declaring the dependency in the desired version manually in a <dependencies /> or <dependencyManagement /> block.
Removed the explicit declaration for Spring HATEOAS as it is pulled in transitively by Spring Data REST anyway and thus makes sure it's in a compatible version.
2014-04-25 10:20:02 +01:00
Roy Clarkson
6ad7257baf
Add auto-configuration for @EnableHypermediaSupport
...
If Spring HATEOAS is on the class path, then @EnableHypermediaSupport
will be auto-configured with HAL support.
2014-04-25 09:52:27 +01:00
Phillip Webb
64a835e91a
Move master to 1.1.0.BUILD-SNAPSHOT
2014-04-24 12:45:20 +01:00
Spring Buildmaster
d3954a1703
Next development version
2014-04-24 02:24:28 -07:00
Phillip Webb
c714359b25
Upgrade dependencies
...
Upgrade third party dependencies (when appropriate) to the latest
maintenance releases.
2014-04-24 09:46:58 +01:00
Phillip Webb
d87f452a96
Upgrade Spring Batch dependency to 2.2.6
...
Fixes gh-720
2014-04-23 22:08:25 +01:00
Spring Buildmaster
a5864ebcd0
Next development version
2014-04-06 22:43:18 -07:00
Andy Wilkinson
dcdeadf3eb
Upgrade to Logback 1.1.2
2014-04-03 16:39:07 +01:00
Spring Buildmaster
15e9dbe98b
Next development version
2014-04-01 03:05:51 -07:00
Phillip Webb
0af7f7e347
Add missing POM info
2014-04-01 02:07:42 -07:00
Phillip Webb
6f9bb233ad
Revert "Next development version"
...
This reverts commit b67bb70ee3 .
2014-04-01 00:38:48 -07:00
Spring Buildmaster
b67bb70ee3
Next development version
2014-03-31 22:38:42 -07:00
Phillip Webb
ac4cdd33c3
Revert "Next development version"
...
This reverts commit 1d0eea12eb .
Returning to 1.0.0.BUILD-SNAPSHOT for an updated release.
2014-03-31 17:14:30 -07:00
Spring Buildmaster
1d0eea12eb
Next development version
2014-03-28 11:47:09 -07:00
Phillip Webb
1664cef469
Upgrade some third party dependencies
...
Upgrade Jackson and Reactor
Fixes gh-597
2014-03-27 13:16:41 -07:00
Phillip Webb
3b592fc25c
Upgrade to Spring 4.0.3
...
Fixes gh-564
2014-03-26 22:53:16 -07:00
Phillip Webb
142a3107f4
Upgrade to Spring 4.0.3.BUILD-SNAPSHOT
...
Upgrade to the snapshot version of spring for sanity testing.
2014-03-25 22:20:46 -07:00
Phillip Webb
52dc7b8727
Upgrade to Spring Security 3.2.3
...
Fixed gh-567
2014-03-25 15:24:45 -07:00
Phillip Webb
1dcd4ddf9e
Restore Spring Framework version
...
Remove accidentally committed SNAPSHOT dependency.
2014-03-25 14:38:43 -07:00
Phillip Webb
44d708ef7a
Polish
2014-03-25 14:33:27 -07:00
Phillip Webb
75548c1205
Remove spring-data-commons
...
Remove direct reference to spring-data-commons, instead favoring
transitive dependency.
Fixes gh-557
2014-03-24 23:29:59 -07:00
Greg Turnquist
aca019622f
Remove unnecessary optional flag
2014-03-18 08:19:03 +00:00
Greg Turnquist
ed6a9ac5b3
Set version for Spring Data Commons
2014-03-18 08:19:03 +00:00
Oliver Gierke
bb3ea39d80
Upgraded to Spring Data Codd SR1.
...
Fixes gh-490
2014-03-14 12:04:41 +00:00
Dave Syer
08aacf72e0
Update Spring Security to 3.2.2
2014-03-12 11:06:58 +00:00
Dave Syer
d4083e46fe
Add exlcusion to httpcomponents dependency
2014-03-11 11:07:52 +00:00
Spring Buildmaster
b0d4e8ae69
Next development version
2014-03-03 22:46:12 -08:00
Spring Buildmaster
cb8668a151
Release version 1.0.0.RC4
2014-03-03 22:46:05 -08:00
Phillip Webb
468728a2c0
Polish
2014-03-03 17:50:19 -08:00
Marten Deinum
8e8237a93e
Spring Data Rest Starter Project
...
Fixes gh-60
2014-02-27 09:44:12 +00:00
Dave Syer
42f363dc12
Explicitly manager javassist version
...
Hibernate is picky about javassist, but unfortunately that
library is used by other parts of our stack (Thymeleaf!?), so
we need a policy for resolving the dependency transitively.
I fixed it to the version in Hibernate 4.3.1 (our current
best foot forward), but it will have to be updateed whenever
Hibernate is.
Fixes gh-402
2014-02-26 14:01:51 +00:00
Phillip Webb
083cb388c0
Upgrade to Spring Security 3.2.1
...
Fixes gh-392
2014-02-24 21:54:33 -08:00
Phillip Webb
2669d81433
Upgrade 3rd-Party Dependencies
...
Fixes gh-393
2014-02-24 21:26:39 -08:00
Phillip Webb
0322c5f55d
Support EL without jasper by using tomcat-embed-el
...
Add `tomcat-embed-el` dependency (newly released as part of Tomcat
7.0.52) allowing EL usage without jasper.
Fixes gh-248
2014-02-24 15:00:42 -08:00
Phillip Webb
c44f902a7c
Upgrade to Tomcat 7.0.52
...
Fixes gh-245
2014-02-24 14:56:18 -08:00
Oliver Gierke
af458cb253
Upgrade to Spring Data Codd GA release.
...
Adapt auto-configuration code to use the new constructor introduced
in Spring Data Commons' AnnotationConfigurationSource.
Fixes gh-365
2014-02-24 14:06:37 -08:00
Phillip Webb
b69c659d8f
Polish
2014-02-18 21:58:09 -08:00
Andy Wilkinson
05fd50d190
Dependency version upgrades
...
- spring-integration-core 3.0.1.RELEASE (closes #360 )
- Logback 1.1.1 (closes #361 )
- maven-settings-builder 3.1.1 (closes #359 )
- maven-aether-provider 3.1.1 (closes #356 )
- jopt-simple 4.6 (closes #357 )
- SLF4J 1.7.6 (closes #318 )
2014-02-17 11:05:28 +00:00
Spring Buildmaster
1367d57e8c
Next development version
2014-02-13 13:19:12 -08:00
Spring Buildmaster
eaff1677a7
Release version 1.0.0.RC3
2014-02-13 13:18:56 -08:00
Oliver Gierke
929bd902be
Upgraded to Spring Data Codd
...
Update AbstractRepositoryConfigurationSourceSupport to use the newly
introduced RepositoryConfigurationDelegate instead of effectively
reimplementing Spring Data Commons functionality which was prone to
changes in the API (code that wasn't considered to be API in the first
place).
Switch from implementing BeanClassLoaderAware to ResourceLoaderAware
to avoid having to set up a DefaultResourceLoader which should also
improve IDE integration.
Fixes gh-236
2014-02-12 01:18:58 -08:00
Oliver Gierke
cf4df1befb
Improve Mongo auto-configuration
...
Disable Mongo auto-configuation when @EnableMongoRepositories is used
and adapt the test helper classes accordingly.
Change the property prefix and dependency management version property
from `...mongo` to `...mongodb` for consistency with Spring Data.
Fixes gh-315
2014-02-05 17:29:39 -08:00
Phillip Webb
9d35004fff
Upgrade to logback 1.1.0
...
Fixes gh-288
2014-01-30 13:02:13 -08:00
Oliver Gierke
760a174998
Added starter for Spring Data MongoDB.
...
Fixes gh-272
2014-01-30 08:52:59 +00:00