Commit Graph

633 Commits

Author SHA1 Message Date
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
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
30db348a9f SGF-849 - Fix test failures. 2019-05-28 18:35:31 -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
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
John Blum
94ca126b9d SGF-838 - Apply RegionConfigurers to Caching-defined Regions. 2019-05-10 00:16:36 -07: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
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
9f9aa6975a SGF-787 - Add 'requiredPermissions' to @GemfireFunction annotation. 2018-09-10 16:43:25 -07:00
John Blum
41932aa032 SGF-782 - Add annotation configuration support to create client Regions from Cluster-defined Regions. 2018-09-05 12:50:16 -07:00
John Blum
173b49ebc3 SGF-779 - Adapt to @EventListener API behavior changes in Spring Framework 5.1.0.RC2. 2018-08-18 00:09:16 -07:00
John Blum
e8cc786c6f SGF-778 - Adapt to API changes in Spring Data Commons CDI implementation detector. 2018-08-14 12:09:02 -07:00
John Blum
a810afe4c5 SGF-769 - Adapt to API changes in the core Spring Framework. 2018-07-24 11:05:31 -07:00
John Blum
facab6652a SGF-764 - Relax type matching for resolving Function arguments in FunctionContextInjectingArgumentResolver. 2018-06-20 16:48:53 -07:00
John Blum
3c324ebd36 SGF-761 - Refactor Function annotation configuration to be smarter in resolving Apache Geode objects on startup.
Renames OnMember, OnMembers, OnRegion, OnServer and OnServers *ExecutionBeanDefinitionBuilder classes to *FunctionExecutionBeanDefinitionBuilder.
2018-06-12 21:26:07 -07:00
John Blum
192d11a3c0 SGF-760 - Do not allow eager init when getting beans by type to resolve Configurers for Annotation configuration. 2018-06-12 21:25:50 -07:00
John Blum
b387cfdad2 SGF-749 - Polish. 2018-06-10 20:36:13 -07:00
John Blum
aa4b2a70af SGF-749 - Rename setGemfireInstantiators(:EntityInstantiators) to setEntityInstantiators(:EntityInstantiators)
Rename setGemfireInstantiators(:Map<Class<?>>, EntityInstantior>) to setEntityInstantiators(:Map<Class<?>, EntityInstantior>).

Rename getGemfireInstantiators() to getEntityInstantiators().

Rename getCustomPdxSerializer(:PersistentProperty) to resolveCustomPdxSerializer(:PersistentProperty).

Rename getInstantiatorFor(:PersistentEntity) to resolveEntityInstantiator(:PersistentEntity).
2018-06-10 14:14:41 -07:00
John Blum
7ca0bc3a17 SGF-749 - Remove all deprecated methods, properties, etc. 2018-06-10 14:13:17 -07:00
John Blum
7adece32ec SGF-756 - Polish. 2018-06-10 14:05:59 -07:00
John Blum
07f7e64f47 SGF-751 - Polish. 2018-06-10 14:05:08 -07:00
John Blum
cc8ec39a2e SGF-757 - Move configuration of PDX to a PdxConfiguration class imported by the EnablePdx annotation. 2018-06-10 14:03:24 -07:00
John Blum
bca6ca8a7a SGF-756 - Add ability to declare include filters in addition to exclude filters on o.s.d.g.mapping.MappingPdxSerializer.
Additionally, o.s.d.g.mapping.MappingPdxSerializer will filter Null types, Apache Geode types, GemStone GemFire types, Java types and Spring Framework types by default.
2018-06-10 14:00:43 -07:00
John Blum
eff11f566d SGF-755 - Add serializable-object-filter and validate-serializable-objects attributes to EnableGemFireProperties. 2018-06-10 14:00:12 -07:00
John Blum
81b5aac0c3 SGF-754 - Add name attribute to EnableGemFireProperties. 2018-06-10 13:59:36 -07:00
John Blum
3cf93d8f75 SGF-753 - Clean BeanFactoryLocator references on CacheFactoryBean destroy. 2018-06-10 13:57:46 -07:00
John Blum
121f4f9115 SGF-752 - Add ability to configure SecurityManager on CacheFactoryBean. 2018-06-10 13:57:18 -07:00
John Blum
1a4124f88e SGF-751 - Move client Region interests registration to on SmartLifecycle start. 2018-06-10 13:56:44 -07:00
John Blum
89c9d6227c SGF-749 - Edit Javadoc.
Optimize imports.
2018-06-10 13:56:15 -07:00
John Blum
af37012d33 SGF-749 - Expose SDG's Function annotation configuration as part of the public API for extension purposes. 2018-06-10 13:55:53 -07:00
John Blum
1147947031 SGF-749 - Rename o.s.d.g.RegionFactoryBean as o.s.d.g.PeerRegionFactoryBean.
Rename o.s.d.g.RegionLookupFactoryBean as o.s.d.g.ResolvableRegionFactoryBean.
2018-05-17 16:01:53 -07:00
John Blum
dbf26590db SGF-747 - Properly enable statistics when Annotation-based Expiration Policies are enabled with EnableExpiration. 2018-05-16 22:00:01 -07:00
John Blum
8b401cf5c3 SGF-745 - Polish. 2018-05-15 23:22:20 -07:00
John Blum
cd834f539a SGF-745 - Add ability to filter types de/serialized by the o.s.d.g.mapping.MappingPdxSerializer. 2018-05-14 19:45:56 -07:00