Commit Graph

54 Commits

Author SHA1 Message Date
John Blum
d45d2b9449 Rename test class to be descriptive about testing the Look-Aside Caching Pattern. 2019-08-23 01:30:50 -07:00
John Blum
53ac59f28d Change home page Web Service endpoint from ping() to description, 'Inline Caching Example'. 2019-08-23 01:29:44 -07:00
John Blum
d4643d4cf2 Add home page Web Service endpoint with description, 'Look-Aside Caching Example'. 2019-08-23 01:29:00 -07:00
John Blum
7a8dec633d Switch direct [test] compile dependency on 'org.springframework.data:spring-data-geode-test' to 'spring-geode-starter-test'. 2019-08-23 01:26:49 -07:00
John Blum
40f5ddff7a Refactor Gradle project dependencies.
Remove unnecessary 'javax.servlet:javax.servlet-api' provided dependency in 'spring-geode-autoconfigure'.

Remove unnecessary 'org.springframework.boot:spring-boot-starter-tomcat' runtime dependency from 'spring-geode-samples-caching-httpsession'.

Remove unnecessary 'javax.cache:cache-api' and 'org.springframework.shell:spring-shell' runtime dependencies from 'spring-geode-samples-caching-inline'.

Remove unnecessary 'javax.cache:cache-api' and 'org.springframework.shell:spring-shell' runtime dependencies from 'spring-geode-samples-caching-lookaside'.

Remove unnecessary 'javax.cache:cache-api' runtime dependency from 'spring-geode-samples-caching-near'.
2019-08-23 01:19:16 -07:00
John Blum
6558e0ee97 Remove all improper uses of the Apache Shiro API and replace with the appropriate core Spring Framework API.
For example, usages of org.apache.shiro.util.Assert and org.apache.shiro.util.StringUtils should be replaced with org.springframework.util.Assert and org.springframework.util.StringUtils, respectively.
2019-08-20 15:00:36 -07:00
John Blum
308de00f14 Add test compile-time dependency on 'org.springframework.geode:spring-geode-starter-session'. 2019-08-19 14:20:08 -07:00
John Blum
ffa2b68b57 Remove unnecessary runtime dependency on 'org.springframework.shell:spring-shell'.
The 'org.springframework.shell:spring-shell' lib is already transitively pulled as a runtime dependency in by the 'org.springframework.geode:spring-geode' dependency.
2019-08-19 13:24:45 -07:00
John Blum
d14c1e904a Add Integration Tests for the HTTP Session Caching Sample Code. 2019-08-19 13:20:50 -07:00
John Blum
24694d01fa Add Sample Code for HTTP Session Caching. 2019-08-19 12:58:34 -07:00
John Blum
fd0f072215 Formate source code for documentation purposes. 2019-08-13 01:05:52 -07:00
John Blum
114dae5df3 Rename 'example.app.near.caching' package to 'example.app.caching.near'. 2019-08-12 19:25:31 -07:00
John Blum
f3a2af12dc Add Project Lombok configuration file for Near Caching Sample Code. 2019-08-12 19:01:47 -07:00
John Blum
f968ac8d8c Add Integration Tests for the Near Caching Sample Code. 2019-08-12 18:30:47 -07:00
John Blum
0acf8c85cb Add Sample Code for Near Caching. 2019-08-12 18:12:45 -07:00
John Blum
ba537f2913 Fix incorrect main class name for the Spring Boot JAR file. 2019-08-05 17:44:59 -07:00
John Blum
3dcc662fde Optimize imports. 2019-08-02 17:00:55 -07:00
John Blum
051b6abeb3 Add Integration Tests covering the Counter Service appliaction in the Spring Geode Sample for Look-Aside Caching. 2019-08-02 17:01:43 -07:00
John Blum
b8736210ff Add Integration Tests covering the Customer Service application in the Spring Geode Sample for Spring Boot Auto-Configuration of Apache Geode. 2019-08-02 17:00:55 -07:00
John Blum
59a9d8d1c9 Format source for documentation purposes. 2019-08-01 22:27:26 -07:00
John Blum
a2f97fe2ba Add Lombok configuration file for Inline Caching Sample. 2019-08-01 14:36:55 -07:00
John Blum
e58adf04e3 Add Asciidoc tags for code references. 2019-08-01 14:09:28 -07:00
John Blum
e9ae8e1417 Add CalculatorController Spring Web MVC component exposing a REST API for the Calculator application. 2019-08-01 14:02:00 -07:00
John Blum
532599aa2a Fix bug in CalculatorService incorrectly capturing the 'operand' of the mathematical function. 2019-08-01 14:01:31 -07:00
John Blum
ea7170f8dc Add Lombok Gradle Plugin to preprocess source code during compilation. 2019-08-01 12:56:41 -07:00
John Blum
97e46f1dd4 Add Integration Tests for the Inline Caching Sample, Spring Boot application. 2019-07-31 18:40:24 -07:00
John Blum
7867bc4b17 Add Sample Code and Spring Boot application for Inline Caching. 2019-07-31 18:25:31 -07:00
John Blum
18dffa791b Edits to the Sample Guide on Look-Aside Caching. 2019-07-31 18:23:51 -07:00
John Blum
2c5cbc1a2c Change Gradle project description to highlight the Sample is for Look-Aside Caching. 2019-07-25 10:54:26 -07:00
John Blum
099a030028 Polish source code. 2019-06-10 18:30:11 -07:00
John Blum
a0400fa69d Polish imports to match SDG Lovelace. 2019-05-06 16:48:23 -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
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
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
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
934f03ebce Format source code for documentation reference purposes. 2019-04-30 23:04:44 -07:00
John Blum
05900e499e Add Asciidoc tag references. 2019-04-30 18:23:59 -07:00
John Blum
f0e8b7964c Remove exclusions on 'org.springframework.boot:spring-boot-starter-logging'.
Add exclusion on 'org.apache.logging.log4j:log4j-to-slf4j'.
2019-04-29 19:49:36 -07:00
John Blum
3121f6684c Add generated Lombok configuration file to Spring Boot Actuator Sample. 2019-04-29 16:14:29 -07:00
John Blum
9e3e8f45d2 Add logging configuration files for JUL, Log4j and SLF4J to the Spring Boot Actuator Sample application. 2019-04-29 16:14:29 -07:00
John Blum
280ee00f61 Move Spring Boot Actuator Sample under the spring-geode-samples.
Declare the FreeFair Lombok Gradle Plugin in spring-geode-samples-boot-actuator.gradle.
2019-04-29 16:14:29 -07:00
John Blum
6419a5bd4d Upgrade to Gradle 5.4.1.
Declare the FreeFair Lombok Gradle Plugin in the spring-geode-autoconfigure and spring-geode-samples-boot-configuration modules.
2019-04-28 18:12:36 -07:00
John Blum
a293b97113 Implement HTTP client authentication on cluster configuration push when sending configuration meta-data from client to server (cluster Manager).
Resolves gh-16.
2019-04-24 00:27:30 -07:00
John Blum
60214e7d82 Modify processResources filter to ignore Java KeyStore (JKS) files. 2019-04-23 19:20:50 -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
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