John Blum
f088aeb5dd
DATAGEODE-322 - Remove spring-data-gemfire module.
...
Since VMware is not longer releasing standalong VMware Tanzue GemFire versions based on Apache Geode after GemFire 9.10.x/Geode 1.12.0, then it is not feasible to ship a spring-data-gemfire artifact based on the SDG codebase as the Apache Geode project/product evolves. VMware Tanzu (Pivotal) GemFire 9.10.x will be the last version released/shipped by VMware and is based on Apache Geode 1.12.0.
2020-09-10 12:30:04 -07:00
John Blum
38c74f5300
DATAGEODE-327 - Support configuring (client) SocketFactory, primarily for SNI support.
2020-09-10 12:22:44 -07:00
John Blum
51c9a232cc
DATAGEODE-322 - Adapt to RestoreRedundanyResults moving from 'org.apache.geode.cache.control' to 'org.apache.geode.management.runtime' in Apache Geode 1.13.0.
...
Resolves DATAGEODE-353 - Fix package name change for class RestoreRedundancyResults.
2020-09-10 12:21:19 -07:00
John Blum
685f953fe7
DATAGEODE-322 - Adapt to ResourceManager API changes in Apach Geode 1.13.0.
2020-09-10 12:21:11 -07:00
John Blum
ce1a3c6b22
DATAGEODE-322 - Adapt to Pool API changes in Apache Geode 1.13.0.
2020-09-10 12:20:58 -07:00
John Blum
5c38f1b27c
DATAGEODE-322 - Add 'org.apache.geode:geode-gfsh' as a 'provided' dependency.
...
'geode-gfsh' is required by SDG's administrative configuration functions since this JAR now packages the required classes (e.g. package org.apache.geode.management.internal.cli.functions).
2020-09-10 12:20:42 -07:00
John Blum
0e9b6402a2
DATAGEODE-322 - Upgrade to Apache Geode 1.13.0.
2020-09-10 12:19:58 -07:00
John Blum
4421f3f243
DATAGEODE-306 - Edit Javadoc.
2020-09-09 12:15:33 -07:00
John Blum
f12fb92b99
DATAGEODE-306 - Resolve ambigiuous AssertJ assertions when passed a generic array.
...
Format source code.
Edit Javadoc.
Cleanup all source code warnings.
2020-09-09 12:11:23 -07:00
John Blum
cb5e4561c1
DATAGEODE-306 - Refactor MappingPdxSerializer.
...
Annotate API with Spring @NonNull and @Nullable annotations.
Edit and add Javadoc.
Format source code.
Optimize imports.
Remove unnecessary uses of java.util.Optional.
Rename (local) variables.
2020-09-08 16:05:25 -07:00
John Blum
b6ca54ed7b
DATAGEODE-306 - Fix leveloffset declaration for 'Configuring WAN Gateway' section in 'Bootstrapping Apache Geode with the Spring Container' chapter.
2020-08-31 15:20:08 -07:00
John Blum
9cadcda88d
DATAGEODE-364 - Refactor SimpleGemfireRepository.count() to be resilient when no results exist.
2020-08-28 15:44:11 -07:00
Mark Paluch
f72817a551
DATAGEODE-359 - Updated changelog.
2020-08-12 13:25:46 +02:00
Mark Paluch
ae618dc547
DATAGEODE-354 - After release cleanups.
2020-08-12 12:00:22 +02:00
Mark Paluch
0c026dcc6b
DATAGEODE-354 - Prepare next development iteration.
2020-08-12 12:00:19 +02:00
Mark Paluch
8f4d3d5645
DATAGEODE-354 - Release version 2.4 M2 (2020.0.0).
2020-08-12 11:52:05 +02:00
Mark Paluch
620331ac23
DATAGEODE-354 - Prepare 2.4 M2 (2020.0.0).
2020-08-12 11:51:40 +02:00
Mark Paluch
04533212ec
DATAGEODE-354 - Updated changelog.
2020-08-12 11:51:24 +02:00
Mark Paluch
f460680701
DATAGEODE-345 - Fix link to code of conduct.
2020-07-28 15:41:49 +02:00
Mark Paluch
c5406d4260
DATAGEODE-350 - Updated changelog.
2020-07-22 10:37:56 +02:00
Mark Paluch
ea70f36611
DATAGEODE-349 - Updated changelog.
2020-07-22 10:08:43 +02:00
Mark Paluch
1ac656e2b0
DATAGEODE-346 - Updated changelog.
2020-07-22 09:44:28 +02:00
John Blum
a0fe10c12c
DATAGEODE-356 - Upgrade to VMware GemFire 9.10.2.
2020-07-20 11:12:22 -07:00
Mark Paluch
37b2a7d38f
DATAGEODE-339 - After release cleanups.
2020-06-25 11:58:22 +02:00
Mark Paluch
ce5c41b5f7
DATAGEODE-339 - Prepare next development iteration.
2020-06-25 11:58:19 +02:00
Mark Paluch
5897a08b26
DATAGEODE-339 - Release version 2.4 M1 (2020.0.0).
2020-06-25 11:48:49 +02:00
Mark Paluch
6ebb6fb9dc
DATAGEODE-339 - Prepare 2.4 M1 (2020.0.0).
2020-06-25 11:48:19 +02:00
Mark Paluch
d0a5717cef
DATAGEODE-339 - Updated changelog.
2020-06-25 11:48:08 +02:00
John Blum
b0a05e8ed2
DATAGEODE-341 - Delombok production source files.
2020-06-22 17:27:31 -07:00
John Blum
41a0521891
DATAGEODE-352 - Add EnableEntityDefinedRegions Integration Test using a Regular Expression (REGEX) TypeFilter.
...
Edit Javadoc.
2020-06-22 13:45:00 -07:00
John Blum
7382b5f7c1
DATAGEODE-302 - Refactor of(:TypeFilter) factory method to not double wrap a CompositeTypeFilter.
2020-06-22 13:44:53 -07:00
John Blum
495dd23949
DATAGEODE-352 - EnableEntityDefinedRegions.includeFilters are inappropriately overridden by framework provided include filters.
2020-06-22 13:44:48 -07:00
John Blum
e465df835d
DATAGEODE-302 - Introduce CompositeTypeFilter @FunctionalInterface extending Spring's o.s.core.type.filter.TypeFilter interface.
...
The SDG CompositeTypeFilter uses the Composite Software Design Pattern to compose multiple TypeFilters as a single, uniform instance of TypeFilter.
2020-06-22 13:44:42 -07:00
Mark Paluch
a0720910bb
DATAGEODE-338 - Updated changelog.
2020-06-10 14:30:55 +02:00
Mark Paluch
a0570b1536
DATAGEODE-333 - Updated changelog.
2020-06-10 12:29:55 +02:00
Mark Paluch
0b665ab424
DATAGEODE-332 - Updated changelog.
2020-06-10 11:43:49 +02:00
Mark Paluch
9f7c59e7e0
DATAGEODE-345 - Use standard Spring code of conduct.
...
Using https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md .
2020-06-09 16:07:06 +02:00
Mark Paluch
7a31b1b7d5
DATAGEODE-334 - After release cleanups.
2020-05-12 12:40:30 +02:00
Mark Paluch
6cd181c1da
DATAGEODE-334 - Prepare next development iteration.
2020-05-12 12:40:28 +02:00
Mark Paluch
745e134265
DATAGEODE-334 - Release version 2.3 GA (Neumann).
2020-05-12 12:28:23 +02:00
Mark Paluch
a15c59ef3f
DATAGEODE-334 - Prepare 2.3 GA (Neumann).
2020-05-12 12:27:59 +02:00
Mark Paluch
fd788c3ad8
DATAGEODE-334 - Updated changelog.
2020-05-12 12:27:50 +02:00
John Blum
6b3535c514
DATAGEODE-335 - Add @ClientCacheApplication and @EnablePool annotation attribute and property support for socketConnectTimeout.
2020-04-30 14:23:16 -07:00
Mark Paluch
a0a96beeee
DATAGEODE-321 - After release cleanups.
2020-04-28 15:11:43 +02:00
Mark Paluch
2b864d4cc1
DATAGEODE-321 - Prepare next development iteration.
2020-04-28 15:11:42 +02:00
Mark Paluch
93293f679c
DATAGEODE-321 - Release version 2.3 RC2 (Neumann).
2020-04-28 15:03:53 +02:00
Mark Paluch
20d0dc7444
DATAGEODE-321 - Prepare 2.3 RC2 (Neumann).
2020-04-28 15:03:33 +02:00
Mark Paluch
1b0c93f7d2
DATAGEODE-321 - Updated changelog.
2020-04-28 15:03:23 +02:00
Mark Paluch
1d40b25a68
DATAGEODE-316 - Updated changelog.
2020-04-28 14:46:50 +02:00
Mark Paluch
30c018fdb0
DATAGEODE-304 - Updated changelog.
2020-04-28 11:59:01 +02:00