Commit Graph

103 Commits

Author SHA1 Message Date
John Blum
3f84baa378 SGF-497 - Change Pool reference from GemFire's DEFAULT Pool to the gemfireServerPool in the BeanPostProcessor when checking the pending event count.
(cherry picked from commit 2d2dca163323d557aed3791d2d1f9a9ed23f01ed)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-05-17 13:05:05 -07:00
John Blum
1723653a17 SGF-491 - Post-release cleanup. 2016-04-29 17:31:56 -07:00
John Blum
52b4617066 SGF-491 - Pre-release cleanup. 2016-04-28 20:28:10 -07:00
John Blum
b9ae904e7b SGF-445 - Remove MaxPermSize Java option from Gradle build. 2016-04-25 21:57:05 -07:00
John Blum
f904f6ad86 SGF-490 - Re-instate GemFire WAN and CQ functionality. 2016-04-25 21:36:20 -07:00
John Blum
4479e5a1a5 SGF-489 - Update Spring Data and 3rd party dependencies. 2016-04-24 14:37:27 -07:00
Dan Smith
d1e6b7be5f SGF-477 - Change compile dependency from gemfire-core to geode-core. 2016-03-01 18:35:16 -08:00
John Blum
b68c1f450c SGF-469 - Add support for CDI.
(cherry picked from commit 34da7ec91044c9f01647d444ccbe12ed890b4cc6)
Signed-off-by: John Blum <jblum@pivotal.io>
2016-02-26 18:15:16 -08:00
John Blum
abc1105fda SGF-471 - Prepare next development iteration. 2016-02-11 21:54:27 -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
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
Jens Deppe
fbdf77e789 SGF-463 - Remove gemfire-jgroups dependency
- Geode doesn't produce this artifact anymore.
2016-01-20 10:36:43 -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
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
7a957c36b9 SGF-431 - Remove mavenLocal() from the artifact repository declarations. 2015-09-10 15:09:40 -07:00
Andy Wilkinson
6ce35bd835 SGF-418 - Merge PR #83 updating the Spring IO Platform Plugin to perform compatibility checks.
Upgrade to Gradle 1.12
(cherry picked from commit fc42ab0ebe792027569fcab9f5076e12d5916142)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-07-14 15:24:16 -07:00
Andy Wilkinson
c0f0aa855c SGF-418 - Merge PR #83 updating the Spring IO Platform Plugin to perform compatibility checks.
Use the latest version of the Spring IO Plugin

Spring IO Platform 2.0 will remove the managed versions .properties
file as support for it has been removed in Spring Boot 1.3.

This commit moves the build onto a new version of the Spring IO Plugin
that uses the Maven bom rather than the properties file.
(cherry picked from commit a5b0850e7cc2e67e232e2a4e9f2adf34a9946b97)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-07-14 15:24:04 -07:00
John Blum
82334090fe SGF-414 - Resolve incompatibility between the DistributedSystem created by the PoolFactoryBean and the DistributedSystem resolved by the ClientCacheFactoryBean when SSL is configured.
(cherry picked from commit 4f2eb221636971ed640ff4cb589f54e1207603d1)

