Commit Graph

673 Commits

Author SHA1 Message Date
John Blum
de8791564f Fixup Gradle build file to properly exclude the 'org.apache.logging.log4j:log4j-core' dependency transitively pulled in by the 'org.springframework.data:spring-data-geode-test' dependency.
Remove the exlusion on 'org.apache.logging.log4j:log4j-to-slf4j' in the 'org.springframework.boot:spring-boot-starter-test' dependency.

Resolves gh-42.
2019-08-21 11:56:32 -07:00
John Blum
1e0a3bacfd Upgrade to Spring BUILD-SNAPSHOT versions. 2019-08-21 11:56:32 -07:00
John Blum
34a69aa159 Refactor logging dependencies for SBDG Starters Gradle build files.
Remove the exclude on 'org.apache.logging.log4j:log4j-to-slf4j'.

Add an exclude on 'org.apache.logging.log4j:log4j-core'.

Resolves gh-42.
2019-08-21 11:56:32 -07:00
John Blum
c218795e8d Refactor logging dependencies in SBDG Module Gradle build files.
Remove the exclude for 'org.apache.logging.log4j:log4j-to-slf4j'.

Add an exclude for 'org.apache.logging.log4j:log4j-core'.

Resolves gh-42.
2019-08-21 11:56:32 -07:00
John Blum
c7963259f1 Update dependencies.
Upgrade to Mockito 3.0.0.

Upgrade to Pivotal GemFire 9.8.3.
2019-08-21 11:56:32 -07:00
John Blum
6708a9e26b Update dependencies.
Upgrade to Pivotal GemFire 9.8.2.

Upgrade to Spring Boot 2.2.0.M4.

Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.5.RELEASE.

Upgrade to Spring Session BOM Corn-M2.
2019-08-21 11:56:32 -07:00
John Blum
ed8b4cd37a Update dependencies.
Upgrade to Spring Framework 5.2.0.M3.

Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.0.RC1.

Upgrade to Spring Data Release Train Moore-RC1.

Upgrade to Spring Session for Apache Geode & Pivotal GemFire 2.2.0.M2.

Upgrage to Spring Test for Apache Geode & Pivotal GemFire 0.0.4.RELEASE.
2019-08-21 11:56:32 -07:00
John Blum
0801ded485 Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.2.BUILD-SNAPSHOT. 2019-08-21 11:56:32 -07:00
John Blum
73dc80a653 Set Spring Data Release Train version to Moore-BUILD-SNAPSHOT. 2019-08-21 11:56:32 -07:00
John Blum
cda528db60 Upgrade to Apache Geode Management REST API (WAR) 1.9.0. 2019-08-21 11:56:31 -07:00
John Blum
6c1c7af36d Adapt to API and TestContext behavior changes in Spring Framework 5.2. 2019-08-21 11:56:31 -07:00
John Blum
be9e78b88a Update dependencies.
Upgrade to Apache Geode 1.9.0.

Upgrade to Pivotal GemFire 9.8.0.

Upgrade to Spring Framework 5.2.0.M1.

Upgrade to Spring Boot 2.2.0.M2.

Upgrade to Spring Data for Apache Geode/Pivotal GemFire 2.2.0.M3.

Upgrade to Spring Data Release Train Moore-M3.

Upgrade to Spring Session BOM Corn-M1.

Upgrade to Spring Session for Apache Geode/Pivotal GemFire 2.2.0.M1.
2019-08-21 11:56:31 -07:00
John Blum
fa1ad88294 Set version to 1.2.0.BUILD-SNAPSHOT. 2019-08-21 11:56:11 -07:00
John Blum
343a01aead Update README with 1.1.0.RELEASE and 1.1.1.BUILD-SNAPSHOT versions in the Reference Documentation. 2019-08-21 11:26:04 -07:00
John Blum
7073064886 Prepare next development iteration.
Set version to 1.1.1.BUILD-SNAPSHOT.

Set Spring Framework version to 5.1.10.BUILD-SNAPSHOT.

Set Spring Boot version to 2.1.8.BUILD-SNAPSHOT.

