Commit Graph

96 Commits

Author SHA1 Message Date
Oliver Gierke
14ee0a00a6 #375 - Upgraded to Ingalls SR13.
Upgraded Spring 5 build profile to 5.0.7, Jackson 2.9.6.
2018-06-13 16:19:15 +02:00
Oliver Gierke
62ee0bfb45 #353 - Upgraded to Spring Boot 1.5.13. 2018-05-09 16:29:46 +02:00
Oliver Gierke
9b2b10cc3d #353 - Prepare upgrade to Spring Boot 1.5.11.
Upgraded to Spring Boot 1.5.10 and Ingalls SR11.

Upgraded Spring Framework 5 build profile to 5.0.5.
2018-04-04 17:15:59 +02:00
Oliver Gierke
5b6d973fbd #306 - Polishing.
Temporarily upgrade to Spring Data Ingalls snapshots as there's a bug in Spring Data Elasticsearch SR8 preventing it to run on Spring Framework 5.
2017-10-16 20:03:46 +02:00
Oliver Gierke
c3f523e597 #306 - Polishing.
Upgraded Spring Framework 5 build profile to 5.0 GA.
2017-10-16 20:02:45 +02:00
Oliver Gierke
cec1aa669a #306 - Upgraded to Spring Boot 1.5.8. 2017-10-16 19:23:49 +02:00
Oliver Gierke
ee5b9c5551 #300 - Upgraded to Spring Boot 1.5.7. 2017-10-06 17:57:10 +02:00
Oliver Gierke
b527cbf1d6 #291 - Upgraded to Spring Boot 1.5.6.
Upgraded to Boot 1.5.6. Updated dependencies of reactive projects to latest versions to make sure the APIs of Boot work with the changes in Spring Data Kay RC1. Upgraded all other dependencies to match and got both the Redis and the Cassandra examples to compile again.

Disabled Cassandra reactive samples for now as they fail at runtime.
2017-08-25 11:00:11 +02:00
Oliver Gierke
74978efbe6 #279 - Upgraded to Spring Boot 1.5.4. 2017-06-19 09:55:22 +02:00
Oliver Gierke
dbb13f831f #273 - Upgraded to Spring Boot 1.5.3.
Removed manually declared bean for Spring Security's EvaluationContextExtension.
2017-05-04 21:58:06 +02:00
Oliver Gierke
6ee8c48815 #262 - Upgraded to Spring Boot 1.5.2. 2017-03-06 08:40:57 +01:00
Oliver Gierke
6d76cb0aba #258 - Upgrade to Spring Boot 1.5.0.RELEASE. 2017-01-30 14:16:57 +01:00
Oliver Gierke
381301ee26 #251 - Ordered module declarations alphabetically. 2017-01-28 09:31:45 +01:00
Oliver Gierke
22693559a4 #251 - Added LDAP module to root build execution. 2017-01-28 09:30:38 +01:00
Mark Paluch
37d5fadf4d #251 - Add example for Spring Data LDAP. 2017-01-27 15:39:21 +01:00
Oliver Gierke
4cf37f3527 #252 - Upgraded to Spring Boot 1.5 snapshots (and thus Ingalls).
Let JPA examples work with latest Hibernate (5.2.7).
2017-01-27 12:35:55 +01:00
Oliver Gierke
e3139f0822 #240 - Upgraded to Ingalls RC1.
Upgrade to Spring Boot 1.5 snapshots due to minor API changes in Spring Data REST so that recompilation is requited and only 1.5 picks up Ingalls. Upgraded to Querydsl 4.1.4, Spring Framework 5 build profile to 5.0 M3.

Switched to @SpringBootTest in Spring Data Redis samples as the previously deprecated @SpringApplicationConfiguation has been removed in 1.5.
2016-12-22 14:19:52 +01:00
Oliver Gierke
cf5d9f3562 #217 - Upgraded to Spring Boot 1.4.2. 2016-11-08 18:49:23 +01:00
Oliver Gierke
de72fd4a66 #212 - Fixed dependency setup for Spring 5 build profile.
Upgraded the profile to include Spring HATEOAS 0.21, as older versions refer to the removed AnnotationMethodHandlerAdapter.
2016-09-28 19:33:51 +02:00
Oliver Gierke
9df803ef8c #212 - Upgraded build profile for Spring 5.0 to M2. 2016-09-28 19:11:15 +02:00
Oliver Gierke
6a2ee8334c #211 - Upgraded to Spring Boot 1.4.1. 2016-09-28 19:10:31 +02:00
Oliver Gierke
7519f8e385 #205 - Added build profile for Spring 5.
Inverted dependencies in the web example as Spring Boot 1.4 ships Tomcat 8.5.4 which contains JPA 2.0 types and — if they end up on the classpath before the actual JPA API jar — breaks the Spring 5 JPA bootstrap as it's assuming JPA 2.1 to be the fundamental baseline.
2016-07-28 18:09:18 +02:00
Oliver Gierke
0f7afacafc #204 - Upgraded to Spring Boot 1.4 GA. 2016-07-28 18:09:18 +02:00
Mark Paluch
95978416d1 #203 - Revise Cassandra Examples.
Simplify examples by adopting Spring Boot 1.4 improvements. Upgrade Cassandra Java driver to 3.0.3. Add examples for Ingalls (Query derivation, projection, Java 8 feature support).

Cassandra example setup is now self-contained by requiring just a running Cassandra instance.
Keyspace and tables are created during the tests. Examples also check if Cassandra is running and some examples additionally check the required version. Test execution is skipped if conditions are not met.

