Commit Graph

417 Commits

Author SHA1 Message Date
John Blum
786deaeef9 Optimize imports. 2019-04-23 23:40:25 -07:00
John Blum
60214e7d82 Modify processResources filter to ignore Java KeyStore (JKS) files. 2019-04-23 19:20:50 -07:00
John Blum
3346bbba10 Edit the Abstract, Introduction, and Getting Started chapters in the Reference Documentation. 2019-04-23 17:38:58 -07:00
John Blum
492fabf339 Change Reference Documentation URL to html5 reference. 2019-04-23 17:08:21 -07:00
John Blum
0035f6fe76 Add reference to the 'Spring Boot Auto-configuration for Apache Geode/Pivotal GemFire' Sample in the 'Auto-configuration vs. Annotation-based configuration' reference documentation. 2019-04-23 17:05:28 -07:00
John Blum
1c9a06f4c8 Customize processResources build step and configure the Apache Ant ReplaceTokens filter to process all tokens in configuration files and Gfsh shell scripts. 2019-04-23 16:59:11 -07:00
John Blum
1f3824b5f5 Rename spring-gemfire-starter-actuator/build.gradle to spring-gemfire-starter-actuator.gradle.
Rename spring-geode-starter-actuator/build.gradle to spring-geode-starter-actuator.gradle.
2019-04-23 16:04:07 -07:00
John Blum
804e96e927 Add logging configuration for the SpringBootApacheGeodeCacheServerApplication class. 2019-04-23 16:02:12 -07:00
John Blum
b7d584d8d5 Cleanup the Gfsh shell scripts. 2019-04-23 16:00:52 -07:00
John Blum
72421bbb26 Set the 'spring.boot.data.gemfire.security.ssl.keystore.name' property to 'trusted-keystore.jks'. 2019-04-23 16:00:39 -07:00
John Blum
36208a684d Edit guide and refactor example on Spring Boot auto-configuration for Apache Geode/Pivotal GemFire to include Security with SSL. 2019-04-23 15:54:38 -07:00
John Blum
f5fdf4b425 Edit the boot-configuration.adoc section on client/server auto-configuration support. 2019-04-23 11:06:48 -07:00
John Blum
7b5908ba30 Set the Table of Contents (TOC) level to 1. 2019-04-23 09:40:04 -07:00
John Blum
6b8fbba958 Edit boot-configuration.adoc for grammar and wording up to the client/server section. 2019-04-23 09:39:41 -07:00
John Blum
58d9970ce1 Edit guide and refactor example of Spring Boot auto-configuration for Apache Geode/Pivotal GemFire to include Security with Authentication. 2019-04-22 23:45:35 -07:00
John Blum
4f52e19acd Add setenv.gfsh Gfsh shell script to setup the system environment to run the example app. 2019-04-22 23:45:35 -07:00
John Blum
57a1ea4840 Add apache-geode-extensions module containing classes implementing Apache Geode interfaces and SPIs.
These extensions will be used for testing and documentation purposes.

For example, this module contains extensions to Apache Geode's o.a.g.security.SecurityManager and o.a.g.security.AuthInitialize interfaces used in the SBDG samples.
2019-04-22 23:45:47 -07:00
John Blum
74c4edfb2d Remove Git ignore on bin/. 2019-04-22 23:45:35 -07:00
John Blum
687ba1e54c Include guide and example of Spring Boot auto-configuration for Apache Geode & Pivotal GemFire. 2019-04-22 23:45:35 -07:00
John Blum
ce2cdc3660 Change wording regarding GemFire/Geode Security (Auth) & SSL configuration. 2019-04-19 14:06:18 -07:00
John Blum
20994a58bb Upgrade to Spring Session for Apache Geode/Pivotal GemFire 2.0.9.RELEASE. 2019-04-19 13:09:36 -07:00
John Blum
7539d9c824 Add section detailing the differences between Auto-configuration and Annotation-based configuration.
Resolves gh-20.
2019-04-18 13:00:07 -07:00
John Blum
1d685ede04 Change Templates chapter title to 'Data Access with GemfireTemplate'.
Resolves gh-31.
2019-04-16 13:41:13 -07:00
John Blum
7d7f8a34df Add Region Template auto-configuration documentation to Reference Docs.
Resolves gh-31.
2019-04-16 13:32:10 -07:00
John Blum
3251ffe166 Configure logging for Apache Geode, Spring and other libraries. 2019-04-15 15:51:16 -07:00
John Blum
4abc75b1d3 Extend o.s.d.g.tests.integration.IntegrationTestsSupport.
Resolves gh-31.
2019-04-12 17:41:19 -07:00
John Blum
cf4df83333 Add additional integration tests testing the auto-configuration of GemfireTemplate beans for Regions with existing named and Region-based GemfireTemplates.
Resolves gh-31.
2019-04-12 17:08:34 -07:00
John Blum
b9922f8c1b Add auto-configuration support for creating Templates per Cache Region.
Resolves gh-31.
2019-04-12 16:23:35 -07:00
John Blum
ceaeac88b4 Fix typo. 2019-04-12 15:21:48 -07:00
John Blum
c288270df9 Add dependency management for ByteBuddy.
Set ByteBuddy version to 1.9.10 to match Mockito 2.27.0.
2019-04-11 12:37:25 -07:00
John Blum
1e7a6a5cf7 Upgrade to Mockito 2.27.0.
Upgrade to Spring Framework 5.0.13.RELEASE.

