Commit Graph

502 Commits

Author SHA1 Message Date
Mark Secrist
e5d8568253 Fix minor spelling error 'grade' -> 'gradle'.
Resolves gh-32.
2019-05-09 23:37:34 -07:00
John Blum
6e0cf8f200 Edit Javadoc. 2019-05-09 19:55:46 -07:00
John Blum
7617fddd78 Add a concrete o.s.g.cache.RepositoryCacheLoader class, which implements org.apache.geode.cache.CacheLoader and uses (delegates to) a Spring Data CrudRepository. 2019-05-09 19:52:09 -07:00
John Blum
c33d75db27 Add a concrete o.s.g.cache.RepositoryCacheWriter class, which implements org.apache.geode.cache.CacheWriter and uses (delegates to) a Spring Data CrudRepository. 2019-05-09 19:51:11 -07:00
John Blum
a1300c5fc5 Add abstract base class supporting the development of Spring Data Repository, Apache Geode CacheLoader/CacheWriter implementations. 2019-05-09 19:49:29 -07:00
John Blum
75f8aed494 Add o.s.g.cache.support.CacheWriterSupport interface extending org.apache.geode.cache.CacheWriter to facilitate the implementations of application CacheWriters.
The CacheWriterSupport compliments the o.s.g.cache.support.CacheLoaderSupport interface.
2019-05-09 19:48:15 -07:00
John Blum
b9578f679d Add abstract utility class for working with java.util.function.Functions. 2019-05-09 19:45:50 -07:00
John Blum
492dd1dae2 Prepare next development iteration. 2019-05-06 17:18:23 -07:00
John Blum
21473011c6 Release 1.1.0.M1. 2019-05-06 17:12:05 -07:00
John Blum
092d3aaaae Edit changelog.txt.
Add release notes for the 1.1.0.M1 release.
2019-05-06 17:11:02 -07:00
John Blum
234f384360 Edit README.adoc.
Add documentation references for 1.1.0.M1 and 1.1.0.BUILD-SNAPSHOT.
2019-05-06 17:02:59 -07:00
John Blum
3d62ac4acc Update the Apache Geode Management REST API Web Application (WAR) to 1.6.0. 2019-05-06 16:48:23 -07:00
John Blum
9a4442fe42 Switch to the 'DEFAULT' Pool.
Create Spring beans for the 'gemfirePool', 'MockPool' and 'TestPool' Pools.
2019-05-06 16:48:23 -07:00
John Blum
27b52f0e1d Refactor Apache Geode/Pivotal GemFire (PCC) peer Security (Auth) auto-configuration.
Switch from using the GemfireBeanFactoryLocator with the security-manager property set to the SecurityManagerProxy to using the @EnableSecurityManager Annotation with the CacheFactory API.
2019-05-06 16:48:23 -07:00
John Blum
cdcbbca6a4 Encapsulate configuration of Apache Geode/Pivotal GemFire (PCC) Security (Auth) using an enabling Annotation with the CacheFactory API. 2019-05-06 16:48:23 -07:00
John Blum
fa421c6da4 Refactor SecurityManagerProxy class.
Remove init(:Properties) method call from constructor.

Implement the o.s.beans.factory.BeanFactoryAware interface.

Override the locateBeanFactory() method.

Switch the test configuration to use the new @EnableSecurityManagerProxy annotation.
2019-05-06 16:48:23 -07:00
John Blum
4f7383f71b Encapsulate configuration of Apache Geode/Pivotal GemFire (PCC) Security (Auth) using an enabling Annotation and security-manager property with proxying. 2019-05-06 16:48:23 -07:00
John Blum
a0400fa69d Polish imports to match SDG Lovelace. 2019-05-06 16:48:23 -07:00
John Blum
2a805fa24d Add exclusion on 'org.skyscreamer:jsonassert' in the 'org.springframework.boot:spring-boot-starter-test' dependency.
This transitive dependency creates a conflict with Apache Geode with the org.json.JSONObject class given Geode use but overrides (o.O) the same API.
2019-05-06 16:48:23 -07:00
John Blum
71c93615d9 Refactor test class setup and tearDown.
Remove GemfireBeanFactoryLocator cleanup.  Rely on IntegrationTestsSupport to cleanup the GemfireBeanFactoryLocator state.

Rename setup/tearDown method from cleanUpBeanFactoryLocatorReferences to cleanupSecurityManagerProxyInstance.
2019-05-06 16:48:23 -07:00
John Blum
2a77937700 Allow bean definition overrides in Unit and Integration Tests. 2019-05-06 16:48:23 -07:00
John Blum
493d91c7d7 Update dependency versions.
Upgrade to Apache Geode 1.6.0.

