Jens Schauder
bd90cfb944
DATAGEODE-301 - Updated changelog.
2020-03-11 09:46:19 +01:00
John Blum
5d8aa16d07
DATAGEODE-306 - Adapt to non-lenient, strict stubbing for mocks introduced by Mockito 3.3.0.
2020-03-10 23:58:14 -07:00
John Blum
bba7f3446f
DATAGEODE-306 - Optimize imports.
...
Format source code in o.s.d.g.support.DeclarableSupport.
2020-03-10 22:35:33 -07:00
John Blum
513afaa3c9
DATAGEODE-295 - Polish.
...
Resolves gh-37.
2020-02-27 22:40:44 -08:00
Patrick Johnson
ae69760bf6
DATAGEODE-295 - Functions return results from all servers.
2020-02-27 22:40:38 -08:00
John Blum
bf8f610b6b
DATAGEODE-119 - Polish.
...
Resolves gh-35.
2020-02-27 22:40:32 -08:00
Patrick Johnson
22b5d13df0
DATAGEODE-119 - Check result type against function return type.
2020-02-27 22:40:26 -08:00
John Blum
248c0b90a4
DATAGEODE-302 - Optimize imports.
2020-02-27 22:40:17 -08:00
Mark Paluch
f82ffe18d1
DATAGEODE-290 - Updated changelog.
2020-02-26 11:55:05 +01:00
Mark Paluch
a0d0f00c13
DATAGEODE-289 - Updated changelog.
2020-02-26 11:31:48 +01:00
Mark Paluch
c76492ba67
DATAGEODE-293 - After release cleanups.
2020-02-12 15:04:22 +01:00
Mark Paluch
4c1a19c783
DATAGEODE-293 - Prepare next development iteration.
2020-02-12 15:04:21 +01:00
Mark Paluch
2abdbe8ab5
DATAGEODE-293 - Release version 2.3 M3 (Neumann).
2020-02-12 14:47:16 +01:00
Mark Paluch
2ac4017d80
DATAGEODE-293 - Prepare 2.3 M3 (Neumann).
2020-02-12 14:46:56 +01:00
Mark Paluch
d094b37520
DATAGEODE-293 - Updated changelog.
2020-02-12 14:46:52 +01:00
Udo Kohlmeyer
638eb972d8
DATAGEODE-273 - Update trusted.keystore to include new public/private key with "localhost" for self-signed certificates.
...
Resolves gh-31.
2020-01-18 13:26:29 -06:00
John Blum
3c1cfee161
DATAGEODE-273 - Enable SSL Endpoint Identification (set ssl-endpoint-identification-enabled to true) and add additional logic to test the SSL failures.
2020-01-18 13:26:23 -06:00
John Blum
589cf442c4
DATAGEODE-273 - Fix DiskStoreConfiguration, EnableDiskStores annotation maxOpLogsize attribute extraction, treating the long value as an int thereby causing a ClassCastException.
2020-01-18 13:26:13 -06:00
Greg Turnquist
f90df65010
DATAGEODE-273 - Run other tests on Jenkins.
2020-01-18 13:25:58 -06:00
Greg Turnquist
2d77f10a7b
DATAGEODE-273 - Ignore JSR 250 dependencies.
2020-01-18 13:25:46 -06:00
Greg Turnquist
9616e7d43d
DATAGEODE-273 - Enabling JDK 11+ builds.
2020-01-18 13:25:34 -06:00
John Blum
4139d17009
DATAGEODE-291 - Refactor the MappingPdxSerializerIntegrationTests to rely less on the internals of SD Commons.
...
Changed from using a mock PersistentEntity to creating an actual PersistentEntity instance based the Person.class and Address.class types by using the GemfireMappingContext.
2020-01-17 14:15:34 -08:00
Mark Paluch
7903b2bdc2
DATAGEODE-292 - After release cleanups.
2020-01-17 09:47:50 +01:00
Mark Paluch
9b7233bffd
DATAGEODE-292 - Prepare next development iteration.
2020-01-17 09:47:49 +01:00
Mark Paluch
8da433922f
DATAGEODE-292 - Release version 2.3 M2 (Neumann).
2020-01-17 09:39:03 +01:00
Mark Paluch
96a26366cd
DATAGEODE-292 - Prepare 2.3 M2 (Neumann).
2020-01-17 09:38:43 +01:00
Mark Paluch
b54ed8ba9c
DATAGEODE-292 - Updated changelog.
2020-01-17 09:38:36 +01:00
John Blum
3e45bf63a3
DATAGEODE-291 - Change uses of the deprecated org.springframework.data.convert.EntityInstantiator class to org.springframework.data.mapping.model.EntityInstantiator.
...
Change uses of the deprecated org.springframework.data.convert.EntityInstantiators class to org.springframework.data.mapping.model.EntityInstantiators.
2020-01-16 16:26:01 -08:00
John Blum
11058afd8f
DATAGEODE-291 - Refactor MappingPdxSerializer Unit and Integration Tests for resolving the EntityInstantiator.
2020-01-16 11:12:25 -08:00
Mark Paluch
cf668932da
DATAGEODE-235 - After release cleanups.
2020-01-16 16:11:55 +01:00
Mark Paluch
66f754a439
DATAGEODE-235 - Prepare next development iteration.
2020-01-16 16:11:54 +01:00
Mark Paluch
ef32c84d5a
DATAGEODE-235 - Release version 2.3 M1 (Neumann).
2020-01-16 16:05:23 +01:00
Mark Paluch
585660e5cf
DATAGEODE-235 - Prepare 2.3 M1 (Neumann).
2020-01-16 16:05:03 +01:00
Mark Paluch
017e54ee99
DATAGEODE-235 - Updated changelog.
2020-01-16 16:05:00 +01:00
Oliver Drotbohm
a395950033
DATAGEODE-291 - Avoid test cases that test Spring Data Commons' internals.
2020-01-16 15:28:12 +01:00
Mark Paluch
bfbe93063c
DATAGEODE-279 - Updated changelog.
2020-01-15 12:51:14 +01:00
Mark Paluch
1a201b9b8f
DATAGEODE-278 - Updated changelog.
2020-01-15 10:36:36 +01:00
John Blum
0d59bf9c4d
DATAGEODE-288 - Upgrade to Pivotal GemFire 9.9.1.
2020-01-14 19:33:25 -08:00
Mark Paluch
f7567b8feb
DATAGEODE-287 - Update copyright year to 2020.
2020-01-14 17:55:35 -08:00
John Blum
6d854e3118
DATAGEODE-277 - Fix test failures in JSON Region auto-proxying support.
2020-01-06 13:51:24 -08:00
John Blum
b91dcb23dc
DATAGEODE-277 - Reduce usage of Apache Geode internal APIs.
...
This also avoids the compiler issue requiring compile-time dependencies on 'geode-logging' and 'geode-serialization'.
2020-01-06 13:51:02 -08:00
John Blum
99d2d47d2a
DATAGEODE-286 - Upgrade to Apache Geode 1.11.
2020-01-06 13:44:11 -08:00
John Blum
be37ee199b
DATAGEODE-283 - Polish.
...
Resolves gh-32.
2019-12-13 12:35:14 -08:00
Jacob Barrett
ebac373709
DATAGEODE-283 - Parse standard "host:port" format.
...
Resolves gh-32.
Adds support for standard "host:port" format when parsing
ConnectionEndpoints while preserving "host[port]" support.
2019-12-13 12:35:08 -08:00
John Blum
c093c9ad49
DATAGEODE-282 - Refactor PoolFactoryBean to use PoolResolver.
2019-12-13 12:06:56 -08:00
John Blum
c37ae270a4
DATAGEODE-280 - Refactor ContinuousQueryListenerContainer to use PoolResolver.
2019-12-12 17:40:47 -08:00
John Blum
8fca2fa9ac
DATAGEODE-281 - Introduce a PoolResolver strategy interface to resolve Pool instances and provide a layer of indirection between SDG and Apache Geode's static PoolManager class.
2019-12-05 15:57:27 -08:00
Jens Schauder
b5a39198b7
DATAGEODE-275 - Updated changelog.
2019-12-04 14:32:47 +01:00
Jens Schauder
f3a8bdf7ed
DATAGEODE-274 - Updated changelog.
2019-12-04 12:09:48 +01:00
John Blum
423676e0af
DATAGEODE-276 - Add additional tests covering error handling in the Cache Abstraction with Apache Geode as the caching provider.
2019-11-22 09:41:30 -08:00