John Blum
93bd2b97df
Add Integration Tests for Spring Geode Sample on Async Inline Caching configured with Queue Batch Time Interval.
2020-12-01 17:00:22 -08:00
John Blum
1086895f8f
Add Integration Tests for Spring Geode Sample on Async Inline Caching configured with Queue Batch Size.
2020-12-01 16:59:22 -08:00
John Blum
ad77707d6f
Create base Spring Geode Sample Example application on Async Inline Caching.
2020-12-01 16:58:30 -08:00
John Blum
be01322025
Create base Spring Geode Sample Guide (documentation) on Async Inline Caching.
2020-12-01 16:56:27 -08:00
John Blum
cbbf8d9335
Wrap listener metadata state changes in a try-finally block inside the AEQ listener processEvents(:List<AsyncEvent>) method.
2020-12-01 16:47:34 -08:00
John Blum
2089db6864
Add dependency management (version) for 'org.awaitility:awaitility'.
...
Set Awaitility to version 4.0.3 at present.
2020-12-01 16:10:53 -08:00
John Blum
cccadf68aa
Add metadata and state to track the RepositoryAsyncEventListener.processEvents(:List<AsyncEvent>) method invocations.
...
Specifically, the listener state will track:
* The number of processEvents(:List<AsyncEvent>) method invocations.
* Whether the processEvents(..) method has ever been invoked.
* And, whether the processEvents(..) method has been invoked since the last check.
Introduces a protected doProcessEvents(:List<AsyncEvent>) method and changes processEvents(:List<AsyncEvent>) method to final.
2020-12-01 16:09:43 -08:00
John Blum
c25100ebe7
Add 'withSerialQueue()' builder method to configure the AEQ as a serial queue.
2020-12-01 15:50:47 -08:00
John Blum
cd28eb19a8
Change signature of the generated AsyncEventQueue (AEQ) ID.
...
This fixes a bug that manifests through GemFire/Geode's Management infrastructure, specifically with the MBean's ObjectName used to managed the AEQs across the cluster.
2020-12-01 10:46:59 -08:00
John Blum
27c907336a
Change assertion error message in AsyncEventError class constructor.
...
Rename class member reference to the default AsyncEventError handler from DEFAULT_EVENT_ERROR_HANDLER to DEFAULT_ASYNC_EVENT_ERROR_HANDLER.
2020-12-01 10:42:39 -08:00
John Blum
ecedb4cd90
Edit README to refer to 1.3.6.RELEASE and 1.3.7.BUILD-SNAPSHOT in the 1.3.x release series.
2020-11-19 14:01:22 -08:00
John Blum
de5cad2b29
Edit changelog and include 1.3.6.RELEASE notes.
2020-11-19 14:00:16 -08:00
John Blum
488dedd0de
Edit TIP to include a reference to the specific documentation on Synchronous, Inline Caching.
2020-11-18 19:54:48 -08:00
John Blum
4ea2b62560
Add documentation on using the 'spring-geode-bom' in the 'Using Spring Boot for Apache Geode' section.
2020-11-18 12:39:30 -08:00
John Blum
e7b1501e78
Set Spring Boot version to 2.4.0-SNAPSHOT in Samples Maven POM.
2020-11-17 21:28:28 -08:00
John Blum
dc8be004e3
Upgrade to Gradle 6.7.1.
2020-11-17 21:13:56 -08:00
John Blum
16d378b223
Upgrade to Spring Build Conventions Gradle Plugin 0.0.35.RELEASE.
2020-11-17 20:21:38 -08:00
John Blum
39150e6b77
Declare and configure repositories for all projects.
2020-11-17 11:11:48 -08:00
John Blum
4344fe64f6
Edit README to refer to 1.4.0-RC1 in the 1.4.x release series.
2020-11-10 14:16:42 -08:00
John Blum
08702fa5ae
Edit README to refer to 1.3.5.RELEASE and 1.3.6.BUILD-SNAPSHOT in the 1.3.x release series.
2020-11-10 14:15:59 -08:00
John Blum
0e230d99a0
Edit README to refer to 1.2.11.RELEASE 1.2.12.BUILD-SNAPSHOT in the 1.2.x release series.
2020-11-10 14:15:10 -08:00
John Blum
37fd126a89
Edit README to refer to 1.1.11.RELEASE and 1.1.12.BUILD-SNAPSHOT in the 1.1.x release series.
2020-11-10 14:14:26 -08:00
John Blum
13c5f8d046
Prepare next development iteration.
...
Set Spring Boot version to 2.4.0-SNAPSHOT.
Set version to 2.4.0-SNAPSHOT.
2020-11-10 13:01:30 -08:00
John Blum
feb678c2ab
Release 1.4.0-RC1.
2020-11-10 12:33:18 -08:00
John Blum
3612142c6a
Edit changelog and add 1.4.0-RC1 release notes.
2020-11-10 12:30:04 -08:00
John Blum
d208f10ef1
Edit changelog and add 1.3.5.RELEASE notes.
2020-11-10 12:25:44 -08:00
John Blum
b6d6326b78
Edit changelog and add 1.2.11.RELEASE notes.
2020-11-10 12:24:45 -08:00
John Blum
dc824a3000
Edit changelog and add 1.1.11.RELEASE notes.
2020-11-10 12:23:54 -08:00
John Blum
246a90fe27
Upgrade to Testcontainers 1.15.0.
2020-11-10 12:04:35 -08:00
John Blum
d9e6118860
Rename 'springDataReleaseTrainVersion' property to 'springDataBomVersion'.
2020-11-10 12:03:20 -08:00
John Blum
14b3e9c559
Upgrade to Spring Boot 2.4.0-RC1.
2020-11-10 11:59:56 -08:00
John Blum
4b32e26dae
Upgrade to VMware Tanzu (Pivotal) GemFire 9.10.5.
...
Add dependency management for Apache Geode.
Add dependency management for VMware Tanzu (Pivotal) GemFire.
2020-11-10 11:58:54 -08:00
John Blum
52e97318a9
Declare FindBugs compile-only dependency in Mock Session Caching Smoke Tests to suppress compiler warnings.
2020-11-10 11:52:03 -08:00
John Blum
bac650a70f
Change JetBrains @NotNull annotation to Spring Framework's @NonNull annotation.
2020-11-10 11:51:03 -08:00
John Blum
58fdd5b2ca
Add Smoke Test testing the persistent access of a (HTTP) Session stored and managed by Apache Geode using Mock Objects with Spring Session auto-configured with Spring Boot.
2020-11-05 16:33:48 -08:00
John Blum
c1f23c3f9d
Optimize imports.
2020-11-05 11:47:04 -08:00
John Blum
0494f05d4d
Upgrade to Spring Session Dragonfruit-RELEASE.
...
Upgrade to Spring Session for Apache Geode 2.4.0.
Upgrade to Spring Session BOM 2020.0.0 (Dragonfruit-RELEASE).
2020-11-04 16:58:42 -08:00
John Blum
4945c9200f
Upgrade to Spring Data Ockham-RELEASE.
...
Upgrade to Spring Data for Apache Geode 2.4.0.
Upgrade to Spring Data BOM (Release Train) 2020.0.0.
2020-11-04 16:56:58 -08:00
John Blum
4804fb9ee9
Upgrade to Spring Framework 5.3.0.
2020-11-04 16:56:03 -08:00
John Blum
a86ce48801
Upgrade to Mockito 3.6.0.
2020-11-04 16:55:30 -08:00
John Blum
8d72ab84d5
Upgrade to Byte Buddy 1.10.18.
2020-11-04 16:54:52 -08:00
John Blum
026f62e5d5
Upgrade to Spring Test for Apache Geode 0.0.20.RELEASE.
2020-11-04 16:52:23 -08:00
John Blum
55d9b52e1a
Add Integration Test testing the configuration and expected behavior of (HTTP) Session state caching using Spring Session with Apache Geode and Mock Objects auto-configured with Spring Boot.
2020-11-04 16:50:48 -08:00
John Blum
9e1501327e
Annotate test class with @SuppressWarnings('unused').
2020-11-04 16:27:29 -08:00
John Blum
9237ab6085
Edit README to refer to 1.4.0-M4 in the 1.4.x release series.
2020-10-21 15:56:17 -07:00
John Blum
94b9138b37
Prepare next development iteration.
...
Set Spring Boot version to 2.4.0-SNAPSHOT.
Set version to 1.4.0-SNAPSHOT.
2020-10-21 15:42:50 -07:00
John Blum
cf56b0abd9
Release 1.4.0-M4.
2020-10-21 13:53:08 -07:00
John Blum
1790949313
Edit changelog and add 1.4.0-M4 release notes.
2020-10-21 13:51:41 -07:00
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