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
John Blum
7d9618b140
SGF-846 - Polish.
2019-05-18 21:09:54 -07:00
John Blum
116c01a20f
SGF-846 - Add support for HTTPS and Follow Redirects when using @EnableClusterConfiguration.
2019-05-18 21:09:43 -07:00
Mark Paluch
49f3a67dee
SGF-840 - Updated changelog.
2019-05-13 18:19:11 +02:00
Mark Paluch
770c4844f6
SGF-839 - After release cleanups.
2019-05-13 14:58:46 +02:00
Mark Paluch
621394a7c7
SGF-839 - Prepare next development iteration.
2019-05-13 14:58:44 +02:00
Mark Paluch
ce590deb07
SGF-839 - Release version 2.1.8 (Lovelace SR8).
2019-05-13 13:25:53 +02:00
Mark Paluch
8c05c945b5
SGF-839 - Prepare 2.1.8 (Lovelace SR8).
2019-05-13 13:25:06 +02:00
Mark Paluch
96dbc6e3b3
SGF-839 - Updated changelog.
2019-05-13 13:24:59 +02:00
Mark Paluch
0e13aacc7a
SGF-835 - Updated changelog.
2019-05-13 12:37:44 +02:00
Oliver Drotbohm
2a081ee1a9
SGF-829 - Updated changelog.
2019-05-10 14:18:10 +02:00
Oliver Drotbohm
b6efbe2408
SGF-831 - After release cleanups.
2019-05-10 12:55:59 +02:00
Oliver Drotbohm
b892b25603
SGF-831 - Prepare next development iteration.
2019-05-10 12:55:57 +02:00
Oliver Drotbohm
e04f9d7d5d
SGF-831 - Release version 2.1.7 (Lovelace SR7).
2019-05-10 12:18:52 +02:00
Oliver Drotbohm
57057c54b9
SGF-831 - Prepare 2.1.7 (Lovelace SR7).
2019-05-10 12:18:10 +02:00
Oliver Drotbohm
758c4d2c33
SGF-831 - Updated changelog.
2019-05-10 12:18:02 +02:00
John Blum
94ca126b9d
SGF-838 - Apply RegionConfigurers to Caching-defined Regions.
2019-05-10 00:16:36 -07:00
Christoph Strobl
f891843424
SGF-825 - Updated changelog.
2019-04-11 12:28:55 +02:00
Oliver Drotbohm
99d38c5b81
SGF-820 - After release cleanups.
2019-04-01 20:55:13 +02:00
Oliver Drotbohm
a3281ed606
SGF-820 - Prepare next development iteration.
2019-04-01 20:55:11 +02:00
Oliver Drotbohm
23a0c0f3b4
SGF-820 - Release version 2.1.6 (Lovelace SR6).
2019-04-01 20:04:13 +02:00
Oliver Drotbohm
5401627f10
SGF-820 - Prepare 2.1.6 (Lovelace SR6).
2019-04-01 20:03:19 +02:00