Commit Graph

1161 Commits

Author SHA1 Message Date
John Blum
7eee3ee7e1 DATAGEODE-31 - Project build needs to use springdata.commons as property name for Spring Data Commons dependency. 2017-07-30 10:54:38 -07:00
John Blum
61257ce010 DATAGEODE-30 - Fix Reference Guide formatting.
Fix typo in region.adoc involving the Local Region example.
2017-07-27 17:55:47 -07:00
Oliver Gierke
6dee0f6c6e DATAGEODE-28 - After release cleanups. 2017-07-25 16:10:38 +02:00
Oliver Gierke
84e2f0d25e DATAGEODE-28 - Prepare next development iteration. 2017-07-25 16:10:35 +02:00
Oliver Gierke
d164e62b6d DATAGEODE-28 - Release version 2.0 RC2 (Kay). 2017-07-25 15:34:23 +02:00
Oliver Gierke
b5e7c53e33 DATAGEODE-28 - Prepare 2.0 RC2 (Kay). 2017-07-25 15:33:33 +02:00
Oliver Gierke
d5e3e47fbb DATAGEODE-28 - Updated changelog. 2017-07-25 15:33:25 +02:00
Oliver Gierke
db1b3dffc4 DATAGEODE-27 - After release cleanups. 2017-07-25 10:00:09 +02:00
Oliver Gierke
77e6aef47c DATAGEODE-27 - Prepare next development iteration. 2017-07-25 10:00:05 +02:00
Oliver Gierke
605c42991e DATAGEODE-27 - Release version 2.0 RC1 (Kay). 2017-07-25 09:48:49 +02:00
Oliver Gierke
0272ea2902 DATAGEODE-27 - Prepare 2.0 RC1 (Kay). 2017-07-25 09:48:01 +02:00
Oliver Gierke
ac580fdbab DATAGEODE-27 - Updated changelog. 2017-07-25 09:47:54 +02:00
John Blum
ca0776d977 DATAGEODE-24 - Enable the AutoConfiguredAuthenticationConfigurationIntegrationTests.clientAuthenticatesWithServer() test case. 2017-07-24 18:41:33 -07:00
John Blum
b6f06b0a23 DATAGEODE-20 - Comment out reference to Apache (Build) Snapshots Repository. 2017-07-24 18:41:01 -07:00
John Blum
3859f70e45 DATAGEODE-24 - Enhance @EnableSecurity to provide a default implementation of the Geode AuthInitialize interface. 2017-07-24 18:40:41 -07:00
John Blum
d4c732cd87 DATAGEODE-25 - Add EnableBeanFactoryLocator annotation to enable the GemfireBeanFactoryLocator on Cache creation. 2017-07-24 18:40:41 -07:00
John Blum
402aa867eb DATAGEODE-23 - Add Annotation to configure and enable Spring's Transaction Management with Local, Geode Cache Transactions. 2017-07-24 18:40:34 -07:00
John Blum
8520b1bd57 DATAGEODE-22 - Add Annotation to configure and enable the Spring Cache Abstraction with the GemfireCacheManager. 2017-07-19 18:04:19 -07:00
John Blum
c10c9ddfe3 DATAGEODE-20 - Upgrade to Apache Geode 1.2.0. 2017-07-19 12:42:49 -07:00
John Blum
346b458580 DATAGEODE-13 - Add additional tests for all Annotation config application properties. 2017-07-19 12:16:08 -07:00
John Blum
c70607aad2 DATAGEODE-13 - Test GemFire/Geode properties based configuration with Annotation config. 2017-07-19 10:06:26 -07:00
John Blum
e016c6fc4b DATAGEODE-13 - Test @EnablePool annotation properties configuration. 2017-07-19 10:04:55 -07:00
John Blum
f85f15fee9 DATAGEODE-19 - Meta-annotate all uses of GemFire/Geode-based property configuration in the Annotation config model. 2017-07-19 10:04:48 -07:00
John Blum
0ee6c6ed49 DATAGEODE-13 - Introduce well-known, documented properties for Annotation config attributes. 2017-07-18 14:22:11 -07:00
John Blum
5ce738c2b0 DATAGEODE-18 - Introduce new Apache Geode Mock Objects infrastructure for Unit Testing. 2017-07-17 20:04:02 -07:00
John Blum
70eea5f68d DATAGEODE-16 - Add support for Geode JCA ResourceAdapter. 2017-07-11 17:28:51 -07:00
John Blum
0907ecbe44 DATAGEODE-17 - Adapt to API changes in mapping subsystem. 2017-07-09 13:53:39 -07:00
John Blum
1d5597afb3 DATAGEODE-15 - Adapt to API changes in RepositoryConfigurationSourceSupport. 2017-06-27 01:24:22 -07:00
John Blum
08b1a147aa DATAGEODE-14 - Improve IndexFactoryBean's resilience and options for handling GemFire IndexExistsExceptions and IndexNameConflictExceptions.
Related JIRA: https://jira.spring.io/browse/SGF-637

