John Blum
a5b182471a
SGF-705 - Fix MappingPdxSerializer to ignore transient, non-writable and non-entity-based (simple type) properties and fields.
2017-12-17 17:22:41 -08:00
John Blum
c94ef2163c
SGF-706 - Fix race condition between ContinuousQuery registration and EnableClusterConfiguration Region creation.
2017-12-17 17:19:05 -08:00
John Blum
6ba5d0f9e2
SGF-709 - When SDG Annotation config is used to configure and bootstrap an Apache Geode server, automatically register the Administrative Functions.
2017-12-17 17:17:52 -08:00
John Blum
2547b5f807
SGF-708 - 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 17:17:24 -08:00
John Blum
0c3b7f69a1
SGF-707 - Extend SDG's GemfireSimpleTypeHolder to handle Java 8 Time types.
2017-12-17 17:16:30 -08:00
John Blum
1782144514
SGF-704 - Change all com.gemstone.gemfire package references in the RegionDataAccessTracingAspect Pointcuts to org.apache.geode.
2017-12-17 16:55:12 -08:00
Oliver Gierke
fa7954e656
SGF-702 - 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 13:47:03 +01:00
John Blum
ea501fca5b
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 01:18:18 -08:00
John Blum
d9834794e5
DATAGEODE-68 - From clause Region path error occurs when creating Indexes from application domain object fields annotated with @Indexed or @Id.
2017-11-29 01:14:24 -08:00
Mark Paluch
cc4c2e71dd
SGF-683 - Updated changelog.
2017-11-27 16:43:40 +01:00
Mark Paluch
f89237254c
SGF-679 - Updated changelog.
2017-11-27 15:58:44 +01:00
John Blum
d6b1072edc
SGF-697 - Allow basePackages to be configured using a property when creating Entity-defined Regions.
2017-11-27 00:17:32 -08:00
John Blum
80d33e5fa0
SGF-696 - Add support for invoking callbacks when loading snapshots.
2017-11-22 10:08:47 -08:00
John Blum
c1ccfa33f6
SGF-695 - Add support for parallel snapshots.
2017-11-22 10:07:12 -08:00
John Blum
161d92a9f6
SGF-694 - Adapt to Pivotal GemFire SnapshotService API and behavioral/functional changes.
...
Changed Apache Gedoe Cache and Region snapshot files to have a .gfd extension.
2017-11-22 09:58:57 -08:00
John Blum
1604b35893
SGF-694 - Adapt to Pivotal GemFire Integrated Security Framework changes.
2017-11-22 09:55:48 -08:00
John Blum
efa6d1cff4
SGF-694 - Create SDG XML Namespace schemas (XSDs) for both GFE and GFE-DATA.
...
Set META-INF/spring.schemas appropriately.
Remove all old 1.x SDG XML Namespace schemas (XSDs) and Apache Geode XML Namespace schemas (XSDs).
2017-11-22 09:54:49 -08:00
John Blum
9e4267b491
SGF-694 - Adapt to Pivotal GemFire PoolFactory and Pool API changes.
...
Add support for the PoolFactory.setSocketConnectTimeout(..) and Pool.getSocketConnectTimeout() methods.
2017-11-22 09:48:52 -08:00
John Blum
2e69f04302
SGF-686 - Document use of @EnableGemfireRepositories.
2017-11-22 09:14:32 -08:00
John Blum
caa6ff79fd
SGF-693 - Allow the QueryService to be configured as a Spring bean in the ContinuousQuery Annotation support.
2017-11-22 09:08:34 -08:00
John Blum
5ab358bd0a
SGF-692 - Add section in SDG Reference Documentation for Configuring Region Compression with Annotation config.
2017-11-22 09:07:23 -08:00
John Blum
f5c7e8205a
SGF-692 - Add Annotation support for Region Compression.
2017-11-22 09:00:46 -08:00
John Blum
adf29c60ff
SGF-691 - Update section in SDG Reference Documentation on Configuring Off-Heap with Annotation config.
2017-11-22 08:57:46 -08:00
John Blum
c79322b0e5
SGF-691 - 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 08:54:41 -08:00
John Blum
63929b9409
SGF-690 - Do not configure ClientRegionFactory poolName when Pool is set to DEFAULT.
2017-11-22 08:53:16 -08:00
John Blum
70053b2b72
SGF-688 - Add support for configuring client and server Region data management policies in Entity-defined Regions.
2017-11-22 08:50:27 -08:00
John Blum
ab40200596
SGF-689 - Add support for JSR-107 JCache API Annotations in Caching-defined Regions.
2017-11-22 08:42:42 -08:00
John Blum
577ff54809
SGF-687 - 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 08:35:57 -08:00
Oliver Gierke
9faf2b3da4
SGF-676 - Updated changelog.
2017-10-27 16:36:47 +02:00
John Blum
9027c494f1
SGF-662 - Fix the changelog.
2017-10-23 13:29:21 -07:00
John Blum
7e7731e35d
SGF-682 - Beans proxied by the Spring container with declared CQs are not registered and triggered.
2017-10-23 11:50:57 -07:00
John Blum
a1c07c4347
SGF-680 - Using SD Repositories and @EnableContinuousQueries causes errors with Spring container initialization.
2017-10-23 11:45:16 -07:00
John Blum
932f24e32e
SGF-681 - EnableClusterConfiguration annotation attributes are silently ignored.
2017-10-23 11:42:10 -07:00
John Blum
ec2d206ea1
SGF-660 - Spring Cache Abstraction annotations do not trigger CQ.
2017-10-23 11:40:58 -07:00
Oliver Gierke
c674762a30
SGF-661 - Updated changelog.
2017-10-11 19:01:36 +02:00
John Blum
5bf3799faf
SGF-675 - Add documentation in SDG's Reference Guide for the new Annotation-based configuration model.
2017-10-04 19:52:47 -07:00
Mark Paluch
86de1015b3
SGF-662 - Prepare 2.0 GA (Kay).
2017-10-02 11:09:17 +02:00
Mark Paluch
477e0cf8a7
SGF-662 - Updated changelog.
2017-10-02 11:09:11 +02:00
John Blum
b2b826a1e5
SGF-674 - Add EnableClusterConfiguration annotation to push cluster configuration meta-data from the client to the server.
2017-09-26 11:56:11 -07:00
John Blum
cbc655cd3d
SGF-673 - Refactor API names used in the Annotation config and GemFire Mock Objects support.
2017-09-26 11:53:45 -07:00
John Blum
fd3d318d9e
SGF-672 - Use Geode's DEFAULT Pool when a Pool cannot be resolved from the Spring context.
2017-09-26 11:53:06 -07:00
Mark Paluch
e05bd9171c
SGF-669 - Upgrade to OpenWebBeans 2.0.1.
2017-09-18 15:51:04 +02:00
John Blum
7e1bf4a9c5
SGF-668 - Add Annotation configuration support for Continuous Queries.
2017-09-12 18:09:59 -07:00
John Blum
74a86cab19
SGF-667 - Apply Java 8 types and functionality to the Continuous Query support.
2017-09-12 18:09:19 -07:00
John Blum
7a30c765eb
SGF-664 - Fix LuceneOperationsIntegrationTests CI failures.
2017-09-12 16:03:32 -07:00
John Blum
278518cc00
SGF-663 - Fix PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests CI failures.
2017-09-12 15:36:06 -07:00
Oliver Gierke
4778342fcd
SGF-651 - Prepare 2.0 RC3 (Kay).
2017-09-11 17:23:51 +02:00
Oliver Gierke
53db251e06
SGF-651 - Updated changelog.
2017-09-11 17:23:41 +02:00
Mark Paluch
74111b8472
SGF-653 - Updated changelog.
2017-09-11 12:43:58 +02:00
John Blum
31cf04aead
SGF-657 - Add missing configuration support for Off-Heap.
2017-08-08 17:28:54 -04:00