Signed-off-by: John Blum <jblum@pivotal.io>
2015-07-13 17:57:00 -07:00
John Blum
cbb1314b5c SDG-398 - Provide early support of Apache Geode (Pivotal GemFire OSS).
Modified the SDG apache-geode build to resolve Apache Geode artifacts from the Apache Maven Repo instead of Spring's Maven Repo.  Performed minor code modifications based on the 'latest' Apache Geode build snapshot.  Modified the generated SDG Maven POM to declare the Apache Maven Snapshot Repo in order to properly resolve the Apache Geode build snapshot artifacts.
2015-06-04 23:58:54 -07:00
John Blum
6ba90d8048 SGF-398 - Provide early support of Apache Geode (Pivotal GemFire OSS).
Additional test cleanup related to Pivotal GemFire specific features (e.g. WAN).
2015-06-02 18:06:17 -07:00
John Blum
8363d6f463 SGF-398 - Provide early support of Apache Geode (Pivotal GemFire OSS).
Fixed up and polished additional SDG test suite classes related to Pivotal GemFire functionality and features when ran with Apache Geode.  Also introduced a GemfireFeature enumerated type to implement more fine-grained control of specific feature checking when attributes of XML namespace elements refer to Pivotal GemFire specific features.
2015-06-02 18:06:16 -07:00
John Blum
8c2d01262a SGF-398 - Provide early support of Apache Geode (Pivotal GemFire OSS).
Source compilation and resource processing build step complete.
2015-06-02 18:06:14 -07:00
Oliver Gierke
0c88727ec8 SGF-406 - Fixed configuration of JavaDoc task.
We now depend on the task that extracts shared resources and use the CSS provided with that.
2015-06-02 16:26:15 +02:00
Oliver Gierke
94d4be4f69 SGF-405 - After release cleanups. 2015-06-02 11:55:23 +02:00
Oliver Gierke
d4bf3f9713 SGF-405 - Prepare 1.7.0.M1 (Gosling M1). 2015-06-02 08:49:45 +02:00
John Blum
76aab502c4 SGF-370 - Add multi-Index definition and creation support.
Added integration tests to test the definition and subsequent creation of multiple Indexes inside a GemFire Server within a Spring context.
2015-05-18 14:59:49 -07:00
John Blum
8d424eee9b SGF-394 - Improve SDG Gradle build removing FindBug compilation warnings caused by GemFire. 2015-04-07 12:56:20 -07:00
Oliver Gierke
dc353dfec6 SGF-386 - After release cleanups. 2015-03-23 13:59:08 +01:00
Oliver Gierke
d9287dfec0 SGF-386 - Prepare 1.6.0.RELEASE (Fowler GA).
Upgraded to common dependency versions.
2015-03-23 12:31:13 +01:00
John Blum
3063046e53 SGF-381 - Enable RegionFactoryBean to respect the Data Policy specified on a nested or referenced RegionAttributes bean definition. 2015-03-10 14:25:16 -07:00
Oliver Gierke
258394de26 SGF-380 - Prepare 1.6.0.RC1 (Fowler RC1). 2015-03-05 16:28:38 +01:00
Oliver Gierke
2166f9ea6c SGF-355 - After release cleanups. 2014-12-01 13:42:18 +01:00
Oliver Gierke
4ce1f0f1b6 SGF-355 - Prepare 1.6.0.M1 (Fowler M1).
Minor dependency upgrades.
2014-12-01 12:28:56 +01:00
John Blum
874d9205cf SGF-352 - Change all Artifact Repository URLs to use HTTPS. 2014-11-20 12:42:20 -08:00
John Blum
5f966ed9e5 SGF-352 - Change all Artifact Repository URLs to use HTTPS. 2014-11-20 10:27:40 -08:00
Oliver Gierke
f758faa881 SGF-315 - Re-activated Bundlor plugin to generate OSGi metadata.
Re-enabled the plugin and pointed it to the already existing template.mf. Polished up the template and make sure it refers to matching versions.
2014-09-03 12:23:07 +02:00
John Blum
5a1b8caf28 Fixed up the build.gradle script based on the merged asciidoc PR. Disabled the 'bundlor' Gradle plugin after attempting to get the 'bundle' task working, which led to several warnings due to an unspecified, non-customized 'Import' Bundle Manifest header. 2014-09-02 16:32:43 -07:00
Oliver Gierke
639293adfe SGF-305 - Finished migration to Asciidoctor.
Upgraded Asciidoctor plugin to 1.5 and re-enabled Docbook plugin for PDF generation. Removed obsolete repository declarations. Use Spring Data Build shared resources to use the CSS file from it. Configure Docbook reference plugin to use Asciidoctor generated sources. Override expandPlaceholders to avoid replacement of variables in source files. Tweaked docs ZIP setup to include Asciidoctor generated HTML and Docbook generated PDF version.
2014-09-02 16:54:39 +02:00
Greg Turnquist
d11bf5ce0e SGF-305: Move to Asciidoctor for reference documentation
First cut at migrating reference docs to asciidoctor.
2014-09-02 14:20:08 +02:00
John Blum
299dd49a79 Cleanup to the SDG dependency repository references, preferring Spring IO Repos over external repos (such as dist.gemstone.com). Added conditional logic around the GemFire 8 Distribution Configuration Properties in the CacheFactoryBean in an effort to enable SDG 1.5 to work with GemFire 7.x versions and earlier. Refactored the GemfireUtils class's logic for detecting GemFire Versions at runtime. 2014-08-19 17:56:49 -07:00
Oliver Gierke
c71132fe6c SGF-306 - After release cleanups. 2014-08-13 16:29:32 +02:00
Oliver Gierke
ba24869371 SGF-306 - Prepare 1.5.0.RC1 (Evans RC1). 2014-08-13 15:05:21 +02:00
John Blum
d8896fd05b Final updates to SDG's build.gradle script to resolve GemFire 7.5 build artifact snapshots in order to build SDG with support for GemFire 7.5 features and functionality. 2014-08-11 17:00:07 -07:00
John Blum
358aa55304 Upgrades Spring Data GemFire 1.5 to GemFire 7.5. 2014-08-11 17:00:07 -07:00
Oliver Gierke
76d44ca970 SGF-298 - After release cleanups. 2014-07-10 20:40:44 +02:00
Oliver Gierke
6f435e34fc SGF-298 - Prepare 1.5.0.M1 (Evans M1). 2014-07-10 17:14:50 +02:00
Oliver Gierke
b1e3cc121a SGF-286 - After release cleanups. 2014-05-20 19:52:47 +02:00