Commit Graph

978 Commits

Author SHA1 Message Date
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
Mark Paluch
6137460d08 DATAGEODE-167 - Updated changelog. 2019-02-13 09:55:32 +01:00
Mark Paluch
9a3c26d101 DATAGEODE-156 - Prepare 2.1.4 (Lovelace SR4). 2019-01-10 12:34:54 +01:00
Mark Paluch
7dacd7cbee DATAGEODE-156 - Updated changelog. 2019-01-10 12:34:49 +01:00
Mark Paluch
5e70ed3f54 DATAGEODE-155 - Updated changelog. 2019-01-10 12:26:36 +01:00
Mark Paluch
d6da06625a DATAGEODE-164 - Update copyright years to 2019. 2019-01-02 13:51:11 +01:00
John Blum
764a9e3d98 DATAGEODE-151 - Polish.
Resolves gh-6.
2018-12-18 18:39:43 -08:00
Udo Kohlmeyer
36fc2d327d DATAGEODE-151 - BatchingResultSender does not handle empty collections.
The current o.s.d.gemfire.function.BatchingResultSendera does not handle size/length 0 arrays
or collections when batch size is larger than 0.

Also fixed issue where lastResult was not sent with arrays, do to logic issue,
when the lastResult is to be sent.
2018-12-18 18:39:37 -08:00
John Blum
0ae7cacbd8 DATAGEODE-163 - Fix failing entity Index configuration integration tests.
Rename EnableIndexingConfigurationIntegrationTests to EnableOqlIndexingConfigurationIntegrationTests.

Polish.
2018-12-18 13:28:39 -08:00
John Blum
35a20d0678 DATAGEODE-163 - Add dependency between Lucene Index bean definition and the GemFireCache instance. 2018-12-18 13:28:33 -08:00
John Blum
e5be57d3f2 DATAGEODE-162 - Fix link in Annotation Config Quickstart doc to the MappingPdxSerializer section of the POJO Mapping chapter. 2018-12-18 13:28:28 -08:00
Christoph Strobl
2a0f7405de DATAGEODE-158 - Updated changelog. 2018-12-11 11:43:11 +01:00
Mark Paluch
115ffec944 DATAGEODE-154 - Prepare 2.1.3 (Lovelace SR3). 2018-11-27 13:42:18 +01:00
Mark Paluch
85e38eef33 DATAGEODE-154 - Updated changelog. 2018-11-27 13:42:12 +01:00
Mark Paluch
94d2b2ef0f DATAGEODE-150 - Updated changelog. 2018-11-27 12:36:48 +01:00
Mark Paluch
4c5720b301 DATAGEODE-149 - Prepare 2.1.2 (Lovelace SR2). 2018-10-29 12:52:54 +01:00
Mark Paluch
9a9aa2ab87 DATAGEODE-149 - Updated changelog. 2018-10-29 12:52:49 +01:00
Mark Paluch
365230035e DATAGEODE-145 - Updated changelog. 2018-10-15 12:46:26 +02:00
Mark Paluch
f52e5d91b1 DATAGEODE-147 - Prepare 2.1.1 (Lovelace SR1). 2018-10-15 10:40:57 +02:00
Mark Paluch
a0074788ae DATAGEODE-147 - Updated changelog. 2018-10-15 10:40:53 +02:00
Mark Paluch
ab8b36c5dc DATAGEODE-141 - Prepare 2.1 GA (Lovelace). 2018-09-21 07:07:51 -04:00
Mark Paluch
a407e22da7 DATAGEODE-141 - Updated changelog. 2018-09-21 07:07:47 -04:00
John Blum
055a777ef2 DATAGEODE-144 - Update Javadoc and Reference Guide. 2018-09-10 12:57:01 -07:00
John Blum
7739958969 DATAGEODE-144 - Add 'requiredPermissions' to @GemfireFunction annotation. 2018-09-10 12:57:01 -07:00
Mark Paluch
ae5d2d9cfc DATAGEODE-134 - Updated changelog. 2018-09-10 14:15:50 +02:00
John Blum
847c11b8cd DATAGEODE-142 - Add annotation configuration support to create client Regions from Cluster-defined Regions. 2018-09-05 11:51:53 -07:00
Oliver Gierke
3d31c88269 DATAGEODE-133 - Prepare 2.1 RC2 (Lovelace). 2018-08-20 10:39:43 +02:00