Cassandra (2.x) is started with TravisCI.
2016-07-27 22:18:43 +02:00
Mark Paluch
d1d5f7fe09 #200 - Upgrade to Ingalls M1. 2016-07-27 15:09:06 +02:00
Oliver Gierke
9ee13be9b5 #197 - Upgraded to Spring Boot 1.4 RC1.
Tweaked the output folder for Querydsl type generation to avoid running into a bug in the Maven compiler plugin 3.5.1 [0].

Fixed an issue in a sample script used to demonstrate MongoDB script execution as the new JavaScript engine seems to be more strict.

Switched to the MongoDB starter and excluded the legacy MongoDB Java driver from projects using Querydsl to consistently make use of the current driver only.

[0] https://issues.apache.org/jira/browse/MCOMPILER-271
2016-07-15 13:05:56 +02:00
Oliver Gierke
812eb89916 #196 - Upgraded to Hopper SR2. 2016-07-01 12:10:36 +02:00
Oliver Gierke
12628b6a3f #190 - Upgraded to Spring Boot 1.4 M3. 2016-05-18 07:33:04 +02:00
Oliver Gierke
2314c6e726 #186 - Prepare upgrade to Spring Boot 1.4 M2 and Hibernate 5.
Upgraded to Spring Boot 1.4 M2 and thus Hibernate 5.1 transitively.
Switched to H2 as database for all examples using JPA by accident as the
invalid error logging for HSQLDB schema creation got worse in 5.1 (see
[0]). The JPA examples themselves have to stay on HSQLDB as H2 doesn't
support stored procedures. The stored procedures example in turn has to
be downgraded to 5.0.7 as all following versions currently break stored
procedure execution support [1]. Reworked the JPA auditing example as
5.1 breaks on generic types used in support types like AbstractAuditable
[2].

Tweaked content type assertions in some REST related test cases as
Spring 4.3 returns an encoding alongside the media type.

[0] https://hibernate.atlassian.net/browse/HHH-10605
[1] https://hibernate.atlassian.net/browse/HHH-10515
[2] https://hibernate.atlassian.net/browse/HHH-10514
2016-04-13 18:11:09 +02:00
Oliver Gierke
763710ddc9 #185 - Upgraded to Querydsl 4.1. 2016-04-11 19:01:58 +02:00
Oliver Gierke
2c4a6c4e43 #183 - Upgrade to Hopper SR1. 2016-04-06 23:22:29 +02:00
Oliver Gierke
cb50af3595 #181 - Upgraded to Spring Data release train Hopper. 2016-04-06 17:44:05 +02:00
Oliver Gierke
91c06febe4 #172 - Added Spring Boot dev tools to all projects. 2016-03-25 13:04:03 +01:00
Oliver Gierke
f8bfe5c79e #163 - Upgraded to Hopper RC1.
Removed all previous references to snpahosts. Removed explicit version declaration of Lombok as Boot sets that for us in 1.4.

Upgraded Elasticsearch dependency to 2.2 and uncommented the actual sample module as it needs to be updated due to API changes in Elasticsearch and Spring Data Elasticsearch in turn.

Adapt to API changes in entity lookup configuration for Spring Data REST.

Tweaked Neo4j build setup by using the dedicated embedded driver JAR.
2016-03-18 16:26:11 +01:00
Oliver Gierke
99d1597756 #155 - Upgraded to Spring Boot 1.4 M1.
Switched to renamed Redis starter POM.

Removed invalid @Transactional annotation from projections example in MongoDB.

Added Mark Paluch as contributor in the root POM.
2016-02-27 12:30:31 +01:00
Oliver Gierke
bb833a27b6 #151 - Upgraded to Hopper M1. 2016-02-12 15:47:45 +01:00
Oliver Gierke
6ccc59004b #151 - Updated Solr examples to use Solr 5. 2016-02-12 14:36:53 +01:00
Oliver Gierke
62b2d644cc Updated dependencies and codebase for Querydsl 4. 2016-02-12 14:36:49 +01:00
Oliver Gierke
35ba3bb5e1 #147 - Upgraded to Spring Boot 1.3.2. 2016-02-12 14:35:32 +01:00
Oliver Gierke
c6b3ee8b5b #143 - Upgraded to Spring Boot 1.3.0.RELEASE. 2015-11-16 14:07:15 +01:00
Oliver Gierke
66c6b93904 #142 - Upgraded to Spring Data Gosling SR1.
Upgraded to latest Querydsl 3.6.9 as well.
2015-11-15 20:07:00 +01:00
Oliver Gierke
d776cbda3a #140 - Upgraded to Spring Boot 1.3 RC1. 2015-10-29 17:16:36 +01:00
Oliver Gierke
549ae7fe71 #132 - Upgraded to Spring Boot 1.3 M5.
Removed obsolete explicit dependency upgrades. Upgraded to Querydsl 3.6.7 along the way.
2015-09-04 11:17:52 +02:00
Oliver Gierke
0fa8c12806 #131 - Polished Spring Data Neo4j example.
Switched to milestone version of Spring Data Neo4j. Used Lombok in domain types. Used assertThat(…) matchers in test case for consistency. Inlined Spring configuration into test case. Upgraded to Lombok 1.16.6 along the way.

Fixed indentation in pom.xml files to use tabs instead of spaces.

Original pull requests: #129, #130.
2015-09-03 17:14:13 +02:00
Luanne Misquitta
f90bed38e2 #131 - Added Spring Data Neo4j example.
Original pull requests: #129, #130.
2015-09-03 17:14:12 +02:00
Oliver Gierke
0c1bee04b3 #128 - Upgraded to Spring Data Gosling GA.
Spring Boot 1.3.0 M2 -> 1.3.0 M4
Spring Framework 4.2.0 -> 4.2.1
2015-09-03 17:14:09 +02:00
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