Commit Graph

1742 Commits

Author SHA1 Message Date
Mark Paluch
1cce77904f DATAGEODE-379 - Updated changelog. 2020-12-09 09:59:08 +01:00
John Blum
9541eb9223 DATAGEODE-387 - Re-implement SimpleGemfireRepository.deleteAllById(:Iterable<ID>) in terms of GemfireTemplate.removeAll(:Collection<KEY>) and ultimately Region.removeAll(:Collection<KEY>). 2020-11-30 16:27:18 -08:00
John Blum
6f9108474b DATAGEODE-387 - Implement removeAll(:Collection<KEY) method in GemfireTemplate class. 2020-11-30 16:27:29 -08:00
John Blum
3ae7f4f028 DATAGEODE-387 - Add removeAll(:Collection<KEY>) method to GemfireOperations interface.
Provide default implementation of getAll(..), putAll(..) and removeAll(..) in the GemfireOperations interface.

Edit Javadoc.

Add Unit Tests for the GemfireOperations interface, default methods.
2020-11-30 16:27:18 -08:00
Mark Paluch
8666c68efe DATAGEODE-387 - Polishing.
Reorder methods according to interface order. Revert import ordering changes.

Original pull request: #45.
2020-11-25 13:49:40 +01:00
Jens Schauder
cff758103a DATAGEODE-387 - Implement CrudRepository.delete(Iterable<ID> ids).
Original pull request: #45.
2020-11-25 13:49:35 +01:00
John Blum
9b109b5c13 DATAGEODE-389 - Upgrade to Apache Geode 1.13.1. 2020-11-18 11:37:46 -08:00
Mark Paluch
c10e5e8656 DATAGEODE-381 - Updated changelog. 2020-11-11 12:34:36 +01:00
John Blum
1a943c7046 DATAGEODE-302 - Add test case asserting the expected behavior of MappingPdxSerializer when serializing complex types including BigDecimal and BigInteger properties to PDX. 2020-11-04 12:33:21 -08:00
Mark Paluch
5a6a8c384d DATAGEODE-375 - After release cleanups. 2020-10-28 16:10:23 +01:00
Mark Paluch
28d46e7e0e DATAGEODE-375 - Prepare next development iteration. 2020-10-28 16:10:20 +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