Commit Graph

1350 Commits

Author SHA1 Message Date
John Blum
8da34ccf91 Add additional verification asserting no more interactions on the mock CrudRepository.
Resolves gh-58.
2020-08-19 18:48:38 -07:00
John Blum
4cfef1516f Upgrade Sample Maven POMS to Spring Boot 2.4.0-M2 and SBDG 1.4.0-SNAPSHOT. 2020-08-18 01:05:24 -07:00
John Blum
430c64fdda Extends STDG's IntegrationTestsSupport class. 2020-08-18 01:04:20 -07:00
John Blum
e45febf594 Upgrade to Gradle 6.6. 2020-08-18 00:51:00 -07:00
John Blum
992d75057e Upgrade to Spring Build Conventions Gradle Plugin 0.0.34.RELEASE. 2020-08-18 00:50:38 -07:00
John Blum
1ec51e354c Upgrade to Spring Data Ockham-M2.
Upgrade to Spring Data for Apache Geode & VMware/Pivotal GemFire 2.4.0-M2.

Upgrade to Spring Data BOM (Release Train) 2020-0.0-M2.
2020-08-18 00:49:41 -07:00
John Blum
9f7b3fd93c Upgrade to Spring Boot 2.4.0-M2. 2020-08-18 00:48:22 -07:00
John Blum
0ac5bcf006 Upgrade to Spring Framework 5.3.0-M2. 2020-08-18 00:47:55 -07:00
John Blum
a8c4177524 Upgrade to Mockito 3.5.0. 2020-08-18 00:46:50 -07:00
John Blum
4111becc6e Upgrade to Byte Buddy 1.10.14. 2020-08-18 00:45:54 -07:00
John Blum
16968f5651 Edit Javadoc. 2020-08-18 00:40:05 -07:00
John Blum
5f1cd1db5d Add Integration Tests for AsyncInlineCachingRegionConfigurer and RepositoryAsyncEventListener.
Resolves gh-58.
2020-08-18 00:35:09 -07:00
John Blum
8cc5cd3e12 Set Spring Test for Apache Geode & VMware/Pivotal GemFire to 0.0.18.BUILD-SNAPSHOT. 2020-08-17 23:38:26 -07:00
John Blum
3eb26f9717 Create SDG RegionConfigurer implementation to configure a target Region with Asynchronous, Inline Caching functionality.
Resolves gh-58.
2020-08-17 22:34:02 -07:00
John Blum
d9e5476e21 Annotate newRepositoryCacheWriter() with @SuppressWarnings('rawtypes'). 2020-08-17 22:31:27 -07:00
John Blum
e8b94b7b7a Annotate newRepositoryCacheLoader() with @SuppressWarnings('rawtypes'). 2020-08-15 18:28:11 -07:00
John Blum
08e7052cee Create GemFire/Geode AsyncEventListener implementation using a SD CrudRepository for persistent data access operations.
Resolves gh-58.
2020-08-14 15:01:28 -07:00
John Blum
fb9a5d5881 Add 'org.springframework.geode:spring-geode-bom' (Maven BOM) to project.
The Maven BOM (Bill of Materials) will provide a simpler and consistent SBDG module version dependency management experience for users starting at start.spring.io, who have added the 'Spring for Apache Geode' dependency to build Spring Boot applications using Apache Geode.

Resolves gh-93.
2020-08-12 16:13:05 -07:00
John Blum
9d87eeaf9c Edit Maven POM URL to point to the SBDG project README. 2020-08-12 16:12:09 -07:00
John Blum
b04246246b Remove 'spring.data.gemfire.management.use-http' property configuration and JVM argument for Boot client.
The 'spring.data.gemfire.management.use-http' property was set in application.properties.
2020-08-12 13:41:11 -07:00
John Blum
109a1e70d8 Optimize imports.
Remove unnecessary @SuppressWarnings(..) annotation declarations.
2020-08-08 15:32:10 -07:00
John Blum
367e378ada Edit README to refer to 1.3.2.RELEASE and 1.3.3.BUILD-SNAPSHOT versions. 2020-08-07 17:48:04 -07:00
John Blum
ca5bd06fc3 Edit changelog and include 1.3.2.RELEASE notes. 2020-08-07 17:45:48 -07:00
John Blum
305ca74262 Fix HTTP URL to Apache Shiro's project sit in Javadoc. 2020-08-07 15:50:27 -07:00
John Blum
0e55c44570 Switch from System.err message output to using a SLF4J Logger.
Resolves gh-81.
2020-08-07 15:21:02 -07:00
John Blum
093083be95 Polish Security Sample Tests.
Resolves gh-81.
2020-08-07 15:04:43 -07:00
John Blum
bb8c9a5b81 Polish Security Sample Code.
Resolves gh-81.
2020-08-07 15:04:43 -07:00
John Blum
76039f4099 Polish Security Sample Guide.
Resolves gh-81.
2020-08-07 15:04:43 -07:00
Patrick Johnson
16abdea031 Add Security Sample Guide and Code.
Resolves gh-81.
2020-08-07 15:04:43 -07:00
John Blum
c2f1ae3e92 Set 'spring.data.gemfire.management.use-http' property to 'false'. 2020-08-07 15:04:15 -07:00
John Blum
10c11c180c Add new Spring ApplicationListener implementation to log the state of the Spring Environment consistently across contexts as needed.
The EnvironmentLoggingApplicationListener is automattically registered with the Spring Boot configured list of ApplicationListeners via the (SpringFactories) SPI.
2020-08-05 16:28:35 -07:00
John Blum
1707013cb6 Rename 'master' version documentation attributes.
Rename 'master-apache-geode-version' to 'apache-geode-doc-version'.