Set Spring Data for Apache Geode & Pivotal GemFire version to 2.1.11.BUILD-SNAPSHOT.

Set Spring Data Relese Train version to Lovelace-BUILD-SNAPSHOT.

Set Spring Session BOM version to Bean-BUILD-SNAPSHOT.

Set Spring Session for Apache Geode & Pivotal GemFire version to 2.1.6.BUILD-SNAPSHOT.
2019-08-21 11:11:01 -07:00
John Blum
7ff9d00adc Release 1.1.0.RELEASE. 2019-08-21 09:26:41 -07:00
John Blum
c7fe27629e Edit changelog notes for 1.1.0.RELEASE. 2019-08-21 09:14:31 -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
8f9c5777b3 Update changelog with 1.1.0.RELEASE notes. 2019-08-19 23:51:13 -07:00
John Blum
8f869c3995 Edit the wording in 'Building ClientCache Applications' that describes local development vs. the client/server architecture to clarify the meaning and intent.
Resolves gh-41.
2019-08-19 20:06:33 -07:00
John Blum
51cfb068ad Edit Sample Guide on HTTP Session Caching. 2019-08-19 17:33:09 -07:00
John Blum
1940c414c9 Add links to the Sample Guide and Sample Code for HTTP Session Caching. 2019-08-19 16:50:01 -07:00
John Blum
7db1d32188 Fix link to CalculatorApplicationIntegrationTests.java in the 'Tests' section of the Inline Caching Sample Guide. 2019-08-19 16:42:54 -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
112332049e Add Sample Guide for HTTP Session Caching. 2019-08-19 12:56:42 -07:00
John Blum
ea26542b77 Update README with 1.1.0.RC2 release version in Documentation. 2019-08-14 01:04:57 -07:00
John Blum
d1bd8007a0 Prepare next development iteration. 2019-08-14 00:27:32 -07:00
John Blum
397c02ca57 Release 1.1.0.RC2. 2019-08-13 23:47:59 -07:00
John Blum
006f009525 Update changelog with 1.1.0.RC2 release notes. 2019-08-13 23:37:18 -07:00
John Blum
e93a3ee7b4 Update dependencies.
Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.7.RELEASE.

Upgrade to Spring Session for Apache Geoee & Pivotal GemFire 2.1.5.RELEASE.
2019-08-13 23:35:20 -07:00
John Blum
3e3e2a052b Set transitive dependencies to release versions.
Set Spring Framework version to 5.1.9.RELEASE.

Set Spring Boot version to 2.1.7.RELEASE.

Set Spring Data for Apache Geode & Pivotal GemFire version to 2.1.10.RELEASE.

Set Spring Data Release Train version to Lovelace-SR10.

Set Spring Session BOM version to Bean-SR7.

Set Spring Session for Apache Geode & Pivotal GemFire version to 2.1.4.RELEASE.
2019-08-13 02:25:42 -07:00
John Blum
2d5a0313c1 Add 'back' link to the end of the Sample Guide to return to the SBDG Samples. 2019-08-13 01:09:23 -07:00
John Blum
fd0f072215 Formate source code for documentation purposes. 2019-08-13 01:05:52 -07:00
John Blum
4c505e7568 Edit Sample Guide on Near Caching.
Fix grammatical and spelling errors.

Make the prose more concise.
2019-08-13 01:05:38 -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
a4e0f98326 Add Near Caching Sample Guide and Code references to the Samples table. 2019-08-12 19:07:15 -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
9df9f0fe80 Add Sample Guide for Near Caching. 2019-08-12 18:11:58 -07:00
John Blum
a59017949a Add convenient o.a.g.cache.CacheListener implementation that processes all EntryEvents and RegionEvents using the same logic. 2019-08-12 10:37:47 -07:00
John Blum
c55494be57 Edit Sample Guide on Inline Caching. 2019-08-08 22:41:02 -07:00
John Blum
a78ba2a602 Edit Sample Guide on Look-Aside Caching. 2019-08-08 22:40:46 -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