Upgrade to Spring Boot 2.0.9.RELEASE.

Upgrade to Spring Data for Apache Geode 2.0.14.RELEASE.

Upgrade to Spring Data for Pivotal GemFire 2.0.14.RELEASE.

Upgrade to Spring Data Release Train Kay-SR14.

Upgrade to Spring Session BOM Apple-SR9.
2019-04-11 11:44:53 -07:00
John Blum
070d83354e Upgrade to Spring Build Conventions Gradle Plugin 0.0.25.RELEASE. 2019-04-11 11:33:41 -07:00
John Blum
18deac2463 Add configuration meta-data reference for (embedded) Service properties. 2019-04-05 18:28:09 -07:00
John Blum
8be1c5e242 Change default value for the SDG server.memcached.protocol property from 11211 to ASCII. 2019-04-05 18:28:09 -07:00
John Blum
2d35857a71 Add configuration meta-data reference for SSL properties. 2019-04-05 18:17:13 -07:00
John Blum
553bb489ac Add configuration meta-data reference for Security (Auth) properties. 2019-04-05 18:02:46 -07:00
John Blum
ae39935d61 Add configuration meta-data reference for Pool properties. 2019-04-05 17:43:19 -07:00
John Blum
7383357f80 Remove incorrect default value for 'spring.data.gemfire.manager.access-file' property. 2019-03-22 17:38:22 -07:00
John Blum
ca58e6cc82 Add configuration meta-data reference for Entity, Locator, Logging, Management, Manager and PDX properties. 2019-03-22 17:37:00 -07:00
John Blum
0422322044 Add configuration meta-data reference for DiskStore properties. 2019-03-22 17:13:46 -07:00
John Blum
69ef545e8c Add configuration meta-data reference for GemFireCache, ClientCache, peer Cache and CacheServer properties.
Add configuration meta-data reference for Cluster properties.
2019-03-22 16:39:22 -07:00
John Blum
485f4e5af4 Add section to Appendix covering configuration meta-data and well-known/documented properties used by Spring Data and Spring Session when backed by Apache Geode or Pivotal GemFire. 2019-03-22 13:45:48 -07:00
John Blum
d19221c3e6 Add 'session' group to describe the Spring Session configuration properties. 2019-03-22 13:43:15 -07:00
John Blum
c18ca753a9 Prepare next development iteration. 2019-03-22 01:46:39 -07:00
John Blum
044e372a29 Release 1.0.0.M4. 2019-03-22 01:35:13 -07:00
John Blum
224f1485d8 Modify the sslConfigurationIsEnabled test case method to spy on the SslEnvironmentPostProcessor and do nothing when postProcessEnvironment(..) is called. 2019-03-22 01:16:50 -07:00
John Blum
585b4c8cd7 Add test class tear down method to delete all KeyStore files in the current working directory. 2019-03-22 00:33:10 -07:00
John Blum
a64e8a2c98 Add test class tear down method to clear the 'spring.profiles.active' System property, if present. 2019-03-22 00:01:16 -07:00
John Blum
6aca93658e Add test case tear down method to remove the 'gemfire-ssl' PropertySource from the Environment. 2019-03-21 23:35:40 -07:00
John Blum
bddc080ce4 Add spring.boot.data.gemfire.security.ssl.keystore.name property set to a non-existing KeyStore filename. 2019-03-21 23:35:12 -07:00