Commit Graph

1872 Commits

Author SHA1 Message Date
John Blum
9be3c6487f Upgrade to Apache Geode 1.13.5.
Resolves gh-555.
2021-12-13 15:35:46 -08:00
Jens Schauder
f953737fef After release cleanups.
See #543
2021-11-12 10:38:57 +01:00
Jens Schauder
9021f55c39 Prepare next development iteration.
See #543
2021-11-12 10:38:54 +01:00
Jens Schauder
9560d8054c Release version 2.5.7 (2021.0.7).
See #543
2021-11-12 10:27:20 +01:00
Jens Schauder
ff4af7a3dd Prepare 2.5.7 (2021.0.7).
See #543
2021-11-12 10:26:43 +01:00
Mark Paluch
3276aeb7a8 After release cleanups.
See #535
2021-10-18 11:19:44 +02:00
Mark Paluch
d853bd5e22 Prepare next development iteration.
See #535
2021-10-18 11:19:41 +02:00
Mark Paluch
5dd1c12b6a Release version 2.5.6 (2021.0.6).
See #535
2021-10-18 11:11:44 +02:00
Mark Paluch
527aa6f28d Prepare 2.5.6 (2021.0.6).
See #535
2021-10-18 11:10:47 +02:00
John Blum
06b9107328 Define JavaVersion abstract class to determine the current Java (JDK/JRE) version.
Resolves gh-497.
2021-09-20 13:44:29 -07:00
John Blum
93670e247f Refactor the UsingAnnotationConfigWithBeanDefinitionOverridingDisabledIntegrationTests class to move the DisableBeanDefinitionOverridingApplicationContextInitializer class to the top-level. 2021-09-17 12:23:04 -07:00
John Blum
3e7c82a1fe Create Spring ApplicationContextInitializer implementation and supporting class to disable bean definition overriding.
This ApplicationContextInitializer can be primarily used for testing purposes, especially to mimic the default behavior of the Spring container in a Spring Boot application context.
2021-09-17 12:23:00 -07:00
John Blum
89df2fd1a3 Add Integration Test asserting the behavior of SDG Annotation-based configuration when Spring container bean definition overriding is disabled.
https://stackoverflow.com/questions/69202828/error-bean-definition-overriding-clientgemfirepropertiesconfigurer
2021-09-17 12:22:54 -07:00
Mark Paluch
72e5510d8f After release cleanups.
See #528
2021-09-17 09:27:38 +02:00
Mark Paluch
e5f63f6088 Prepare next development iteration.
See #528
2021-09-17 09:27:35 +02:00
Mark Paluch
cfe2ede161 Release version 2.5.5 (2021.0.5).
See #528
2021-09-17 09:18:31 +02:00
Mark Paluch
4787df1a87 Prepare 2.5.5 (2021.0.5).
See #528
2021-09-17 09:17:29 +02:00
Mark Paluch
b89ac6bf57 Upgrade to Maven Wrapper 3.8.2.
See #533
2021-09-10 15:39:32 +02:00
John Blum
2a42e9313c Change default Index type from HASH to FUNCTIONAL (Range).
Resolves gh-531.
2021-08-20 12:24:38 -07:00
John Blum
e8076d4453 Correct CQ example (and specfically, the CQ OQL query) in the reference documentation. 2021-08-19 21:06:22 -07:00
Jens Schauder
cb77408b8f After release cleanups.
See #521
2021-08-12 11:37:31 +02:00
Jens Schauder
9fa107e670 Prepare next development iteration.
See #521
2021-08-12 11:37:29 +02:00
Jens Schauder
88ffd32dbc Release version 2.5.4 (2021.0.4).
See #521
2021-08-12 11:22:50 +02:00
Jens Schauder
a0b0065ca2 Prepare 2.5.4 (2021.0.4).
See #521
2021-08-12 11:22:26 +02:00
John Blum
7a6b5e2966 Upgrade to Apache Geode 1.13.4.
Resolves gh-526.
2021-08-09 13:12:07 -07:00
Jens Schauder
f6862725cb After release cleanups.
See #514
2021-07-16 11:51:05 +02:00
Jens Schauder
2f4be58271 Prepare next development iteration.
See #514
2021-07-16 11:51:03 +02:00
Jens Schauder
eb2208b0cd Release version 2.5.3 (2021.0.3).
See #514
2021-07-16 11:35:22 +02:00
Jens Schauder
868f730b44 Prepare 2.5.3 (2021.0.3).
See #514
2021-07-16 11:34:27 +02:00
Jens Schauder
118671e7cb Updated changelog.
See #514
2021-07-16 11:34:23 +02:00
John Blum
d1a31df33c Apply eviction to caching-defined Regions using @EnableEviction annotation configuration.
Resolves gh-519.
2021-07-14 16:51:15 -07:00
John Blum
0d899b8753 Apply expiration to caching-defined Regions using @EnableExpiration annotation configuration.
Resolves gh-518.
2021-07-14 16:50:51 -07:00
John Blum
df41ee32ef Fix mock Region to mock RegionAttributes association.
Mock RegionAttributes should be a 'Singleton' object, however, Region.getAttributes() was returning a new (mock) RegionAttributes on every invocation.
2021-07-14 16:49:00 -07:00
John Blum
6145bdb077 Enable statistics for caching-defined Regions.
Resolves gh-518.
2021-07-14 16:48:52 -07:00
John Blum
5c199d2fbb Declare getter and setter for statisticsEnabled.
Set statisticsEnabled property for client and peer (server) Regions.

