Commit Graph

956 Commits

Author SHA1 Message Date
Oliver Gierke
c7bef1eb49 SGF-472 - Move to Aspectjweaver as primary dependency.
(cherry picked from commit 670973555c7c4005b504319119a1da5aa898854a)

Signed-off-by: John Blum <jblum@pivotal.io>
2016-02-16 19:23:39 -08:00
Oliver Gierke
13388fdbf1 SGF-437 - Updated changelog.
(cherry picked from commit 1ae0cb4d7298aea1bd58ea896ef9db078d2566f0)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-02-16 19:23:17 -08:00
John Blum
abc1105fda SGF-471 - Prepare next development iteration. 2016-02-11 21:54:27 -08:00
Spring Buildmaster
6bab75cb87 SGF-471 - Release version 1.7.0.APACHE-GEODE-EA-M1. 2016-02-11 21:21:47 -08:00
John Blum
40f126a1f5 SGF-471 - Prepare 1.7.0.APACHE-GEODE-EA-M1. 2016-02-11 21:21:37 -08:00
John Blum
184f05bf30 SGF-471 - Change spring-data-build and spring-data-commons dependency versions to GA releases...
Because Spring Data GemFire with Apache Geode support (apache-geode) is not part of the Spring Data Release Trains (e.g. Fowler, Gosling, Hopper, etc) it makes more sense to maintain a constant and stable dependency on both Spring Data Build and Spring Data Commons, respectively.  Until Apache Geode has an official GA release, SDG with Apache Geode support cannot progress along with the other SD modules during pre-release, development milestones (e.g. M1, RC1) since Apache Geode does not maintain a predictable and similar release cycle.  Therefore, it makes sense that SDG with Apache Geode support be coupled with the Apache Geode release cycle until the first GA release.  At which time, SDG with Apache Geode support can then maintain a constant, fixed dependency on Apache Geode, as a 'driver' (similar to SDG with Pivotal GemFire support, which depends only on GA GemFire releases) and subsequently, be sync'd with the SD Release Train.
2016-02-11 16:49:25 -08:00
John Blum
8044420950 SGF-471 - Perform pre-release cleanup. 2016-02-11 13:03:45 -08:00
John Blum
42524f4468 SGF-465 - Add additional test dependency for the MultithreadedTC test framework to restore the Maven build.
(cherry picked from commit 08c644a77d2e3a6c0e0d93382600ec025a6a7e76)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-02-10 11:44:01 -08:00
John Blum
f24d8e9865 SGF-468 - Improve coordination between the PoolFactoryBean and ClientCacheFactoryBean when configuring and resolving the GemFire DistributedSystem.
(cherry picked from commit 770038a3aa20c4a989689a5883f98716b4d925aa)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-02-03 13:23:24 -08:00
John Blum
37e800c70d SGF-467 - Add Code of Conduct.
(cherry picked from commit 63169840fa2aecc21aceb6b1287bc4774a520199)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-02-02 10:46:36 -08:00
John Blum
83023a4425 SGF-459 - Add support for the get(key:Object, valueLoader:Callable) method in Spring Framework 4.3's Cache interface.
(cherry picked from commit 1b11b912f53b90df7b18fc40e070155096d3648e)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-02-02 00:09:45 -08:00
John Blum
0d5554b543 SGF-466 - Restore function to the Gradle-based build.
(cherry picked from commit 730eea0e38adefc6aec6ba9b0272e6c8d591ac13)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-02-02 00:08:30 -08:00
Oliver Gierke
bd78cb7249 SGF-465 - Moved project build to Maven.
Introduced Maven pom.xml basically mimicking what's been previously defined in build.gradle. Moved Asciidoctor files into places expected by the Spring Data build parent. Moved notice.txt etc. to src/main/resources. Switched to Logback for test logging.
(cherry picked from commit 4a6adbadb69dd219435b4947ee89dca925b56e48)

Signed-off-by: John Blum <jblum@pivotal.io>
2016-02-02 00:08:19 -08:00
Jens Deppe
fbdf77e789 SGF-463 - Remove gemfire-jgroups dependency
- Geode doesn't produce this artifact anymore.
2016-01-20 10:36:43 -08:00
Eitan Suez
df075a5d99 SGF-462 - adding appinfo hint to client-region element
-  This allows IDEs to figure out the correct type for this element

Closes PR #85

(cherry picked from commit c5431091978bb650b786653e1737ea9c1dd85bff)
2016-01-14 12:06:01 -08:00
John Blum
b01c8a56ee SGF-461 - Upgrade to Spring Framework 4.1.9.RELEASE. 2016-01-13 19:20:40 -08:00
John Blum
caa1d836ca SGF-460 - Remove unnecessary SLF4J compile-time dependency.
(cherry picked from commit f334cf2c5cc6292446f49c54d277437b8eb20f29)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-01-13 18:00:42 -08:00
John Blum
a6ab1cf804 SGF-458 - Enable resolution of GemFire's DistributedSystem and System properties to be overridden in PoolFactoryBean.
(cherry picked from commit 10fadc0d9a92d007a7bff85045c5169f2d8797f7)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-01-08 20:00:30 -08:00
John Blum
a4bbf2f342 SGF-457 - Clean up Javadoc warnings.
(cherry picked from commit 91619b8811116cb3c5096c73e3e683267d88086f)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-01-08 20:00:21 -08:00
Jens Deppe
03fa75736c SGF-455 - Simplified registration for shared GemfireMappingContext for repositories.
A <gemfire:repositories /> now registers a single bean definition for a GemfireMappingContext that gets wired to the GemfireRepositoryFactoryBean instances registered within the system unless an explicit mapping context is referenced.

