John Blum
f110354540
Refactor remaining SDG test classes to run on Java 16.
...
Resolves gh-497.
2021-07-20 10:01:10 -07:00
John Blum
1875deeafe
Remove use of the (protected) java.util.Calendar class in SDG causing problems when building/running with JDK/JRE 16.
...
Resolves gh-497.
2021-07-20 10:01:10 -07:00
John Blum
63454ba7ee
Set --add-opens JVM option for java.util classes (e.g. UUID) to workaround Apache Geode issues on Java 16.
...
Resolves gh-497.
2021-07-20 10:01:10 -07:00
John Blum
358c3c9e9e
Set the --add-opens JVM option for java.nio classes (e.g. DirectByteBuffer) to workaround Apache Geode issues on Java 16.
...
Configure Maven Toolchains Plugin and the Maven Surefire Plugin to use Maven Toolchains with JDK 16.
Resolves gh-497.
2021-07-20 10:01:10 -07:00
Jens Schauder
685b70e561
After release cleanups.
...
See #506
2021-07-16 14:19:58 +02:00
Jens Schauder
9d0c41f0cc
Prepare next development iteration.
...
See #506
2021-07-16 14:19:56 +02:00
Jens Schauder
4f18c68757
Release version 2.6 M1 (2021.1.0).
...
See #506
2021-07-16 14:09:25 +02:00
Jens Schauder
8fe2e940bf
Prepare 2.6 M1 (2021.1.0).
...
See #506
2021-07-16 14:08:59 +02:00
Jens Schauder
7f2ed1052b
Updated changelog.
...
See #506
2021-07-16 14:08:36 +02:00
Jens Schauder
3c3fc6b6d4
Updated changelog.
...
See #513
2021-07-16 10:48:18 +02:00
John Blum
999e52f50c
Apply eviction to caching-defined Regions using @EnableEviction annotation configuration.
...
Resolves gh-519.
2021-07-14 16:28:48 -07:00
John Blum
9d65677d1c
Apply expiration to caching-defined Regions using @EnableExpiration annotation configuration.
...
Resolves gh-518.
2021-07-14 15:42:15 -07:00
John Blum
d07cff9b65
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 15:42:10 -07:00
John Blum
9d50c44e1c
Enable statistics for caching-defined Regions.
...
Resolves gh-518.
2021-07-14 15:42:05 -07:00
John Blum
8e53d534ba
Declare getter and setter for statisticsEnabled.
...
Set statisticsEnabled property for client and peer (server) Regions.
Resolves gh-518.
2021-07-14 15:41:59 -07:00
John Blum
0723ddd285
Add utility method that determines whether an array of objects are all non-null.
2021-07-14 15:41:38 -07:00
John Blum
c0b929c001
Optimize imports.
2021-07-14 12:19:24 -07:00
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