Resolves gh-518.
2021-07-14 16:48:45 -07:00
John Blum
288b85123d Add utility method that determines whether an array of objects are all non-null. 2021-07-14 16:48:36 -07:00
John Blum
49d0cea9b5 Refactor the ExpirationConfiguration class.
Apply Spring @NonNull and @Nullable annotations appropriately.

Cleanup compiler warnings.

Format source code.

Remove use of static import on ArrayUtils.nullSafeArray(..) method.
2021-07-14 16:48:23 -07:00
John Blum
53f3250bb6 Upgrade to Apache Geode 1.13.3.
Resolves gh-515.
2021-06-24 20:09:36 -07:00
Mark Paluch
be35be0e55 After release cleanups.
See #510
2021-06-22 16:05:22 +02:00
Mark Paluch
f86f4885ba Prepare next development iteration.
See #510
2021-06-22 16:05:19 +02:00
Mark Paluch
9423f42018 Release version 2.5.2 (2021.0.2).
See #510
2021-06-22 15:52:27 +02:00
Mark Paluch
8e0a9584c6 Prepare 2.5.2 (2021.0.2).
See #510
2021-06-22 15:51:38 +02:00
Mark Paluch
8a37d923c5 Updated changelog.
See #510
2021-06-22 15:51:30 +02:00
Mark Paluch
816458d929 Updated changelog.
See #509
2021-06-22 15:29:52 +02:00
John Blum
e9f9bc5b99 Fix bug in SimpleGemfireRepository.deleteAll running in a client/server topology with a server-side PARTITION Region.
Resolves gh-512.
2021-06-02 17:33:13 -07:00
John Blum
daefa9bf2e Upgrade to Apache Shiro 1.7.1.
Resolves gh-511.
2021-05-18 13:33:20 -07:00
Mark Paluch
f807ef5872 After release cleanups.
See #504
2021-05-14 12:34:20 +02:00
Mark Paluch
f91fa0c39f Prepare next development iteration.
See #504
2021-05-14 12:34:16 +02:00
Mark Paluch
163a2a852f Release version 2.5.1 (2021.0.1).
See #504
2021-05-14 12:23:55 +02:00
Mark Paluch
de8fac9d61 Prepare 2.5.1 (2021.0.1).
See #504
2021-05-14 12:23:21 +02:00