Commit Graph

311 Commits

Author SHA1 Message Date
John Blum
77e5445142 Replace use of Apache Shiro Assert with Spring Framework Assert. 2020-01-23 13:56:25 -08:00
John Blum
7ff805c699 Prepare next development iteration.
Upgrade to Pivotal GemFire 9.8.6.

Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.5.BUILD-SNAPSHOT.

Upgrade to Spring Data Release Train Moore-BUILD-SNAPSHOT.

Set version to 0.0.13.BUILD-SNAPSHOT.
2020-01-23 12:56:36 -08:00
John Blum
aa73e4d0c6 Release 0.0.12.RELEASE. 2020-01-23 12:45:59 -08:00
John Blum
cedeea8279 Upgrade to Gradle 6.0.1. 2020-01-23 12:42:05 -08:00
John Blum
b1dc9c9be9 Upgrade to Spring Build Conventions Gradle Plugin 0.0.28.RELEASE. 2020-01-23 12:32:00 -08:00
John Blum
b67f811a87 Update dependencies in Maven POM.
Upgrade to JUnit 4.13.

Upgrade to Mockito 3.2.4.

Upgrade to Spring Framework 5.2.3.RELEASE.

Upgrade to Spring Boot 2.2.4.RELEASE.

Upgrade to Spring Data Parent BOM 2.2.4.RELEASE.

Upgrade to Spring Data Release Train Moore-SR4.
2020-01-23 12:23:36 -08:00
John Blum
7510096d48 Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.4.RELEASE.
Upgrade to Spring Data Release Train Moore-SR4.
2020-01-23 12:15:22 -08:00
John Blum
269e480e7b Upgrade to Spring Boot 2.2.4.RELEASE. 2020-01-23 12:14:13 -08:00
John Blum
8090043b2a Upgrade to Spring Framework 5.2.3.RELEASE. 2020-01-23 12:13:22 -08:00
John Blum
bbf8b2a669 Upgrade to Mockito 3.2.4. 2020-01-23 12:10:58 -08:00
John Blum
bf65d5c72a Upgrade to JUnit 4.13. 2020-01-23 12:09:54 -08:00
John Blum
63a295baf3 Prepare next development iteration. 2019-12-11 12:26:47 -08:00
John Blum
74bd3583cf Release 0.0.11.RELEASE. 2019-12-11 11:21:45 -08:00
John Blum
f98bc4dac2 Upgrade to Mockito 3.2.0. 2019-12-11 11:08:45 -08:00
John Blum
420943de0e Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.3.RELEASE.
Upgrade to Spring Data (Build) Parent 2.2.3.RELEASE.

Upgrade to Spring Data Release Train Moore-SR3.
2019-12-11 11:05:33 -08:00
John Blum
64b8ad1c14 Upgrade to Spring Boot 2.2.2.RELEASE. 2019-12-11 11:03:34 -08:00
John Blum
ad627b8fba Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.2.RELEASE.
Upgrade to Spring Data Release Train Moore-SR2.
2019-12-03 20:47:02 -08:00
John Blum
e0f344a25f Upgrade to Spring Boot 2.2.1.RELEASE. 2019-12-03 20:45:31 -08:00
John Blum
b3174b8621 Upgrade to Spring Framework 5.2.2.RELEASE. 2019-12-03 20:44:22 -08:00
John Blum
490372fc09 Upgrade to Mockito 3.2.0. 2019-12-03 20:43:08 -08:00
John Blum
b9654b20b0 Upgrade to Gradle Wrapper (gradlew) 5.6.4. 2019-12-03 20:29:46 -08:00
John Blum
6a59acb23b Prepare next development iteration. 2019-11-04 13:19:17 -08:00
John Blum
af9db8e1d8 Release 0.0.10.RELEASE. 2019-11-04 13:05:53 -08:00
John Blum
700ac2dd8f Update dependencies.
Upgrade to AssertJ 3.14.0.

Upgrade to Spring Framework 5.2.1.RELEASE.

Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.1.RELEASE.

Upgrade to Spring Data Parent 2.2.1.RELEASE.