Upgrade to Pivotal GemFire 9.5.3.

Upgrade to core Spring Framework 5.1.6.RELEASE.

Upgrade to Spring Boot 2.1.4.RELEASE.

Upgrade to Spring Data for Apache Geode/Pivotal GemFire 2.1.6.RELEASE.

Upgrade to Spring Data Release Train Lovelace-SR6.

Upgrade to Spring Session BOM Bean-SR4.

Upgrade to Spring Session for Apache Geode/Pivotal GemFire 2.1.3.RELEASE.
2019-05-06 16:48:23 -07:00
John Blum
7772861262 Set version to 1.1.0.BUILD-SNAPSHOT. 2019-05-06 16:47:07 -07:00
John Blum
1c3a124f41 Prepare next development iteration. 2019-05-06 16:39:34 -07:00
John Blum
d4c6ae6164 Release 1.0.0.RELEASE 2019-05-06 15:26:58 -07:00
John Blum
e7d0e5f974 Add 1.0 GA release note for STDG 0.0.1.RELEASE upgrade. 2019-05-06 15:25:31 -07:00
John Blum
401868eeca Upgrade to Spring Data for Apache Geode/Pivotal GemFire Test 0.0.1.RELEASE. 2019-05-06 15:24:34 -07:00
John Blum
5f6a1251a1 Edit README.adoc.
Include reference to the Temperature Service, Spring Boot application example.
2019-05-06 14:48:58 -07:00
John Blum
fba399540a Update changelog.txt.
Include release notes for 1.0.0.RELEASE (GA).
2019-05-06 14:39:49 -07:00
John Blum
6a9edd5029 Edit README.adoc.
Add table to reference documentation, Javadoc and Samples by version.

Add anchors.

Revise the project goals.
2019-05-06 14:35:59 -07:00
John Blum
d218242afc Edit and polish Look-Aside Caching Sample Guide. 2019-05-06 14:21:57 -07:00
John Blum
cb15c74af6 Rename the 'example.app.caching.contoller' package to 'example.app.caching.controller'. 2019-05-06 13:39:35 -07:00
John Blum
30bb9fc82e Add Look-Aside Caching Sample to the table. 2019-05-06 13:10:58 -07:00
John Blum
6d634ab452 Add Asciidoc tags. 2019-05-06 13:03:49 -07:00
John Blum
f655ae4020 Fix syntax error in 'javax.cache:cache-api' runtime dependency declaration. 2019-05-06 13:03:26 -07:00
John Blum
75541a691d Create Spring Geode Documentation and Sample Guide for the Look-Aside Caching pattern. 2019-05-06 13:00:16 -07:00
John Blum
c2e90b9c17 Edit Javadoc. 2019-05-06 13:00:05 -07:00
John Blum
97f17557ca Create Spring Geode Sample application for the Look-Aside Caching pattern. 2019-05-06 13:00:05 -07:00
John Blum
938e247dc8 Re-arrange table of contents and docs (index includes).
Change the order to Data Serialization, Security, Spring Boot Actuator, Spring Session, Samples.
2019-05-02 06:47:04 -07:00
John Blum
39db0d42dd Change image links to be relative to images/. 2019-05-02 06:29:31 -07:00
John Blum
5df446e18d Move images to spring-geode-docs/src/docs/asciidoc/images. 2019-05-02 06:10:41 -07:00
John Blum
8ac286c6e9 Declare 'imagesdir' location variable.
Change all image references to be relative to 'imagesdir'.
2019-05-02 05:54:07 -07:00
John Blum
d4967f34b6 Move images to spring-geode-docs/src/docs/images.
Rename client-actuator-health-endpoint.png to client-actuator-health-endpoints.png.

Rename server-actuator-health-endpoint.png to server-actuator-health-endpoints.png.
2019-05-02 05:47:06 -07:00
John Blum
d93830bede Fix path variables (e.g. samples-dir) used in documentation and source files.
Remove trailing path separator (/).
2019-05-01 18:48:45 -07:00
John Blum
a795c4d3fd Fix source block containing Gradle-based, Spring libs-milestone repository reference. 2019-05-01 00:00:54 -07:00
John Blum
a13413a658 Prepare next development iteration. 2019-04-30 23:52:34 -07:00
John Blum
24018751a5 Release 1.0.0.RC2. 2019-04-30 23:39:04 -07:00
John Blum
3d06e521b0 Edit changelog.
Update the changelog with changes in 1.0.0.RC2.
2019-04-30 23:37:18 -07:00
John Blum
e65b2725a3 Include 'back' links. 2019-04-30 23:20:43 -07:00
John Blum
a60fe9e8b3 Correct URLs and source file includes. 2019-04-30 23:20:27 -07:00