John Blum
7d91c8ed3a
SGF-598 - Review and polish.
2017-03-02 11:21:25 -08:00
Oliver Gierke
a57b8d8537
SGF-592 - Updated changelog.
2017-03-02 11:11:02 +01:00
John Blum
a28534dd7a
SGF-598 - Add support for suspend and resume in GemfireTransactionManager.
...
(cherry picked from commit 7c594e7cbad6854ffaf3b162647ea9eced0b3d92)
Signed-off-by: John Blum <jblum@pivotal.io >
2017-03-01 23:36:09 -08:00
John Blum
8ed71a719c
SGF-593 - Disable the default cache server when using org.apache.geode.distributed.ServerLauncher to fork a GemFire/Geode Server process.
2017-02-07 23:56:00 -08:00
John Blum
15aae69de5
SGF-594 - Difficult to determine whether GemFireRepository.findAll(keys) records not found.
2017-02-07 22:28:41 -08:00
John Blum
0d096dc140
SGF-593 - Refactor failing client/server integration tests due to static port allocation.
...
(cherry picked from commit 6290d1ee0ccc29d5abda08f06de719343e1201f9)
Signed-off-by: John Blum <jblum@pivotal.io >
2017-02-05 12:44:59 -08:00
Mark Paluch
8357a3b84e
SGF-590 - Remove reference to Spring's ConstantException from InterestUnitTests.
...
Related ticket: SPR-15159.
2017-01-26 14:15:58 +01:00
Oliver Gierke
9c2de8f456
SGF-578 - Updated changelog.
2017-01-26 12:12:34 +01:00
Oliver Gierke
6c605063b6
SGF-579 - Updated changelog.
2017-01-26 12:12:06 +01:00
John Blum
2dbc60854b
SGF-588 - Reorganize and repackage additional classes in the SDG API.
2017-01-21 00:30:30 -08:00
John Blum
3fb3e6c5df
SGF-587 - Remove the GemfireBeanFactoryLocator and replace with SpringContextBootstrappingInitializer.
2017-01-20 20:12:41 -08:00
Mark Paluch
2583aa6719
SGF-585 - Update project documentation with the CLA tool integration.
2017-01-13 12:02:49 +01:00
John Blum
c2ab0c22b1
SGF-582 - Polish.
2017-01-11 17:45:23 -08:00
Gregory Green
3bc7d2e711
SGF-582 - Add support for using bean property "id" as a Region key if @Id annotation is not present.
2017-01-10 17:34:33 -08:00
John Blum
734fab75b0
SGF-583 - Provide InterestBuilder class to appropriately and flexibly express interests in keys/values between client/server.
2017-01-05 22:04:16 -08:00
John Blum
6aeab5b058
SGF-581 - Fix possible test failure(s) in GenericRegionFactoryBeanTest.
...
(cherry picked from commit 4da08b04fd )
Signed-off-by: John Blum <jblum@pivotal.io >
2017-01-05 22:04:04 -08:00
John Blum
d978884f86
SGF-580 - Upgrade to Pivotal GemFire 9.0.1.
2017-01-03 10:36:05 -08:00
Oliver Gierke
02271b897a
SGF-561 - Updated changelog.
2016-12-21 19:35:30 +01:00
Oliver Gierke
2e852929b6
SGF-509 - Updated changelog.
2016-12-21 18:42:59 +01:00
John Blum
91e9cdc9f8
SGF-476 - Polish Spring (Data GemFire) provided, GemFire ServerLauncherCacheProvider implementation and tests.
...
Closes #87 .
(cherry picked from commit 7ef14587e207ad0d8144333add2656aef3abcfd1)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-20 21:18:54 -08:00
Dan Smith
b02abf2c1e
SGF-476 - Implement ServerLauncherCacheProvider to launch Geode with Spring.
...
Geode has removed the direct dependency on spring data gemfire in favor
of using a ServiceLoader to allow overriding the behavior of geode's server
launcher start behavior. Implementing the ServerLauncherCacheProvider
interface to allow SDG to override the server launcher behavior to parse
a spring xml file, if present.
(cherry picked from commit 4272216552d3404922a50c8cba7492b9893d1f8d)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-20 21:04:35 -08:00
Oliver Gierke
fe4527a45a
SGF-576 - Adapt API in GemfireRepositoryFactoryBean.
...
Related ticket: DATACMNS-891.
2016-12-15 21:59:18 +01:00
John Blum
c982d6ee74
SGF-548 - Add the org.springframework.data.gemfire.mapping.annotation package.
2016-12-12 19:38:45 -08:00
John Blum
aedfcdfb8e
SGF-106 - Add additional test case to test that no Indexes are created when @EnableIndexes is not present.
...
(cherry picked from commit add1fd9e71 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-12 19:16:13 -08:00
John Blum
ed7a1ade7b
SGF-549 - Configure DiskStores with annotations.
...
(cherry picked from commit c99d6ffbf8 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-12 18:57:15 -08:00
John Blum
ccca168c6e
SGF-106 - Add annotation support for creating Indexes.
...
(cherry picked from commit ef5dd8b7ce )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-12 18:51:42 -08:00
John Blum
5adfa166b0
SGF-548 - Configure Regions with annotations.
...
Related JIRA: SGF-250 - @EnableGemfireRegions for @Region.
(cherry picked from commit 701aa5f6ef )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-12 18:45:15 -08:00
John Blum
2679d78ac2
SGF-547 - Configure Eviction with annotations.
...
(cherry picked from commit fffb2b0de6 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-12 18:17:55 -08:00
John Blum
350a7e7a2c
SGF-516 - Configure Expiration with annotations.
...
(cherry picked from commit bfb3347056 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-12 14:12:39 -08:00
John Blum
c836568d9c
SGF-574 - Register repository factory in spring.factories for multi-store support.
...
These changes are required for the switch in support for multi-store detection.
Related JIRA ticket: DATACMNS-952.
(cherry picked from commit 440f82cc56 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-12-05 12:38:11 -08:00
John Blum
5df45870c6
SGF-573 - Change spring-shell dependency to 'test' scope and remove Bundlor from Gradle build.
2016-11-30 13:37:21 -08:00
Oliver Gierke
6e215ef4c8
SGF-563 - After release cleanups.
2016-11-23 10:59:10 +01:00
Oliver Gierke
fd57963e4e
SGF-563 - Prepare next development iteration.
2016-11-23 10:59:08 +01:00
Oliver Gierke
ad0a55bd20
SGF-563 - Release version 2.0 M1 (Kay).
2016-11-23 10:35:48 +01:00
Oliver Gierke
e11437ee79
SGF-563 - Prepare 2.0 M1 (Kay).
2016-11-23 10:35:08 +01:00
Oliver Gierke
cd877a8579
SGF-563 - Updated changelog.
2016-11-23 10:34:59 +01:00
John Blum
aa28010b4e
SGF-571 - Remove explicit call to start() in ContinuousQueryListenerContainer.afterPropertiesSet().
2016-11-22 00:30:20 -08:00
John Blum
6d8bee2b34
SGF-570 - Respect manual-start on Gateway Senders/Receivers but no longer couple the start/stop lifecycle to the Spring container.
...
(cherry picked from commit 1b9e65cdc1 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-11-21 13:14:17 -08:00
John Blum
49b86a0ed0
SGF-569 - Move Off-Heap, Redis Adapter and Security Annotation config from apache-geode to SDG 2.0.x.
2016-11-18 17:08:09 -08:00
John Blum
9bba7e747e
SGF-564 - Add 2.0 SDG XML Schemas (XSD files).
2016-11-17 17:52:45 -08:00
John Blum
9c0d0aab34
SGF-567 - Add Spring Shell 1.2.0.RELEASE dependency to the runtime classpath.
2016-11-17 17:20:01 -08:00
John Blum
c77089f48c
SGF-567 - Remove old GemFire GatewayHub functionality.
...
Remove other deprecated and no longer existing GemFire classes in GemFire 9.
2016-11-17 15:42:56 -08:00
John Blum
b5e05a4b69
SGF-567 - Rename all com.gemstone.gemfire package references to org.apache.geode.
2016-11-17 13:41:57 -08:00
John Blum
7c1574e600
SGF-567 - Upgrade to GemFire 9.0.0-beta.1.
2016-11-17 09:04:40 -08:00
John Blum
623282faef
SGF-564 - Reorganize the SDG API into logical packages based on functional concern.
2016-11-11 00:17:33 -08:00
John Blum
d3041d05a4
SGF-564 - Upgrade Gradle build to Java 8.
...
Upgrade AssertJ version to 3.5.2.
Upgrade Jackson version to 2.8.4.
Upgrade Spring Framework to 5.0.0.M3.
Upgrade Spring Data Build to 2.0.0.BUILD-SNAPSHOT.
Upgrade Spring Data Commons to 2.0.0.BUILD-SNAPSHOT.
Set Spring Data GemFire version to 2.0.0.BUILD-SNAPSHOT.
2016-11-10 23:15:08 -08:00
Mark Paluch
7dbb31c988
SGF-564 - Resolve Java compiler ambiguities.
2016-11-10 12:24:54 +01:00
Mark Paluch
32c66ddba3
SGF-564 - Set up 2.0 development.
2016-11-10 11:47:51 +01:00
John Blum
b2c8f18b23
SGF-565 - Stackoverflow error when the 'locators' attribute is specified in any of the XCacheApplication annotations.
2016-11-09 10:24:58 -08:00
John Blum
bcce3c0351
SGF-562 - Include attribute to enable BeanFactoryLocator support in Annotation config.
2016-11-07 14:41:27 -08:00