Commit Graph

1441 Commits

Author SHA1 Message Date
John Blum
67f3fcb9c6 Upgrades Getting Started Sample Maven POM to Spring Boot 2.4.0-M4. 2020-10-21 13:11:09 -07:00
John Blum
1e145975a8 Upgrade to Gradle 6.7. 2020-10-21 12:56:39 -07:00
John Blum
782685cae1 Upgrade to Spring Data Ockham-RC2.
Upgrade to Spring Data for Apache Geode 2.4.0-RC2.

Upgrade to Spring Data BOM (Release Train) 2020.0.0-RC2.
2020-10-21 12:56:39 -07:00
John Blum
35d5b82c5c Upgrade to Spring Boot 2.4.0-M4. 2020-10-21 12:56:39 -07:00
John Blum
b61366a379 Upgrade to Spring Framework 5.3.0-RC2. 2020-10-21 12:56:39 -07:00
John Blum
7abbc82701 Upgrade to Mockito 3.5.15. 2020-10-21 12:56:39 -07:00
John Blum
0efc69e460 Upgrade to Byte Buddy 1.10.17. 2020-10-21 12:56:39 -07:00
John Blum
13d577d069 Fix formatting in Logging chapter. 2020-10-21 10:34:27 -07:00
John Blum
77ab747c2c Fix test failure after Spring Boot upgraded from Jackson 2.11.2 to 2.11.3, which introduced an API (contractual) breaking change.
Seems Jackson introduced an API breaking change that now requires a PolymorphicTypeValidator when configuring and activating the default typing as a propery on the ObjectMapper.
2020-10-13 12:23:01 -07:00
John Blum
a9fce4577d Fix spelling error.
Change 'mat' to 'may'.
2020-10-13 11:49:47 -07:00
John Blum
85ebb49248 Add Introduction bullet points on Data Initialization, Actuator and Testing. 2020-10-01 11:45:58 -07:00
John Blum
779801d1d1 Edit README to refer to 1.4.0-M3 and 1.4.0-SNAPSHOT docs in the 1.4.x release series. 2020-09-18 18:00:55 -07:00
John Blum
a847e6ccfc Prepare next development iteration.
Set Spring Boot version to 1.4.0-SNAPSHOT.

Set version to 1.4.0-SNAPSHOT.
2020-09-18 17:47:35 -07:00
John Blum
b1cbd192aa Release 1.4.0-M3. 2020-09-18 17:34:11 -07:00
John Blum
9adca82f77 Edit changelog and add 1.4.0-M3 release notes. 2020-09-18 17:28:10 -07:00
John Blum
eccf8bd49d Upgrade to Spring Session BOM 2020.0.0-RC1. 2020-09-18 16:58:12 -07:00
John Blum
4102a5270b Upgrade to Spring Data BOM (Release Train) 2020.0.0-RC1. 2020-09-18 16:57:24 -07:00
John Blum
df3918f076 Upgrade to Spring Boot 2.4.0-M3. 2020-09-18 16:56:34 -07:00
John Blum
a21944bd26 Upgrade to Spring Framework 5.3.0-RC1. 2020-09-18 16:55:45 -07:00
John Blum
5e5a286e9b Edit README and fix formatting. 2020-09-18 16:53:46 -07:00
John Blum
8abf6687d2 Modify AsyncInlineCachingRegionConfigurer to append to the list of AEQs registered on the Region when configuring Async, Inline Caching. 2020-09-18 16:47:41 -07:00
John Blum
da073b8ef3 Rename Reference Guide to 'Spring Boot for Apache Geode Reference Guide'. 2020-09-18 16:47:41 -07:00
John Blum
546aa298f8 Edit Sample Guides and replace all references to 'Apache Geode' using a documentation variable.
Remove all references to 'GemFire'.

Fix compiler syntax errors in example code snippets.
2020-09-18 16:19:05 -07:00
John Blum
68c34b86ea Edit Appendix and replace all references to 'Apache Geode' using a documentation variable.
Remove all references to 'GemFire'.
2020-09-18 16:19:05 -07:00
John Blum
f354d3815a Edit CONTRIBUTING.adoc and remove references to 'GemFire'. 2020-09-18 16:19:05 -07:00
John Blum
429ff3f6dd Edit Reference Guide and replace all references to 'Apache Geode' using a documentation variable.
Remove all references to 'GemFire'.