Rename 'master-pivotal-cloudcache-version' to 'pivotal-cloudcache-doc-version'.

Rename 'master-pivotal-gemfire-version' to 'pivotal-gemfire-doc-version'.
2020-08-04 15:46:54 -07:00
John Blum
ff12facfb2 Add additional documentation on matching client/server versions when using PCC in PCF. 2020-08-04 15:46:54 -07:00
John Blum
b2818414d2 Add artifact version documentation attributes for Apache Geode, Pivotal/VMware GemFire and Pivotal/VMware Cloud Cache. 2020-08-04 15:46:54 -07:00
John Blum
6ef7bbe9f2 Add version property for Pivotal Cloud Cache. 2020-08-04 15:46:54 -07:00
John Blum
854f57114d Add example Locator application main class using the Apache Geode API to compliment the Spring Boot based example for comparison purposes. 2020-08-04 15:46:54 -07:00
John Blum
71746afb53 Change Getting Started Sample artifact version to 1.4.0-SNAPSHOT matching the project version. 2020-08-04 15:46:54 -07:00
John Blum
6ce9737549 Fix spelling. 2020-08-04 15:46:20 -07:00
John Blum
2498df47be Set Pivotal CloudCache (PCC) docs version to 1.12. 2020-08-04 15:46:20 -07:00
John Blum
b40975c2c1 Adapt to Properties configuration changes in Spring Boot 2.4.0-SNAPSHOT.
See Spring Boot Issues related to Spring Profiles: https://github.com/spring-projects/spring-boot/labels/theme%3A%20profiles

And: https://github.com/spring-projects/spring-boot/labels/theme%3A%20config-data
2020-07-28 19:33:40 -07:00
John Blum
c47e218334 Set Spring Boot version to 2.4.0-SNAPSHOT. 2020-07-28 19:33:40 -07:00
John Blum
c195c5489a Edit README to refer to 1.2.9.RELEASE and 1.2.10.BUILD-SNAPSHOT in 1.2.x release line. 2020-07-27 22:52:39 -07:00
John Blum
23dc35faa4 Edit README to refer to 1.1.9.RELEASE and 1.1.10.BUILD-SNAPSHOT in 1.1.x release line. 2020-07-27 22:51:49 -07:00
John Blum
7ea7dc2fe6 Edit changelog and include 1.2.9.RELEASE notes. 2020-07-27 22:51:01 -07:00
John Blum
c0ebbcadff Edit changelog and include 1.1.9.RELEASE notes. 2020-07-27 22:50:21 -07:00
John Blum
cf76f2dc04 Edit README and add 1.4.0-M1 and 1.4.0-SNAPSHOT versions for the 1.4.x release line. 2020-07-27 14:47:22 -07:00
John Blum
c091ccbe68 Prepare next development iteration.
Set version to 2.4.0-SNAPSHOT.
2020-07-27 13:31:25 -07:00
John Blum
1f4c073319 Release 1.4.0-M1. 2020-07-27 02:53:16 -07:00
John Blum
2efcde3d74 Edit changelog and add 1.4.0-M1 release notes. 2020-07-27 02:51:21 -07:00
John Blum
aa13b699f1 Upgrade to Spring Session for Apache Geode & VMware GemFire 2.4.0-M1.
Upgrade to Spring Session BOM 2020.0.0-M1.
2020-07-27 02:29:04 -07:00