Commit Graph

1219 Commits

Author SHA1 Message Date
John Blum
42bbfacaf3 DATAGEODE-75 - Enable the spring.data.gemfire.name property to be used in addition to spring.data.gemfire.cache.name for naming members of the cluster. 2017-12-17 16:44:05 -08:00
John Blum
387b120dcb DATAGEODE-74 - Extend SDG's GemfireSimpleTypeHolder to handle Java 8 Time types. 2017-12-17 16:43:59 -08:00
John Blum
233955e15e DATAGEODE-71 - Change all com.gemstone.gemfire package references in the RegionDataAccessTracingAspect Pointcuts to org.apache.geode. 2017-12-17 16:43:49 -08:00
Oliver Gierke
77640e36b3 DATAGEODE-70 - Reduced documentation build time.
We now don't include the namespace schema files into the reference documentation anymore as they span multiple pages in the PDF and thus cause heavy load in the PDF conversion trying to lay those out properly [0]. Switched to a simple link pointing to the schemas for now.

[0] https://twitter.com/olivergierke/status/935818047385948160
2017-11-30 14:05:06 +01:00
John Blum
74f68a6fa0 DATAGEODE-69 - Dependency on org.iq80.snappy:snappy breaks the IO Platform build and appears to be a candidate for being test scoped. 2017-11-29 00:52:51 -08:00
John Blum
28565ff20b DATAGEODE-68 - From clause Region path error occurs when creating Indexes from application domain object fields annotated with @Indexed or @Id. 2017-11-28 01:21:30 -08:00
Mark Paluch
ef5fab8fb1 DATAGEODE-54 - After release cleanups. 2017-11-27 16:42:54 +01:00
Mark Paluch
f29db450f4 DATAGEODE-54 - Prepare next development iteration. 2017-11-27 16:42:53 +01:00
Mark Paluch
262e104923 DATAGEODE-54 - Release version 2.0.2 (Kay SR2). 2017-11-27 16:12:34 +01:00
Mark Paluch
a23c4bbd77 DATAGEODE-54 - Prepare 2.0.2 (Kay SR2). 2017-11-27 16:11:21 +01:00
Mark Paluch
bb15d53551 DATAGEODE-54 - Updated changelog. 2017-11-27 16:11:17 +01:00
John Blum
b5f5079676 DATAGEODE-66 - Allow basePackages to be configured using a property when creating Entity-defined Regions. 2017-11-26 23:54:50 -08:00
John Blum
150ca77f25 DATAGEODE-65 - Document use of @EnableGemfireRepositories. 2017-11-22 01:25:15 -08:00
John Blum
f0db06b7fb DATAGEODE-64 - Allow the QueryService to be configured as a Spring bean in the ContinuousQuery Annotation support. 2017-11-22 01:25:08 -08:00
John Blum
c691ee66e5 DATAGEOE-63 - Add section in SDG Reference Documentation for Configuring Region Compression with Annotation config. 2017-11-22 01:25:01 -08:00
John Blum
c49655e0cf DATAGEODE-63 - Add Annotation support for Region Compression. 2017-11-22 01:24:50 -08:00
John Blum
6ac6358fdf DATAGEODE-62 - Update section in SDG Reference Documentation on Configuring Off-Heap with Annotation config. 2017-11-22 01:23:59 -08:00
John Blum
0be12ded15 DATAGEODE-62 - Fix Off-Heap Annotation config to properly handle Entity-defined and Java-based Region configuration.
Additionally, this change set also renames the spring.data.gemfire.cache.off-heap-memory-size property to spring.data.gemfire.cache.off-heap.memory-size and the spring.data.gemfire.cache.region-names property to spring.data.gemfire.cache.off-heap.region-names.
2017-11-22 01:23:51 -08:00
John Blum
d89ee537fa DATAGEODE-61 - Do not configure ClientRegionFactory poolName when Pool is set to DEFAULT. 2017-11-22 01:23:43 -08:00
John Blum
e3ae6ca74b DATAGEODE-59 - Add support for configuring client and server Region data management policies in Entity-defined Regions. 2017-11-22 01:23:33 -08:00
John Blum
9c340bc8ea DATAGEODE-60 - Add support for JSR-107 JCache API Annotations in Caching-defined Regions. 2017-11-22 01:23:16 -08:00
John Blum
8cbef5a3a7 DATAGEDOE-58 - Add support for configuring client and server Region data management policies in Caching-defined Regions.
This improvement allows users to configure both the client and server Region data management policies using the new clientRegionShortcut and serverRegionShortcut attributes on the EnableCachingDefinedRegions annotation, which default to o.a.g.cache.client.ClientRegionShortcut#PROXY and o.a.g.cache.RegionShortcut#PARTITION, respectively.