Fix compiler syntax errors in documentation code snippets.
2020-09-18 16:19:05 -07:00
John Blum
8f9a4e2f70 Define Asciidoc documenation variables for the 'Pivotal Cloud Cache' (PCC) name, 'Pivotal CloudFoundry' (PCF) name and 'VMware Tanzu GemFire' name. 2020-09-18 16:16:23 -07:00
John Blum
37b523b8fd Upgrade to Mockito 3.5.11. 2020-09-18 11:17:57 -07:00
John Blum
44b424f358 Update Maven POM project URL. 2020-09-18 02:33:58 -07:00
John Blum
0159c39c17 Edit Javadock @link tag. 2020-09-18 02:33:58 -07:00
John Blum
09d15e87c2 Upgrade to FreeFair Lombok Gradle Plugin 5.2.1. 2020-09-18 02:33:58 -07:00
John Blum
2aaaea76bf Remove exclude from Apache Geode dependencies on 'org.apache.logging.log4j:log4j-core'.
Resolves gh-48.
2020-09-18 02:33:58 -07:00
John Blum
74c4bdbcd9 Remove exclude from Apache Geode dependencies on 'javax.servlet:javax.servlet-api'.
Resolves gh-49.
2020-09-18 02:33:58 -07:00
John Blum
8c3062c79a Declare 'org.apache.geode:geode-membership' as a test-compile dependency in the apache-geode-extensions module.
Declare 'org.apache.geode:geode-serialization' as a test-compile dependency in the apache-geode-extensions module.
2020-09-18 01:28:22 -07:00
John Blum
1a9319c44c Replace uses of the internal DistributionConfig API and class with org.apache.geode.distributed.ConfigurationProperties. 2020-09-18 01:06:06 -07:00
John Blum
c19c404aee Upgrade to Spring Test for Apache Geode 0.0.19.RELEASE. 2020-09-17 21:57:39 -07:00
John Blum
90bb1ce6e5 Upgrade to Spring Session for Apache Geode 2.4.0-RC1. 2020-09-17 21:57:01 -07:00
John Blum
61f7df0681 Upgrade to Spring Data for Apache Geode 2.4.0-RC1. 2020-09-17 21:55:51 -07:00
John Blum
6fb1306bde Remove dependency management for Spring Session for VMware Tanzu (Pivotal) GemFire. 2020-09-17 21:50:52 -07:00
John Blum
62e001efc7 Remove dependency management for Spring Data for VMware Tanzu (Pivotal) GemFire. 2020-09-17 21:49:43 -07:00
John Blum
fd361f688a Edit description and set to 'Spring Boot for Apache Geode'. 2020-09-17 21:49:11 -07:00
John Blum
7508685564 Declare 'com.fasterxml.jackson.core:jackson-databind' as compile-time dependency. 2020-09-17 21:46:43 -07:00
John Blum
01f9730b6c Remove use of org.springframework.util.ObjectUtils.
Provide private implementation of nullSafeClassName(:Object).
2020-09-17 21:45:41 -07:00
John Blum
d1147415c2 Remvove all properties (configuration file) references to 'Pivotal GemFire' or 'GemFire' in general. 2020-09-17 21:28:48 -07:00
John Blum
cb34cd2201 Remove all source code (Javadoc) references to 'Pivotal GemFire' or 'GemFire' in general. 2020-09-17 21:24:16 -07:00
John Blum
75dc534564 Remove spring-gemfire-* modules.
Remove spring-gemfire-starter module.

Remove spring-gemfire-starter-actuator module.

Remove spring-gemfire-starter-logging module.

Remove spring-gemfire-starter-session module.

Remove spring-gemfire-starter-test module.

There are no longer any standalone releases of VMware Tanzue GemFire based on Apache Geode 1.13.0.
2020-09-17 20:32:21 -07:00
John Blum
c2edd45b10 Upgrade to Apache Geode 1.13.0. 2020-09-17 20:29:58 -07:00
John Blum
51f76fbed9 Edit README to showcase SBDG features.
Replace references to 'Pivotal GemFire' with 'VMware Tanzu GemFire'.

Use documentation variables for names and URLs.
2020-09-17 20:26:27 -07:00
John Blum
5750f0b114 Edit README to refer to 1.3.4.RELEASE and 1.3.5.BUILD-SNAPSHOT docs in the 1.3.x release series. 2020-09-17 19:54:50 -07:00
John Blum
ff6bf20b8c Edit README to refer to 1.2.10.RELEASE and 1.2.11.BUILD-SNAPSHOT docs in the 1.2.x release series. 2020-09-17 19:54:10 -07:00