Commit Graph

50 Commits

Author SHA1 Message Date
Oliver Gierke
a999bed747 #123 - Upgraded to Gosling RC1.
Upgraded to Querydsl 3.6.6 along the way.
2015-08-04 15:30:32 +02:00
Oliver Gierke
8019578e0d #118 - Upgraded to Spring Framework 4.2 GA.
Upgraded to Querydsl 3.6.5 along the way.
2015-07-31 11:32:43 +02:00
Oliver Gierke
cc6e232ac3 #114 - Upgraded to Spring 4.2 RC3.
Upgraded to Spring RESTDocs 1.0 M1 on the way.
2015-07-16 08:07:02 +02:00
Oliver Gierke
9641cb7f53 #113 - Upgraded to Spring Boot 1.3 M2.
Removed temporary upgrades to Spring Framework build snapshots where possible.
2015-07-15 09:49:50 +02:00
Oliver Gierke
bb371b8de4 #99 - Upgraded to Spring Boot 1.3 M1.
Upgraded REST headers sample to Spring 4.2 snapshots to benefit from fix for SPR-13090.
2015-06-13 19:15:53 +02:00
Oliver Gierke
dcc54f9ba7 #97 - Upgrade to Spring Boot 1.2.4. 2015-06-04 14:35:05 +02:00
Oliver Gierke
a5702d1e11 #96 - Upgraded to Spring Data Gosling M1. 2015-06-02 13:51:54 +02:00
Oliver Gierke
c894fb34e2 #92 - Upgraded to Querydsl 3.6.4. 2015-06-02 07:54:03 +02:00
Oliver Gierke
2c9f75c7e0 #88 - Upgraded to Lombok 1.16.4. 2015-05-20 12:47:49 +02:00
Oliver Gierke
33a4433058 #77 - Added example to show how to use the release train BOM. 2015-04-16 10:05:28 +02:00
Oliver Gierke
b7263b4ed6 #76 - Added HAL browser to Spring Data REST Starbucks example. 2015-04-14 18:23:55 +02:00
Oliver Gierke
8978423ade #75 - Polished pom.xml.
Fixed scope for test dependencies. Removed obsolete version property for the compiler plugin.
2015-04-08 18:57:17 +02:00
Oliver Gierke
a9be672139 #72 - Upgraded to Spring Boot 1.2.3.
Listed Greg as developer, too.
2015-03-31 09:31:23 +02:00
Oliver Gierke
e11e73b58a #70 - Upgraded to Spring Data Fowler GA. 2015-03-23 16:21:44 +01:00
Oliver Gierke
df7fcb0edb #65 - Added example project for Spring Data web support. 2015-03-10 10:12:28 +01:00
Oliver Gierke
966d3c9e44 #59 - Upgraded to Spring Data Fowler RC1. 2015-03-09 12:53:42 +01:00
Oliver Gierke
797db3eece #53 - Enable -parameters for compilation.
Removed obsolete @Param annotations from repository interfaces. Upgraded to Fowler snapshots for JPA 2.1 examples as we need a fix in derived stored procedure execution to work correctly.

Related issues: DATAJPA-681.
2015-02-27 19:26:37 +01:00
Oliver Gierke
a50a3450cd #52 - Upgraded to Spring Boot 1.2.2. 2015-02-27 07:57:40 +01:00
Oliver Gierke
815e3b7266 #51 - Upgraded dependencies.
Maven APT Plugin - 1.1.2 -> 1.1.3
Querydsl - 3.6.0 -> 3.6.1
Spring Framework - 4.1.4 -> 4.1.5
Lombok - 1.14.8 -> 1.16.2
2015-02-22 14:17:23 +01:00
Oliver Gierke
f37e260a32 #48 - Upgraded to Spring Boot 1.2.1. 2015-01-08 09:43:16 +01:00
Artur Konczak
f9aa1556d8 #28 - Added example for Spring Data Elasticsearch.
Added basic example to show repository and ElasticsearchOperations usage.
2015-01-04 18:40:55 +01:00
Oliver Gierke
d7aba90879 #42 - Switched to snapshot repository. 2014-12-12 08:49:16 +01:00
Oliver Gierke
5d102f9157 #32 - Upgraded to Spring Boot 1.2.0.RELEASE. 2014-12-12 08:33:55 +01:00
Oliver Gierke
a579f6e879 #35 - Added example for Map-based repositories. 2014-12-05 19:51:37 +01:00
Oliver Gierke
b15b1390ac #37 - Upgrade to Spring Data release train Fowler M1. 2014-12-01 13:33:58 +01:00
Oliver Gierke
ca5fd354b6 #29 - Fixed setup of Spring Boot Maven plugin.
Removed the declaration of the Spring Boot Maven plugin in the root POM as it broke the build for package and install goals for projects that don't actually contain a main class but tests only.

Declared the plugin at the root POM for Spring Data REST related projects as these are the only ones providing a standalone runnable app.

