Commit Graph

533 Commits

Author SHA1 Message Date
Mark Paluch
cb8a696d43 #596 - Add Java 15 to TravisCI build. 2020-11-23 12:21:56 +01:00
Mark Paluch
96e743f87d #595 - Enable Project automation through GitHub Actions. 2020-11-23 11:49:47 +01:00
Mark Paluch
bca3462aed #594 - Add Maven Central repo as primary Maven repository. 2020-11-20 09:18:33 +01:00
Mark Paluch
3bc7966015 #594 - Inherit dependency version for JUnit 4. 2020-11-20 09:16:36 +01:00
Mark Paluch
a476671e65 #582 - Upgrade to Spring Boot 2.4. 2020-11-19 15:37:40 +01:00
Mark Paluch
cb38fd8476 #585 - Polishing.
Remove superfluous files. Tweak Javadoc.

Original pull request: #586.
2020-11-19 15:37:40 +01:00
Christoph Strobl
ab71b3eec4 #585 - Add example for (reactive) Repository Metrics.
Original pull request: #586.
2020-11-19 15:37:40 +01:00
Mark Paluch
2f43534f33 #582 - Upgrade to Spring Boot 2.4 RC1. 2020-11-19 15:37:40 +01:00
Mark Paluch
3d8528b1a5 #590 - Add R2DBC EntityCallback example. 2020-11-19 15:37:40 +01:00
Mark Paluch
80c7229ddc #589 - Add Cassandra reactive SpEL example. 2020-11-19 15:37:39 +01:00
Mark Paluch
2999f7cd24 #588 - Add Cassandra reactive auditing example. 2020-11-19 15:37:39 +01:00
Mark Paluch
ec6928f2c3 #582 - Exclude Couchbase samples for now. 2020-11-19 15:37:39 +01:00
Gerrit Meier
fd2dfc8a96 #582 - Fix Neo4j builds. 2020-11-19 15:37:39 +01:00
Mark Paluch
60aa63ee65 #582 - Build against Spring Boot 2.4 snapshots. 2020-11-19 15:37:39 +01:00
Michael Simons
f1ffd424f7 #582 - Adopt to changes in Spring Data Neo4j 6.0. 2020-11-19 15:37:39 +01:00
Mark Paluch
740522ea07 #582 - Adopt to changes in Spring Data R2DBC 1.2. 2020-11-19 15:37:39 +01:00
Mark Paluch
b6a2754e6a #582 - Adopt to changes in Spring Data Elasticsearch 3.1. 2020-11-19 15:37:39 +01:00
Mark Paluch
eab698052f #582 - Upgrade to Spring Boot 2.4 M2. 2020-11-19 15:37:39 +01:00
Jens Schauder
16fe0db465 #125 - Polishing.
Use AssertJ for assertions.
Adjust copyright.

Original pull request: #126.
2020-11-09 15:24:06 +01:00
Thomas Darimont
322c8b5ba3 #125 - Added example to demonstrate support for JPA 2.1 EntityGraphs.
This demonstrates the use of JPA 2.1 fetch graphs in two ways.
1. By referencing a NamedEntityGraph declared on the Product entity
2. Declaratively defining an entity graph on a repository query method.

