Commit Graph

1279 Commits

Author SHA1 Message Date
John Blum
545ac78684 SGF-746 - Adapt to SpEL Extension API changes in Spring Data Commons. 2018-05-14 12:28:56 -07:00
John Blum
12126a108a SGF-732 - Change branding from Spring Data GemFire to Spring Data for Pivotal GemFire.
Change branding from 'Gemfire' or 'GemFire' to 'Pivotal GemFire'.
2018-05-08 19:34:03 -07:00
Mark Paluch
a4e1fbd32a SGF-731 - Updated changelog. 2018-05-08 15:27:16 +02:00
Mark Paluch
89460f99a0 SGF-730 - Updated changelog. 2018-05-08 12:22:48 +02:00
John Blum
0472f1edfe SGF-742 - Upgrade to Pivotal GemFire 9.5. 2018-05-04 17:54:19 -07:00
John Blum
cb74e3909d SGF-734 - Upgrade to Pivotal GemFire 9.4. 2018-05-04 17:48:32 -07:00
John Blum
1113a1d0e4 SGF-741 - Add support for enforcing Lucene Index creation before Region creation. 2018-05-04 14:57:37 -07:00
John Blum
d788cc97c4 SGF-739 - Add support for setting a LuceneSerializer on LuceneIndex creation. 2018-04-27 15:22:27 -07:00
John Blum
0187304ff6 SGF-739 - Add postProcess(..) methods in the LuceneIndexFactoryBean for both the o.a.g.cache.lucene.LuceneIndexFactory and the o.a.g.cache.lucene.LuceneIndex. 2018-04-27 15:18:20 -07:00
John Blum
47248a1575 SGF-738 - Add Integration Test based on Accenture's UC reproducing the problem. 2018-04-24 13:29:43 -07:00
John Blum
b13dcffe80 SGF-738 - Avoid Pool Already Exists Exception on Spring container initialization. 2018-04-24 13:09:38 -07:00
Mark Paluch
75c81c4fa7 SGF-718 - After release cleanups. 2018-04-13 15:08:33 +02:00
Mark Paluch
3688c7dd4f SGF-718 - Prepare next development iteration. 2018-04-13 15:08:32 +02:00
Mark Paluch
d5a8bf989c SGF-718 - Release version 2.1 M2 (Lovelace). 2018-04-13 14:30:57 +02:00
Mark Paluch
9e43520885 SGF-718 - Prepare 2.1 M2 (Lovelace). 2018-04-13 14:30:01 +02:00
Mark Paluch
f546666b6e SGF-718 - Updated changelog. 2018-04-13 14:29:53 +02:00
John Blum
d337d1f7ad SGF-735 - RegionAttributes.offHeap is improperly overridden by RegionFactoryBean.offHeap. 2018-04-10 17:01:43 -07:00
Mark Paluch
71cc14fe4d SGF-723 - Updated changelog. 2018-04-04 17:12:50 +02:00
Mark Paluch
01ebc8adba SGF-715 - Updated changelog. 2018-04-04 15:16:18 +02:00
John Blum
81d0fd8344 SGF-729 - Realign SSL configuration using @EnableSsl with Apache Geode's SSL configuration properties. 2018-04-02 09:48:07 -07:00
Oliver Gierke
7aea0d9a48 SGF-728 - Removed explicit declaration of Jackson library versions. 2018-03-27 20:00:04 +02:00
John Blum
d7e3b3a3e7 SGF-726 - Impossible to define event filter for AsyncEventQueue. 2018-03-22 20:56:14 -07:00
John Blum
76782fccf3 SGF-727 - Remove all git merge conflict tags in SDG source code Javadoc. 2018-03-21 16:52:43 -07:00
Mark Paluch
1db3c3bc22 SGF-725 - Export composable repositories via CDI.
We now export composable repositories through our CDI extension. Repositories can now be customized either by a single custom implementation (as it was before) and by providing fragment interfaces along their fragment implementation.

This change aligns CDI support with the existing RepositoryFactory support we provide within a Spring application context.
2018-03-12 17:02:23 +01:00
John Blum
11148c1038 SGF-724 - Add configuration support for critical and eviction off-heap percentages in client, peer and cache server application annotations. 2018-03-08 22:49:53 -08:00
John Blum
b6567b4e68 SGF-713 - Polish. 2018-03-08 22:10:27 -08:00
Mark Paluch
0a0c3809b8 SGF-721 - Updated changelog. 2018-02-28 11:17:34 +01:00
John Blum
35bd627fd8 SGF-713 - Override generated OQL from Repository query methods. 2018-02-28 00:45:02 -08:00
Mark Paluch
5438e10904 SGF-716 - Updated changelog. 2018-02-19 20:30:02 +01:00
John Blum
fa78ffba5b SGF-720 - Fix CI test failures caused by changes in Spring Data Commons CDI Repository support allowing unlimited implementation classes. 2018-02-16 18:49:46 -08:00
John Blum
ed3a22e334 SGF-719 - Review, refactor and polish related JSON/Region support and utility classes. 2018-02-13 08:27:03 -08:00
John Blum
30e443bb55 SGF-719 - Extend MappingPdxSerializer to allow registering custom PdxSerializers based on fully qualified property name. 2018-02-13 08:26:51 -08:00
Christoph Strobl
73a4ae5979 SGF-677 - After release cleanups. 2018-02-06 10:11:16 +01:00
Christoph Strobl
fc62de5f2b SGF-677 - Prepare next development iteration. 2018-02-06 10:11:14 +01:00
Christoph Strobl
a765119b18 SGF-677 - Release version 2.1 M1 (Lovelace). 2018-02-06 09:47:10 +01:00
Christoph Strobl
14d4eb6d6f SGF-677 - Prepare 2.1 M1 (Lovelace). 2018-02-06 09:45:50 +01:00
Christoph Strobl
86de4d4abc SGF-677 - Updated changelog. 2018-02-06 09:45:39 +01:00
John Blum
598832af7f SGF-717 - Upgrade to Pivotal GemFire 9.3.0. 2018-02-05 12:26:04 -08:00
Mark Paluch
09cde34c05 SGF-699 - Updated changelog. 2018-01-24 13:41:19 +01:00
Mark Paluch
7337c00b63 SGF-698 - Updated changelog. 2018-01-24 12:22:10 +01:00
John Blum
9ddd8ccb56 SGF-714 - edu.umd.cs.mtc:multithreadedtc is no longer test-scoped.
This change re-instates the edu.umd.cs.mtc:multithreadedtc dependency as test scope.
2018-01-23 09:07:24 -08:00
John Blum
68eb8ec051 SGF-712 - Fix incorrect server proxying behavior when registering local, client Regions using EnableCachingDefinedRegions. 2018-01-17 21:35:39 -08:00
John Blum
6a91ebcfd1 SGF-711 - Upgrade to Pivotal GemFire 9.2.2. 2018-01-10 11:14:58 -08:00
Mark Paluch
afcd783fb9 SGF-710 - Update copyright years to 2018. 2018-01-09 09:39:26 +01:00
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