Commit Graph

496 Commits

Author SHA1 Message Date
John Blum
4dbfbd8cb3 Update README with current release versions. 2019-06-13 16:55:07 -07:00
John Blum
a369e18574 Prepare next development iteration. 2019-06-13 16:50:43 -07:00
John Blum
6e44bf7b9d Release 1.0.1.RELEASE. 2019-06-13 16:39:23 -07:00
John Blum
4ac9d15420 Update changelog with 1.0.1.RELEASE release notes. 2019-06-13 16:34:30 -07:00
John Blum
6275990835 Override Spring version; Set to 5.0.14.RELEASE. 2019-06-13 16:24:12 -07:00
John Blum
fcaa0d87ed Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.2.RELEASE. 2019-06-13 16:18:54 -07:00
John Blum
1ff37a14d6 Upgrade to Spring Framework 5.0.14.RELEASE. 2019-06-13 16:16:03 -07:00
John Blum
02fad9b6d0 Switch generic node closure to running on a 'linux' node.
Change project properties definition to nested closure.
2019-06-13 16:10:16 -07:00
John Blum
b353648b79 Increase Gradlew JVM Heap size to 1 GB. 2019-06-13 16:06:46 -07:00
John Blum
21ab7ed55a Fix syntax errors in Jenkinsfile. 2019-05-29 11:16:59 -07:00
John Blum
8f3e19782b Add support for Spring configured and bootstrapped Locator-based applications.
Resolves gh-37.
2019-05-29 08:56:49 -07:00
John Blum
f9be5209b5 Configure environment with JDK (8) by setting JAVA_HOME. 2019-05-29 08:51:57 -07:00
John Blum
b28a839eb2 Fix duplicate anchor. 2019-05-13 16:20:42 -07:00
Mark Secrist
9d8f7c2808 Fix minor spelling error 'grade' -> 'gradle'.
Resolves gh-32.
2019-05-09 23:48:00 -07:00
John Blum
306d492478 Refactor Apache Geode/Pivotal GemFire (PCC) peer Security (Auth) auto-configuration.
Switch from using the @EnableBeanFactoryLocator and @EnableSecurity annotations with the security-manager property set to the SecurityManagerProxy class to using the @EnableSecurityManagerProxy annotation.
2019-05-06 22:43:46 -07:00
John Blum
a5f1650a35 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 22:39:39 -07:00
John Blum
f6f8be8882 Encapsulate configuration of Apache Geode/Pivotal GemFire (PCC) Security (Auth) using an enabling Annotation and security-manager property with proxying. 2019-05-06 22:38:54 -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
John Blum
0c6c6a79b1 Edit Spring Boot Actuator Sample Guide. 2019-04-30 23:05:12 -07:00
John Blum
934f03ebce Format source code for documentation reference purposes. 2019-04-30 23:04:44 -07:00
John Blum
48ad20244e Correct misspelled image file names. 2019-04-30 23:03:59 -07:00
John Blum
3edb1ca00a Add Sample with guide and example application/code for using Spring Boot's Actuator. 2019-04-30 18:26:10 -07:00
John Blum
05900e499e Add Asciidoc tag references. 2019-04-30 18:23:59 -07:00
John Blum
4beb39c336 Add 'org.springframework.boot:spring-boot-autoconfigure-processor' as an optional dependency. 2019-04-29 20:32:05 -07:00