Commit Graph

1116 Commits

Author SHA1 Message Date
John Blum
65ddad967d DATAGEODE-314 - Introduce new BeanFactoryPoolResolver implementation.
The BeanFactoryPoolResolver implementation resolves a managed, named Pool object (bean) from the Spring BeanFactory (container).
2020-03-24 19:37:18 -07:00
John Blum
735c9f8ea4 DATAGEODE-311 - Allow Security configuration applied by Annotations to be used in LocatorApplications. 2020-03-19 15:05:28 -07:00
John Blum
0610062dc7 DATAGEODE-310 - Use Environment accessible properties to enable/disable Apache Shiro and Authentication Auto-configuration. 2020-03-19 15:05:20 -07:00
John Blum
0b5ad76411 DATAGEODE-309 - Apply Spring bean ClassLoader to Thread context ClassLoader in LocatorApplications. 2020-03-19 15:05:16 -07:00
Mark Paluch
4b86c9aa3d SGF-910 - Prepare 2.2.5 (Moore SR5). 2020-02-26 11:37:58 +01:00
Mark Paluch
1bf7d40a85 SGF-910 - Updated changelog. 2020-02-26 11:37:56 +01:00
Mark Paluch
2be03dd36d SGF-909 - Updated changelog. 2020-02-26 11:31:49 +01:00
Mark Paluch
bf8a5e7334 SGF-902 - Prepare 2.2.4 (Moore SR4). 2020-01-15 12:37:18 +01:00
Mark Paluch
5403691734 SGF-902 - Updated changelog. 2020-01-15 12:37:14 +01:00
Mark Paluch
8dbcc7c7cb SGF-901 - Updated changelog. 2020-01-15 10:36:37 +01:00
John Blum
19ecd5d10d SGF-908 - Polish.
Resolves gh-32.
2020-01-14 20:44:19 -08:00
Jacob Barrett
8c836ac9a7 SGF-908 - Parse standard "host:port" format.
Resolves gh-32.

