Mark Paluch
e0dcc6ef3c
DATAGEODE-381 - Updated changelog.
2020-11-11 11:58:20 +01:00
Mark Paluch
0907fb933e
DATAGEODE-375 - Enable maintenance branch build.
2020-10-29 09:40:39 +01:00
Mark Paluch
2843c7e240
DATAGEODE-375 - After release cleanups.
2020-10-28 16:10:54 +01:00
Mark Paluch
84ac4040d0
DATAGEODE-375 - Prepare next development iteration.
2020-10-28 16:10:50 +01:00
Mark Paluch
d4dc1b3c0e
DATAGEODE-375 - Release version 2.4 GA (2020.0.0).
2020-10-28 15:46:54 +01:00
Mark Paluch
9759944757
DATAGEODE-375 - Prepare 2.4 GA (2020.0.0).
2020-10-28 15:46:31 +01:00
Mark Paluch
462fe8a5c6
DATAGEODE-375 - Updated changelog.
2020-10-28 15:46:14 +01:00
Mark Paluch
da6b2f18e9
DATAGEODE-370 - Updated changelog.
2020-10-28 15:03:01 +01:00
Mark Paluch
b805c035e8
DATAGEODE-369 - Updated changelog.
2020-10-28 12:15:04 +01:00
Mark Paluch
79f14d88ea
DATAGEODE-377 - Updated changelog.
2020-10-28 11:32:27 +01:00
John Blum
ea8339c50a
DATAGEODE-302 - Edit chapter on Function Annotations.
2020-10-27 22:06:06 -07:00
Greg L. Turnquist
31ef5727c0
DATAGEODE-372 - Test latest against JDK 15.
2020-10-26 12:57:48 -05:00
Christoph Strobl
6b695300ca
DATAGEODE-371 - After release cleanups.
2020-10-14 14:48:47 +02:00
Christoph Strobl
7feef26dd0
DATAGEODE-371 - Prepare next development iteration.
2020-10-14 14:48:45 +02:00
Christoph Strobl
107f97eeca
DATAGEODE-371 - Release version 2.4 RC2 (2020.0.0).
2020-10-14 14:28:55 +02:00
Christoph Strobl
aa03e0a65f
DATAGEODE-371 - Prepare 2.4 RC2 (2020.0.0).
2020-10-14 14:27:37 +02:00
Christoph Strobl
d5e060ff56
DATAGEODE-371 - Updated changelog.
2020-10-14 14:27:32 +02:00
John Blum
35e841722e
DATAGEODE-263 - Add Paging framework and infrastructure supporting classes.
2020-10-14 00:36:04 -07:00
John Blum
33412d54c5
DATAGEODE-302 - Add TODO to move GemfireEntityInformation to a more appropriate package.
2020-10-09 15:15:44 -07:00
John Blum
9c4a2b18ec
DATAGEODE-263 - Add support for PagingAndSortingRepositories.
2020-10-07 12:18:08 -07:00
John Blum
23633141fc
DATAGEODE-306 - Re-implement resolveGemfireMappingContext() in terms of SpringUtils.requireObject(..).
2020-09-24 12:05:58 -07:00
John Blum
18d73052ef
DATAGEODE-306 - Add requireObject(..) methods to SpringUtils.
...
Adds requireObject(obj:T, message:String) and requireObject(:Supplier<T>, message:String) to SpringUtils to assert that an Object reference is not null, returning the Object if not null or throwing an IllegalStateException if the Object reference is null.
2020-09-24 12:04:42 -07:00
John Blum
48735b2711
DATAGEODE-306 - Refactor logic in Repository classes.
2020-09-24 11:43:41 -07:00
John Blum
b751f99524
DATAGEODE-306 - Edit Javadoc in Repository classes.
2020-09-23 14:58:10 -07:00
John Blum
11816674c1
DATAGEODE-373 - Adapt to API changes in QueryMethod from Spring Data Commons.
2020-09-23 00:07:05 -07:00
John Blum
bebe1fb756
DATAGEODE-306 - Edit Javadoc on the GemfireRepository interface.
2020-09-22 13:02:41 -07:00
John Blum
a294da744e
DATAGEODE-306 - Edit Javadoc on the GemfireTemplate class.
2020-09-22 13:02:41 -07:00
John Blum
dd3f15a8e2
DATAGEODE-306 - Remove unnecessary declaration of the @SuppressWarnings('all') annotation on the 'nullRegionIsNotLocal()' test case method.
2020-09-22 12:22:37 -07:00
Greg L. Turnquist
1f5b0690a2
DATAGEODE-372 - Only test other versions for local changes on main branch.
2020-09-18 11:07:05 -05:00
Mark Paluch
b8c4372917
DATAGEODE-362 - After release cleanups.
2020-09-16 14:05:28 +02:00
Mark Paluch
778db54278
DATAGEODE-362 - Prepare next development iteration.
2020-09-16 14:05:24 +02:00
Mark Paluch
634a1cf82b
DATAGEODE-362 - Release version 2.4 RC1 (2020.0.0).
2020-09-16 13:57:41 +02:00
Mark Paluch
cbedc070d7
DATAGEODE-362 - Prepare 2.4 RC1 (2020.0.0).
2020-09-16 13:57:08 +02:00
Mark Paluch
4291956ae7
DATAGEODE-362 - Updated changelog.
2020-09-16 13:56:55 +02:00
Mark Paluch
e44878b453
DATAGEODE-363 - Updated changelog.
2020-09-16 12:16:29 +02:00
Mark Paluch
5994687211
DATAGEODE-358 - Updated changelog.
2020-09-16 11:20:07 +02:00
Mark Paluch
737a5e93c2
DATAGEODE-357 - Updated changelog.
2020-09-16 10:38:57 +02:00
John Blum
8a6981fc12
DATAGEODE-368 - Add API to attach additional AsyncEventQueues and GatewaySenders to peer Regions.
2020-09-14 13:39:37 -07:00
John Blum
eccf60c737
DATAGEODE-367 - Expose EntityInformation and the GemfireTemplate on SimpleGemfireRepository.
2020-09-11 13:03:13 -07:00
John Blum
f531ab6d53
DATAGEODE-306 - Add overloaded safeDoOperation(:VoidReturningThrowableOperation, backupOperation:Runnable) method.
...
Redefine doSafeOperation(:VoidReturningThrowableOperation) in terms of the overloaded method.
2020-09-11 12:56:43 -07:00
John Blum
cf189c94fd
DATAGEODE-322 - Add XML Schemas (XML Namespaces) for SDG 2.4.
2020-09-10 12:52:23 -07:00
John Blum
f7b9e70822
DATAGEODE-322 - Fix test failures.
2020-09-10 12:46:30 -07:00
John Blum
64a698aa44
DATAGEODE-322 - Correct Maven POM 'name' configuration.
2020-09-10 12:33:01 -07:00
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