Commit Graph

10 Commits

Author SHA1 Message Date
John Blum
df7f10c7da Upgrade to Lombok Gradle Plugin 4.1.6. 2020-01-22 13:16:12 -08:00
John Blum
3053bac169 Add Smoke Tests for a client/server Function execution use case, configured with SBDG auto-configuration on the client-side and SDG Function annotation config on the server-side. 2019-10-21 15:47:49 -07:00
John Blum
c6e21ffde8 Use Lombok to declare the JPA required, protected, default, no-arg constructor. 2019-10-21 15:28:02 -07:00
John Blum
afbbfe9991 Upgrade to FreeFair Lombok Gradle Plugin 4.1.2. 2019-10-17 15:46:10 -07:00
John Blum
912bed1b55 Remove explicit repositories declaration.
Change the 'spring-geode-starter' dependency declaration from the externally, fully-qualified artifact to using the project 'spring-geode-starter' module artifact.
2019-10-03 14:31:40 -07:00
John Blum
b356111ed4 Comment out Repositories declaration and declare direct dependency on the 'spring-geode-starter' project module. 2019-10-02 20:55:05 -07:00
John Blum
6d12ba8708 Remove the 'test' block using the JUnit Platform for testing since it interferes with the 'io.spring.convention.spring-test' Gradle plugin in the Spring Build Conventions project. 2019-09-28 18:31:14 -07:00
John Blum
9941b6de5c Add Spring Data MongoDB using the Spring Boot Starter to the Spring Boot application classpath.
Experiment with adding SD for Apache Geode's @Region mapping annotation as well as SD MongoDB's @Document mapping annotation and the effects on Spring Boot's auto-configuration support for SD Repositories when multiple data store providers are on the Spring Boot application classpath.

Resolves gh-51.
2019-09-28 16:35:07 -07:00
John Blum
e8fc1c63c4 Add smoke tests to test Spring Data's multi-store support using SD JPA and an HSQLDB database as the application System of Record (SOR) and Apache Geode as the caching provider in Spring's Cache Abstraction.
Resolves gh-51.
2019-09-28 15:54:28 -07:00
John Blum
9aa8a86365 Adds smoke tests for a Spring for Apache Geode project generated (created) with Spring Initializer at https://start.spring.io.
Resolves gh-51.
2019-09-28 15:33:30 -07:00