Upgrade to Spring Data Release Train Moore-SR1.
2019-11-04 12:32:49 -08:00
John Blum
01028ca116 Add Unit Tests for AEQ pause & resume event dispatching. 2019-11-04 12:25:41 -08:00
John Blum
9a09137652 Fix bug in the mocking support for AEQ resume event dispatching.
Additionally, add mocking behavior for o.a.g.cache.asyncqueue.AsyncEventQueue.isDipatchingEnabled().
2019-10-30 20:38:09 -07:00
John Blum
90fc5209f7 Add setField(target:Object, fieldName:String, value:Object) method to ReflectionUtils to set fields of an Object. 2019-10-29 15:04:53 -07:00
John Blum
368caf601a Upgrade to Spring Boot 2.2.0.RELEASE. 2019-10-29 13:35:35 -07:00
John Blum
8fe85031b0 Add custom extension of the org.springframework.util.ReflectionUtils utility class.
Added getFieldValue(:Object, :String) method to get the value of a named Field on a Object.

Added variants of makeAccessible(..) method in org.springframework.util.ReflectionUtils to also return the (accessible) Member.
2019-10-29 13:29:35 -07:00
John Blum
7532d3a993 Add Mock Object support for Apache Geode's AEQ pause and resume event disptaching functionality. 2019-10-29 13:04:05 -07:00
John Blum
474bb07ebe Upgrade to Apache Geode 1.9.2. 2019-10-29 12:58:18 -07:00
John Blum
8423aa800a Prepare next development iteration. 2019-10-01 13:28:16 -07:00
John Blum
50744d0dcd Release 0.0.9.RELEASE. 2019-10-01 13:12:13 -07:00
John Blum
5a6ef67ab2 Edit project name and description. 2019-10-01 13:07:12 -07:00
John Blum
b9b9f51f9c Add Apache Geode Logger with a log-level of 'ERROR'. 2019-10-01 13:04:21 -07:00
John Blum
b630faf84f Add optional Logback and Log4j (to SLF4J) dependencies to the runtime classpath for testing. 2019-10-01 12:55:13 -07:00
John Blum
1dafc6f067 Upgrade to Spring Data Parent BOM 2.2.0.RELEASE. 2019-10-01 12:39:31 -07:00
John Blum
34506111a3 Add 'spring-framework.version' extenstion property to set (override) the Spring Framework version as necessary. 2019-10-01 12:38:53 -07:00
John Blum
a9329b350c Override Spring Boot's 2.1.8.RELEASE dependency management version of Spring Framework and set to 5.2.0.RELEASE. 2019-10-01 12:31:51 -07:00
John Blum
08f328defa Upgrade to Spring Build Conventions Gradle Plugin 0.0.27.RELEASE. 2019-10-01 12:30:12 -07:00
John Blum
a341db3818 Update dependencies.
Upgrade to Apache Geode 1.9.1.

Upgrade to Project Lombok 1.18.10.

Upgrade to Mockito 3.1.0.

Upgrade to Pivotal GemFire 9.8.4.

Upgrade to Spring Framework 5.2.0.RELEASE.

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

Upgrade to Spring Data Release Train Moore-RELEASE.
2019-10-01 12:27:55 -07:00
John Blum
a284628304 Prepare next development iteration. 2019-09-11 11:29:06 -07:00
John Blum
54eee8a4d7 Release 0.0.8.RELEASE. 2019-09-10 22:47:43 -07:00
John Blum
a304e31012 Upgrade to Spring Boot 2.1.8.RELEASE. 2019-09-10 22:39:30 -07:00
John Blum
859f510200 Switch clearing all Java, Apache Geode, Pivotal GemFire and Spring System Properties to after test class. 2019-09-09 19:24:51 -07:00
John Blum
9f87352a5e Rename closeAnyExistingGemFireCacheInstanceBeforeTestExecution() as closeAnyGemFireCacheInstanceBeforeTestExecution().
Rename closeAnyExistingSocketConfigurationBeforeTestExecution() as closeAnySocketConfigurationBeforeTestExecution().

Rename closeAnyExistingSslConfigurationBeforeTestExecution() as closeAnySslConfigurationBeforeTestExecution().

Rename stopAnyExistingGemFireLocatorBeforeTestExecution() as stopAnyGemFireLocatorBeforeTestExecution().
2019-09-09 19:24:25 -07:00
John Blum
5380c49356 Exclude IntelliJ IDEA out/ directory from source controlled files. 2019-09-09 19:12:30 -07:00
John Blum
4aa64fa637 Destroy all GemFire Mock Objects after each test case. 2019-09-09 19:10:59 -07:00
John Blum
e38fdeb32f Add null assertion for PoolManager.find('TEST') in tearDown(). 2019-09-09 19:01:54 -07:00
John Blum
2d72115fa9 Move GemFireObjectCreationTriggeredByGemFirePropertyConfigurationIntegrationTests to org.springframework.data.gemfire.tests. 2019-09-09 18:49:37 -07:00