John Blum
7146e89fb2
Rename RepositoryClientRegionIntegrationTests to ClientRegionNamespaceRepositoryIntegrationTests.
2021-02-16 16:11:28 -08:00
John Blum
e181295dc2
Refactor the IncompatibleRegionKeyRepositoryIdAndEntityIdRepositoryIntegrationTests class.
2021-02-16 15:58:11 -08:00
John Blum
b5cfed28f4
Rename GemfireRepositoryConfigurationExtensionTest to GemfireRepositoryConfigurationExtensionUnitTests.
...
Change access modifier on test helper methods to private.
Cleanup compiler warnings.
2021-02-16 15:48:53 -08:00
John Blum
815cab0f1d
Rename GemfireRepositoriesRegistrarIntegrationTest to GemfireRepositoriesRegistrarIntegrationTests.
...
Enable GemFire Mock Objects.
2021-02-16 15:48:03 -08:00
John Blum
421c963809
Move the OqlKeywordUnitTests class to the 'org.springframework.data.gemfire.repository.query.support' package.
2021-02-16 15:24:43 -08:00
John Blum
da819378b5
Refactor GemFireRepositoryFactoryInformationIntegraionTests.
...
Replace JUnit Hamcrest Assertions with AssertJ.
Simplify test configuration to use SDG Annotations.
Enable GemFire Mock Objects.
2021-02-16 12:51:48 -08:00
John Blum
ef84134eb5
Add tests to assert and verify that Spring's Transaction Management Infrastructure combined with SDG's GemfireTransactionManager properly commits/rollsback in the context of concurrent client transactions.
...
Resolves gh-481.
2021-02-04 09:16:55 -08:00
Mark Paluch
efd0f0933a
Filter spring-issuemaster comments from feedback provided reassignment.
...
See #46
2021-01-20 14:50:36 +01:00
Mark Paluch
a83b569141
Filter spring-issuemaster comments from feedback provided reassignment.
...
See #46
2021-01-14 11:06:36 +01:00
Christoph Strobl
1bbc972a8a
After release cleanups.
...
See #393
2021-01-13 15:47:00 +01:00
Christoph Strobl
0d5beaeac8
Prepare next development iteration.
...
See #393
2021-01-13 15:46:58 +01:00
Christoph Strobl
34f0ef99d3
Release version 2.5 M2 (2021.0.0).
...
See #393
2021-01-13 15:34:04 +01:00
Christoph Strobl
bd1916ea04
Prepare 2.5 M2 (2021.0.0).
...
See #393
2021-01-13 15:33:34 +01:00
Christoph Strobl
388d74a7a2
Updated changelog.
...
See #393
2021-01-13 15:33:26 +01:00
Christoph Strobl
20e01a48ec
Updated changelog.
...
See #437
2021-01-13 15:16:18 +01:00
Mark Paluch
18af1081c9
Update copyright year to 2021.
...
Closes #477
2021-01-12 11:39:51 +01:00
Mark Paluch
e955c3a9be
#46 - Add GitHub actions for issue management.
2020-12-31 12:34:08 +01:00
Greg L. Turnquist
b46195d6e6
DATAGEODE-390 - Polishing.
2020-12-14 16:09:13 -06:00
Greg L. Turnquist
40a2bbabd6
DATAGEODE-390 - Polishing.
2020-12-14 14:30:56 -06:00
Greg L. Turnquist
c2acba5e5f
DATAGEODE-390 - Use Docker hub credentials for all CI jobs.
2020-12-14 14:27:33 -06:00
John Blum
cce30cb362
DATAGEODE-395 - Prepare XML schemas for Pascal/2.5.
2020-12-10 13:26:55 -08:00
Mark Paluch
eb12715cf0
DATAGEODE-386 - Updated changelog.
2020-12-09 16:47:38 +01:00
Mark Paluch
88303e7f11
DATAGEODE-382 - After release cleanups.
2020-12-09 15:32:19 +01:00
Mark Paluch
1a4b61441e
DATAGEODE-382 - Prepare next development iteration.
2020-12-09 15:32:15 +01:00
Mark Paluch
4aa0ca04ee
DATAGEODE-382 - Release version 2.5 M1 (2021.0.0).
2020-12-09 15:21:55 +01:00
Mark Paluch
c7c1dd100e
DATAGEODE-382 - Prepare 2.5 M1 (2021.0.0).
2020-12-09 15:21:28 +01:00
Mark Paluch
6501ae2b86
DATAGEODE-382 - Updated changelog.
2020-12-09 15:21:25 +01:00
Mark Paluch
01c4f2fce5
DATAGEODE-380 - Updated changelog.
2020-12-09 12:42:22 +01:00
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