Commit Graph

1004 Commits

Author SHA1 Message Date
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
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
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
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
5401627f10 SGF-820 - Prepare 2.1.6 (Lovelace SR6). 2019-04-01 20:03:19 +02:00
Oliver Drotbohm
b51d72cca2 SGF-820 - Updated changelog. 2019-04-01 20:03:14 +02:00
Oliver Drotbohm
2bdade15c4 SGF-815 - Updated changelog. 2019-04-01 19:37:00 +02:00
Oliver Drotbohm
dc941a267e SGF-828 - Updated changelog. 2019-04-01 18:52:17 +02:00
Oliver Drotbohm
ff789271e1 SGF-814 - Updated changelog. 2019-04-01 13:54:13 +02:00
Spring Operator
ed53d8adcc SGF-827 - 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 894 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

Resolves gh-119
2019-03-27 10:02:45 +01:00
Christoph Strobl
c2c8eb2892 SGF-804 - Updated changelog. 2019-03-07 10:30:12 +01:00
Mark Paluch
ecc8b90f67 SGF-816 - Prepare 2.1.5 (Lovelace SR5). 2019-02-13 09:55:35 +01:00
Mark Paluch
38b8c54a7c SGF-816 - Updated changelog. 2019-02-13 09:55:30 +01:00
Mark Paluch
ffe63d11fe SGF-799 - Prepare 2.1.4 (Lovelace SR4). 2019-01-10 12:34:54 +01:00
Mark Paluch
265162c880 SGF-799 - Updated changelog. 2019-01-10 12:34:46 +01:00
Mark Paluch
605bdfaa8d SGF-798 - Updated changelog. 2019-01-10 12:26:35 +01:00
Mark Paluch
f7b91ae692 SGF-797 - Updated changelog. 2019-01-10 11:01:18 +01:00
Mark Paluch
01e3d8cad6 SGF-813 - Update copyright years to 2019. 2019-01-02 14:29:47 +01:00
John Blum
5a3dac30c4 SGF-812 - Polish.
Resolves gh-6.
2018-12-18 22:41:56 -08:00
Udo Kohlmeyer
f0f36c5c76 SGF-812 - 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 22:41:51 -08:00
John Blum
039ceec168 SGF-811 - Fix failing entity Index configuration integration tests.
Rename EnableIndexingConfigurationIntegrationTests to EnableOqlIndexingConfigurationIntegrationTests.

Polish.
2018-12-18 12:14:51 -08:00
John Blum
8ad2c061ef SGF-811 - Add dependency between Lucene Index bean definition and the GemFireCache instance. 2018-12-18 12:14:45 -08:00
John Blum
45c8912be0 SGF-810 - Fix link in Annotation Config Quickstart doc to the MappingPdxSerializer section of the POJO Mapping chapter. 2018-12-18 12:14:39 -08:00
Christoph Strobl
7878504393 SGF-801 - Updated changelog. 2018-12-11 11:43:19 +01:00
Mark Paluch
b8afe7a3fa SGF-796 - Prepare 2.1.3 (Lovelace SR3). 2018-11-27 13:42:17 +01:00