Original pull request: #126.
2020-11-09 15:22:33 +01:00
Jens Schauder
01b0a5674a #566 - Fix broken test by searching for the correct name.
Also polishing.
2020-11-09 11:49:21 +01:00
Jesse Friedland
9f6b6f3cbd #566 - Demonstrate custom query on a two entity aggregate.
Based on the discussion at https://stackoverflow.com/questions/52978700/how-to-write-a-custom-query-in-spring-data-jdbc
2020-11-05 17:34:11 +01:00
Patrick Johnson
6564fa8ca6 #587 - Remove use of internal Geode classes in Transactional example. 2020-11-04 14:37:10 +01:00
Mark Paluch
8d0cfc0046 #580 - Add Cassandra examples for optimistic locking. 2020-08-12 15:16:26 +02:00
Mark Paluch
e58140f9b5 #581 - Add Cassandra examples for auditing. 2020-08-12 14:42:03 +02:00
Mark Paluch
174aafb46e #574 - Add build profile for Java 16. 2020-06-17 09:46:42 +02:00
Mark Paluch
104febea4e #509 - Polishing.
Move off deprecated API. Clean up unused gitignore files.
2020-06-16 15:18:27 +02:00
Mark Paluch
d92e7feabc #509 - Favor Spring Boot auto-configuration in Elasticsearch example. 2020-06-16 15:16:29 +02:00
Mark Paluch
3d88c50655 #565 - Re-enable JDBC MyBatis examples after.
Neumann SR1 ships with a fix for the MyBatis integration.
2020-06-16 13:47:43 +02:00
Mark Paluch
9fa92641d2 #573 - Upgrade to Spring Boot 2.3.1. 2020-06-16 13:45:06 +02:00
Mark Paluch
1cd241b44a #553 - Polishing.
Remove version overrides for Elasticsearch. Cleanup dependencies.
2020-05-15 14:21:52 +02:00
Maxim Atanasov
3268a5f415 #192 - Added note about Lombok usage to the README.
Original pull request: #445.
2020-05-15 08:57:52 +02:00
Mark Paluch
4edfde9432 #553 - Disable Geode examples due to instabilities. 2020-05-15 08:48:01 +02:00
Mark Paluch
5c7950440d #553 - Upgrade to Spring Boot 2.3 GA. 2020-05-15 08:48:01 +02:00
Jens Schauder
aa29bc5991 #553 - Disable only the broken test not the complete module. 2020-05-15 08:47:59 +02:00
Mark Paluch
005aa56d5d #562 - Polishing.
Reformat code. Remove superfluous @Repository annotation.

Original pull request: #564.
2020-05-14 09:43:29 +02:00
deniswsrosa
fd52cea0e4 #562 - Upgrading to Spring Data Couchbase 4.
Original pull request: #564.
2020-05-14 09:43:20 +02:00
Mark Paluch
6e1abe4869 #553 - Disable MyBatis examples for now.
See https://jira.spring.io/browse/DATAJDBC-542.
2020-05-14 09:23:33 +02:00
Jens Schauder
038ac0a932 #563 - Adapts JDBC examples to changes in Spring Data JDBC 2.0.
Since SQL Identifiers are now quoted letter casing must be taken into consideration when specifying column names in `@Column` or similar.
Disabled Liquibase which isn't used/configured at all and therefore doesn't work.
Moved application context configurations to use `AbstractJdbcConfiguration`.
2020-05-13 15:54:28 +02:00
Mark Paluch
913a44dcd9 #553 - Upgrade to spring-data-geode-test 0.0.14.RELEASE. 2020-05-11 14:45:21 +02:00
Mark Paluch
475ecccab1 #553 - Upgrade Mongo/Rest examples to Spring Boot 2.3. 2020-05-11 14:23:49 +02:00
Mark Paluch
f64280153d #553 - Upgrade R2DBC examples to Spring Boot 2.3. 2020-05-11 13:36:52 +02:00
Mark Paluch
b3586961a5 #553 - Disable JDBC examples. 2020-05-11 13:36:52 +02:00
Mark Paluch
b9380e26f3 #553 - Upgrade Elasticsearch examples to Spring Boot 2.3. 2020-05-11 13:36:52 +02:00
Mark Paluch
29046f5ab0 #553 - Upgrade Mongo examples to Spring Boot 2.3. 2020-05-11 13:36:52 +02:00
Mark Paluch
0f911a3337 #562 - Disable Couchbase examples. 2020-05-11 11:06:26 +02:00
Mark Paluch
c3c1bc6884 #553 - Upgrade to Spring Boot 2.3. 2020-05-11 10:51:03 +02:00
Mark Paluch
f59316b66a #553 - Adapt to Spring Data Elasticsearch. 2020-05-11 10:40:11 +02:00
Mark Paluch
c0d2544995 #553 - Adapt Spring Data JPA.
Replace Joda-Time with JSR-310 types.
2020-05-11 10:40:11 +02:00
Mark Paluch
523d2c8a56 #553 - Adapt Spring Data Cassandra. 2020-05-11 10:40:11 +02:00