John Blum
788217b8e5
DATAGEODE-197 - Polish.
2019-07-17 19:24:30 -07:00
John Blum
abc175d3c7
DATAGEODE-197 - 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 19:24:23 -07:00
John Blum
95ed811219
DATAGEODE-197 - 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 19:24:11 -07:00
John Blum
ad3ba9d6cc
DATAGEODE-197 - Rename test class and configuration files.
2019-07-17 19:23:43 -07:00
John Blum
72558d56c3
DATAGEODE-197 - Add integration tests testing the association of Region(s) to AsyncEventQueue (AEQ) ID(s).
2019-07-17 19:23:35 -07:00
John Blum
495ca6ff9a
DATAGEODE-197 - Add integration tests testing the association of Region(s) to GatewaySender ID(s).
2019-07-17 19:23:24 -07:00
John Blum
ad3005fc96
DATAGEODE-197 - Add support in the XML Namespace for Region to AsyncEventQueue and GatewaySender associations by ID.
2019-07-17 19:21:34 -07:00
John Blum
7629a0d12a
DATAGEODE-197 - Prepare Region configuration using SDG XML Namespace Parsers to accept AEQ and GatewaySender IDs for association.
2019-07-17 19:20:18 -07:00
John Blum
8dc42601b7
DATAGEODE-197 - Prepare Region configuration using SDG FactoryBeans to accept AEQ and GatewaySender IDs for association.
2019-07-17 19:19:46 -07:00
John Blum
84f2eacef9
DATAGEODE-205 - Cleanup additional build log output.
2019-06-18 14:17:59 -07:00
John Blum
5d3a8b19dc
DATAGEODE-176 - Revert XSD HTTPS URLs to HTTP in GemFire/Geode cache.xml schemaLocation.
2019-06-18 13:58:55 -07:00
John Blum
132f556c49
DATAGEODE-176 - More URL cleanup caught by Checkstyle.
2019-06-18 13:48:22 -07:00
John Blum
a1256a4eb6
DATAGEODE-205 - Change log-level in test configuration meta-data to 'error'.
2019-06-18 13:03:46 -07:00
John Blum
7dd528e818
DATAGEODE-206 - Adapt to Mockito API (and behavior) changes after log-level changed from 'config' to 'error'.
2019-06-18 13:03:46 -07:00
John Blum
649035fc2b
DATAGEODE-205 - Tune the build log output.
2019-06-18 13:03:46 -07:00
John Blum
0f75b2338f
DATAGEODE-204 - Replace all cache.xml document schema declarations referring to the DTD to use the XSD.
2019-06-18 13:03:46 -07:00
John Blum
8c64ff6881
DATAGEODE-176 - Additional URL cleanup caught by Checkstyle.
2019-06-18 13:03:46 -07:00
Christoph Strobl
5d30f6f39b
DATAGEODE-181 - Updated changelog.
2019-06-14 15:18:12 +02:00
Christoph Strobl
df818fbcd9
DATAGEODE-189 - Prepare 2.1.9 (Lovelace SR9).
2019-06-14 12:38:59 +02:00
Christoph Strobl
287f480255
DATAGEODE-189 - Updated changelog.
2019-06-14 12:38:55 +02:00
John Blum
5060982092
DATAGEODE-198 - 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 15:42:07 -07:00
John Blum
cc987bdbd6
DATAGEODE-198 - Change the generic signature of the Configurer interface.
2019-06-09 11:25:26 -07:00
Mark Paluch
29443fdb50
DATAGEODE-176 - URL Cleanup.
2019-06-05 11:12:36 +02:00
John Blum
13076ec159
DATAGEODE-199 - Switch all XML document schemaLocations (XSD) from HTTP to HTTPS.
2019-05-29 23:23:08 -07:00
John Blum
cd158c055f
DATAGEODE-199 - Define HTTPS XML Schema (XSD) locations.
2019-05-29 23:17:05 -07:00
John Blum
ed7be8d8a1
DATAGEODE-199 - Refactor existing SDG XML Schemas (XSD) and switch schemaLocations from HTTP to HTTPS.
2019-05-29 18:32:25 -07:00
John Blum
859dd07d81
DATAGEODE-198 - Fix test failures.
2019-05-28 17:55:24 -07:00
John Blum
9fbc383f40
DATAGEODE-198 - Adapt EmbeddedServiceConfigurationSupport to honor new Configurer interface/contract.
2019-05-28 17:55:18 -07:00
John Blum
2746109154
DATAGEODE-198 - Modify all configuration classes to use lazy-resolving, composable Configurer implementations for resolving the user-defined, application Configurers.
2019-05-28 17:55:10 -07:00
John Blum
dd448449ea
DATAGEODE-198 - Define lazy-resolving, composable Configurer implementations for all SDG Configurers.
2019-05-28 17:55:03 -07:00
John Blum
0f62cb8c52
DATAGEODE-198 - Rebase all Configurers on the o.s.d.g.config.annotation.support.Configurer interface.
2019-05-28 17:54:55 -07:00
John Blum
bf6bad0362
DATAGEODE-198 - Define an abstract, lazy-resolving, composable Configurer implementation.
2019-05-28 17:54:48 -07:00
John Blum
6a16ce5230
DATAGEODE-198 - 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 17:53:14 -07:00
John Blum
aba1781932
DATAGEODE-196 - Add support for dynamic HTTP client port configuration based on protocol/scheme.
2019-05-20 17:24:36 -07:00
John Blum
2fb8ee28e3
DATAGEODE-194 - Add support to authenticate HTTP requests when using @EnableClusterConfiguration and @EnableSecurity.
2019-05-18 20:28:21 -07:00
John Blum
25701a9192
DATAGEODE-192 - Polish.
2019-05-18 20:27:59 -07:00
John Blum
97101309a3
DATAGEODE-192 - Add support for HTTPS and Follow Redirects when using @EnableClusterConfiguration.
2019-05-18 20:27:34 -07:00
Mark Paluch
1a99190e1b
DATAGEODE-186 - Prepare 2.1.8 (Lovelace SR8).
2019-05-13 13:25:06 +02:00
Mark Paluch
f28154012f
DATAGEODE-186 - Updated changelog.
2019-05-13 13:25:01 +02:00
Mark Paluch
8cb9383876
DATAGEODE-182 - Updated changelog.
2019-05-13 12:37:42 +02:00
Oliver Drotbohm
7637968ffb
DATAGEODE-178 - Prepare 2.1.7 (Lovelace SR7).
2019-05-10 12:18:11 +02:00
Oliver Drotbohm
0d527ad4de
DATAGEODE-178 - Updated changelog.
2019-05-10 12:18:05 +02:00
John Blum
022ef2abf2
DATAGEODE-184 - Apply RegionConfigurers to Caching-defined Regions.
2019-05-09 23:23:19 -07:00
Christoph Strobl
b1e06c510c
DATAGEODE-174 - Updated changelog.
2019-04-11 12:28:51 +02:00
Oliver Drotbohm
b2c9a4e494
DATAGEODE-171 - Prepare 2.1.6 (Lovelace SR6).
2019-04-01 20:03:20 +02:00
Oliver Drotbohm
822524e3aa
DATAGEODE-171 - Updated changelog.
2019-04-01 20:03:16 +02:00
Oliver Drotbohm
e5ac4c1b3b
DATAGEODE-166 - Updated changelog.
2019-04-01 19:37:02 +02:00
Spring Operator
040e0790a2
DATAGEODE-176 - URL Cleanup.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 895 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
Resolves gh-17
2019-03-27 10:41:06 +01:00
Christoph Strobl
1bb9874abe
DATAGEODE-160 - Updated changelog.
2019-03-07 10:30:03 +01:00
Mark Paluch
944ed1b156
DATAGEODE-167 - Prepare 2.1.5 (Lovelace SR5).
2019-02-13 09:55:36 +01:00