(cherry picked from commit e868c58db9d245adab005b6a5ae1cc0a94275cf3)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-06-26 18:47:50 -07:00
John Blum
c22ebe6bd1 DATAGEODE-12 - Introduce Spring Configurers to flexibly alter Spring Data GemFire configuration when using Annotation config.
Related JIRA: https://jira.spring.io/browse/SGF-586

Related JIRA: https://jira.spring.io/browse/SGF-604
2017-05-31 18:13:32 -07:00
John Blum
2a021f79b4 DATAGEODE-11 - Adapt to API changes in the org.apache.geode.internal.InternalDataSerializer class. 2017-05-16 23:06:08 -07:00
John Blum
78d1717381 DATAGEODE-10 - Adapt to API changes in the org.apache.geode.cache.lucene.LuceneQueryFactory interface. 2017-05-14 16:54:55 -07:00
John Blum
d1986767f5 DATAGEODE-9 - Adapt to API changes in the org.apache.geode.cache.client.Pool interface. 2017-05-12 16:54:13 -07:00
John Blum
dbba298a2c DATAGEODE-8 - Ensure locators and servers and configured correctly when using <gfe:pool> attributes.
Related JIRA: https://jira.spring.io/browse/SGF-628.

(cherry picked from commit ffb8c704f0a785f6f441c871756fcc802fd5be81)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-05-11 23:47:44 -07:00
John Blum
ea4670a0c1 DATAGEODE-7 - Javadoc is not part of the distribution build. 2017-05-09 12:13:30 -07:00
John Blum
6acb3a07a1 DATAGEODE-5 - Rebrand Spring Data Geode as Spring Data for Apache Geode. 2017-05-05 20:21:07 -07:00
John Blum
98f751e11e DATAGEODE-5 - Review and edit the Spring Data Geode Reference Guide.
Remove all Spring Data GemFire and Pivotal GemFire references and URLs.

Related JIRA: https://jira.spring.io/browse/SGF-611.
2017-05-05 19:59:19 -07:00
John Blum
7362d75fc3 DATAGEODE-6 - Fix up Lucene Integration tests and Region namespace test to improve reliability. 2017-05-04 14:41:09 -07:00
John Blum
5523c12abe DATAGEODE-4 - Polish. 2017-05-03 12:58:08 -07:00
Oliver Gierke
d01819214c DATAGEODE-4 - Adapt to API changes in repository interfaces. 2017-05-03 12:53:20 -07:00
John Blum
2f34d88672 DATAGEODE-3 - Fix GemfireSimpleTypeHolderTest due to API changes in SDC SimpleTypeHolder. 2017-04-27 17:04:26 -07:00
John Blum
9f7de3f39e SGF-611 - Handle possible ClassLoader errors (NPE) related to logging detailed information about Apache Geode on cache initialization. 2017-04-18 11:50:25 -07:00
John Blum
b58ef6d59b SGF-611 - Set version to 2.0.0.BUILD-SNAPSHOT.
Setup SD Geode 2.0 XML namespace.

Remove references to GemFire.
2017-04-13 15:46:18 -07:00
John Blum
efd1916208 SGF-611 - Update README.MD. 2017-04-13 13:09:23 -07:00
John Blum
b09f931195 SGF-611 - Setup spring-data-geode GitHub Repository source. 2017-04-13 09:23:22 -07:00
John Blum
979a7895c6 SGF-609 - Fix test failures related to Mockito version 2.7. 2017-04-12 19:18:11 -07:00
John Blum
6abac9af12 SGF-609 - Upgrade to core Spring Framework 5.0.0.M5. 2017-03-31 15:08:04 -07:00
John Blum
a6b3569b67 SGF-609 - Upgrade to Apache Geode 1.2.0-SNAPSHOT.
Adapt to API changes in the Apache Geode Lucene integration after 1.2.0-SNAPSHOT.

Set version to 1.2.0.BUILD-SNAPSHOT.
2017-03-31 14:55:25 -07:00
John Blum
d7f11b93c9 SGF-609 - Polish for changes in Mockito 2.7.x API. 2017-03-31 12:48:09 -07:00
Oliver Gierke
4f14b9e09a SGF-595 - Adapt to changes in Mockito API after upgrade to 2.7.
(cherry picked from commit 813014a7c04fde7742a685b2af590eced033c0f2)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-03-31 12:41:33 -07:00