The GemfireRepositoryFactoryBean now checks a GemfireMappingContext being registered and rejects to start without one. The same applies to GemfireRepositoryFactory.

Related tickets: SGF-448, SGF-449, SGF-450.
(cherry picked from commit 34665d16ec543e85afcde174194ba5fbff44b841)
2015-12-31 09:04:02 -08:00
Jens Deppe
ef99a04be8 SGF-454 - Adapted to API changes in Spring Data Commons.
Related tickets: DATACMNS-89.
(cherry picked from commit 6ad886ffaefc41b2bc9b014aee6acbc0ad9039ac)
2015-12-31 08:41:14 -08:00
Jens Deppe
693a2e89c3 SGF-447 - Fix Spring Data GemFire due to recent changes to Apache Geode that removed various internal utility classes in favor of external Spring classes.
(cherry picked from commit 042af996e69c87e936f34003e02c826470ef41ab)
2015-12-30 16:57:38 -08:00
John Blum
8590f2c222 SGF-450 - GemfireRepositoryFactoryBean needs to explicitly register the default GemfireMappingContext when not explicitly defined as a bean in the application's Spring context.
(cherry picked from commit eebe7bb6229a13f70ce7ab8d26798138038f9db7)
Signed-off-by: John Blum <jblum@pivotal.io>
2015-12-03 19:13:28 -08:00
John Blum
a17efd4d5b SGF-449 - GemfireRepositoryFactoryBean.setGemfireMappingContext needs to call RepositoryFactoryBeanSupport.setMappingContext.
(cherry picked from commit 37d41a1ed2166a5296e43d2778511fd3131e4510)
Signed-off-by: John Blum <jblum@pivotal.io>
2015-12-03 19:13:18 -08:00
John Blum
c7b45af48e SGF-448 - GemfireRepositoryConfigurationExtension needs to override the RepositoryConfigurationExtensionSupport postProcess(:BeanDefinitionBuilder, :AnnotationRepositoryConfigurationSource) method.
(cherry picked from commit cf64807b095637fea43ec00acfaa1204cdedd8cb)
Signed-off-by: John Blum <jblum@pivotal.io>
2015-12-03 19:12:58 -08:00
Jens Deppe
251199a5cc SGF-447: Replace GemFire internal StringUtils with Spring standard StringUtils 2015-11-30 07:52:20 -08:00
Jens Deppe
db3a594903 SGF-444 - Fix Spring Data GemFire apache-geode build due to recent changes to Apache Geode that moved Lucene into a separate module 2015-11-13 09:24:06 -08:00
John Blum
919d86093d SGF-443 - Fix Spring Data GemFire apache-geode build due to recent changes to Apache Geode that removed the HDFS support. 2015-10-28 11:33:25 -07:00
John Blum
d42a143636 SGF-442 - Remove incorrect statements about GemFire Java Reflection-based (PDX) Serialization in the SDG Reference Guide.
(cherry picked from commit 195d452fe2839b4e78f5e12300249dfbb25bf085)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-19 19:21:07 -07:00
John Blum
a6b1189db6 SGF-441 - Fix possible CacheClosedException in ClientCacheFactoryBean onApplicationEvent(:ContextRefreshedEvent) when the ClientCache initialization is lazy.
(cherry picked from commit f645e7d1a4ea1954c21aa2416b46669d97f4e18d)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-18 00:39:00 -07:00
John Blum
8cc93f72a0 SGF-440 - Optimize imports across the SDG codebase.
(cherry picked from commit af343a45fa57a9580a5942de8c091c680adea87b)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-16 13:07:30 -07:00
John Blum
dd891d89ce SGF-437 - Upgrade to Spring Framework 4.1.8.RELEASE.
(cherry picked from commit e07068e828c87a80865def60470bef4f4f0f5080)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-16 08:41:32 -07:00
John Blum
09d44bb99b SGF-438 - Make <gfe:client-cache>, 'ready-for-events' true the default for durable clients.
(cherry picked from commit 0514a6b5e84f43cd6717097c52141ce5c698bf99)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-16 08:40:08 -07:00
John Blum
1bb8e7b7a9 SGF-439 - Add 'durable-client-id' and 'durable-client-timeout' attributes to the <gfe:client-cache> namespace element for convenience.
(cherry picked from commit e74768f006d59210ddd3d4fe5294a60ca505674f)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-16 08:30:25 -07:00
Oliver Gierke
23374a583f SGF-436 - Updated changelog.
(cherry picked from commit 96d88f99084df6bf37e7a3cae0b824cac0b39978)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-16 08:30:13 -07:00
John Blum
5025e2347a SGF-434 - Add a durable GemFire client cache test to assert proper behavior by SDG.
Removed the ClientCacheFactoryBean.readyForEvents() method and moved the logic to onApplicationEvent(..).
Updated the spring-gemfire 1.6 and 1.7 XSD with the new keep-alive attribue on the client-cache element.
Changed the generic signature of the CacheFactoryBean class back to com.gemstone.gemfire.cache.Cache due to the Spring container bean resolution Exception when using JavaConfig in SDG 1.7 with GemFire 8.1 and core Spring Framework 4.1.7.
(cherry picked from commit a458115c7f145bce9f02af71572920894ba66465)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-14 02:08:45 -07:00
John Blum
61105b4da4 SGF-434 - Add a durable GemFire client cache test to assert proper behavior by SDG.
(cherry picked from commit b52a185)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-14 02:08:22 -07:00
John Blum
01eb4a44a2 SGF-435 - Fix apache-geode build due to recent Apache Geode codebase changes that removed the deprecated BridgeServer code. 2015-10-08 12:12:21 -07:00
John Blum
92f84e2b57 SGF-429 - GemfirePersistentProperty considers a BigDecimal property an entity.
Additional changes and refactoring inspired by Spring Data MongoDB custom SimpleTypeHolder.
(cherry picked from commit 2344eb521df7326b06740c5196eeea4669c9349e)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-05 23:41:23 -07:00
John Blum
afec8c216e SGF-429 - GemfirePersistentProperty considers a BigDecimal property an entity.
(cherry picked from commit 6113bfbea146a1036352fcc93f955f52d087822a)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-05 23:41:15 -07:00
John Blum
3b9a43573a SGF-432 - IndexFactoryBean traps IndexExistsException instead of IndexNameConflictException.
(cherry picked from commit 9cc4b98e351b93c1c8d75ecb1cad8da77231782b)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-05 23:41:05 -07:00
John Blum
63b7c0aabc SGF-433 - Fix improper resolution of Spring property placeholders in 'locators' and 'servers' attributes on the '<gfe:pool>' element(s) in Spring XML config.
(cherry picked from commit 1cd2a7ff505008c0d985f3ae3129fb0ce62c4f8b)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-10-01 20:08:05 -07:00
John Blum
427f6e1aeb SGF-430 - Cleanup test failures on Windows due to incorrect Spring test context configuration resource resolution.
Fixes SnapshotServiceFactoryBeanTest.toSimpleFilenameUsingVariousPathnames(..) and the SnapshotServiceImportExportIntegrationTest failures on MS Windows due to file system path issues.
(cherry picked from commit 87f00274d5bd571577528902fc4de2fdbfcd32c8)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-09-11 22:07:47 -07:00
John Blum
7a957c36b9 SGF-431 - Remove mavenLocal() from the artifact repository declarations. 2015-09-10 15:09:40 -07:00
John Blum
08c74fb96b SGF-387 - Prepare SDG 1.8 and upgrade to GemFire 8.2.0 GA
Added the 'New in the 1.8 Release' section to the 'New Features' chapter in the Spring Data GemFire Reference Guide.
(cherry picked from commit 8d7995581093e67efc67f2cc1c3a2aee41830fa7)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-09-10 15:01:53 -07:00
John Blum
c313a757bd SGF-387 - Prepare SDG 1.8 and upgrade to GemFire 8.2.0 GA
Created the spring-gemfire-1.8.xsd and spring-data-gemfire-1.8.xsd and updated the spring.schemas file to references the version appropriate schemas (XSDs) for SDG 1.8.  Also rebased on 'master' to pull in SGF-409.
(cherry picked from commit 32d52301c643d7ca9d735f6f53d4f44333922ebc)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-09-10 15:01:39 -07:00
John Blum
61687fa131 SGF-427 - Update Spring Data GemFire Reference Guide 'New in the 1.7 Release' section.
(cherry picked from commit 6d218022f2a17667171841e2211ef0be2a5a6110)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-09-10 14:59:17 -07:00
Oliver Gierke
37f6d760e6 SGF-426 - Updated changelog.
(cherry picked from commit 33ff69992d7fd194d153e1aad9db14a13690a8e7)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-09-10 14:57:40 -07:00
John Blum
6016fa56a0 SGF-430 - Cleanup test failures on Windows due to incorrect Spring test context configuration resource resolution.
(cherry picked from commit 7462d7f607b668c20ded0e96ef7592a75ba35ba4)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-09-10 14:51:31 -07:00
John Blum
28990b0bdf SGF-408 - Provide support in the SDG XML namespace to load a pre-defined data set using GemFire Snapshot Service for development and testing purposes.
Fixed up Javadoc.
(cherry picked from commit a2ec36157b5907a5f4ccb08775bf26bf20a2aa8b)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-08-31 22:32:06 -07:00