Commit Graph

1038 Commits

Author SHA1 Message Date
John Blum
52dc2a16d4 SGF-875 - Remove unnecessary use of Apache Shiro API. 2019-08-21 21:40:13 -07:00
John Blum
9a8f09d11a SGF-872 - Invoke SmartLifecycle callbacks when defining Regions based on Caching annotations. 2019-08-16 13:14:42 -07:00
John Blum
5118fbb82a SGF-873 - Correct misspelling in the LazyResolvingComposableContinousQueryListenerContainerConfigurer class name. 2019-08-16 13:14:34 -07:00
Mark Paluch
ceb34bf25a SGF-855 - Updated changelog. 2019-08-05 15:57:34 +02:00
Mark Paluch
066c0301f3 SGF-854 - Prepare 2.1.10 (Lovelace SR10). 2019-08-05 11:20:57 +02:00
Mark Paluch
531285b217 SGF-854 - Updated changelog. 2019-08-05 11:20:52 +02:00
Mark Paluch
4c55c86591 SGF-843 - Updated changelog. 2019-08-05 11:09:02 +02:00
John Blum
094ea58a93 SGF-865 - Refactor Gateway Sender/Receiver support and remove unnecessary configuration validations. 2019-07-23 11:12:39 -07:00
John Blum
ac76726875 SGF-863 - Change HTTPS URL to HTTP when resolving the cache.xml XSD. 2019-07-18 00:04:43 -07:00
John Blum
5d4041df5a SGF-863 - Change geode XML schema references to gemfire. 2019-07-17 23:37:19 -07:00
John Blum
15564b4122 SGF-863 - Remove redundant ignore-jta Region element attribute. 2019-07-17 23:37:11 -07:00
John Blum
e588d9385f SGF-863 - Fixup non-HTTPS URLs. 2019-07-17 23:36:14 -07:00
John Blum
7d8a4c7cc5 SGF-863 - Rename AEQ and GatewaySender test classes. 2019-07-17 23:36:08 -07:00
John Blum
c8894ec87d SGF-864 - Switch SnapshotService tests to use the temporary directory rather than 'user.home'. 2019-07-17 23:35:47 -07:00
John Blum
c0b01c7800 SGF-864 - Fix unreliable tests. 2019-07-17 23:33:50 -07:00
John Blum
181e3d8c5b SGF-863 - Polish. 2019-07-17 23:27:59 -07:00
John Blum
46259b3c35 SGF-863 - Add unit tests asserting the addition of AsyncEventQueues (AEQ) and GatewaySenders to Regions of various types (e.g. LOCAL, PARTITION, REPLICATE as well as Templates) using objects and identifiers. 2019-07-17 23:27:52 -07:00
John Blum
989dc38c56 SGF-863 - Add integration tests testing the addition of AsyncEventQueues and GatewaySenders declared as both objects and identifiers to an existing Region defined in cache.xml. 2019-07-17 23:27:42 -07:00
John Blum
ba473805ca SGF-863 - Rename test class and configuration files. 2019-07-17 23:27:17 -07:00
John Blum
1b6f627903 SGF-863 - Add integration tests testing the association of Region(s) to AsyncEventQueue (AEQ) ID(s). 2019-07-17 23:27:11 -07:00
John Blum
a858a48374 SGF-863 - Add integration tests testing the association of Region(s) to GatewaySender ID(s). 2019-07-17 23:26:47 -07:00
John Blum
9f43c85bf6 SGF-863 - Add support in the XML Namespace for Region to AsyncEventQueue and GatewaySender associations by ID. 2019-07-17 23:24:56 -07:00
John Blum
de10553183 SGF-863 - Prepare Region configuration using SDG XML Namespace Parsers to accept AEQ and GatewaySender IDs for association. 2019-07-17 23:23:46 -07:00
John Blum
10ae5fe336 SGF-863 - Prepare Region configuration using SDG FactoryBeans to accept AEQ and GatewaySender IDs for association. 2019-07-17 23:23:15 -07:00
John Blum
7365cc7fa3 SGF-857 - Change GemFire log-level from 'warning' to 'error'. 2019-06-18 17:13:37 -07:00
John Blum
d03a91c54e SGF-827 - Even more URL cleanup caught by Checkstyle. 2019-06-18 16:56:29 -07:00
John Blum
2242e12737 SGF-857 - Cleanup additional build log output. 2019-06-18 16:24:37 -07:00
John Blum
17ab7e3feb SGF-827 - Revert XSD HTTPS URLs to HTTP in GemFire/Geode cache.xml schemaLocation. 2019-06-18 16:24:37 -07:00
John Blum
d6800dda4e SGF-827 - More URL cleanup caught by Checkstyle. 2019-06-18 16:24:37 -07:00
John Blum
7c9cae3761 SGF-857 - Change log-level in test configuration meta-data to 'error'. 2019-06-18 16:24:47 -07:00
John Blum
f59d2aa48c SGF-857 - Adapt to Mockito API (and behavior) changes after log-level changed from 'config' to 'error'. 2019-06-18 16:24:42 -07:00
John Blum
1b75d799c8 SGF-857 - Tune the build log output. 2019-06-18 16:24:37 -07:00
John Blum
ddf1de39a3 SGF-858 - Replace all cache.xml document schema declarations referring to the DTD to use the XSD. 2019-06-18 16:01:58 -07:00
John Blum
1a1fdf2156 SGF-827 - Additional URL cleanup caught by Checkstyle. 2019-06-18 07:02:17 -07:00
Christoph Strobl
ba5f141aad SGF-834 - Updated changelog. 2019-06-14 15:18:14 +02:00
Christoph Strobl
70a374aaf3 SGF-842 - Prepare 2.1.9 (Lovelace SR9). 2019-06-14 12:38:59 +02:00
Christoph Strobl
7190f4037b SGF-842 - Updated changelog. 2019-06-14 12:38:54 +02:00
John Blum
1434c2205f SGF-849 - Simplify the RegionConfigurer interface.
Change the class type paramter to ClientRegionFactoryBean.

