Commit Graph

1534 Commits

Author SHA1 Message Date
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
Mark Paluch
804d1d6e33 DATAGEODE-260 - Updated changelog. 2019-11-18 12:43:26 +01:00
Mark Paluch
5fa03a43b1 DATAGEODE-259 - Updated changelog. 2019-11-18 12:16:27 +01:00
John Blum
be3dcbcace DATAGEODE-238 - Apply additional polish.
Resolves gh-30.
2019-11-15 17:05:34 -08:00
Mark Paluch
df27c8fece DATAGEODE-238 - Polish.
Update parent pom description for a proper Javadoc aggregator project name.

Remove custom asciidoctor configuration in favor of the distribution profile.

Move dependencies to spring-data-geode module.

Exclude BACKUP* and newDB from git.
2019-11-15 17:05:34 -08:00
John Blum
41abaee6bf DATAGEODE-238 - Correct HTTP URLs resolving the Maven POM Schema/XSD; Switch to HTTPS. 2019-11-14 17:39:52 -08:00
John Blum
896d8850d1 DATAGEODE-238 - Add project URLs. 2019-11-14 00:15:33 -08:00
John Blum
b4cef0726a DATAGEODE-238 - Create spring-data-geode-distribution module.
Add organization details to pom.xml.

Move Asciidoc and Assembly Maven build plugins from pom.xml to spring-data-geode-distribution/pom.xml.

Move Asciidoc from spring-data-geode/src/main/asciidoc to src/main/asciidoc.
2019-11-14 00:15:32 -08:00
John Blum
aeb8e77264 DATAGEODE-238 - Create module for Spring Data GemFire.
Create spring-data-gemfire module.

Create spring-data-geode module.

Modularize the SDG project and convert pom.xml into a parent POM.

Move all source files to spring-data-geode/src.
2019-11-14 00:15:32 -08:00
John Blum
1d0753323e DATAGEODE-211 - Add warning in the 'Configuring the Embedded Redis Server' documentation explaining to users that the 'org.apache.geode:geode-redis' module must be explicitly declared on the Spring [Boot] application classpath when usign the @EnableRedisServer annotation. 2019-11-13 23:19:23 -08:00
John Blum
4bb6e50f9a DATAGEODE-272 - Add documentation for auto transaction event publishing. 2019-11-12 18:25:41 -08:00
John Blum
a45fefbcfc DATAGEODE-272 - Write Unit Tests for transaction event handler framework code. 2019-11-12 17:02:49 -08:00
John Blum
2f558d4c95 DATAGEODE-272 - Adapt TransactionListener to enable auto transaction event publishing in the Spring ApplicationContext. 2019-11-12 16:09:41 -08:00
John Blum
feed0a3b0d DATAGEODE-152 - Fix Javadoc HTTP URL reference; switch to HTTPS.
Resolves gh-27.
2019-11-12 12:48:04 -08:00
John Blum
9476c84f4f DATAGEODE-152 - Move TransactionApplicationEvent to o.s.d.g.transaction.event. 2019-11-11 20:19:38 -08:00
John Blum
fb4b03d910 DATAGEODE-271 - Cannot enable the BeanFactoryLocator for a ClientCache instance using SDG property. 2019-11-11 19:55:13 -08:00
John Blum
ad4a683afc DATAGEODE-152 - Add tests for Spring @TransactionalEventListener annotated POJO methods in the context of Apache Geode, Local Cache Transactions.
Resolves gh-27.
2019-11-11 19:51:24 -08:00
John Blum
6d5e1e2f1e DATAGEODE-152 - Polish.
Resolve gh-27.
2019-11-05 18:06:49 -08:00
Patrick Johnson
94ba8b8d82 DATAGEODE-152 - Add documentation for TransactionalEventListener annotation.
Resolves gh-27.
2019-11-05 18:06:49 -08:00
John Blum
ca2a4025f5 DATAGEODE-1 - Polish.
Resolves gh-29.
2019-11-05 15:21:47 -08:00
Patrick Johnson
1a012c992a DATAGEODE-1 - Remove support for DynamicRegionFactory.
Resolves gh-29.
2019-11-05 14:54:35 -08:00
Christoph Strobl
dc0d14b8ee DATAGEODE-234 - Updated changelog. 2019-11-04 15:39:53 +01:00
Christoph Strobl
dfd99ce2db DATAGEODE-233 - Updated changelog. 2019-11-04 10:34:50 +01:00
John Blum
77d1d64cdb DATAGEODE-243 - Introduce RestTemplateConfigurer to configure the RestTemplate used when sending configuration metadata from client to server. 2019-10-30 19:32:08 -07:00
John Blum
51f8327cc6 DATAGEODE-216 - Add XML Namespace (XSD) Schemas for Neumann/2.3. 2019-10-27 23:31:43 -07:00
John Blum
31d08b79fd DATAGEODE-242 - Add support for AEQ pauseEventDispatching. 2019-10-27 23:27:05 -07:00
John Blum
24ad51f7b3 DATAGEODE-241 - Upgrade to Apache Geode 1.10.0. 2019-10-27 13:54:52 -07:00
John Blum
7cfdf2770b DATAGEODE-240 - Upgrade to Apache Geode 1.9.2. 2019-10-27 11:28:28 -07:00
Mark Paluch
9912c646f0 DATAGEODE-237 - Reintroduce hamcrest dependency.
Related ticket: spring-projects/spring-data-build#907.
2019-10-14 12:36:55 +02:00
Mark Paluch
4a131e1476 DATAGEODE-216 - After release cleanups. 2019-09-30 16:17:29 +02:00
Mark Paluch
f2ee872f3e DATAGEODE-216 - Prepare next development iteration. 2019-09-30 16:17:28 +02:00
Mark Paluch
a1331a5d13 DATAGEODE-216 - Release version 2.2 GA (Moore). 2019-09-30 15:51:07 +02:00
Mark Paluch
7f494b46c1 DATAGEODE-216 - Prepare 2.2 GA (Moore). 2019-09-30 15:50:43 +02:00
Mark Paluch
379d707a90 DATAGEODE-216 - Updated changelog. 2019-09-30 15:50:39 +02:00
Mark Paluch
02041c3298 DATAGEODE-215 - Updated changelog. 2019-09-30 11:16:16 +02:00
John Blum
30d9a50983 DATAGEODE-232 - Add support for @CacheConfig in @EnableCachingDefinedRegions. 2019-09-25 20:56:00 -07:00
John Blum
71dd7b5d2f DATAGEODE-231 - The 'gemfireDataSourcePostProcessor' bean should be a BeanPostProcessor.
Also, under no circumstances should the BeanPostProcessor have a dependency on the GemFireCache!
2019-09-19 23:14:02 -07:00
John Blum
ae944c3893 DATAGEODE-230 - Remove 'What's New' Release Notes prior 2.0 and add 'What's New' Release Notes for 2.2. 2019-09-06 11:56:11 -07:00
John Blum
928f47d790 DATAGEODE-229 - Upgrade to Apache Geode 1.9.1. 2019-09-06 11:30:26 -07:00
Mark Paluch
1a804d5ede DATAGEODE-217 - After release cleanups. 2019-09-06 10:21:56 +02:00
Mark Paluch
6657b0c28f DATAGEODE-217 - Prepare next development iteration. 2019-09-06 10:21:54 +02:00
Mark Paluch
f9cae213d0 DATAGEODE-217 - Release version 2.2 RC3 (Moore). 2019-09-06 10:10:42 +02:00
Mark Paluch
067805c634 DATAGEODE-217 - Prepare 2.2 RC3 (Moore). 2019-09-06 10:10:12 +02:00