Commit Graph

1838 Commits

Author SHA1 Message Date
John Blum
08c72901a3 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 12:10:45 -07:00
John Blum
b2e38904bb Refactor the ClientCacheFactoryBean class.
Apply Spring @NonNull and @Nullable annotations appropriately.

Remove static import on java.util.stream.StreamSupport.
2021-07-14 12:03:57 -07:00
John Blum
e23540822f Fix Javadoc URL references to Spring and Apache Geode documentation. 2021-07-01 09:35:40 -07:00
John Blum
912c79f65f Upgrade to Apache Geode 1.13.3.
Resolves gh-515.
2021-06-24 19:24:21 -07:00
Mark Paluch
ddf738b46e Updated changelog.
See #510
2021-06-22 16:07:25 +02:00
Mark Paluch
48d3fcadc8 Updated changelog.
See #509
2021-06-22 15:29:50 +02:00
John Blum
9850cf6858 Add Javadoc to the GemFireProperties enumeration. 2021-06-07 12:52:40 -07:00
John Blum
3683021f52 Apply Spring @NonNull and @Nullable annotations to the API. 2021-06-07 12:31:26 -07:00
John Blum
73f4306f89 Fix bug in SimpleGemfireRepository.deleteAll running in a client/server topology with a server-side PARTITION Region.
Resolves gh-512.
2021-06-02 17:30:03 -07:00
John Blum
62d4ce6ebd Upgrade to Apache Shiro 1.7.1.
Resolves gh-511.
2021-05-18 13:00:54 -07:00
Mark Paluch
9971e72201 Updated changelog.
See #504
2021-05-14 12:36:34 +02:00
Mark Paluch
a35bff8848 Updated changelog.
See #503
2021-05-14 12:06:37 +02:00
Greg L. Turnquist
ad108ed28b Update CI to JDK 16.
See #497.
2021-05-13 15:44:37 -05:00
Greg L. Turnquist
fb552578c8 Authenticate with artifactory.
See #500.
2021-04-20 15:35:39 -05:00
John Blum
cb25bba9dd Create SDG XML Schemas (XSD) for 2.6. 2021-04-15 14:19:56 -07:00
John Blum
abc561088e Annotate API with Spring's @NonNull & @Nullable annotations appropriately. 2021-04-15 13:53:08 -07:00
John Blum
ba9c974fcc Fix spelling error in 'distributeSystemSupplier' local variable name. 2021-04-15 13:46:50 -07:00
John Blum
02e68e62e4 Fix Javadoc syntax. 2021-04-15 13:43:00 -07:00
John Blum
ba2e73e70c Refactor framework infrastructure classes. 2021-04-15 13:33:13 -07:00
Greg L. Turnquist
1d1270f8a9 Migrate to main branch.
See #500.
2021-04-15 13:18:51 -05:00
Mark Paluch
780e8eb555 After release cleanups.
See #500
2021-04-14 14:30:14 +02:00
Mark Paluch
cbe497d5a6 Prepare next development iteration.
See #500
2021-04-14 14:30:11 +02:00
Mark Paluch
7d26ec5335 Release version 2.5 GA (2021.0.0).
See #500
2021-04-14 14:18:47 +02:00
Mark Paluch
cf91f76838 Prepare 2.5 GA (2021.0.0).
See #500
2021-04-14 14:18:21 +02:00
Mark Paluch
0bf0deac87 Updated changelog.
See #500
2021-04-14 14:18:12 +02:00
Mark Paluch
cd77221fb5 Updated changelog.
See #501
2021-04-14 11:43:30 +02:00
Mark Paluch
1a3402f22b Updated changelog.
See #495
2021-04-14 11:17:38 +02:00
Mark Paluch
70c19f8ae5 Updated changelog.
See #496
2021-03-31 18:30:43 +02:00
Mark Paluch
c8ca7e9502 After release cleanups.
See #488
2021-03-31 17:24:05 +02:00
Mark Paluch
b047119e80 Prepare next development iteration.
See #488
2021-03-31 17:24:03 +02:00
Mark Paluch
2e79ddef20 Release version 2.5 RC1 (2021.0.0).
See #488
2021-03-31 17:05:07 +02:00
Mark Paluch
7dc814020b Prepare 2.5 RC1 (2021.0.0).
See #488
2021-03-31 17:04:34 +02:00
Mark Paluch
fab47c5d57 Updated changelog.
See #488
2021-03-31 17:04:25 +02:00
John Blum
d48c75a587 Upgrade to Apache Geode 1.13.2.
Resolves gh-499.
2021-03-30 00:47:34 -07:00
Mark Paluch
452a404bb1 After release cleanups.
See #494
2021-03-17 11:30:30 +01:00
Mark Paluch
2326e492e4 Prepare next development iteration.
See #494
2021-03-17 11:30:28 +01:00
Mark Paluch
f1c1a3da2d Release version 2.5 M5 (2021.0.0).
See #494
2021-03-17 11:17:49 +01:00
Mark Paluch
588516e3ec Prepare 2.5 M5 (2021.0.0).
See #494
2021-03-17 11:17:26 +01:00
Mark Paluch
63a4f7fc79 Updated changelog.
See #494
2021-03-17 11:17:15 +01:00
Mark Paluch
af0af20e0b Updated changelog.
See #490
2021-03-17 11:03:38 +01:00
Mark Paluch
aed9f4468a Updated changelog.
See #486
2021-03-17 10:35:11 +01:00
Patrick Johnson
b6af3c956d Fix test issues and conditionally extract results when executing on single member.
Resolves gh-37.
2021-03-16 14:11:37 -07:00
John Blum
d899d3fa0a Polish for enabling Function Executions to return results from all servers.
Resolves gh-37.
2021-03-16 14:03:22 -07:00
Patrick Johnson
bfe0a6c93d Enable Function Executions to return results from all servers.
Refer to DATAGEODE-295.

Resolves gh-37.
2021-03-16 13:42:32 -07:00
John Blum
692ac677ae Apply additional polish to the cache FactoryBean class hierarchy.
Edit Javadoc.

Resolves gh-493.
2021-03-15 14:09:50 -07:00
John Blum
3ef8f81c9f Create the new AbstractConfigurableCacheFactoryBean class.
The intent of this abstract class is to encapsulate externalized configuration metadata applied to the cache such as Apache Geode native cache.xml as well as gemfire.properties.

This abstract class also handles any additional component configuration related to external configuration metadata handling, such as configuration applied and processed by the GemfireBeanFactoryLocator.

Resolves gh-493.
2021-03-15 12:27:47 -07:00
John Blum
3ea574fb19 Fix failing tests.
Polish.

Resolves gh-493.
2021-03-15 12:25:46 -07:00
John Blum
73fbd9b721 Move PDX configuration to the AbstractBasicCacheFactoryBean class.
Resolves gh-493.
2021-03-15 12:25:46 -07:00
John Blum
771671ade5 Create the new AbstractResolvableCacheFactoryBean class.
Refactor the org.springramework.data.gemfire.CacheFactoryBean class to extend AbstractResolvableCacheFactoryBean.

Resolves gh-493.
2021-03-15 12:25:38 -07:00
John Blum
14bc839bdb Add getOptionalCache():Optional<GemFireCache> method.
Refactor the CacheFactoryInitializer @FunctionalInterface interface to extend java.util.function.Function.

Edit Javadoc.

Apply Spring's @NonNull and @Nullable annotations to the API.

Resolves gh-493.
2021-03-10 12:12:50 -08:00