Remove the configure(:String, :ConfigurableRegionFactoryBean) method, which is causing ambiguity in Java method resolution during runtime/invocations, even with strongly-typed FactoryBeans (e.g. ClientRegionFactoryBean). #argh
2019-06-11 16:41:42 -07:00
John Blum
172304268a SGF-849 - Change the generic signature of the Configurer interface. 2019-06-09 12:26:50 -07:00
Mark Paluch
852a4f456c SGF-827 - URL Cleanup. 2019-06-05 11:14:02 +02:00
John Blum
c5bd2d66f5 SGF-850 - Switch all XML document schemaLocations (XSD) from HTTP to HTTPS. 2019-05-30 00:54:17 -07:00
John Blum
4d1e6607a6 SGF-850 - Define HTTPS XML Schema (XSD) locations. 2019-05-30 00:47:56 -07:00
John Blum
085162a431 SGF-850 - Refactor existing SDG XML Schemas (XSD) and switch schemaLocations from HTTP to HTTPS. 2019-05-30 00:46:13 -07:00
John Blum
30db348a9f SGF-849 - Fix test failures. 2019-05-28 18:35:31 -07:00
John Blum
4cfd80f0f9 SGF-849 - Adapt EmbeddedServiceConfigurationSupport to honor new Configurer interface/contract. 2019-05-28 18:35:23 -07:00
John Blum
ece3fc6520 SGF-849 - Modify all configuration classes to use lazy-resolving, composable Configurer implementations for resolving the user-defined, application Configurers. 2019-05-28 18:35:16 -07:00
John Blum
f6bba067c2 SGF-849 - Define lazy-resolving, composable Configurer implementations for all SDG Configurers. 2019-05-28 18:35:10 -07:00
John Blum
cd038d1a7d SGF-849 - Rebase all Configurers on the o.s.d.g.config.annotation.support.Configurer interface. 2019-05-28 18:35:04 -07:00
John Blum
e4d515a5db SGF-849 - Define an abstract, lazy-resolving, composable Configurer implementation. 2019-05-28 18:34:59 -07:00
John Blum
e272b92b06 SGF-849 - Define the Configurer interface as a contract for implementing objects that can augment the configuration meta-data of SDG, primarily through Spring FactoryBeans. 2019-05-28 18:34:14 -07:00