Oliver Gierke
d6bbadb167
SGF-529 - Prepare 1.7.5 (Gosling SR5).
2016-09-20 15:44:24 +02:00
Oliver Gierke
dbb28474f1
SGF-529 - Updated changelog.
2016-09-20 15:29:05 +02:00
Oliver Gierke
2c35587b69
SGF-532 - Fixed dependency scope of Spring Shell.
...
When we moved the build from Gradle to Maven, the dependency for Spring Shell was elevated from test scope to runtime. It rather should stay on test to not leak into upstream dependencies.
2016-09-20 14:41:46 +02:00
Oliver Gierke
8837917c8b
SGF-503 - Updated changelog.
2016-09-20 11:50:41 +02:00
John Blum
d4c06a4ffa
SGF-530 - Move project build to Maven.
2016-09-20 00:00:19 -07:00
John Blum
48d8f253a9
SGF-522 - Polish.
...
Original pull request: #88 .
2016-08-29 19:00:40 -07:00
Srikanth Manvi
1a4568e2bf
SGF-522 - Fix broken links in SDG documentation.
...
Origin pull request: #88 .
(cherry picked from commit 29f8e47fc22988435020e5e02a61409237106a65)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-08-29 18:51:16 -07:00
Oliver Gierke
b361e2917f
SGF-486 - Updated changelog.
2016-07-28 08:54:22 +02:00
John Blum
3325ad549a
SGF-507 - Handle case-insensitive OQL queries defined as Repository query methods.
...
(cherry picked from commit 96a5990749 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-07-18 16:33:45 -07:00
John Blum
3f0701fbdc
SGF-504 - Add addptional tests and polish.
...
(cherry picked from commit 0fa2a86a3be22f8caefbc8d4ef634db4b1680ac3)
Signed-off-by: John Blum <jblum@pivotal.io >
2016-06-24 10:04:43 -07:00
John Blum
ec03cc5b94
SGF-504 - Support Repositories with multiple Spring Data modules on the class path.
...
(cherry picked from commit 8423cdbe85 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-06-21 20:52:19 -07:00
Oliver Gierke
76ff1d9234
SGF-487 - Updated changelog.
2016-06-15 14:29:04 +02:00
Oliver Gierke
400e7ec566
SGF-485 - Updated changelog.
2016-04-10 11:37:59 +02:00
Oliver Gierke
393939221c
SGF-482 - Updated changelog.
2016-04-10 11:37:44 +02:00
Oliver Gierke
720b64be88
SGF-481 - Updated changelog.
2016-03-18 13:23:37 +01:00
John Blum
fb374e818a
SGF-475 - Add additional logging to the MappingPdxSerializer.
...
(cherry picked from commit 6dfd3e7082 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-03-01 16:16:25 -08:00
John Blum
778f16876c
SGF-474 - Fix the NPE in the MappingPdxSerializer
...
(cherry picked from commit 53a1fc217a )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-02-25 12:51:37 -08:00
Oliver Gierke
f4517ef07e
SGF-470 - After release cleanups.
2016-02-23 14:18:16 +01:00
Spring Buildmaster
f6bf0e2eac
SGF-470 - Prepare next development iteration.
2016-02-23 05:15:54 -08:00
Spring Buildmaster
6b516bc916
SGF-470 - Release version 1.7.4 (Gosling SR4).
2016-02-23 05:15:54 -08:00
Oliver Gierke
246dfa7bfe
SGF-470 - Prepare 1.7.4 (Gosling SR4).
2016-02-23 12:56:55 +01:00
Oliver Gierke
62bca2e671
SGF-470 - Updated changelog.
2016-02-23 12:56:43 +01:00
John Blum
e0b11fc4d7
SGF-473 - Fix CI build test failures.
...
(cherry picked from commit adaf6903d7 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-02-17 01:09:21 -08:00
John Blum
4f4c33a422
SGF-473 - Allow a Spring-configured ClientCache to be constructed without a Pool.
...
(cherry picked from commit b385dbc25e )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-02-16 23:05:18 -08:00
Oliver Gierke
87068c7205
SGF-740 - Tweaked version properties for Gosling SR4.
2016-02-11 16:36:39 +01:00
John Blum
b4d9c6f76f
SGF-459 - Add support for the get(key:Object, valueLoader:Callable) method in Spring Framework 4.3's Cache interface.
...
(cherry picked from commit 1b11b912f5 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-02-02 00:45:06 -08:00
Eitan Suez
cc4b3b419c
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 c543109197 )
2016-01-14 12:08:11 -08:00
John Blum
631b1b90ac
SGF-460 - Remove unnecessary SLF4J compile-time dependency.
...
(cherry picked from commit f334cf2c5c )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-01-13 18:37:06 -08:00
John Blum
4c73671cf8
SGF-458 - Enable resolution of GemFire's DistributedSystem and System properties to be overridden in PoolFactoryBean.
...
(cherry picked from commit 10fadc0d9a )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-01-08 17:19:33 -08:00
John Blum
7654049b2f
SGF-457 - Clean up Javadoc warnings.
...
(cherry picked from commit 91619b8811 )
Signed-off-by: John Blum <jblum@pivotal.io >
2016-01-08 17:16:13 -08:00
Oliver Gierke
42704d9687
SGF-456 - After release cleanups.
2015-12-18 10:26:36 +01:00
Spring Buildmaster
fa3a4af2f6
SGF-456 - Prepare next development iteration.
2015-12-18 00:47:29 -08:00
Spring Buildmaster
79785cf35f
SGF-456 - Release version 1.7.2.RELEASE (Gosling SR2).
2015-12-18 00:47:29 -08:00
Oliver Gierke
3ee04e277a
SGF-456 - Prepare 1.7.2.RELEASE (Gosling SR2).
2015-12-18 08:30:37 +01:00
Oliver Gierke
95e102ed97
SGF-456 - Updated changelog.
2015-12-18 08:30:29 +01:00
Christoph Strobl
6160598985
SGF-456 - Dependency upgrades prior to release.
...
- Spring 4.1.9
- Jackson 2.6.4
2015-12-17 10:24:41 +01:00
Oliver Gierke
57115e92e6
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.
2015-12-16 17:45:13 +01:00
John Blum
197394aca8
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 eebe7bb622 )
Signed-off-by: John Blum <jblum@pivotal.io >
2015-12-03 18:43:00 -08:00
John Blum
fd79e22ab4
SGF-449 - GemfireRepositoryFactoryBean.setGemfireMappingContext needs to call RepositoryFactoryBeanSupport.setMappingContext.
...
(cherry picked from commit 37d41a1ed2 )
Signed-off-by: John Blum <jblum@pivotal.io >
2015-12-03 18:42:53 -08:00
John Blum
17d46b0204
SGF-448 - GemfireRepositoryConfigurationExtension needs to override the RepositoryConfigurationExtensionSupport postProcess(:BeanDefinitionBuilder, :AnnotationRepositoryConfigurationSource) method.
...
(cherry picked from commit cf64807b09 )
Signed-off-by: John Blum <jblum@pivotal.io >
2015-12-03 18:42:44 -08:00
John Blum
842fdcab24
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 042af996e6 )
Signed-off-by: John Blum <jblum@pivotal.io >
2015-11-30 12:15:36 -08:00
Oliver Gierke
5567e0ecfb
SGF-437 - After release cleanups.
2015-11-19 13:01:07 +01:00
Spring Buildmaster
e86c602e54
SGF-437 - Prepare next development iteration.
2015-11-15 06:14:07 -08:00
Spring Buildmaster
568c1ee2ee
SGF-437 - Release version 1.7.1.RELEASE (Gosling SR1).
2015-11-15 06:14:04 -08:00
Oliver Gierke
b337ab6d10
SGF-437 - Prepare 1.7.1.RELEASE (Gosling SR1).
2015-11-15 14:06:54 +01:00
Oliver Gierke
4a5509d15e
SGF-437 - Updated changelog.
2015-11-15 14:06:49 +01:00
John Blum
df4efe1aab
SGF-442 - Remove incorrect statements about GemFire Java Reflection-based (PDX) Serialization in the SDG Reference Guide.
...
(cherry picked from commit 195d452fe2 )
Signed-off-by: John Blum <jblum@pivotal.io >
2015-10-19 18:52:22 -07:00
John Blum
d73e958811
SGF-437 - Upgrade to Spring Framework 4.1.8.RELEASE.
2015-10-16 09:08:35 -07:00
Oliver Gierke
300e6e4e4b
SGF-436 - Updated changelog.
2015-10-14 13:59:07 +02:00
John Blum
7f861b914e
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 a458115 )
Signed-off-by: John Blum <jblum@pivotal.io >
2015-10-14 00:48:20 -07:00