Adds support for standard "host:port" format when parsing
ConnectionEndpoints while preserving "host[port]" support.
2020-01-14 20:43:50 -08:00
John Blum
ec19c3466c SGF-907 - Refactor PoolFactoryBean to use PoolResolver. 2020-01-14 20:43:07 -08:00
John Blum
fb7c13fc2c SGF-906 - Refactor ContinuousQueryListenerContainer to use PoolResolver. 2020-01-14 20:42:04 -08:00
Mark Paluch
c9666e673e SGF-903 - Update copyright year to 2020. 2020-01-14 20:24:13 -08:00
Jens Schauder
ccfcf8af1d SGF-899 - Prepare 2.2.3 (Moore SR3). 2019-12-04 14:11:44 +01:00
Jens Schauder
2d711f2b6a SGF-899 - Updated changelog. 2019-12-04 14:11:37 +01:00
Jens Schauder
bdb15b36b9 SGF-898 - Updated changelog. 2019-12-04 12:09:49 +01:00
Mark Paluch
f356c63cd4 SGF-892 - Prepare 2.2.2 (Moore SR2). 2019-11-18 12:31:53 +01:00
Mark Paluch
6f76d8714a SGF-892 - Updated changelog. 2019-11-18 12:31:47 +01:00
Mark Paluch
9f0433f458 SGF-891 - Updated changelog. 2019-11-18 12:16:28 +01:00
John Blum
6d0076e771 SGF-895 - Add warning in the 'Configuring the Embedded Redis Server' documentation explaining to users that the 'org.apache.geode:geode-redis' module must be explicitly declared on the Spring [Boot] application classpath when usign the @EnableRedisServer annotation. 2019-11-15 16:22:39 -08:00
John Blum
70d83ca9fd SGF-894 - Fix Javadoc HTTP URL reference; switch to HTTPS. 2019-11-15 16:22:35 -08:00
John Blum
b4812da6d1 SGF-894 - Move TransactionApplicationEvent to o.s.d.g.transaction.event. 2019-11-15 16:22:29 -08:00
John Blum
2ee3037b38 SGF-896 - Cannot enable the BeanFactoryLocator for a ClientCache instance using SDG property. 2019-11-15 16:22:24 -08:00
John Blum
2dc376d966 SGF-894 - Add tests for Spring @TransactionalEventListener annotated POJO methods in the context of Apache Geode, Local Cache Transactions. 2019-11-15 16:22:16 -08:00
John Blum
9d28305c45 SGF-894 - Polish. 2019-11-15 16:22:06 -08:00
Patrick Johnson
a430b82660 SGF-894 - Add documentation for TransactionalEventListener annotation. 2019-11-15 16:21:59 -08:00
Christoph Strobl
636ad7d84b SGF-886 - Prepare 2.2.1 (Moore SR1). 2019-11-04 14:54:16 +01:00
Christoph Strobl
9dbf97132c SGF-886 - Updated changelog. 2019-11-04 14:54:09 +01:00
Christoph Strobl
a3176873b9 SGF-885 - Updated changelog. 2019-11-04 10:34:53 +01:00
John Blum
6cf272f17e SGF-889 - Introduce RestTemplateConfigurer to configure the RestTemplate used when sending configuration metadata from client to server. 2019-10-30 21:31:30 -07:00
John Blum
82c4185085 SGF-890 - Add support for AEQ pauseEventDispatching. 2019-10-30 21:31:23 -07:00
Mark Paluch
c53316e1dd SGF-869 - Prepare 2.2 GA (Moore). 2019-09-30 15:50:43 +02:00
Mark Paluch
1c7f6bc150 SGF-869 - Updated changelog. 2019-09-30 15:50:37 +02:00
Mark Paluch
2d1da85feb SGF-868 - Updated changelog. 2019-09-30 11:16:16 +02:00
John Blum
d65b177d31 SGF-884 - Adapt to API changes introduced in Pivotal GemFire 9.8.4. 2019-09-27 20:05:15 -07:00
John Blum
3e6a9868aa SGF-883 - Add support for @CacheConfig in @EnableCachingDefinedRegions. 2019-09-25 21:14:51 -07:00
John Blum
ed5d4ecaa7 SGF-882 - The 'gemfireDataSourcePostProcessor' bean should be a BeanPostProcessor.
Also, under no circumstances should the BeanPostProcessor have a dependency on the GemFireCache!
2019-09-19 23:40:58 -07:00
Mark Paluch
a5a618ab59 SGF-870 - Prepare 2.2 RC3 (Moore). 2019-09-06 10:10:12 +02:00
Mark Paluch
6df3c8e2a3 SGF-870 - Updated changelog. 2019-09-06 10:10:05 +02:00
John Blum
1deafcd65b SGF-881 - Fix parsing issue that mishandles whitespace in ConnectionEndpoint.parse(..). 2019-08-30 18:46:55 -07:00
John Blum
b90e270505 SGF-879 - Switch spring-web to be an optional dependency. 2019-08-21 18:21:30 -07:00
John Blum
0c11128098 SGF-808 - Allow the JSR-107, JCache API to be an optional dependency when using @EnableCachingDefinedRegions. 2019-08-21 18:20:26 -07:00
John Blum
3a4ab9789f SGF-878 - Optimize imports. 2019-08-21 18:18:12 -07:00
John Blum
e28e57fae1 SGF-875 - Remove unnecessary use of Apache Shiro API. 2019-08-21 18:12:15 -07:00
John Blum
62cd17bd9d SGF-872 - Invoke SmartLifecycle callbacks when defining Regions based on Caching annotations. 2019-08-16 12:25:24 -07:00
John Blum
9552c4d38d SGF-873 - Correct misspelling in the LazyResolvingComposableContinousQueryListenerContainerConfigurer class name. 2019-08-16 12:24:42 -07:00
John Blum
93ba73903c SGF-871 - Polish.
Resolves gh-26.
2019-08-16 12:24:22 -07:00
Udo Kohlmeyer
c3168a07cf SGF-871 - Refactor GatewayReceiverConfigurer to use LazyResolvingComposableGatewayReceiverConfigurer.
Amended GatewayReceiverFactoryBean to now define a List<GatewayReceiverConfigurer> rather than single GatewayReceiverConfigurer reference.

Resolves gh-26.
2019-08-16 12:22:56 -07:00