Additionally, a user may configure the name of a dedicated Pool to use for all caching-defined client Regions.

Move all common Annotation-based configuration logic from CachingDefinedRegionsConfiguration to AbstractAnnotationConfigSupport.
2017-11-22 01:22:00 -08:00
John Blum
6f8355e233 DATAGEODE-47 - Add documentation in SDG's Reference Guide for the new Annotation-based configuration model. 2017-11-13 20:27:50 -08:00
Oliver Gierke
e956084758 DATAGEODE-48 - After release cleanups. 2017-10-27 15:50:48 +02:00
Oliver Gierke
3c4c834f26 DATAGEODE-48 - Prepare next development iteration. 2017-10-27 15:50:45 +02:00
Oliver Gierke
26d1c7bc9e DATAGEODE-48 - Release version 2.0.1 (Kay SR1). 2017-10-27 15:25:12 +02:00
Oliver Gierke
05fa29d09d DATAGEODE-48 - Prepare 2.0.1 (Kay SR1). 2017-10-27 15:24:25 +02:00
Oliver Gierke
f4170a5cce DATAGEODE-48 - Updated changelog. 2017-10-27 15:24:17 +02:00
John Blum
41b0572c65 DATAGEODE-39 - Fix the changelog. 2017-10-23 13:22:50 -07:00
John Blum
aed480cc47 DATAGEODE-53 - Beans proxied by the Spring container with declared CQs are not registered and triggered. 2017-10-23 11:32:58 -07:00
John Blum
aafbef948a DATAGEODE-52 - Using SD Repositories and @EnableContinuousQueries causes errors with Spring container initialization. 2017-10-23 11:32:58 -07:00
John Blum
af8bdf26c7 DATAGEDOE-51 - EnableClusterConfiguration annotation attributes are silently ignored. 2017-10-23 11:32:52 -07:00
John Blum
a46f1cc400 DATAGEODE-50 - Spring Cache Abstraction annotations do not trigger CQ. 2017-10-23 11:31:37 -07:00
Mark Paluch
9bb3f0bc8e DATAGEODE-39 - After release cleanups. 2017-10-02 11:38:05 +02:00
Mark Paluch
02c9319950 DATAGEODE-39 - Prepare next development iteration. 2017-10-02 11:38:04 +02:00
Mark Paluch
bd51bdeba0 DATAGEODE-39 - Release version 2.0 GA (Kay). 2017-10-02 11:10:23 +02:00
Mark Paluch
424f562f72 DATAGEODE-39 - Prepare 2.0 GA (Kay). 2017-10-02 11:09:17 +02:00
Mark Paluch
7fbd0c47b4 DATAGEODE-39 - Updated changelog. 2017-10-02 11:09:13 +02:00
John Blum
51caf48973 DATAGEODE-34 - Add EnableClusterConfiguration annotation to push cluster configuration meta-data from the client to the server. 2017-09-26 11:03:14 -07:00
John Blum
52c29de30e DATAGEODE-46 - Refactor API names used in the Annotation config and GemFire Mock Objects support. 2017-09-22 21:49:27 -07:00
John Blum
57ac541dde DATAGEODE-44 - Polish. 2017-09-22 21:17:46 -07:00
John Blum
207f9bbe6b DATAGEODE-45 - Upgrade to Apache Geode 1.2.1. 2017-09-22 13:46:13 -07:00
John Blum
a3b41ad986 DATAGEODE-44 - Use Geode's DEFAULT Pool when a Pool cannot be resolved from the Spring context. 2017-09-22 13:41:45 -07:00
Mark Paluch
8abbfda619 DATAGEODE-42 - Downgrade to CDI 1.0.
We now build against CDI 1.0 again while using CDI 2.0 for testing.
2017-09-22 13:53:52 +02:00
Mark Paluch
8626e1e7b0 DATAGEODE-43 - Added explicit automatic module name for JDK 9. 2017-09-21 13:51:37 +02:00
Mark Paluch
d52bea06c1 DATAGEODE-42 - Upgrade to OpenWebBeans 2.0.1 2017-09-18 15:48:48 +02:00
John Blum
35df6902fa DATAGEODE-38 - Add Annotation configuration support for Continuous Queries. 2017-09-12 17:48:24 -07:00
John Blum
d9c985bdf7 DATAGEODE-37 - Apply Java 8 types and functionality to the Continuous Query support. 2017-09-12 17:17:03 -07:00
John Blum
7e2aead651 DATAGEODE-41 - Fix LuceneOperationsIntegrationTests CI failures. 2017-09-12 16:43:35 -07:00
John Blum
11423cb079 DATAGEODE-40 - Fix PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests CI failures. 2017-09-12 16:42:42 -07:00