Commit Graph

949 Commits

Author SHA1 Message Date
Mark Paluch
c5406d4260 DATAGEODE-350 - Updated changelog. 2020-07-22 10:37:56 +02:00
Mark Paluch
ea70f36611 DATAGEODE-349 - Updated changelog. 2020-07-22 10:08:43 +02:00
Mark Paluch
1ac656e2b0 DATAGEODE-346 - Updated changelog. 2020-07-22 09:44:28 +02:00
Mark Paluch
6ebb6fb9dc DATAGEODE-339 - Prepare 2.4 M1 (2020.0.0). 2020-06-25 11:48:19 +02:00
Mark Paluch
d0a5717cef DATAGEODE-339 - Updated changelog. 2020-06-25 11:48:08 +02:00
Mark Paluch
a0720910bb DATAGEODE-338 - Updated changelog. 2020-06-10 14:30:55 +02:00
Mark Paluch
a0570b1536 DATAGEODE-333 - Updated changelog. 2020-06-10 12:29:55 +02:00
Mark Paluch
0b665ab424 DATAGEODE-332 - Updated changelog. 2020-06-10 11:43:49 +02:00
Mark Paluch
a15c59ef3f DATAGEODE-334 - Prepare 2.3 GA (Neumann). 2020-05-12 12:27:59 +02:00
Mark Paluch
fd788c3ad8 DATAGEODE-334 - Updated changelog. 2020-05-12 12:27:50 +02:00
Mark Paluch
20d0dc7444 DATAGEODE-321 - Prepare 2.3 RC2 (Neumann). 2020-04-28 15:03:33 +02:00
Mark Paluch
1b0c93f7d2 DATAGEODE-321 - Updated changelog. 2020-04-28 15:03:23 +02:00
Mark Paluch
1d40b25a68 DATAGEODE-316 - Updated changelog. 2020-04-28 14:46:50 +02:00
Mark Paluch
30c018fdb0 DATAGEODE-304 - Updated changelog. 2020-04-28 11:59:01 +02:00
Mark Paluch
eacec2c996 DATAGEODE-307 - Prepare 2.3 RC1 (Neumann). 2020-03-31 14:59:20 +02:00
Mark Paluch
210b380191 DATAGEODE-307 - Updated changelog. 2020-03-31 14:59:14 +02:00
Mark Paluch
c1c998f7b0 DATAGEODE-305 - Updated changelog. 2020-03-25 10:59:47 +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
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
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
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
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
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
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
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
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
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