Commit Graph

1589 Commits

Author SHA1 Message Date
John Blum
fddf2d896f DATAGEODE-313 - Add shell commands in Jenkinsfile to clean up GemFire generated artifacts (e.g. Logs, State files) between builds.
Not cleaning up this garbage leads to problems, such as:

12:12:40  Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locatorApplication' defined in org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration: Invocation of init method failed; nested exception is org.apache.geode.cache.DiskAccessException: For Region: DiskStore[cluster_config]: Unknown version ordinal 110 found when recovering Oplogs, caused by org.apache.geode.cache.UnsupportedVersionException: Peer or client version with ordinal 110 not supported. Highest known version is 1.10.0
2020-03-23 13:12:27 -07:00
John Blum
21c17577b3 DATAGEODE-313 - Remove 'security-auth-token-enabled-components' property declaration which is not present in Apache Geode 1.10.
This Apache Geode property was added in 1.11.
2020-03-23 10:50:35 -07:00
John Blum
53bfaf5cee DATAGEODE-313 - Downgrade (Neumann) to Apace Geode 1.10.0. 2020-03-23 10:43:21 -07:00
John Blum
43c3a4da78 DATAGEODE-311 - Allow Security configuration applied by Annotations to be used in LocatorApplications. 2020-03-19 13:49:44 -07:00
John Blum
e1ad232f79 DATAGEODE-310 - Use Environment accessible properties to enable/disable Apache Shiro and Authentication Auto-configuration. 2020-03-19 13:36:55 -07:00
John Blum
9a85b4e54a DATAGEODE-309 - Apply Spring bean ClassLoader to Thread context ClassLoader in LocatorApplications. 2020-03-19 13:25:48 -07:00
John Blum
f1e55f4b04 DATAGEODE-302 - Edit Javadoc.
Annotate TestPrincipal nested class with @SuppressWarnings('unused').

Format source code.
2020-03-19 13:13:58 -07:00
John Blum
cbdfc7508f DATAGEODE-298 - Remove uses of Apache Geode internal o.a.g.distribued.internal.DistributionConfig class properties.
Introduces new o.s.d.g.GemFireProperties class to model valid GemFire/Geode properties as defined in the User Guide (https://geode.apache.org/docs/guide/111/reference/topics/gemfire_properties.html).
2020-03-17 20:34:06 -07:00
John Blum
82aced9a24 DATAGEODE-308 - Add test for Repository data access on Region configured with CacheLoader. 2020-03-16 12:25:17 -07:00
Jens Schauder
0b66dbe69f DATAGEODE-301 - After release cleanups. 2020-03-11 09:57:42 +01:00
Jens Schauder
de724872ad DATAGEODE-301 - Prepare next development iteration. 2020-03-11 09:57:41 +01:00
Jens Schauder
0fee659a9f DATAGEODE-301 - Release version 2.3 M4 (Neumann). 2020-03-11 09:47:07 +01:00
Jens Schauder
e6ab444688 DATAGEODE-301 - Prepare 2.3 M4 (Neumann). 2020-03-11 09:46:29 +01:00
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