Related pull request: #30.
2014-11-12 09:39:37 +01:00
Oliver Gierke
7d034f84a7 #31 - Updated dependencies.
- Spring Boot 1.1.8 -> 1.1.9
- Querydsl 3.4.3 -> 3.5.1
- Spring 4.1.0 -> 4.1.2
- Spring Data Releasetrain Evans GA -> Evans SR1
- Lombok 1.14.6 -> 1.14.8
- Tomcat 8.0.9 -> 8.0.15
2014-11-12 09:39:37 +01:00
Thomas Darimont
4841bbdc11 #19 - Add example for Spring Data Cassandra.
Shows java-config as well as Repository configuration.
2014-11-01 17:06:25 +01:00
Oliver Gierke
eeb0485cf9 #26 - Upgrade to Spring Boot 1.1.8. 2014-10-27 15:54:59 +01:00
Greg Turnquist
4bcdb26b10 #24 - Add Spring Boot Maven-plugin to root pom.xml.
Also upgrade to Spring Boot 1.1.8.RELEASE.

Original pull request: #25.
2014-10-27 15:54:55 +01:00
Christoph Strobl
de7c2c5522 #6 - Add samples for Spring Data Solr.
Added sample using deep pagination with cursor and one for managed schema support. Added JUnit rule checking that Solr is up and running.

Original pull request: #12.
2014-09-09 09:35:40 -05:00
Christoph Strobl
91565e3e21 #3 - Added samples for Spring Data Redis.
We added basic samples showing KEYS and SCAN command as well as configuration options for Redis Sentinel.

Original pull request: #9.
2014-09-09 09:19:40 -05:00
Oliver Gierke
7cfd45920f Upgraded to Spring Boot 1.1.6 and Spring Data Evans GA. 2014-09-05 18:11:34 +02:00
Oliver Gierke
3bb508292a Upgrade to Spring 4.1.
Switched to Rome 1.5 for MongoDB text search example as that's needed after the Spring 4.1 upgrade.
2014-09-04 14:31:15 +02:00
Oliver Gierke
c395f5ae3e Upgraded to Maven APT Plugin 1.1.2 and Querydsl 3.4.3.
Added Christoph as project maintainer, too. Fixed maintainer's email addresses. Removed obsolete encoding property. Upgraded to Lombok 1.14.6. Switched to simplified Java 8 setup (using the property instead of a plugin declaration).
2014-09-04 14:31:15 +02:00
Oliver Gierke
7473831b41 Upgraded to Spring Data Evans RC1.
Move to Java 8 entirely.
2014-08-13 18:14:17 +02:00
Oliver Gierke
5ff523973f Upgraded to Spring Boot 1.1.5.RELEASE.
Upgraded to Querydsl 3.4.2. Fixed name of the MongoDB Geospatial project.
2014-08-12 15:29:26 +02:00
Oliver Gierke
56ab6b4705 Split up MongoDB example into two.
Split up the previously existing MongoDB example project in one for basic stuff, geo-spatial and Querydsl support as well as one on the aggregation framework. This will allow us to add other modules on particular focus areas going forward.
2014-07-31 15:03:13 +02:00
Oliver Gierke
bb8711598e Added example for multi-store configuration. 2014-07-28 20:09:09 +02:00
Oliver Gierke
8805059aee Upgraded to Spring Boot 1.1.4.RELEASE.
Slight restructuring of the build setup for the Spring Data REST. Upgraded to Tomcat 8.0.9.
2014-07-08 14:02:45 +02:00
Oliver Gierke
16f9aa6ab1 Dependency upgrades.
- Spring Boot 1.1.0 -> 1.1.3
- Querydsl 3.3.4 -> 3.4.1
- Lombok 1.12.4 -> 1.14.4
2014-07-07 19:34:34 +02:00
Oliver Gierke
a3a1db24d0 Upgraded to Spring Boot 1.1.0. 2014-06-16 17:03:58 +02:00
Oliver Gierke
c3afe35d2f Upgraded to Spring Data Dijkstra GA release. 2014-05-21 11:07:32 +02:00
Oliver Gierke
7a7daaec60 Added Starbucks sample for Spring Data REST. 2014-05-02 20:06:43 +02:00
Oliver Gierke
db9ade78c7 Upgrade to Spring Boot 1.0.2.RELEASE. 2014-04-24 14:49:56 +02:00
Oliver Gierke
87f91d8afc Upgraded to Spring Boot GA and Spring Data MongoDB 1.5 M1. 2014-04-02 10:06:25 +02:00
Oliver Gierke
c18c26c0a7 Upgraded to Spring 4.0.2.RELEASE. 2014-03-13 19:23:10 +01:00
Oliver Gierke
87e8518bd2 Upgraded to latest dependencies.
Use latest stable Spring Data JPA release as well as Hibernate 4.3.4. Upgraded to Spring Boot 1.0 RC4, Querydsl 3.3.1 and Lombok 1.12.4. Upgraded to Spring Data MongoDB 1.5 snapshots to be able to use the geo-types from Spring Data Commons.
2014-03-11 12:27:43 +01:00
Oliver Gierke
2ca3aa159c Upgraded to Spring Boot 1.0 RC3.
Moved configuration classes to main folders. Removed previously required @Enable…Repositories annotations.
2014-02-14 18:59:52 +01:00
Oliver Gierke
4b11a9dc8f Initial commit.
Moved Spring Data JPA examples from spring-data-jpa-examples repo to this one. Added samples for MongoDB.
2014-01-31 14:34:34 +01:00