John Blum
857b970bc6
SGF-706 - Fix race condition between ContinuousQuery registration and EnableClusterConfiguration Region creation.
2017-12-17 17:42:28 -08:00
John Blum
316084a53e
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:42:22 -08:00
John Blum
b55d38d2ee
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:42:07 -08:00
John Blum
a0cbbe8208
SGF-707 - Extend SDG's GemfireSimpleTypeHolder to handle Java 8 Time types.
2017-12-17 17:41:59 -08:00
John Blum
c05028ef86
SGF-704 - Change all com.gemstone.gemfire package references in the RegionDataAccessTracingAspect Pointcuts to org.apache.geode.
2017-12-17 17:41:51 -08:00
Oliver Gierke
815576cff8
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:23 +01:00
John Blum
e3becda838
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:40:13 -08:00
John Blum
c3b55ef2b7
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:40:07 -08:00
Mark Paluch
d1fa9d1561
SGF-683 - After release cleanups.
2017-11-27 16:42:54 +01:00
Mark Paluch
c64ee01d82
SGF-683 - Prepare next development iteration.
2017-11-27 16:42:52 +01:00
Mark Paluch
5cd6199318
SGF-683 - Release version 2.0.2 (Kay SR2).
2017-11-27 16:12:34 +01:00
Mark Paluch
8df854ba75
SGF-683 - Prepare 2.0.2 (Kay SR2).
2017-11-27 16:11:21 +01:00
Mark Paluch
9802b7d9d1
SGF-683 - Updated changelog.
2017-11-27 16:11:14 +01:00
Mark Paluch
768e902b50
SGF-679 - Updated changelog.
2017-11-27 15:58:45 +01:00
John Blum
e720d71ef5
SGF-697 - Allow basePackages to be configured using a property when creating Entity-defined Regions.
2017-11-27 00:34:19 -08:00
John Blum
a5915f1959
SGF-686 - Document use of @EnableGemfireRepositories.
2017-11-22 10:35:28 -08:00
John Blum
5eaceb1424
SGF-693 - Allow the QueryService to be configured as a Spring bean in the ContinuousQuery Annotation support.
2017-11-22 10:35:20 -08:00
John Blum
9ea3e6cef1
SGF-692 - Add section in SDG Reference Documentation for Configuring Region Compression with Annotation config.
2017-11-22 10:35:14 -08:00
John Blum
7b5c14e7e7
SGF-692 - Add Annotation support for Region Compression.
2017-11-22 10:35:00 -08:00
John Blum
aadd397c47
SGF-691 - Update section in SDG Reference Documentation on Configuring Off-Heap with Annotation config.
2017-11-22 10:33:46 -08:00
John Blum
1494d6f42f
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 10:33:35 -08:00
John Blum
472908fec4
SGF-690 - Do not configure ClientRegionFactory poolName when Pool is set to DEFAULT.
2017-11-22 10:33:25 -08:00
John Blum
83d4209086
SGF-688 - Add support for configuring client and server Region data management policies in Entity-defined Regions.
2017-11-22 10:33:18 -08:00
John Blum
ffbc9dcf5d
SGF-689 - Add support for JSR-107 JCache API Annotations in Caching-defined Regions.
2017-11-22 10:33:10 -08:00
John Blum
634e6f09c9
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 10:33:02 -08:00
John Blum
3f6f050912
SGF-675 - Add documentation in SDG's Reference Guide for the new Annotation-based configuration model.
2017-11-13 20:30:43 -08:00
Oliver Gierke
36b506dd82
SGF-676 - After release cleanups.
2017-10-27 15:50:48 +02:00
Oliver Gierke
7129435f7b
SGF-676 - Prepare next development iteration.
2017-10-27 15:50:45 +02:00
Oliver Gierke
8896d589c8
SGF-676 - Release version 2.0.1 (Kay SR1).
2017-10-27 15:25:11 +02:00
Oliver Gierke
5a49bf8d3c
SGF-676 - Prepare 2.0.1 (Kay SR1).
2017-10-27 15:24:25 +02:00
Oliver Gierke
ae9c7ca291
SGF-676 - Updated changelog.
2017-10-27 15:24:15 +02:00
John Blum
4e0877253a
SGF-662 - Fix the changelog.
2017-10-23 13:30:18 -07:00
John Blum
456a592ff1
SGF-682 - Beans proxied by the Spring container with declared CQs are not registered and triggered.
2017-10-23 12:08:04 -07:00
John Blum
77c1cf3e4d
SGF-680 - Using SD Repositories and @EnableContinuousQueries causes errors with Spring container initialization.
2017-10-23 12:07:56 -07:00
John Blum
40e2aa7640
SGF-681 - EnableClusterConfiguration annotation attributes are silently ignored.
2017-10-23 12:07:39 -07:00
John Blum
86581894e9
SGF-660 - Spring Cache Abstraction annotations do not trigger CQ.
2017-10-23 12:07:32 -07:00
Oliver Gierke
6512d5da40
SGF-661 - Updated changelog.
2017-10-11 19:03:28 +02:00
Mark Paluch
1fee990578
SGF-662 - After release cleanups.
2017-10-02 11:38:04 +02:00
Mark Paluch
8b3312f98f
SGF-662 - Prepare next development iteration.
2017-10-02 11:38:03 +02:00
Mark Paluch
87bdb244b4
SGF-662 - Release version 2.0 GA (Kay).
2017-10-02 11:10:22 +02: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
d536c5763d
SGF-669 - 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:20 +02:00
Mark Paluch
73181af6d0
SGF-670 - Added explicit automatic module name for JDK 9.
2017-09-21 13:56:07 +02: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