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
1fe46b1cf2
SGF-862 - Upgrade to Pivotal GemFire 9.5.4.
2019-07-15 13:03:05 -07:00
Mark Paluch
41e4225400
SGF-861 - Fix typo.
2019-07-10 09:57:03 +02:00
Mark Paluch
6fda529f8c
SGF-847 - Cleanup release profile.
...
Reuse inherited configuration from parent pom.
2019-07-09 11:49:29 +02:00
Mark Paluch
11ba95eaa1
SGF-861 - Revise readme for a consistent structure.
2019-07-09 11:49:29 +02:00
Greg Turnquist
dea0b375ee
SGF-847 - Polishing.
2019-07-03 16:39:05 -05:00
Greg Turnquist
d452becf9e
SGF-847 - Use parent 'artifactory' profile.
2019-07-03 16:38:43 -05:00
Greg Turnquist
3a83e933cf
SGF-847 - Only build main branch for upstream triggers.
2019-06-28 17:16:53 -05:00
Greg Turnquist
4e7ae8ffa9
SGF-847 - Set user.name and user.home for CI jobs.
2019-06-24 15:17:30 -05: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
1e52db9680
SGF-827 - Switch HTTP URLs to HTTPS in Code of Conduct.
2019-06-18 10:45:02 -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
29ee1257cc
SGF-842 - After release cleanups.
2019-06-14 13:14:51 +02:00
Christoph Strobl
b00f7ccc6e
SGF-842 - Prepare next development iteration.
2019-06-14 13:14:50 +02:00
Christoph Strobl
d9e1783127
SGF-842 - Release version 2.1.9 (Lovelace SR9).
2019-06-14 12:39:34 +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
Greg Turnquist
ba071c2390
SGF-847 - Introduce Jenkins.
2019-05-29 08:24:33 -05: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
John Blum
4d7c36d368
SGF-848 - Add support for dynamic HTTP client port configuration based on protocol/scheme.
2019-05-20 19:30:31 -07:00
John Blum
9f15fe71f3
SGF-807 - Add support to authenticate HTTP requests when using @EnableClusterConfiguration and @EnableSecurity.
2019-05-18 21:10:05 -07:00