John Blum
fc9e00a4d5
Cross-reference the reference documentation and sample guide for Look-Aside Caching with Spring using Apache Geode.
2020-09-17 18:03:32 -07:00
John Blum
1908c6e59c
Cross-reference the reference documentation and sample guide for Spring Boot Security.
2020-09-17 18:03:32 -07:00
John Blum
912e7aa2ed
Cross-reference the reference documentation and sample guide for Spring Boot Auto-configuration.
2020-09-17 18:03:32 -07:00
John Blum
ea048170fe
Cross-reference the reference documentation and sample guide for Spring Boot Actuator.
2020-09-17 18:03:32 -07:00
John Blum
c8f9119336
Rename 'VMware GemFire' to 'VMware Tanzu GemFire'.
2020-09-17 18:03:32 -07:00
John Blum
e034469ad7
Add brief section on Multi-Site Caching referring to the Sample Guide and Code.
2020-09-17 18:03:32 -07:00
John Blum
00f95f8f40
Add WARNING about GemFire/Geode's JVM Shutdown Hook in the 'Using Data' chapter, 'Exporting Data' section when using the Cache Data Export functionality.
2020-09-17 18:03:32 -07:00
John Blum
b32999ba4b
Add documentation variable reference pointing at Apache Geode source code in GitHub.
2020-09-17 18:03:32 -07:00
John Blum
cf1bb933f5
Fix compiler syntax errors in code snippets.
2020-09-17 18:03:32 -07:00
John Blum
01272aa6f3
Annotate newRepositoryCacheWriter() with @SuppressWarnings('rawtypes').
2020-09-17 15:56:41 -07:00
John Blum
ffac909358
Annotate newRepositoryCacheLoader() with @SuppressWarnings('rawtypes').
2020-09-17 15:56:34 -07:00
John Blum
b0f79b5078
Optimize imports.
...
Remove unnecessary @SuppressWarnings(..) annotation declarations.
2020-09-17 15:56:28 -07:00
John Blum
5ed0618998
Edit README to refer to 1.3.3.RELEASE and 1.3.4.BUILD-SNAPSHOT in the 1.3.x release series.
2020-08-20 16:38:11 -07:00
John Blum
df089691d2
Prepare next development iteration.
...
Set Spring Boot version to 2.3.4.BUILD-SNAPSHOT.
Set version to 1.3.4.BUILD-SNAPSHOT.
2020-08-20 16:22:37 -07:00
John Blum
8ca1d9ddcc
Release 1.3.3.RELEASE.
2020-08-20 16:01:39 -07:00
John Blum
ecf2994a01
Edit changelog and add 1.3.3.RELEASE notes.
2020-08-20 15:58:17 -07:00
John Blum
f62df3a1f2
Upgrade Samples Maven POMs to Spring Boot 2.3.3.RELEASE and SBDG 1.3.3.BUILD-SNAPSHOT.
2020-08-20 15:58:17 -07:00
John Blum
6608afa841
Arrange bin/ directory exclusion alphabetically.
...
Polish for GitHub PR-94.
Resolves gh-94.
2020-08-20 15:37:34 -07:00
Wayne Lund
17143c96a9
Update .gitignore to exclude bin/ directory.
...
I'm getting these bin/ directories from adding the project from the top of the SBDG project.
spring-gemfire-starter/bin/
spring-geode-actuator-autoconfigure/bin/
spring-geode-actuator/bin/
spring-geode-autoconfigure/bin/
spring-geode-docs/bin/
spring-geode-samples/boot/actuator/bin/
spring-geode-samples/boot/configuration/.java-version
spring-geode-samples/boot/configuration/bin/
spring-geode-samples/boot/security/bin/
spring-geode-samples/caching/http-session/bin/
spring-geode-samples/caching/inline/bin/
spring-geode-samples/caching/look-aside/bin/
spring-geode-samples/caching/multi-site/bin/
spring-geode-samples/caching/near/bin/
spring-geode-samples/intro/getting-started/bin/
spring-geode-samples/land-shy-fan/
spring-geode-samples/lock-important-pot/
spring-geode-samples/mix-faithful-pot/
spring-geode-starter-logging/bin/
spring-geode-tests/smoke-tests/function-execution-on-region/bin/
spring-geode-tests/smoke-tests/locator-application/bin/
spring-geode-tests/smoke-tests/logging/bin/
spring-geode-tests/smoke-tests/multi-store/bin/
spring-geode-tests/smoke-tests/peer-cache-application/bin/
spring-geode-tests/smoke-tests/spring-initializer/bin/
spring-geode/bin/
Resolves gh-94.
2020-08-20 15:37:26 -07:00
John Blum
8cf9ca98c3
Define documentation variable to the JDK Javadoc.
2020-08-20 15:37:10 -07:00
John Blum
77ed1f49d0
Edit chapter on caching.
2020-08-20 15:36:43 -07:00
John Blum
f739fab1ed
Replace all references to Apache Geode and Pivotal GemFire with documentation variables.
...
Replace all references of Pivotal GemFire with VMware GemFire.
2020-08-20 15:36:36 -07:00
John Blum
b98d4639ea
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-20 15:35:04 -07:00
John Blum
49b74c4c2f
Edit Maven POM URL to point to the SBDG project README.
2020-08-20 15:34:38 -07:00
John Blum
b67dd8430e
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-20 15:33:50 -07:00
John Blum
eb50cde12f
Upgrade to Gradle 6.6.
2020-08-20 15:22:30 -07:00
John Blum
0847a38ce4
Upgrade to Spring Build Conventions Gradle Plugin 0.0.34.RELEASE.
2020-08-20 15:22:08 -07:00
John Blum
bab8d296f7
Upgrade to Spring Test for Apache Geode & VMware/Pivotal GemFire 0.0.18.RELEASE.
2020-08-20 15:21:00 -07:00
John Blum
e7af99158f
Upgrade to Spring Data Neumann-SR3.
...
Upgrade to Spring Data for Apache Geode & VMware/Pivotal GemFire 2.3.3.RELEASE.
Upgrade to Spring Data BOM (Release Train) Neumann-SR3.
2020-08-20 15:20:26 -07:00
John Blum
a90aeb2cfd
Upgrade to Spring Boot 2.3.3.RELEASE.
2020-08-20 15:19:24 -07:00
John Blum
309d7fbbff
Upgrade to Mockito 3.5.0.
2020-08-20 15:18:46 -07:00
John Blum
32f62d7af0
Upgrade to Byte Buddy 1.10.14.
2020-08-20 15:18:09 -07:00
John Blum
215c0e6261
Edit README to refer to 1.3.2.RELEASE and 1.3.3.BUILD-SNAPSHOT versions.
2020-08-07 17:25:41 -07:00
John Blum
4a7daad55b
Prepare next development iteration.
...
Set Spring Boot version to 2.3.3.BUILD-SNAPSHOT.
Set version to 1.3.3.BUILD-SNAPSHOT.
2020-08-07 17:06:43 -07:00
John Blum
715040130f
Release 1.3.2.RELEASE.
2020-08-07 16:53:29 -07:00
John Blum
1f9fae3b85
Edit changelog and add 1.3.2.RELEASE notes.
2020-08-07 16:48:50 -07:00
John Blum
23010bd7bd
Fix HTTP URL to Apache Shiro's project sit in Javadoc.
2020-08-07 16:30:34 -07:00
John Blum
0242dd67cd
Switch from System.err message output to using a SLF4J Logger.
...
Resolves gh-81.
2020-08-07 16:30:27 -07:00
John Blum
6fe9eba497
Polish Security Sample Tests.
...
Resolves gh-81.
2020-08-07 16:30:19 -07:00
John Blum
9ba5511ca4
Polish Security Sample Code.
...
Resolves gh-81.
2020-08-07 16:30:13 -07:00
John Blum
d7b254a904
Polish Security Sample Guide.
...
Resolves gh-81.
2020-08-07 16:30:02 -07:00
Patrick Johnson
a918c9a8f1
Add Security Sample Guide and Code.
...
Resolves gh-81.
2020-08-07 16:29:53 -07:00
John Blum
39535538fa
Set 'spring.data.gemfire.management.use-http' property to 'false'.
2020-08-07 16:29:46 -07:00
John Blum
7441a526ef
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-07 16:29:03 -07:00
John Blum
a64ec4e5bb
Add additional documentation on matching client/server versions when using PCC in PCF.
2020-08-07 16:28:05 -07:00
John Blum
8b847d6c40
Add artifact version documentation attributes for Apache Geode, Pivotal/VMware GemFire and Pivotal/VMware Cloud Cache.
2020-08-07 16:07:02 -07:00
John Blum
46fa881fad
Add version property for Pivotal Cloud Cache.
2020-08-07 16:03:53 -07:00
John Blum
688c609769
Change Getting Started Sample artifact version to 1.3.0.BUILD-SNAPSHOT matching the project version.
2020-08-07 16:02:48 -07:00
John Blum
59d7918019
Fix spelling.
2020-08-07 16:01:20 -07:00
John Blum
5f9a41eca4
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:47:27 -07:00