From 608a42c44a3c5e2df0919831e4fd944661c04a16 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Thu, 17 Feb 2022 14:31:51 +0100 Subject: [PATCH] Update copyright year to 2022. See: #573 --- .../data/gemfire/AbstractBasicCacheFactoryBean.java | 2 +- .../data/gemfire/AbstractConfigurableCacheFactoryBean.java | 2 +- .../data/gemfire/AbstractResolvableCacheFactoryBean.java | 2 +- .../org/springframework/data/gemfire/CacheFactoryBean.java | 2 +- .../java/org/springframework/data/gemfire/CacheResolver.java | 2 +- .../data/gemfire/ConfigurableRegionFactoryBean.java | 2 +- .../org/springframework/data/gemfire/DataPolicyConverter.java | 2 +- .../springframework/data/gemfire/DiskStoreFactoryBean.java | 2 +- .../data/gemfire/FixedPartitionAttributesFactoryBean.java | 2 +- .../org/springframework/data/gemfire/GemFireProperties.java | 2 +- .../org/springframework/data/gemfire/GemfireAccessor.java | 2 +- .../org/springframework/data/gemfire/GemfireCacheUtils.java | 2 +- .../org/springframework/data/gemfire/GemfireCallback.java | 2 +- .../data/gemfire/GemfireCancellationException.java | 2 +- .../springframework/data/gemfire/GemfireIndexException.java | 2 +- .../org/springframework/data/gemfire/GemfireOperations.java | 2 +- .../springframework/data/gemfire/GemfireQueryException.java | 2 +- .../springframework/data/gemfire/GemfireSystemException.java | 2 +- .../org/springframework/data/gemfire/GemfireTemplate.java | 2 +- .../java/org/springframework/data/gemfire/GemfireUtils.java | 2 +- .../data/gemfire/GenericRegionFactoryBean.java | 2 +- .../org/springframework/data/gemfire/IndexFactoryBean.java | 2 +- .../data/gemfire/IndexMaintenancePolicyConverter.java | 2 +- .../data/gemfire/IndexMaintenancePolicyType.java | 2 +- .../main/java/org/springframework/data/gemfire/IndexType.java | 2 +- .../org/springframework/data/gemfire/IndexTypeConverter.java | 2 +- .../springframework/data/gemfire/InterestPolicyConverter.java | 2 +- .../org/springframework/data/gemfire/InterestPolicyType.java | 2 +- .../org/springframework/data/gemfire/JndiDataSourceType.java | 2 +- .../springframework/data/gemfire/LocalRegionFactoryBean.java | 2 +- .../org/springframework/data/gemfire/LocatorFactoryBean.java | 2 +- .../springframework/data/gemfire/LookupRegionFactoryBean.java | 2 +- .../data/gemfire/PartitionAttributesFactoryBean.java | 2 +- .../data/gemfire/PartitionedRegionFactoryBean.java | 2 +- .../springframework/data/gemfire/PeerRegionFactoryBean.java | 2 +- .../data/gemfire/RegionAttributesFactoryBean.java | 2 +- .../java/org/springframework/data/gemfire/RegionResolver.java | 2 +- .../springframework/data/gemfire/RegionShortcutConverter.java | 2 +- .../data/gemfire/RegionShortcutToDataPolicyConverter.java | 2 +- .../springframework/data/gemfire/RegionShortcutWrapper.java | 2 +- .../data/gemfire/ReplicatedRegionFactoryBean.java | 2 +- .../data/gemfire/ResolvableRegionFactoryBean.java | 2 +- .../java/org/springframework/data/gemfire/ScopeConverter.java | 2 +- .../main/java/org/springframework/data/gemfire/ScopeType.java | 2 +- .../data/gemfire/SubscriptionAttributesFactoryBean.java | 2 +- .../data/gemfire/cache/CallableCacheLoaderAdapter.java | 2 +- .../org/springframework/data/gemfire/cache/GemfireCache.java | 2 +- .../data/gemfire/cache/GemfireCacheManager.java | 2 +- .../data/gemfire/cache/config/EnableGemfireCaching.java | 2 +- .../gemfire/cache/config/GemfireCachingConfiguration.java | 2 +- .../data/gemfire/client/ClientCacheFactoryBean.java | 2 +- .../data/gemfire/client/ClientRegionFactoryBean.java | 2 +- .../data/gemfire/client/ClientRegionShortcutConverter.java | 2 +- .../client/ClientRegionShortcutToDataPolicyConverter.java | 2 +- .../data/gemfire/client/ClientRegionShortcutWrapper.java | 2 +- .../data/gemfire/client/GemfireDataSourcePostProcessor.java | 2 +- .../org/springframework/data/gemfire/client/Interest.java | 2 +- .../data/gemfire/client/InterestResultPolicyConverter.java | 2 +- .../data/gemfire/client/InterestResultPolicyType.java | 2 +- .../org/springframework/data/gemfire/client/KeyInterest.java | 2 +- .../org/springframework/data/gemfire/client/PoolAdapter.java | 2 +- .../springframework/data/gemfire/client/PoolFactoryBean.java | 2 +- .../org/springframework/data/gemfire/client/PoolResolver.java | 2 +- .../springframework/data/gemfire/client/RegexInterest.java | 2 +- .../gemfire/client/function/ListRegionsOnServerFunction.java | 2 +- .../data/gemfire/client/support/BeanFactoryPoolResolver.java | 2 +- .../client/support/ClientCacheDefaultPoolResolver.java | 2 +- .../client/support/ClientCacheFactoryCacheResolver.java | 2 +- .../data/gemfire/client/support/ComposablePoolResolver.java | 2 +- .../client/support/DefaultableDelegatingPoolAdapter.java | 2 +- .../data/gemfire/client/support/DelegatingPoolAdapter.java | 2 +- .../gemfire/client/support/FactoryDefaultsPoolAdapter.java | 2 +- .../data/gemfire/client/support/PoolManagerPoolResolver.java | 2 +- .../data/gemfire/client/support/SinglePoolPoolResolver.java | 2 +- .../gemfire/config/admin/AbstractGemfireAdminOperations.java | 2 +- .../data/gemfire/config/admin/GemfireAdminOperations.java | 2 +- .../gemfire/config/admin/functions/CreateIndexFunction.java | 2 +- .../gemfire/config/admin/functions/CreateRegionFunction.java | 2 +- .../gemfire/config/admin/functions/ListIndexesFunction.java | 2 +- .../config/admin/remote/FunctionGemfireAdminTemplate.java | 2 +- .../config/admin/remote/RestHttpGemfireAdminTemplate.java | 2 +- .../gemfire/config/annotation/AbstractCacheConfiguration.java | 2 +- .../config/annotation/AddCacheServerConfiguration.java | 2 +- .../config/annotation/AddCacheServersConfiguration.java | 2 +- .../data/gemfire/config/annotation/AddPoolConfiguration.java | 2 +- .../data/gemfire/config/annotation/AddPoolsConfiguration.java | 2 +- .../config/annotation/AdministrativeConfiguration.java | 2 +- .../config/annotation/ApacheShiroSecurityConfiguration.java | 2 +- .../data/gemfire/config/annotation/AuthConfiguration.java | 2 +- .../annotation/AutoConfiguredAuthenticationConfiguration.java | 2 +- .../config/annotation/AutoRegionLookupConfiguration.java | 2 +- .../config/annotation/BeanFactoryLocatorConfiguration.java | 2 +- .../gemfire/config/annotation/CacheServerApplication.java | 2 +- .../gemfire/config/annotation/CacheServerConfiguration.java | 2 +- .../data/gemfire/config/annotation/CacheServerConfigurer.java | 2 +- .../config/annotation/CachingDefinedRegionsConfiguration.java | 2 +- .../gemfire/config/annotation/ClientCacheApplication.java | 2 +- .../gemfire/config/annotation/ClientCacheConfiguration.java | 2 +- .../data/gemfire/config/annotation/ClientCacheConfigurer.java | 2 +- .../config/annotation/ClusterConfigurationConfiguration.java | 2 +- .../config/annotation/ClusterDefinedRegionsConfiguration.java | 2 +- .../gemfire/config/annotation/CompressionConfiguration.java | 2 +- .../config/annotation/ContinuousQueryConfiguration.java | 2 +- .../ContinuousQueryListenerContainerConfigurer.java | 2 +- .../gemfire/config/annotation/DiskStoreConfiguration.java | 2 +- .../data/gemfire/config/annotation/DiskStoreConfigurer.java | 2 +- .../gemfire/config/annotation/DiskStoresConfiguration.java | 2 +- .../data/gemfire/config/annotation/EnableAuth.java | 2 +- .../gemfire/config/annotation/EnableAutoRegionLookup.java | 2 +- .../gemfire/config/annotation/EnableBeanFactoryLocator.java | 2 +- .../data/gemfire/config/annotation/EnableCacheServer.java | 2 +- .../data/gemfire/config/annotation/EnableCacheServers.java | 2 +- .../config/annotation/EnableCachingDefinedRegions.java | 2 +- .../gemfire/config/annotation/EnableClusterConfiguration.java | 2 +- .../config/annotation/EnableClusterDefinedRegions.java | 2 +- .../data/gemfire/config/annotation/EnableCompression.java | 2 +- .../gemfire/config/annotation/EnableContinuousQueries.java | 2 +- .../data/gemfire/config/annotation/EnableDiskStore.java | 2 +- .../data/gemfire/config/annotation/EnableDiskStores.java | 2 +- .../gemfire/config/annotation/EnableEntityDefinedRegions.java | 2 +- .../data/gemfire/config/annotation/EnableEviction.java | 2 +- .../data/gemfire/config/annotation/EnableExpiration.java | 2 +- .../data/gemfire/config/annotation/EnableGatewayReceiver.java | 2 +- .../data/gemfire/config/annotation/EnableGatewaySender.java | 2 +- .../data/gemfire/config/annotation/EnableGatewaySenders.java | 2 +- .../config/annotation/EnableGemFireAsLastResource.java | 2 +- .../gemfire/config/annotation/EnableGemFireProperties.java | 2 +- .../data/gemfire/config/annotation/EnableHttpService.java | 2 +- .../data/gemfire/config/annotation/EnableIndexing.java | 2 +- .../data/gemfire/config/annotation/EnableLocator.java | 2 +- .../data/gemfire/config/annotation/EnableLogging.java | 2 +- .../data/gemfire/config/annotation/EnableManager.java | 2 +- .../data/gemfire/config/annotation/EnableMcast.java | 2 +- .../data/gemfire/config/annotation/EnableMemcachedServer.java | 2 +- .../data/gemfire/config/annotation/EnableOffHeap.java | 2 +- .../data/gemfire/config/annotation/EnablePdx.java | 2 +- .../data/gemfire/config/annotation/EnablePool.java | 2 +- .../data/gemfire/config/annotation/EnablePools.java | 2 +- .../data/gemfire/config/annotation/EnableRedisServer.java | 2 +- .../config/annotation/EnableRegionDataAccessTracing.java | 2 +- .../data/gemfire/config/annotation/EnableSecurity.java | 2 +- .../data/gemfire/config/annotation/EnableSsl.java | 2 +- .../data/gemfire/config/annotation/EnableStatistics.java | 2 +- .../config/annotation/EntityDefinedRegionsConfiguration.java | 2 +- .../data/gemfire/config/annotation/EvictionConfiguration.java | 2 +- .../gemfire/config/annotation/ExpirationConfiguration.java | 2 +- .../config/annotation/GatewayReceiverConfiguration.java | 2 +- .../gemfire/config/annotation/GatewayReceiverConfigurer.java | 2 +- .../gemfire/config/annotation/GatewaySenderConfiguration.java | 2 +- .../config/annotation/GatewaySendersConfiguration.java | 2 +- .../config/annotation/GemFireAsLastResourceConfiguration.java | 2 +- .../config/annotation/GemFirePropertiesConfiguration.java | 2 +- .../annotation/GeodeIntegratedSecurityConfiguration.java | 2 +- .../gemfire/config/annotation/HttpServiceConfiguration.java | 2 +- .../data/gemfire/config/annotation/IndexConfiguration.java | 2 +- .../data/gemfire/config/annotation/IndexConfigurer.java | 2 +- .../annotation/Jsr107CacheAnnotationsCacheNameResolver.java | 2 +- .../Jsr107CacheAnnotationsCacheNameResolverFactory.java | 2 +- .../LazyResolvingComposableCacheServerConfigurer.java | 2 +- .../LazyResolvingComposableClientCacheConfigurer.java | 2 +- ...gComposableContinuousQueryListenerContainerConfigurer.java | 2 +- .../LazyResolvingComposableDiskStoreConfigurer.java | 2 +- .../LazyResolvingComposableGatewayReceiverConfigurer.java | 2 +- .../LazyResolvingComposableGatewaySenderConfigurer.java | 2 +- .../annotation/LazyResolvingComposableIndexConfigurer.java | 2 +- .../annotation/LazyResolvingComposableLocatorConfigurer.java | 2 +- .../LazyResolvingComposablePeerCacheConfigurer.java | 2 +- .../annotation/LazyResolvingComposablePoolConfigurer.java | 2 +- .../annotation/LazyResolvingComposableRegionConfigurer.java | 2 +- .../data/gemfire/config/annotation/LocatorApplication.java | 2 +- .../config/annotation/LocatorApplicationConfiguration.java | 2 +- .../data/gemfire/config/annotation/LocatorConfiguration.java | 2 +- .../data/gemfire/config/annotation/LocatorConfigurer.java | 2 +- .../data/gemfire/config/annotation/LoggingConfiguration.java | 2 +- .../data/gemfire/config/annotation/ManagerConfiguration.java | 2 +- .../data/gemfire/config/annotation/McastConfiguration.java | 2 +- .../config/annotation/MemcachedServerConfiguration.java | 2 +- .../data/gemfire/config/annotation/OffHeapConfiguration.java | 2 +- .../data/gemfire/config/annotation/PdxConfiguration.java | 2 +- .../data/gemfire/config/annotation/PeerCacheApplication.java | 2 +- .../gemfire/config/annotation/PeerCacheConfiguration.java | 2 +- .../data/gemfire/config/annotation/PeerCacheConfigurer.java | 2 +- .../data/gemfire/config/annotation/PoolConfigurer.java | 2 +- .../gemfire/config/annotation/RedisServerConfiguration.java | 2 +- .../data/gemfire/config/annotation/RegionConfigurer.java | 2 +- .../annotation/RegionDataAccessTracingConfiguration.java | 2 +- .../data/gemfire/config/annotation/SslConfiguration.java | 2 +- .../gemfire/config/annotation/StatisticsConfiguration.java | 2 +- .../data/gemfire/config/annotation/UsesGemFireProperties.java | 2 +- .../annotation/support/AbstractAnnotationConfigSupport.java | 2 +- .../config/annotation/support/AbstractAuthInitialize.java | 2 +- .../support/AbstractGemFireAsLastResourceAspectSupport.java | 2 +- .../support/AbstractLazyResolvingComposableConfigurer.java | 2 +- .../support/AutoConfiguredAuthenticationInitializer.java | 2 +- .../support/BeanDefinitionRegistryPostProcessorSupport.java | 2 +- .../annotation/support/CacheTypeAwareRegionFactoryBean.java | 2 +- .../data/gemfire/config/annotation/support/Configurer.java | 2 +- .../support/EmbeddedServiceConfigurationSupport.java | 2 +- .../GemFireAsLastResourceConnectionAcquiringAspect.java | 2 +- .../support/GemFireAsLastResourceConnectionClosingAspect.java | 2 +- .../annotation/support/GemFireComponentClassTypeScanner.java | 2 +- .../annotation/support/RegionDataAccessTracingAspect.java | 2 +- .../data/gemfire/config/schema/SchemaObjectCollector.java | 2 +- .../data/gemfire/config/schema/SchemaObjectDefiner.java | 2 +- .../data/gemfire/config/schema/SchemaObjectDefinition.java | 2 +- .../data/gemfire/config/schema/SchemaObjectType.java | 2 +- .../gemfire/config/schema/definitions/IndexDefinition.java | 2 +- .../gemfire/config/schema/definitions/RegionDefinition.java | 2 +- .../gemfire/config/schema/support/ClientRegionCollector.java | 2 +- .../schema/support/ComposableSchemaObjectCollector.java | 2 +- .../config/schema/support/ComposableSchemaObjectDefiner.java | 2 +- .../data/gemfire/config/schema/support/IndexCollector.java | 2 +- .../data/gemfire/config/schema/support/IndexDefiner.java | 2 +- .../data/gemfire/config/schema/support/RegionCollector.java | 2 +- .../data/gemfire/config/schema/support/RegionDefiner.java | 2 +- ...AbstractDependencyStructuringBeanFactoryPostProcessor.java | 2 +- .../data/gemfire/config/support/AbstractSmartLifecycle.java | 2 +- .../config/support/AutoRegionLookupBeanPostProcessor.java | 2 +- .../support/ClientCachePoolBeanFactoryPostProcessor.java | 2 +- .../support/ClientRegionPoolBeanFactoryPostProcessor.java | 2 +- .../config/support/CustomEditorBeanFactoryPostProcessor.java | 2 +- .../config/support/DefinedIndexesApplicationListener.java | 2 +- .../config/support/DiskStoreDirectoryBeanPostProcessor.java | 2 +- .../config/support/GatewaySenderBeanFactoryPostProcessor.java | 2 +- .../data/gemfire/config/support/GemfireFeature.java | 2 +- .../support/LuceneIndexRegionBeanFactoryPostProcessor.java | 2 +- .../support/PdxDiskStoreAwareBeanFactoryPostProcessor.java | 2 +- .../data/gemfire/config/support/RestTemplateConfigurer.java | 2 +- .../data/gemfire/config/xml/AbstractPeerRegionParser.java | 2 +- .../data/gemfire/config/xml/AbstractRegionParser.java | 2 +- .../data/gemfire/config/xml/AnnotationDrivenParser.java | 2 +- .../data/gemfire/config/xml/AsyncEventQueueParser.java | 2 +- .../data/gemfire/config/xml/AutoRegionLookupParser.java | 2 +- .../springframework/data/gemfire/config/xml/CacheParser.java | 2 +- .../data/gemfire/config/xml/CacheServerParser.java | 2 +- .../data/gemfire/config/xml/ClientCacheParser.java | 2 +- .../data/gemfire/config/xml/ClientRegionParser.java | 4 ++-- .../data/gemfire/config/xml/DiskStoreParser.java | 2 +- .../data/gemfire/config/xml/FunctionServiceParser.java | 2 +- .../data/gemfire/config/xml/GatewayReceiverParser.java | 2 +- .../data/gemfire/config/xml/GatewaySenderParser.java | 2 +- .../data/gemfire/config/xml/GemfireConstants.java | 2 +- .../data/gemfire/config/xml/GemfireDataNamespaceHandler.java | 2 +- .../data/gemfire/config/xml/GemfireDataSourceParser.java | 2 +- .../gemfire/config/xml/GemfireListenerContainerParser.java | 2 +- .../data/gemfire/config/xml/GemfireNamespaceHandler.java | 2 +- .../data/gemfire/config/xml/GemfireRegionAutoProxyParser.java | 2 +- .../springframework/data/gemfire/config/xml/IndexParser.java | 2 +- .../data/gemfire/config/xml/LocalRegionParser.java | 2 +- .../data/gemfire/config/xml/LookupRegionParser.java | 2 +- .../data/gemfire/config/xml/LuceneIndexParser.java | 2 +- .../data/gemfire/config/xml/LuceneServiceParser.java | 2 +- .../springframework/data/gemfire/config/xml/ParsingUtils.java | 2 +- .../data/gemfire/config/xml/PartitionedRegionParser.java | 2 +- .../springframework/data/gemfire/config/xml/PoolParser.java | 2 +- .../data/gemfire/config/xml/ReplicatedRegionParser.java | 2 +- .../data/gemfire/config/xml/SnapshotServiceParser.java | 2 +- .../data/gemfire/config/xml/TemplateRegionParser.java | 2 +- .../data/gemfire/config/xml/TransactionManagerParser.java | 2 +- .../springframework/data/gemfire/dao/GemfireDaoSupport.java | 2 +- .../org/springframework/data/gemfire/domain/EmptyPage.java | 2 +- .../org/springframework/data/gemfire/domain/EmptySlice.java | 2 +- .../org/springframework/data/gemfire/domain/ListablePage.java | 2 +- .../data/gemfire/domain/support/AbstractIndexSupport.java | 2 +- .../data/gemfire/domain/support/AbstractPageSupport.java | 2 +- .../data/gemfire/domain/support/AbstractSliceSupport.java | 2 +- .../data/gemfire/eviction/EvictingRegionFactoryBean.java | 2 +- .../data/gemfire/eviction/EvictionActionConverter.java | 2 +- .../data/gemfire/eviction/EvictionActionType.java | 2 +- .../data/gemfire/eviction/EvictionAttributesFactoryBean.java | 2 +- .../data/gemfire/eviction/EvictionPolicyConverter.java | 2 +- .../data/gemfire/eviction/EvictionPolicyType.java | 2 +- .../data/gemfire/expiration/AnnotationBasedExpiration.java | 2 +- .../springframework/data/gemfire/expiration/Expiration.java | 2 +- .../data/gemfire/expiration/ExpirationActionConverter.java | 2 +- .../data/gemfire/expiration/ExpirationActionType.java | 2 +- .../gemfire/expiration/ExpirationAttributesFactoryBean.java | 2 +- .../data/gemfire/expiration/ExpiringRegionFactoryBean.java | 2 +- .../data/gemfire/expiration/IdleTimeoutExpiration.java | 2 +- .../data/gemfire/expiration/TimeToLiveExpiration.java | 2 +- .../data/gemfire/function/BatchingResultSender.java | 2 +- .../gemfire/function/DefaultFunctionArgumentResolver.java | 2 +- .../gemfire/function/ExecutionTimeoutFunctionException.java | 2 +- .../data/gemfire/function/FunctionArgumentResolver.java | 2 +- .../function/FunctionContextInjectingArgumentResolver.java | 2 +- .../data/gemfire/function/FunctionServiceFactoryBean.java | 2 +- .../data/gemfire/function/GemfireFunctionUtils.java | 2 +- .../data/gemfire/function/PdxFunctionArgumentResolver.java | 2 +- .../data/gemfire/function/PojoFunctionWrapper.java | 2 +- .../data/gemfire/function/UncategorizedFunctionException.java | 2 +- .../data/gemfire/function/annotation/Filter.java | 2 +- .../data/gemfire/function/annotation/FunctionId.java | 2 +- .../data/gemfire/function/annotation/GemfireFunction.java | 2 +- .../data/gemfire/function/annotation/OnMember.java | 2 +- .../data/gemfire/function/annotation/OnMembers.java | 2 +- .../data/gemfire/function/annotation/OnRegion.java | 2 +- .../data/gemfire/function/annotation/OnServer.java | 2 +- .../data/gemfire/function/annotation/OnServers.java | 2 +- .../data/gemfire/function/annotation/RegionData.java | 2 +- .../AbstractFunctionExecutionBeanDefinitionBuilder.java | 4 ++-- .../config/AbstractFunctionExecutionConfigurationSource.java | 4 ++-- .../AnnotationFunctionExecutionConfigurationSource.java | 2 +- .../function/config/EnableGemfireFunctionExecutions.java | 2 +- .../data/gemfire/function/config/EnableGemfireFunctions.java | 2 +- .../config/FunctionExecutionBeanDefinitionBuilderFactory.java | 4 ++-- .../config/FunctionExecutionBeanDefinitionParser.java | 4 ++-- .../config/FunctionExecutionBeanDefinitionRegistrar.java | 4 ++-- .../function/config/FunctionExecutionComponentProvider.java | 2 +- .../function/config/FunctionExecutionConfiguration.java | 4 ++-- .../function/config/FunctionExecutionConfigurationSource.java | 4 ++-- .../function/config/GemfireFunctionBeanPostProcessor.java | 2 +- .../config/GemfireFunctionBeanPostProcessorRegistrar.java | 2 +- .../MemberBasedFunctionExecutionBeanDefinitionBuilder.java | 2 +- .../OnMemberFunctionExecutionBeanDefinitionBuilder.java | 2 +- .../OnMembersFunctionExecutionBeanDefinitionBuilder.java | 2 +- .../OnRegionFunctionExecutionBeanDefinitionBuilder.java | 4 ++-- .../OnServerFunctionExecutionBeanDefinitionBuilder.java | 2 +- .../OnServersFunctionExecutionBeanDefinitionBuilder.java | 2 +- .../ServerBasedFunctionExecutionBeanDefinitionBuilder.java | 2 +- .../data/gemfire/function/config/TypeFilterParser.java | 2 +- .../config/XmlFunctionExecutionConfigurationSource.java | 4 ++-- .../function/execution/AbstractClientFunctionTemplate.java | 2 +- .../gemfire/function/execution/AbstractFunctionExecution.java | 4 ++-- .../gemfire/function/execution/AbstractFunctionTemplate.java | 2 +- .../execution/DefaultFunctionExecutionMethodMetadata.java | 2 +- .../function/execution/FunctionExecutionMethodMetadata.java | 2 +- .../gemfire/function/execution/GemfireFunctionCallback.java | 2 +- .../gemfire/function/execution/GemfireFunctionOperations.java | 2 +- .../function/execution/GemfireFunctionProxyFactoryBean.java | 2 +- .../function/execution/GemfireOnMemberFunctionTemplate.java | 2 +- .../function/execution/GemfireOnMembersFunctionTemplate.java | 2 +- .../function/execution/GemfireOnRegionFunctionTemplate.java | 2 +- .../gemfire/function/execution/GemfireOnRegionOperations.java | 2 +- .../function/execution/GemfireOnServerFunctionTemplate.java | 2 +- .../function/execution/GemfireOnServersFunctionTemplate.java | 2 +- .../function/execution/OnAllMembersFunctionExecution.java | 2 +- .../function/execution/OnDefaultMemberFunctionExecution.java | 2 +- .../execution/OnDistributedMemberFunctionExecution.java | 2 +- .../execution/OnDistributedMembersFunctionExecution.java | 2 +- .../function/execution/OnMemberInGroupsFunctionExecution.java | 2 +- .../execution/OnMembersInGroupsFunctionExecution.java | 2 +- .../gemfire/function/execution/OnRegionFunctionExecution.java | 2 +- .../function/execution/OnRegionFunctionProxyFactoryBean.java | 2 +- .../execution/OnServerUsingPoolFunctionExecution.java | 2 +- .../OnServerUsingRegionServiceFunctionExecution.java | 2 +- .../execution/OnServersUsingPoolFunctionExecution.java | 2 +- .../OnServersUsingRegionServiceFunctionExecution.java | 2 +- .../execution/RegionFunctionExecutionMethodMetadata.java | 2 +- .../data/gemfire/listener/ContinuousQueryDefinition.java | 2 +- .../data/gemfire/listener/ContinuousQueryListener.java | 2 +- .../gemfire/listener/ContinuousQueryListenerContainer.java | 2 +- .../listener/GemfireListenerExecutionFailedException.java | 2 +- .../listener/adapter/ContinuousQueryListenerAdapter.java | 2 +- .../data/gemfire/listener/annotation/ContinuousQuery.java | 2 +- .../data/gemfire/mapping/GemfireMappingContext.java | 2 +- .../data/gemfire/mapping/GemfirePersistentEntity.java | 2 +- .../data/gemfire/mapping/GemfirePersistentProperty.java | 2 +- .../data/gemfire/mapping/GemfirePropertyValueProvider.java | 2 +- .../data/gemfire/mapping/MappingPdxSerializer.java | 2 +- .../data/gemfire/mapping/PdxReaderPropertyAccessor.java | 2 +- .../org/springframework/data/gemfire/mapping/Regions.java | 2 +- .../data/gemfire/mapping/annotation/ClientRegion.java | 2 +- .../data/gemfire/mapping/annotation/Indexed.java | 2 +- .../data/gemfire/mapping/annotation/LocalRegion.java | 2 +- .../data/gemfire/mapping/annotation/LuceneIndexed.java | 2 +- .../data/gemfire/mapping/annotation/PartitionRegion.java | 2 +- .../data/gemfire/mapping/annotation/Region.java | 2 +- .../data/gemfire/mapping/annotation/ReplicateRegion.java | 2 +- .../data/gemfire/mapping/model/GemfireSimpleTypeHolder.java | 2 +- .../data/gemfire/repository/GemfireRepository.java | 2 +- .../org/springframework/data/gemfire/repository/Query.java | 2 +- .../org/springframework/data/gemfire/repository/Wrapper.java | 2 +- .../data/gemfire/repository/cdi/GemfireRepositoryBean.java | 2 +- .../gemfire/repository/cdi/GemfireRepositoryExtension.java | 2 +- .../gemfire/repository/config/EnableGemfireRepositories.java | 2 +- .../repository/config/GemfireRepositoriesRegistrar.java | 2 +- .../config/GemfireRepositoryConfigurationExtension.java | 2 +- .../data/gemfire/repository/query/AbstractSelectResults.java | 2 +- .../repository/query/DefaultGemfireEntityInformation.java | 2 +- .../gemfire/repository/query/GemfireEntityInformation.java | 2 +- .../data/gemfire/repository/query/GemfireQueryCreator.java | 2 +- .../data/gemfire/repository/query/GemfireQueryMethod.java | 2 +- .../data/gemfire/repository/query/GemfireRepositoryQuery.java | 2 +- .../data/gemfire/repository/query/PagedQueryString.java | 2 +- .../data/gemfire/repository/query/PagedSelectResults.java | 2 +- .../repository/query/PartTreeGemfireRepositoryQuery.java | 2 +- .../data/gemfire/repository/query/Predicates.java | 2 +- .../data/gemfire/repository/query/QueryBuilder.java | 2 +- .../data/gemfire/repository/query/QueryPostProcessor.java | 2 +- .../data/gemfire/repository/query/QueryString.java | 2 +- .../repository/query/StringBasedGemfireRepositoryQuery.java | 2 +- .../data/gemfire/repository/query/annotation/Hint.java | 2 +- .../data/gemfire/repository/query/annotation/Import.java | 2 +- .../data/gemfire/repository/query/annotation/Limit.java | 2 +- .../data/gemfire/repository/query/annotation/Trace.java | 2 +- .../data/gemfire/repository/query/support/OqlKeyword.java | 2 +- .../gemfire/repository/query/support/OqlQueryExecutor.java | 2 +- .../data/gemfire/repository/query/support/PagingUtils.java | 2 +- .../query/support/TemplateBasedOqlQueryExecutor.java | 2 +- .../query/support/UnsupportedQueryExecutionException.java | 2 +- .../gemfire/repository/support/GemfireRepositoryFactory.java | 2 +- .../repository/support/GemfireRepositoryFactoryBean.java | 2 +- .../gemfire/repository/support/SimpleGemfireRepository.java | 2 +- .../data/gemfire/search/lucene/LuceneAccessor.java | 2 +- .../data/gemfire/search/lucene/LuceneIndexFactoryBean.java | 2 +- .../data/gemfire/search/lucene/LuceneOperations.java | 2 +- .../data/gemfire/search/lucene/LuceneServiceFactoryBean.java | 2 +- .../data/gemfire/search/lucene/LuceneTemplate.java | 2 +- .../data/gemfire/search/lucene/ProjectingLuceneAccessor.java | 2 +- .../gemfire/search/lucene/ProjectingLuceneOperations.java | 2 +- .../data/gemfire/search/lucene/ProjectingLuceneTemplate.java | 2 +- .../gemfire/search/lucene/support/LuceneAccessorSupport.java | 2 +- .../search/lucene/support/LuceneOperationsSupport.java | 2 +- .../data/gemfire/search/lucene/support/LucenePage.java | 2 +- .../search/lucene/support/PdxInstanceMethodInterceptor.java | 2 +- .../lucene/support/PdxInstanceMethodInterceptorFactory.java | 2 +- .../lucene/support/ProjectingLuceneAccessorSupport.java | 2 +- .../lucene/support/ProjectingLuceneOperationsSupport.java | 2 +- .../data/gemfire/serialization/AsmInstantiatorGenerator.java | 2 +- .../data/gemfire/serialization/EnumSerializer.java | 2 +- .../data/gemfire/serialization/InstantiatorFactoryBean.java | 2 +- .../data/gemfire/serialization/InstantiatorGenerator.java | 2 +- .../data/gemfire/serialization/WiringInstantiator.java | 2 +- .../data/gemfire/serialization/json/JSONRegionAdvice.java | 2 +- .../data/gemfire/server/CacheServerFactoryBean.java | 2 +- .../data/gemfire/server/SubscriptionEvictionPolicy.java | 2 +- .../gemfire/server/SubscriptionEvictionPolicyConverter.java | 2 +- .../data/gemfire/snapshot/ExportSnapshotException.java | 2 +- .../data/gemfire/snapshot/ImportSnapshotException.java | 2 +- .../data/gemfire/snapshot/SnapshotServiceFactoryBean.java | 2 +- .../snapshot/event/ExportSnapshotApplicationEvent.java | 2 +- .../snapshot/event/ImportSnapshotApplicationEvent.java | 2 +- .../data/gemfire/snapshot/event/SnapshotApplicationEvent.java | 2 +- .../gemfire/snapshot/filter/ComposableSnapshotFilter.java | 2 +- .../data/gemfire/support/AbstractCachingCacheResolver.java | 2 +- .../data/gemfire/support/AbstractCachingRegionResolver.java | 2 +- .../data/gemfire/support/AbstractFactoryBeanSupport.java | 2 +- .../support/AbstractPropertyEditorConverterSupport.java | 2 +- .../data/gemfire/support/BeanFactoryCacheResolver.java | 2 +- .../data/gemfire/support/BeanFactoryRegionResolver.java | 2 +- .../data/gemfire/support/CacheFactoryCacheResolver.java | 2 +- .../data/gemfire/support/ComposableCacheResolver.java | 2 +- .../data/gemfire/support/ComposableRegionResolver.java | 2 +- .../data/gemfire/support/CompositeLifecycle.java | 2 +- .../data/gemfire/support/CompositeTypeFilter.java | 2 +- .../data/gemfire/support/ConnectionEndpoint.java | 2 +- .../data/gemfire/support/ConnectionEndpointList.java | 2 +- .../data/gemfire/support/DeclarableSupport.java | 2 +- ...BeanDefinitionOverridingApplicationContextInitializer.java | 2 +- .../data/gemfire/support/GemfireBeanFactoryLocator.java | 2 +- .../data/gemfire/support/LazyWiringDeclarableSupport.java | 2 +- .../data/gemfire/support/NoOpBeanFactoryPostProcessor.java | 2 +- .../data/gemfire/support/RegionServiceRegionResolver.java | 2 +- .../data/gemfire/support/SingleCacheCacheResolver.java | 2 +- .../data/gemfire/support/SingleRegionRegionResolver.java | 2 +- .../data/gemfire/support/SmartCacheResolverFactoryBean.java | 2 +- .../data/gemfire/support/SmartLifecycleSupport.java | 2 +- .../support/SpringContextBootstrappingInitializer.java | 2 +- .../gemfire/support/SpringServerLauncherCacheProvider.java | 2 +- .../data/gemfire/support/WiringDeclarableSupport.java | 2 +- .../transaction/GemfireTransactionCommitException.java | 2 +- .../data/gemfire/transaction/GemfireTransactionManager.java | 2 +- .../transaction/config/EnableGemfireCacheTransactions.java | 2 +- .../config/GemfireCacheTransactionsConfiguration.java | 2 +- .../transaction/event/ComposableTransactionWriter.java | 2 +- .../transaction/event/TransactionApplicationEvent.java | 2 +- .../gemfire/transaction/event/TransactionListenerAdapter.java | 2 +- .../org/springframework/data/gemfire/util/ArrayUtils.java | 2 +- .../org/springframework/data/gemfire/util/CacheUtils.java | 2 +- .../springframework/data/gemfire/util/CollectionUtils.java | 2 +- .../data/gemfire/util/DistributedSystemUtils.java | 2 +- .../java/org/springframework/data/gemfire/util/Filter.java | 2 +- .../org/springframework/data/gemfire/util/JavaVersion.java | 2 +- .../org/springframework/data/gemfire/util/NetworkUtils.java | 2 +- .../springframework/data/gemfire/util/PropertiesBuilder.java | 2 +- .../org/springframework/data/gemfire/util/RegionUtils.java | 2 +- .../data/gemfire/util/RuntimeExceptionFactory.java | 2 +- .../org/springframework/data/gemfire/util/SpringUtils.java | 2 +- .../org/springframework/data/gemfire/util/StreamUtils.java | 2 +- .../data/gemfire/wan/AbstractWANComponentFactoryBean.java | 2 +- .../data/gemfire/wan/AsyncEventQueueFactoryBean.java | 2 +- .../data/gemfire/wan/GatewayReceiverFactoryBean.java | 2 +- .../data/gemfire/wan/GatewaySenderFactoryBean.java | 2 +- .../data/gemfire/wan/GatewaySenderWrapper.java | 2 +- .../data/gemfire/wan/OrderPolicyConverter.java | 2 +- .../org/springframework/data/gemfire/wan/OrderPolicyType.java | 2 +- .../java/com/gemstone/gemfire/TestGemStoneGemFireType.java | 2 +- .../src/test/java/example/app/model/ComplexType.java | 2 +- spring-data-geode/src/test/java/example/app/model/User.java | 2 +- .../src/test/java/example/app/repo/UserRepository.java | 2 +- .../ApplicationContextBeanOrderingIntegrationTests.java | 2 +- .../org/springframework/data/gemfire/AutoRegionLookupDao.java | 2 +- .../data/gemfire/AutoRegionLookupIntegrationTests.java | 2 +- .../AutoRegionLookupWithAutowiringIntegrationTests.java | 2 +- ...AutoRegionLookupWithComponentScanningIntegrationTests.java | 2 +- .../data/gemfire/CacheAutoReconnectIntegrationTests.java | 2 +- .../gemfire/CacheClusterConfigurationIntegrationTest.java | 2 +- .../data/gemfire/CacheFactoryBeanUnitTests.java | 2 +- .../springframework/data/gemfire/CacheIntegrationTest.java | 2 +- .../springframework/data/gemfire/CacheResolverUnitTests.java | 2 +- .../data/gemfire/CacheServerIntegrationTest.java | 2 +- .../data/gemfire/ColocatedRegionIntegrationTest.java | 2 +- .../springframework/data/gemfire/DataPolicyConverterTest.java | 2 +- ...DiskStoreBeanUsingPropertyPlaceholdersIntegrationTest.java | 2 +- .../data/gemfire/DiskStoreFactoryBeanTest.java | 2 +- .../test/java/org/springframework/data/gemfire/ForkUtil.java | 2 +- .../data/gemfire/GemFirePropertiesUnitTests.java | 2 +- .../data/gemfire/GemfireOperationsUnitTests.java | 2 +- .../data/gemfire/GemfireTemplateIntegrationTests.java | 2 +- ...riesOnGroupedPooledClientCacheRegionsIntegrationTests.java | 2 +- .../data/gemfire/GemfireTemplateUnitTests.java | 2 +- .../org/springframework/data/gemfire/GemfireUtilsTest.java | 2 +- .../data/gemfire/GenericRegionFactoryBeanTest.java | 2 +- .../data/gemfire/IndexConflictsIntegrationTest.java | 2 +- .../springframework/data/gemfire/IndexFactoryBeanTest.java | 2 +- .../gemfire/IndexMaintenancePolicyConverterUnitTests.java | 2 +- .../data/gemfire/IndexMaintenancePolicyTypeTest.java | 2 +- .../data/gemfire/IndexTypeConverterUnitTests.java | 2 +- .../java/org/springframework/data/gemfire/IndexTypeTest.java | 2 +- .../src/test/java/org/springframework/data/gemfire/Init.java | 2 +- .../data/gemfire/InterestPolicyConverterUnitTests.java | 2 +- .../springframework/data/gemfire/InterestPolicyTypeTest.java | 2 +- .../data/gemfire/InvalidRegionDataPolicyShortcutsTest.java | 2 +- .../springframework/data/gemfire/JndiDataSourceTypeTest.java | 2 +- .../data/gemfire/LocalRegionFactoryBeanTest.java | 2 +- .../data/gemfire/LocatorFactoryBeanUnitTests.java | 2 +- .../data/gemfire/LookupRegionFactoryBeanTest.java | 2 +- .../data/gemfire/LookupRegionMutationIntegrationTest.java | 2 +- .../org/springframework/data/gemfire/LookupSubRegionTest.java | 2 +- .../data/gemfire/PartitionAttributesFactoryBeanTest.java | 2 +- .../data/gemfire/PartitionedRegionFactoryBeanTest.java | 2 +- .../data/gemfire/PdxDiskStoreIntegrationTest.java | 2 +- .../data/gemfire/PeerRegionFactoryBeanTest.java | 2 +- .../data/gemfire/RecreatingSpringApplicationContextTest.java | 2 +- .../gemfire/RegionDataPolicyShortcutsIntegrationTest.java | 2 +- .../data/gemfire/RegionLookupIntegrationTests.java | 2 +- .../springframework/data/gemfire/RegionResolverUnitTests.java | 2 +- .../data/gemfire/RegionShortcutConverterTest.java | 2 +- .../gemfire/RegionShortcutToDataPolicyConverterUnitTests.java | 2 +- .../data/gemfire/RegionShortcutWrapperTest.java | 2 +- .../data/gemfire/ReplicatedRegionFactoryBeanTest.java | 2 +- .../springframework/data/gemfire/ScopeConverterUnitTests.java | 2 +- .../java/org/springframework/data/gemfire/ScopeTypeTest.java | 2 +- .../org/springframework/data/gemfire/SimpleCacheListener.java | 2 +- .../org/springframework/data/gemfire/SimpleCacheLoader.java | 2 +- .../org/springframework/data/gemfire/SimpleCacheWriter.java | 2 +- .../org/springframework/data/gemfire/SimpleObjectSizer.java | 2 +- .../springframework/data/gemfire/SimplePartitionResolver.java | 2 +- .../data/gemfire/SubRegionIntegrationTest.java | 2 +- .../data/gemfire/SubscriptionAttributesFactoryBeanTest.java | 2 +- .../test/java/org/springframework/data/gemfire/TestUtils.java | 2 +- .../org/springframework/data/gemfire/TxIntegrationTest.java | 2 +- .../data/gemfire/cache/CacheErrorHandlerIntegrationTests.java | 2 +- .../data/gemfire/cache/CachingWithGemFireIntegrationTest.java | 2 +- .../data/gemfire/cache/CallableCacheLoaderAdapterTest.java | 2 +- .../data/gemfire/cache/ClientCacheManagerTest.java | 2 +- .../cache/CompoundCachePutCacheEvictIntegrationTests.java | 2 +- .../data/gemfire/cache/GemfireCacheIntegrationTests.java | 2 +- .../data/gemfire/cache/GemfireCacheManagerUnitTests.java | 2 +- .../data/gemfire/cache/GemfireCacheUnitTests.java | 2 +- .../cache/config/EnableGemfireCachingIntegrationTests.java | 2 +- .../data/gemfire/client/ClientCacheFactoryBeanUnitTests.java | 2 +- .../data/gemfire/client/ClientCacheIndexingTest.java | 2 +- .../data/gemfire/client/ClientCacheIntegrationTests.java | 2 +- .../data/gemfire/client/ClientCachePoolTests.java | 2 +- .../data/gemfire/client/ClientCacheSecurityTest.java | 2 +- .../data/gemfire/client/ClientCacheVariableLocatorsTest.java | 2 +- .../data/gemfire/client/ClientCacheVariableServersTest.java | 2 +- .../data/gemfire/client/ClientRegionFactoryBeanTest.java | 2 +- .../data/gemfire/client/ClientRegionIntegrationTests.java | 2 +- .../gemfire/client/ClientRegionShortcutConverterTest.java | 2 +- .../ClientRegionShortcutToDataPolicyConverterUnitTests.java | 2 +- .../data/gemfire/client/ClientRegionShortcutWrapperTest.java | 2 +- .../gemfire/client/ClientRegionWithCacheLoaderWriterTest.java | 2 +- .../data/gemfire/client/ClientSubRegionIntegrationTests.java | 2 +- .../gemfire/client/DurableClientCacheIntegrationTest.java | 2 +- .../data/gemfire/client/GemFireDataSourceIntegrationTest.java | 2 +- .../gemfire/client/GemFireDataSourceIntegrationTests.java | 2 +- ...eUsingNonSpringConfiguredGemFireServerIntegrationTest.java | 2 +- .../gemfire/client/GemfireDataSourcePostProcessorTest.java | 2 +- .../client/InterestResultPolicyConverterUnitTests.java | 2 +- .../data/gemfire/client/InterestResultPolicyTypeTest.java | 2 +- .../data/gemfire/client/InterestUnitTests.java | 2 +- .../gemfire/client/LocalOnlyClientCacheIntegrationTests.java | 2 +- .../data/gemfire/client/PoolFactoryBeanUnitTests.java | 2 +- .../data/gemfire/client/PoolResolverUnitTests.java | 2 +- .../client/SpELExpressionConfiguredPoolsIntegrationTests.java | 2 +- .../SpringJavaConfiguredClientCacheIntegrationTest.java | 2 +- .../client/function/ListRegionsOnServerFunctionTest.java | 2 +- .../client/support/BeanFactoryPoolResolverUnitTests.java | 2 +- .../support/ClientCacheDefaultPoolResolverUnitTests.java | 2 +- .../ClientCacheFactoryCacheResolverIntegrationTests.java | 2 +- .../client/support/ComposablePoolResolverUnitTests.java | 2 +- .../client/support/DefaultableDelegatingPoolAdapterTest.java | 2 +- .../gemfire/client/support/DelegatingPoolAdapterTest.java | 2 +- .../client/support/FactoryDefaultsPoolAdapterTest.java | 2 +- .../support/PoolManagerPoolResolverIntegrationTests.java | 2 +- .../client/support/SinglePoolPoolResolverUnitTests.java | 2 +- .../gemfire/config/admin/GemfireAdminOperationsUnitTests.java | 2 +- .../config/admin/functions/CreateIndexFunctionUnitTests.java | 2 +- .../config/admin/functions/CreateRegionFunctionUnitTests.java | 2 +- .../config/admin/functions/ListIndexesFunctionUnitTests.java | 2 +- .../admin/remote/FunctionGemfireAdminTemplateUnitTests.java | 2 +- .../remote/RestHttpGemfireAdminTemplateBuilderUnitTests.java | 2 +- ...plateFollowRedirectsClientHttpRequestFactoryUnitTests.java | 2 +- .../admin/remote/RestHttpGemfireAdminTemplateUnitTests.java | 2 +- .../AbstractCacheConfigurationIntegrationTests.java | 2 +- .../annotation/AbstractCacheConfigurationUnitTests.java | 2 +- .../annotation/AbstractGeodeSecurityIntegrationTests.java | 2 +- .../ApacheGeodeSecurityManagerSecurityIntegrationTests.java | 2 +- .../annotation/ApacheShiroIniSecurityIntegrationTests.java | 2 +- .../annotation/ApacheShiroRealmSecurityIntegrationTests.java | 2 +- ...ConfiguredAuthenticationConfigurationIntegrationTests.java | 2 +- .../annotation/CacheServerConfigurerIntegrationTests.java | 2 +- .../annotation/CacheServerPropertiesIntegrationTests.java | 2 +- ...efinedRegionsAppliesRegionConfigurersIntegrationTests.java | 2 +- ...RegionsConsidersCacheConfigCacheNamesIntegrationTests.java | 2 +- ...chingDefinedRegionsRegistersInterestsIntegrationTests.java | 2 +- ...finedRegionsUsesCacheConfigCacheNamesIntegrationTests.java | 2 +- .../annotation/ClientCacheApplicationIntegrationTests.java | 2 +- .../annotation/ClientCacheConfigurationIntegrationTests.java | 2 +- .../config/annotation/ClientCacheConfigurationUnitTests.java | 2 +- .../annotation/ClientCacheConfigurerIntegrationTests.java | 2 +- .../annotation/ClientCachePropertiesIntegrationTests.java | 2 +- .../ClientServerCacheApplicationIntegrationTests.java | 2 +- ...tionWithClientHttpRequestInterceptorsIntegrationTests.java | 2 +- ...ationWithCustomGemfireAdminOperationsIntegrationTests.java | 2 +- .../annotation/DiskStoreConfigurerIntegrationTests.java | 2 +- .../annotation/DiskStorePropertiesIntegrationTests.java | 2 +- ...EnableBeanFactoryLocatorConfigurationIntegrationTests.java | 2 +- .../EnableBeanFactoryLocatorConfigurationUnitTests.java | 2 +- .../EnableCachingDefinedRegionsIntegrationTests.java | 2 +- .../annotation/EnableCachingDefinedRegionsUnitTests.java | 2 +- .../EnableClusterConfigurationIntegrationTests.java | 2 +- .../annotation/EnableClusterConfigurationUnitTests.java | 2 +- ...nableClusterConfigurationWithSecurityIntegrationTests.java | 2 +- .../EnableClusterDefinedRegionsIntegrationTests.java | 2 +- .../annotation/EnableClusterDefinedRegionsUnitTests.java | 2 +- .../annotation/EnableCompressionConfigurationUnitTests.java | 2 +- .../EnableContinuousQueriesConfigurationIntegrationTests.java | 2 +- .../EnableContinuousQueriesConfigurationUnitTests.java | 2 +- ...inuousQueriesWithClusterConfigurationIntegrationTests.java | 2 +- .../annotation/EnableDiskStoresConfigurationUnitTests.java | 2 +- .../EnableEntityDefinedRegionsIntegrationTests.java | 2 +- .../annotation/EnableEntityDefinedRegionsUnitTests.java | 2 +- ...efinedRegionsWithAssignableTypeFilterIntegrationTests.java | 2 +- ...leEntityDefinedRegionsWithRegexFilterIntegrationTests.java | 2 +- .../EnableEvictionConfigurationIntegrationTests.java | 2 +- .../annotation/EnableEvictionConfigurationUnitTests.java | 2 +- .../EnableExpirationConfigurationIntegrationTests.java | 2 +- .../annotation/EnableExpirationConfigurationUnitTests.java | 2 +- .../annotation/EnableGatewayReceiverConfigurationTests.java | 2 +- .../annotation/EnableGemFirePropertiesIntegrationTests.java | 2 +- .../annotation/EnableIndexingConfigurationUnitTests.java | 2 +- .../EnableLuceneIndexingConfigurationIntegrationTests.java | 2 +- .../annotation/EnableOffHeapConfigurationUnitTests.java | 2 +- .../EnableOqlIndexingConfigurationIntegrationTests.java | 2 +- .../annotation/EnablePdxConfigurationIntegrationTests.java | 2 +- .../config/annotation/EnablePdxConfigurationUnitTests.java | 2 +- .../EnableSslConfigurationDefaultContextIntegrationTests.java | 2 +- .../annotation/EnableSslConfigurationIntegrationTests.java | 2 +- .../config/annotation/EnableSslConfigurationUnitTests.java | 2 +- .../config/annotation/GatewayReceiverConfigurerTests.java | 2 +- .../config/annotation/GatewayReceiverPropertiesTests.java | 2 +- .../config/annotation/GatewaySenderConfigurationTests.java | 2 +- .../config/annotation/GatewaySenderConfigurerTests.java | 2 +- .../config/annotation/GatewaySenderPropertiesTests.java | 2 +- .../GemFireAsLastResourceConfigurationUnitTests.java | 2 +- .../config/annotation/IndexConfigurerIntegrationTests.java | 2 +- ...tionCannotCoexistWithCacheApplicationIntegrationTests.java | 2 +- .../LocatorApplicationConfigurationIntegrationTests.java | 2 +- .../LocatorApplicationConfigurerIntegrationTests.java | 2 +- .../config/annotation/LocatorApplicationIntegrationTests.java | 2 +- .../LocatorApplicationPropertiesIntegrationTests.java | 2 +- .../annotation/LoggingConfigurationIntegrationTests.java | 2 +- .../annotation/PeerCacheApplicationIntegrationTests.java | 2 +- ...rCacheApplicationWithAddedCacheServerIntegrationTests.java | 2 +- .../annotation/PeerCacheConfigurerIntegrationTests.java | 2 +- .../annotation/PeerCachePropertiesIntegrationTests.java | 2 +- .../config/annotation/PoolConfigurerIntegrationTests.java | 2 +- .../config/annotation/PoolPropertiesIntegrationTests.java | 2 +- .../config/annotation/RegionConfigurerIntegrationTests.java | 2 +- .../annotation/RegionDataAccessTracingAspectUnitTests.java | 2 +- .../annotation/SecureLocatorApplicationIntegrationTests.java | 2 +- .../data/gemfire/config/annotation/TestSecurityManager.java | 2 +- ...gWithBeanDefinitionOverridingDisabledIntegrationTests.java | 2 +- .../support/AbstractAnnotationConfigSupportTests.java | 2 +- .../AbstractGemFireAsLastResourceAspectSupportUnitTests.java | 2 +- .../AbstractLazyResolvingComposableConfigurerUnitTests.java | 2 +- .../support/EnableGemFireAsLastResourceIntegrationTests.java | 2 +- ...mFireAsLastResourceConnectionAcquiringAspectUnitTests.java | 2 +- ...GemFireAsLastResourceConnectionClosingAspectUnitTests.java | 2 +- .../config/annotation/test/entities/ClientRegionEntity.java | 2 +- .../test/entities/CollocatedPartitionRegionEntity.java | 2 +- .../config/annotation/test/entities/GenericRegionEntity.java | 2 +- .../config/annotation/test/entities/LocalRegionEntity.java | 2 +- .../gemfire/config/annotation/test/entities/NonEntity.java | 2 +- .../annotation/test/entities/PartitionRegionEntity.java | 2 +- .../annotation/test/entities/ReplicateRegionEntity.java | 2 +- .../config/schema/SchemaObjectDefinitionUnitTests.java | 2 +- .../data/gemfire/config/schema/SchemaObjectTypeUnitTests.java | 2 +- .../config/schema/definitions/IndexDefinitionUnitTests.java | 2 +- .../config/schema/definitions/RegionDefinitionUnitTests.java | 2 +- .../config/schema/support/ClientRegionCollectorUnitTests.java | 2 +- .../support/ComposableSchemaObjectCollectorUnitTests.java | 2 +- .../support/ComposableSchemaObjectDefinerUnitTests.java | 2 +- .../config/schema/support/IndexCollectorUnitTests.java | 2 +- .../gemfire/config/schema/support/IndexDefinerUnitTests.java | 2 +- .../config/schema/support/RegionCollectorUnitTests.java | 2 +- .../gemfire/config/schema/support/RegionDefinerUnitTests.java | 2 +- .../support/AutoRegionLookupBeanPostProcessorUnitTests.java | 2 +- .../ClientRegionPoolBeanFactoryPostProcessorUnitTests.java | 2 +- .../CustomEditorBeanFactoryPostProcessorUnitTests.java | 2 +- .../support/DefinedIndexesApplicationListenerUnitTests.java | 2 +- .../config/support/DefinedIndexesIntegrationTests.java | 2 +- .../DiskStoreDirectoryBeanPostProcessorIntegrationTests.java | 2 +- ...neIndexRegionBeanFactoryPostProcessorIntegrationTests.java | 2 +- .../PdxDiskStoreAwareBeanFactoryPostProcessorUnitTests.java | 2 +- .../gemfire/config/xml/AbstractRegionParserUnitTests.java | 2 +- .../data/gemfire/config/xml/AsyncEventQueueNamespaceTest.java | 2 +- .../gemfire/config/xml/CacheNamespaceIntegrationTests.java | 2 +- .../data/gemfire/config/xml/CacheServerNamespaceTest.java | 2 +- .../data/gemfire/config/xml/CacheSubscriptionTest.java | 2 +- .../data/gemfire/config/xml/CacheUsingPdxNamespaceTest.java | 2 +- .../config/xml/ClientCacheNamespaceIntegrationTests.java | 2 +- .../data/gemfire/config/xml/ClientCacheParserUnitTests.java | 2 +- .../data/gemfire/config/xml/ClientRegionNamespaceTest.java | 2 +- .../xml/ClientRegionUsingDataPolicyAndShortcutTest.java | 2 +- .../xml/ContinuousQueryListenerContainerNamespaceTest.java | 2 +- .../config/xml/DiskStoreAndEvictionRegionParsingTest.java | 2 +- .../data/gemfire/config/xml/DiskStoreNamespaceTest.java | 2 +- .../data/gemfire/config/xml/FunctionServiceNamespaceTest.java | 2 +- .../config/xml/GatewayReceiverAutoStartNamespaceTest.java | 2 +- .../config/xml/GatewayReceiverDefaultStartNamespaceTest.java | 2 +- .../config/xml/GatewayReceiverManualStartNamespaceTest.java | 2 +- .../gemfire/config/xml/GemfireV7GatewayNamespaceTest.java | 2 +- .../gemfire/config/xml/GemfireV8GatewayNamespaceTest.java | 2 +- .../data/gemfire/config/xml/IndexNamespaceTest.java | 2 +- .../xml/InvalidRegionDefinitionUsingBeansNamespaceTest.java | 2 +- .../xml/InvalidRegionExpirationAttributesNamespaceTest.java | 2 +- .../config/xml/JndiBindingsPropertyPlaceholderTest.java | 2 +- .../data/gemfire/config/xml/JndiBindingsTest.java | 2 +- .../data/gemfire/config/xml/LocalRegionNamespaceTest.java | 2 +- .../xml/LocalRegionWithEvictionPolicyActionNamespaceTest.java | 2 +- ...WithAsyncEventQueuesAndGatewaySendersIntegrationTests.java | 2 +- .../data/gemfire/config/xml/LuceneNamespaceUnitTests.java | 2 +- .../data/gemfire/config/xml/MembershipAttributesTest.java | 2 +- .../data/gemfire/config/xml/MultipleCacheTest.java | 2 +- .../gemfire/config/xml/PartitionedRegionNamespaceTest.java | 2 +- .../data/gemfire/config/xml/PoolNamespaceTest.java | 2 +- .../data/gemfire/config/xml/PoolParserUnitTests.java | 2 +- .../config/xml/RegionDefinitionUsingBeansNamespaceTest.java | 2 +- .../config/xml/RegionEvictionAttributesNamespaceTest.java | 2 +- .../config/xml/RegionExpirationAttributesNamespaceTest.java | 2 +- .../config/xml/RegionSubscriptionAttributesNamespaceTest.java | 2 +- .../xml/RegionWithSubRegionBeanDefinitionHashCodeTest.java | 2 +- ...egionsWithDiskStoreAndPersistenceEvictionSettingsTest.java | 2 +- .../gemfire/config/xml/ReplicatedRegionNamespaceTest.java | 2 +- .../data/gemfire/config/xml/SubRegionNamespaceTest.java | 2 +- .../gemfire/config/xml/SubRegionSubElementNamespaceTest.java | 2 +- .../config/xml/SubRegionWithInvalidDataPolicyTest.java | 2 +- .../gemfire/config/xml/TemplateClientRegionNamespaceTest.java | 2 +- .../xml/TemplatePersistentPartitionRegionNamespaceTest.java | 2 +- .../xml/TemplateRegionDefinitionOrderErrorNamespaceTest.java | 2 +- .../gemfire/config/xml/TemplateRegionsNamespaceTests.java | 2 +- .../data/gemfire/config/xml/TxEventHandlersTest.java | 2 +- .../data/gemfire/config/xml/TxManagerNamespaceTest.java | 2 +- .../config/xml/support/PoolAlreadyExistsIntegrationTests.java | 2 +- .../data/gemfire/dao/GemfireDaoSupportUnitTests.java | 2 +- .../data/gemfire/domain/ListablePageUnitTests.java | 2 +- .../gemfire/domain/support/AbstractSliceSupportTests.java | 2 +- .../gemfire/eviction/EvictionActionConverterUnitTests.java | 2 +- .../data/gemfire/eviction/EvictionActionTypeTest.java | 2 +- .../gemfire/eviction/EvictionAttributesFactoryBeanTest.java | 2 +- .../gemfire/eviction/EvictionPolicyConverterUnitTests.java | 2 +- .../data/gemfire/eviction/EvictionPolicyTypeTest.java | 2 +- ...AnnotationBasedExpirationConfigurationIntegrationTest.java | 2 +- .../gemfire/expiration/AnnotationBasedExpirationTest.java | 2 +- .../expiration/ExpirationActionConverterUnitTests.java | 2 +- .../data/gemfire/expiration/ExpirationActionTypeTest.java | 2 +- .../expiration/ExpirationAttributesFactoryBeanTest.java | 2 +- .../data/gemfire/fork/CqCacheServerProcess.java | 2 +- .../data/gemfire/fork/FunctionCacheServerProcess.java | 2 +- .../data/gemfire/fork/GemFireBasedServerProcess.java | 2 +- .../org/springframework/data/gemfire/fork/LocatorProcess.java | 2 +- .../org/springframework/data/gemfire/fork/ServerProcess.java | 2 +- .../data/gemfire/fork/SpringContainerProcess.java | 2 +- .../data/gemfire/function/BatchingResultSenderTest.java | 2 +- .../ClientCacheFunctionExecutionWithPdxIntegrationTest.java | 2 +- .../ExceptionThrowingFunctionExecutionIntegrationTest.java | 2 +- .../data/gemfire/function/FunctionArgumentResolverTest.java | 2 +- .../FunctionContextInjectingArgumentResolverUnitTests.java | 2 +- ...onWithRequiredPermissionsRegistrationIntegrationTests.java | 2 +- .../data/gemfire/function/GemfireFunctionUtilsUnitTests.java | 2 +- .../gemfire/function/PdxFunctionArgumentResolverTest.java | 2 +- .../function/config/AnnotationDrivenFunctionsTest.java | 2 +- .../function/config/FunctionExecutionClientCacheTests.java | 2 +- .../config/FunctionExecutionComponentProviderTest.java | 2 +- .../function/config/FunctionExecutionIntegrationTests.java | 2 +- .../function/config/FunctionsWithClientCacheTests.java | 2 +- ...rBasedFunctionExecutionBeanDefinitionBuilderUnitTests.java | 2 +- ...rBasedFunctionExecutionBeanDefinitionBuilderUnitTests.java | 2 +- .../XmlConfiguredFunctionExecutionIntegrationTests.java | 2 +- .../gemfire/function/config/one/TestFunctionExecution.java | 2 +- .../function/config/three/TestClientOnRegionFunction.java | 2 +- .../function/config/three/TestClientOnServerFunction.java | 2 +- .../gemfire/function/config/two/TestOnRegionFunction.java | 2 +- .../gemfire/function/config/two/TestOnRegionFunction2.java | 2 +- .../function/execution/AbstractFunctionExecutionTest.java | 2 +- .../function/execution/AbstractFunctionTemplateTest.java | 2 +- .../function/execution/FunctionExecutionIntegrationTests.java | 2 +- .../gemfire/function/execution/FunctionIntegrationTests.java | 2 +- .../execution/GemfireFunctionProxyFactoryBeanUnitTests.java | 2 +- .../execution/GemfireFunctionTemplateIntegrationTests.java | 2 +- .../FunctionsReturnResultsFromAllServersIntegrationTests.java | 2 +- .../function/result/FunctionResultTypeIntegrationTest.java | 2 +- .../gemfire/function/sample/AllServersAdminFunctions.java | 2 +- .../function/sample/ApplicationDomainFunctionExecutions.java | 2 +- .../function/sample/ExceptionThrowingFunctionExecution.java | 2 +- .../data/gemfire/function/sample/HelloFunctionExecution.java | 2 +- .../springframework/data/gemfire/function/sample/Metric.java | 2 +- .../gemfire/function/sample/SingleServerAdminFunctions.java | 2 +- .../listener/ContinuousQueryListenerContainerUnitTests.java | 2 +- .../org/springframework/data/gemfire/listener/GemfireMDP.java | 2 +- .../gemfire/listener/ListenerContainerIntegrationTests.java | 2 +- .../data/gemfire/listener/StubErrorHandler.java | 2 +- .../data/gemfire/listener/ThrowableEventListener.java | 2 +- .../listener/adapter/ContainerXmlSetupIntegrationTests.java | 2 +- .../gemfire/listener/adapter/QueryListenerAdapterTest.java | 2 +- .../data/gemfire/mapping/GemfireMappingContextUnitTests.java | 2 +- .../gemfire/mapping/GemfirePersistentEntityUnitTests.java | 2 +- .../gemfire/mapping/MappingPdxSerializerIntegrationTests.java | 2 +- .../data/gemfire/mapping/MappingPdxSerializerUnitTests.java | 2 +- .../gemfire/mapping/PdxReaderPropertyAccessorUnitTests.java | 2 +- .../org/springframework/data/gemfire/mapping/RegionsTest.java | 2 +- .../mapping/TypeMappingPdxSerializerIntegrationTests.java | 2 +- .../mapping/model/GemfireSimpleTypeHolderUnitTests.java | 2 +- .../data/gemfire/process/ProcessConfiguration.java | 2 +- .../springframework/data/gemfire/process/ProcessExecutor.java | 2 +- .../data/gemfire/process/ProcessInputStreamListener.java | 2 +- .../springframework/data/gemfire/process/ProcessWrapper.java | 2 +- .../data/gemfire/process/support/PidUnavailableException.java | 2 +- .../data/gemfire/process/support/ProcessUtils.java | 2 +- .../GemFireRepositoryFactoryInformationIntegrationTests.java | 2 +- .../gemfire/repository/cdi/CdiExtensionIntegrationTest.java | 2 +- .../data/gemfire/repository/cdi/CustomPersonRepository.java | 2 +- .../gemfire/repository/cdi/CustomPersonRepositoryImpl.java | 2 +- .../gemfire/repository/cdi/GemfireCacheRegionProducer.java | 2 +- .../gemfire/repository/cdi/GemfireRepositoryBeanTest.java | 2 +- .../repository/cdi/GemfireRepositoryExtensionTest.java | 2 +- .../data/gemfire/repository/cdi/RepositoryClient.java | 2 +- .../data/gemfire/repository/cdi/SamplePersonRepository.java | 2 +- .../ClientRegionNamespaceRepositoryIntegrationTests.java | 2 +- .../config/GemfireRepositoriesRegistrarIntegrationTests.java | 2 +- .../GemfireRepositoryConfigurationExtensionUnitTests.java | 2 +- ...nKeyRepositoryIdAndEntityIdRepositoryIntegrationTests.java | 2 +- .../config/NamespaceRepositoryIntegrationTests.java | 2 +- .../PartitionedRegionNamespaceRepositoryIntegrationTests.java | 2 +- .../repository/query/AbstractSelectResultsUnitTests.java | 2 +- .../repository/query/DefaultGemfireEntityInformationTest.java | 2 +- .../repository/query/GemfireQueryCreatorUnitTests.java | 2 +- .../gemfire/repository/query/GemfireQueryMethodUnitTests.java | 2 +- .../gemfire/repository/query/PagedSelectResultsUnitTests.java | 2 +- .../data/gemfire/repository/query/PredicatesUnitTests.java | 2 +- .../data/gemfire/repository/query/QueryBuilderUnitTests.java | 2 +- .../repository/query/QueryPostProcessorIntegrationTests.java | 2 +- .../gemfire/repository/query/QueryPostProcessorUnitTests.java | 2 +- .../data/gemfire/repository/query/QueryStringUnitTests.java | 2 +- .../query/RepositoryQueryUsingInOperatorIntegrationTests.java | 2 +- .../query/StringBasedGemfireRepositoryQueryTest.java | 2 +- .../gemfire/repository/query/support/OqlKeywordUnitTests.java | 2 +- .../repository/query/support/OqlQueryExecutorUnitTests.java | 2 +- .../repository/query/support/PagingUtilsUnitTests.java | 2 +- .../query/support/TemplateBasedOqlQueryExecutorUnitTests.java | 2 +- .../data/gemfire/repository/sample/Account.java | 2 +- .../data/gemfire/repository/sample/AccountRepository.java | 2 +- .../data/gemfire/repository/sample/Address.java | 2 +- .../data/gemfire/repository/sample/Algorithm.java | 2 +- .../data/gemfire/repository/sample/AlgorithmRepository.java | 2 +- .../gemfire/repository/sample/AlgorithmRepositoryTest.java | 2 +- .../data/gemfire/repository/sample/Animal.java | 2 +- .../data/gemfire/repository/sample/AnimalRepositoryTest.java | 2 +- .../data/gemfire/repository/sample/CatRepository.java | 2 +- .../data/gemfire/repository/sample/Customer.java | 2 +- .../data/gemfire/repository/sample/CustomerRepository.java | 2 +- .../data/gemfire/repository/sample/DogRepository.java | 2 +- ...mPartitionToReplicateRegionRepositoryIntegrationTests.java | 2 +- .../data/gemfire/repository/sample/GuestUser.java | 2 +- .../data/gemfire/repository/sample/GuestUserRepository.java | 2 +- .../data/gemfire/repository/sample/Identifiable.java | 2 +- .../data/gemfire/repository/sample/Person.java | 2 +- .../data/gemfire/repository/sample/PersonRepository.java | 2 +- .../repository/sample/PersonRepositoryIntegrationTests.java | 2 +- .../springframework/data/gemfire/repository/sample/Plant.java | 2 +- .../data/gemfire/repository/sample/PlantRepository.java | 2 +- .../data/gemfire/repository/sample/Programmer.java | 2 +- .../data/gemfire/repository/sample/ProgrammerRepository.java | 2 +- .../data/gemfire/repository/sample/RabbitRepository.java | 2 +- .../data/gemfire/repository/sample/RegionPopulator.java | 2 +- ...oryDataAccessOnRegionUsingCacheLoaderIntegrationTests.java | 2 +- .../sample/RepositoryQueriesWithJoinsIntegrationTest.java | 2 +- .../data/gemfire/repository/sample/RootUser.java | 2 +- .../data/gemfire/repository/sample/RootUserRepository.java | 2 +- .../repository/sample/SubRegionRepositoryIntegrationTest.java | 2 +- .../springframework/data/gemfire/repository/sample/User.java | 2 +- .../data/gemfire/repository/sample/UserRepository.java | 2 +- .../sample/UserRepositoryQueriesIntegrationTest.java | 2 +- .../UsingQueryAnnotationExtensionsInUserRepository.java | 2 +- ...ryAnnotationExtensionsInUserRepositoryIntegrationTest.java | 2 +- .../AbstractGemfireRepositoryFactoryIntegrationTests.java | 2 +- .../repository/support/GemfireRepositoryFactoryBeanTest.java | 2 +- .../support/GemfireRepositoryFactoryIntegrationTests.java | 2 +- .../repository/support/GemfireRepositoryFactoryUnitTests.java | 2 +- .../support/SimpleGemfireRepositoryIntegrationTests.java | 2 +- ...impleGemfireRepositoryRegionDeleteAllIntegrationTests.java | 2 +- .../SimpleGemfireRepositoryTransactionalIntegrationTest.java | 2 +- .../repository/support/SimpleGemfireRepositoryUnitTests.java | 2 +- .../data/gemfire/search/lucene/LuceneAccessorUnitTests.java | 2 +- .../search/lucene/LuceneIndexFactoryBeanUnitTests.java | 2 +- .../search/lucene/LuceneOperationsIntegrationTests.java | 2 +- .../data/gemfire/search/lucene/LuceneOperationsUnitTests.java | 2 +- .../search/lucene/LuceneServiceFactoryBeanUnitTests.java | 2 +- .../data/gemfire/search/lucene/LuceneTemplateUnitTests.java | 2 +- .../search/lucene/ProjectingLuceneAccessorUnitTests.java | 2 +- .../search/lucene/ProjectingLuceneOperationsUnitTests.java | 2 +- .../search/lucene/ProjectingLuceneTemplateUnitTests.java | 2 +- .../gemfire/search/lucene/support/LucenePageUnitTests.java | 2 +- .../support/PdxInstanceMethodInterceptorFactoryUnitTests.java | 2 +- .../lucene/support/PdxInstanceMethodInterceptorUnitTests.java | 2 +- .../gemfire/serialization/AsmInstantiatorFactoryTest.java | 2 +- .../data/gemfire/serialization/WiringInstantiatorTest.java | 2 +- .../serialization/json/JSONRegionAdviceIntegrationTests.java | 2 +- .../data/gemfire/server/CacheServerFactoryBeanTest.java | 2 +- .../server/SubscriptionEvictionPolicyConverterUnitTests.java | 2 +- .../data/gemfire/server/SubscriptionEvictionPolicyTest.java | 2 +- ...pplicationEventTriggeredImportsExportsIntegrationTest.java | 2 +- .../snapshot/SnapshotServiceFactoryBeanIntegrationTest.java | 2 +- .../data/gemfire/snapshot/SnapshotServiceFactoryBeanTest.java | 2 +- .../snapshot/SnapshotServiceImportExportIntegrationTest.java | 2 +- .../gemfire/snapshot/event/SnapshotApplicationEventTest.java | 2 +- .../gemfire/snapshot/filter/ComposableSnapshotFilterTest.java | 2 +- .../support/AbstractCachingCacheResolverUnitTests.java | 2 +- .../support/AbstractCachingRegionResolverUnitTests.java | 2 +- .../gemfire/support/AbstractFactoryBeanSupportUnitTests.java | 2 +- .../gemfire/support/BeanFactoryCacheResolverUnitTests.java | 2 +- .../gemfire/support/BeanFactoryRegionResolverUnitTests.java | 2 +- .../support/CacheFactoryCacheResolverIntegrationTests.java | 2 +- .../gemfire/support/ComposableCacheResolverUnitTests.java | 2 +- .../gemfire/support/ComposableRegionResolverUnitTests.java | 2 +- .../data/gemfire/support/CompositeLifecycleUnitTests.java | 2 +- .../data/gemfire/support/CompositeTypeFilterUnitTests.java | 2 +- .../data/gemfire/support/ConnectionEndpointListTest.java | 2 +- .../data/gemfire/support/ConnectionEndpointUnitTests.java | 2 +- .../data/gemfire/support/DeclarableSupportUnitTests.java | 2 +- ...erridingApplicationContextInitializerIntegrationTests.java | 2 +- ...itionOverridingApplicationContextInitializerUnitTests.java | 2 +- ...ireBeanFactoryLocatorAnnotationConfigIntegrationTests.java | 2 +- .../support/GemfireBeanFactoryLocatorIntegrationTests.java | 2 +- .../GemfireBeanFactoryLocatorJavaConfigIntegrationTests.java | 2 +- .../gemfire/support/GemfireBeanFactoryLocatorUnitTests.java | 2 +- .../support/GemfirePersistenceExceptionTranslationTest.java | 2 +- ...yWiringDeclarableSupportFunctionBasedIntegrationTests.java | 2 +- .../support/LazyWiringDeclarableSupportIntegrationTests.java | 2 +- .../gemfire/support/LazyWiringDeclarableSupportUnitTests.java | 2 +- .../gemfire/support/RegionServiceRegionResolverUnitTests.java | 2 +- .../gemfire/support/SingleCacheCacheResolverUnitTests.java | 2 +- .../gemfire/support/SingleRegionRegionResolverUnitTests.java | 2 +- .../SmartCacheResolverFactoryBeanIntegrationTests.java | 2 +- .../support/SmartCacheResolverFactoryBeanUnitTests.java | 2 +- .../data/gemfire/support/SmartLifecycleSupportUnitTests.java | 2 +- .../SpringContextBootstrappingInitializerIntegrationTest.java | 2 +- .../support/SpringContextBootstrappingInitializerTest.java | 2 +- .../SpringServerLauncherCacheProviderIntegrationTest.java | 2 +- .../support/SpringServerLauncherCacheProviderTest.java | 2 +- .../support/WiringDeclarableSupportIntegrationTests.java | 2 +- .../data/gemfire/support/sample/TestUserDao.java | 2 +- .../data/gemfire/support/sample/TestUserService.java | 2 +- .../gemfire/support/sample/UserApplicationConfiguration.java | 2 +- .../springframework/data/gemfire/support/sample/UserDao.java | 2 +- .../data/gemfire/support/sample/UserService.java | 2 +- .../data/gemfire/test/GemfireProfileValueSource.java | 2 +- .../test/GemfireTestApplicationContextInitializer.java | 2 +- .../data/gemfire/test/GemfireTestBeanPostProcessor.java | 2 +- .../data/gemfire/test/MockCacheFactoryBean.java | 2 +- .../data/gemfire/test/MockClientCacheFactoryBean.java | 2 +- .../data/gemfire/test/MockClientRegionFactory.java | 2 +- .../springframework/data/gemfire/test/MockRegionFactory.java | 2 +- .../data/gemfire/test/MockRegionFactoryTest.java | 2 +- .../data/gemfire/test/StubAsyncEventQueueFactory.java | 2 +- .../springframework/data/gemfire/test/StubCacheServer.java | 2 +- .../data/gemfire/test/StubCacheTransactionManager.java | 2 +- .../org/springframework/data/gemfire/test/StubDiskStore.java | 2 +- .../data/gemfire/test/StubGatewayReceiverFactory.java | 2 +- .../data/gemfire/test/StubGatewaySenderFactory.java | 2 +- .../data/gemfire/test/StubResourceManager.java | 2 +- .../data/gemfire/test/logging/slf4j/logback/TestAppender.java | 2 +- .../data/gemfire/test/mock/GemFireMockObjectsSupport.java | 2 +- .../data/gemfire/test/mock/MockObjectsSupport.java | 2 +- .../test/mock/annotation/EnableGemFireMockObjects.java | 2 +- .../test/mock/annotation/GemFireMockObjectsConfiguration.java | 2 +- .../data/gemfire/test/mock/annotation/GemFireUnitTest.java | 2 +- .../test/mock/config/GemFireMockObjectsBeanPostProcessor.java | 2 +- .../GemFireMockObjectsApplicationContextInitializer.java | 2 +- .../test/mock/support/MockObjectInvocationException.java | 2 +- .../data/gemfire/test/mock/support/MockObjectsException.java | 2 +- .../org/springframework/data/gemfire/test/model/Book.java | 2 +- .../org/springframework/data/gemfire/test/model/Gender.java | 2 +- .../org/springframework/data/gemfire/test/model/Person.java | 2 +- .../data/gemfire/test/repo/PersonRepository.java | 2 +- .../support/AbstractGemFireClientServerIntegrationTest.java | 2 +- .../data/gemfire/test/support/AbstractNativeCacheTests.java | 2 +- .../gemfire/test/support/AbstractRegionFactoryBeanTests.java | 2 +- .../AbstractUnitAndIntegrationTestsWithMockSupport.java | 2 +- .../test/support/ClientServerIntegrationTestsSupport.java | 2 +- .../data/gemfire/test/support/DataSourceAdapter.java | 2 +- .../data/gemfire/test/support/FileSystemUtils.java | 2 +- .../springframework/data/gemfire/test/support/FileUtils.java | 2 +- .../springframework/data/gemfire/test/support/IOUtils.java | 2 +- .../data/gemfire/test/support/IdentifierSequence.java | 2 +- .../springframework/data/gemfire/test/support/MapBuilder.java | 2 +- .../data/gemfire/test/support/SocketUtils.java | 2 +- .../data/gemfire/test/support/StackTraceUtils.java | 2 +- .../data/gemfire/test/support/ThreadUtils.java | 2 +- .../data/gemfire/test/support/ThrowableUtils.java | 2 +- .../springframework/data/gemfire/test/support/ZipUtils.java | 2 +- .../AbstractTransactionalEventListenerIntegrationTests.java | 2 +- .../AutoTransactionalEventListenerIntegrationTests.java | 2 +- .../CommitConflictExceptionTransactionalIntegrationTests.java | 2 +- ...entDataAccessTransactionsWithRollbackIntegrationTests.java | 2 +- .../GemfireTransactionManagerIntegrationTests.java | 2 +- .../TransactionalEventListenerIntegrationTests.java | 2 +- .../EnableGemfireCacheTransactionsIntegrationTests.java | 2 +- .../event/ComposableTransactionWriterUnitTests.java | 2 +- .../event/TransactionListenerAdapterUnitTests.java | 2 +- .../data/gemfire/util/ArrayUtilsUnitTests.java | 2 +- .../data/gemfire/util/CollectionUtilsUnitTests.java | 2 +- .../springframework/data/gemfire/util/FilterUnitTests.java | 2 +- .../data/gemfire/util/JavaVersionUnitTests.java | 2 +- .../data/gemfire/util/NetworkUtilsUnitTests.java | 2 +- .../data/gemfire/util/PropertiesBuilderTests.java | 2 +- .../data/gemfire/util/RegionUtilsUnitTests.java | 2 +- .../data/gemfire/util/RuntimeExceptionFactoryUnitTests.java | 2 +- .../data/gemfire/util/SpringUtilsUnitTests.java | 2 +- .../data/gemfire/util/StreamUtilsUnitTests.java | 2 +- .../AsyncEventQueueByIdXmlConfigurationIntegrationTests.java | 2 +- .../data/gemfire/wan/AsyncEventQueueFactoryBeanUnitTests.java | 2 +- .../wan/AsyncEventQueueWithListenerIntegrationTest.java | 2 +- ...arallelAsyncEventQueueAndGatewaySenderIntegrationTest.java | 2 +- .../data/gemfire/wan/GatewayReceiverFactoryBeanTest.java | 2 +- .../GatewaySenderByIdXmlConfigurationIntegrationTests.java | 2 +- .../data/gemfire/wan/GatewaySenderFactoryBeanTest.java | 2 +- .../wan/ManualGatewayReceiverStartIntegrationTest.java | 2 +- .../data/gemfire/wan/OrderPolicyConverterUnitTests.java | 2 +- .../springframework/data/gemfire/wan/OrderPolicyTypeTest.java | 2 +- ...RegionsWithAsyncEventQueuesAndGatewaySendersUnitTests.java | 2 +- src/main/asciidoc/index.adoc | 2 +- 1056 files changed, 1067 insertions(+), 1067 deletions(-) diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractBasicCacheFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractBasicCacheFactoryBean.java index 00d9aebc..0a8127d8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractBasicCacheFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractBasicCacheFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractConfigurableCacheFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractConfigurableCacheFactoryBean.java index 8840116e..1fffb8a3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractConfigurableCacheFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractConfigurableCacheFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractResolvableCacheFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractResolvableCacheFactoryBean.java index 9ce248dc..1479b9f8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractResolvableCacheFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/AbstractResolvableCacheFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java index 6a49039e..bd2fb37b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheResolver.java index 0e6c0413..609dfa68 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/CacheResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/ConfigurableRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/ConfigurableRegionFactoryBean.java index ae71ff1f..0b633ec5 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/ConfigurableRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/ConfigurableRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/DataPolicyConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/DataPolicyConverter.java index 5ce1bea7..c65bdc91 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/DataPolicyConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/DataPolicyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/DiskStoreFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/DiskStoreFactoryBean.java index 475a4ca5..0f78c991 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/DiskStoreFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/DiskStoreFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/FixedPartitionAttributesFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/FixedPartitionAttributesFactoryBean.java index a6a4a4e1..82fec6d7 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/FixedPartitionAttributesFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/FixedPartitionAttributesFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemFireProperties.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemFireProperties.java index 5488f697..01e452d0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemFireProperties.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemFireProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireAccessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireAccessor.java index 95519247..7d1f7fa5 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireAccessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCacheUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCacheUtils.java index d6ff3149..cc91f620 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCacheUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCacheUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCallback.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCallback.java index 543e4837..c4ff19c8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCallback.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCancellationException.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCancellationException.java index 5552d224..3f4141ab 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCancellationException.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireCancellationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireIndexException.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireIndexException.java index f93e1860..2389e1c9 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireIndexException.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireIndexException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireOperations.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireOperations.java index c2b4ce01..1eb0d89b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireOperations.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireQueryException.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireQueryException.java index 857c1837..248f60c3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireQueryException.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireQueryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireSystemException.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireSystemException.java index ec75ed0f..b3fa1be2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireSystemException.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireSystemException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java index b60a4c61..93318c52 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireUtils.java index 3f599466..6a203ddb 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GemfireUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GenericRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GenericRegionFactoryBean.java index 0f000aec..d3980bde 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/GenericRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/GenericRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexFactoryBean.java index b29d9c4f..aa3910f2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexMaintenancePolicyConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexMaintenancePolicyConverter.java index 69c2983e..edfe67cc 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexMaintenancePolicyConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexMaintenancePolicyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexMaintenancePolicyType.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexMaintenancePolicyType.java index 82caf3ae..792506b4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexMaintenancePolicyType.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexMaintenancePolicyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexType.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexType.java index 9a3120a4..5d5ede07 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexType.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexTypeConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexTypeConverter.java index 10cf5d63..8736d119 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexTypeConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/IndexTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/InterestPolicyConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/InterestPolicyConverter.java index 2e5b30e2..64dd6a97 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/InterestPolicyConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/InterestPolicyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/InterestPolicyType.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/InterestPolicyType.java index c005c580..fd70c18c 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/InterestPolicyType.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/InterestPolicyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/JndiDataSourceType.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/JndiDataSourceType.java index 9d8b9616..98e92c6a 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/JndiDataSourceType.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/JndiDataSourceType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/LocalRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/LocalRegionFactoryBean.java index 154bfef8..0b38d148 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/LocalRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/LocalRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/LocatorFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/LocatorFactoryBean.java index aa691acc..6624ca63 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/LocatorFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/LocatorFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/LookupRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/LookupRegionFactoryBean.java index 0a97ebcc..1d27c800 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/LookupRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/LookupRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/PartitionAttributesFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/PartitionAttributesFactoryBean.java index 2d200926..6db2721a 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/PartitionAttributesFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/PartitionAttributesFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/PartitionedRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/PartitionedRegionFactoryBean.java index fa0d81ed..de2aae6b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/PartitionedRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/PartitionedRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/PeerRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/PeerRegionFactoryBean.java index 4fea69d6..cec970f0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/PeerRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/PeerRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionAttributesFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionAttributesFactoryBean.java index edadfd59..cc0b4593 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionAttributesFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionAttributesFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionResolver.java index adedf886..8c9d67e4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutConverter.java index 5e599700..ab993cf6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutToDataPolicyConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutToDataPolicyConverter.java index 04982a8f..3e3a7d31 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutToDataPolicyConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutToDataPolicyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutWrapper.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutWrapper.java index cc201ed5..c2998af0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutWrapper.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/RegionShortcutWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBean.java index ccc21f8d..92ff8193 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/ResolvableRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/ResolvableRegionFactoryBean.java index 455af364..b79a5452 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/ResolvableRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/ResolvableRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/ScopeConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/ScopeConverter.java index 32506706..f9425f20 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/ScopeConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/ScopeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/ScopeType.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/ScopeType.java index a74ba295..925ac744 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/ScopeType.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/ScopeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBean.java index 1a990ae3..f932eb39 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/CallableCacheLoaderAdapter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/CallableCacheLoaderAdapter.java index e431da1b..92f102f7 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/CallableCacheLoaderAdapter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/CallableCacheLoaderAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/GemfireCache.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/GemfireCache.java index 3cc902d1..59b8d25a 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/GemfireCache.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/GemfireCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/GemfireCacheManager.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/GemfireCacheManager.java index 2937daba..7190554f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/GemfireCacheManager.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/GemfireCacheManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/config/EnableGemfireCaching.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/config/EnableGemfireCaching.java index e070952c..cf2a8eab 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/config/EnableGemfireCaching.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/config/EnableGemfireCaching.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/config/GemfireCachingConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/config/GemfireCachingConfiguration.java index b07f2506..c25c8f0c 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/config/GemfireCachingConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/cache/config/GemfireCachingConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientCacheFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientCacheFactoryBean.java index 02624648..17f533a6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientCacheFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientCacheFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionFactoryBean.java index 73a0c912..bcc6945d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutConverter.java index 73b7162c..e4e6955b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutToDataPolicyConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutToDataPolicyConverter.java index b13b501b..9f6b4d79 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutToDataPolicyConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutToDataPolicyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutWrapper.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutWrapper.java index 8eb52ef4..89c3994a 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutWrapper.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/ClientRegionShortcutWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/GemfireDataSourcePostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/GemfireDataSourcePostProcessor.java index 32018a6b..0830a30a 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/GemfireDataSourcePostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/GemfireDataSourcePostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/Interest.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/Interest.java index ad1c69c1..cacf9bf2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/Interest.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/Interest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/InterestResultPolicyConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/InterestResultPolicyConverter.java index ec4bf514..67184b70 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/InterestResultPolicyConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/InterestResultPolicyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/InterestResultPolicyType.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/InterestResultPolicyType.java index 32053f9a..60fd4e17 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/InterestResultPolicyType.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/InterestResultPolicyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/KeyInterest.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/KeyInterest.java index 5d1d10fa..94d6d445 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/KeyInterest.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/KeyInterest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolAdapter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolAdapter.java index 200c4b14..e15cfd0b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolAdapter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolFactoryBean.java index b6dcc6f3..cb760a0a 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolResolver.java index 65f8abe1..7b3dbfcd 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/PoolResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/RegexInterest.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/RegexInterest.java index 6f728f76..ccc8b2a2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/RegexInterest.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/RegexInterest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/function/ListRegionsOnServerFunction.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/function/ListRegionsOnServerFunction.java index 45a0f3c1..2a8a4f2a 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/function/ListRegionsOnServerFunction.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/function/ListRegionsOnServerFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/BeanFactoryPoolResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/BeanFactoryPoolResolver.java index fff1d1f7..7dce3379 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/BeanFactoryPoolResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/BeanFactoryPoolResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ClientCacheDefaultPoolResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ClientCacheDefaultPoolResolver.java index 68abdf77..8a262285 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ClientCacheDefaultPoolResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ClientCacheDefaultPoolResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ClientCacheFactoryCacheResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ClientCacheFactoryCacheResolver.java index 602324db..936cc8ac 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ClientCacheFactoryCacheResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ClientCacheFactoryCacheResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ComposablePoolResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ComposablePoolResolver.java index 252fed1d..34118507 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ComposablePoolResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/ComposablePoolResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/DefaultableDelegatingPoolAdapter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/DefaultableDelegatingPoolAdapter.java index 316f24e9..cc660c1e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/DefaultableDelegatingPoolAdapter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/DefaultableDelegatingPoolAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/DelegatingPoolAdapter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/DelegatingPoolAdapter.java index c3c340a1..ae146e51 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/DelegatingPoolAdapter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/DelegatingPoolAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/FactoryDefaultsPoolAdapter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/FactoryDefaultsPoolAdapter.java index 02c3f425..ed344699 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/FactoryDefaultsPoolAdapter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/FactoryDefaultsPoolAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/PoolManagerPoolResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/PoolManagerPoolResolver.java index d343cb0a..02e52136 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/PoolManagerPoolResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/PoolManagerPoolResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/SinglePoolPoolResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/SinglePoolPoolResolver.java index a9ce99cd..7ec841f0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/SinglePoolPoolResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/client/support/SinglePoolPoolResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/AbstractGemfireAdminOperations.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/AbstractGemfireAdminOperations.java index caa2e494..66ce0cfb 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/AbstractGemfireAdminOperations.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/AbstractGemfireAdminOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/GemfireAdminOperations.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/GemfireAdminOperations.java index ce79583b..ddb98cb6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/GemfireAdminOperations.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/GemfireAdminOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/CreateIndexFunction.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/CreateIndexFunction.java index b06b2f49..1a7f97c0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/CreateIndexFunction.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/CreateIndexFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/CreateRegionFunction.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/CreateRegionFunction.java index bd710193..abb5daf0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/CreateRegionFunction.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/CreateRegionFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/ListIndexesFunction.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/ListIndexesFunction.java index ecb85015..67de3cf9 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/ListIndexesFunction.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/functions/ListIndexesFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/remote/FunctionGemfireAdminTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/remote/FunctionGemfireAdminTemplate.java index d618d7f8..a26d75ed 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/remote/FunctionGemfireAdminTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/remote/FunctionGemfireAdminTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplate.java index b7edf54d..ddc6b878 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfiguration.java index de9d20dd..d071b45f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddCacheServerConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddCacheServerConfiguration.java index f8a5fb40..22944713 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddCacheServerConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddCacheServerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddCacheServersConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddCacheServersConfiguration.java index e097ef78..66ed32de 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddCacheServersConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddCacheServersConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddPoolConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddPoolConfiguration.java index 26a5f52b..1fe11557 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddPoolConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddPoolConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddPoolsConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddPoolsConfiguration.java index f4c862b3..a24193a6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddPoolsConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AddPoolsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AdministrativeConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AdministrativeConfiguration.java index 3ffef073..9d9dfad6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AdministrativeConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AdministrativeConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ApacheShiroSecurityConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ApacheShiroSecurityConfiguration.java index 87706f75..e84db0aa 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ApacheShiroSecurityConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ApacheShiroSecurityConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AuthConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AuthConfiguration.java index 22e7d74e..9610b276 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AuthConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AuthConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AutoConfiguredAuthenticationConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AutoConfiguredAuthenticationConfiguration.java index e86fd021..68696eab 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AutoConfiguredAuthenticationConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AutoConfiguredAuthenticationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AutoRegionLookupConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AutoRegionLookupConfiguration.java index ce76310d..ede4a14d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AutoRegionLookupConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AutoRegionLookupConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/BeanFactoryLocatorConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/BeanFactoryLocatorConfiguration.java index f6dc2c62..bc87ec57 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/BeanFactoryLocatorConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/BeanFactoryLocatorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerApplication.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerApplication.java index e930a666..94ec9b2a 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerApplication.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerConfiguration.java index 3496fc32..7abf623b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerConfigurer.java index b7d4be6d..a169aa71 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CacheServerConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsConfiguration.java index 37138efa..7c4a52dc 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheApplication.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheApplication.java index 779c3c78..1d6fb1b3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheApplication.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfiguration.java index 2e0797ff..c7133a64 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurer.java index 1a5e109f..7cf9ef2b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationConfiguration.java index 8678643c..adf0f811 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClusterDefinedRegionsConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClusterDefinedRegionsConfiguration.java index 6f656538..8b6baeee 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClusterDefinedRegionsConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ClusterDefinedRegionsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CompressionConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CompressionConfiguration.java index 864b08bc..f12372a8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CompressionConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/CompressionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ContinuousQueryConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ContinuousQueryConfiguration.java index 29fd9de1..59dc7eb6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ContinuousQueryConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ContinuousQueryConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ContinuousQueryListenerContainerConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ContinuousQueryListenerContainerConfigurer.java index 50116156..a11a2962 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ContinuousQueryListenerContainerConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ContinuousQueryListenerContainerConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfiguration.java index c17a46d3..97e54592 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfigurer.java index a31ae7ef..b251f609 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoresConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoresConfiguration.java index 0f3edeb4..3b207279 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoresConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/DiskStoresConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAuth.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAuth.java index 0e7f92e9..96ea6a25 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAuth.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAuth.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAutoRegionLookup.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAutoRegionLookup.java index e587d696..5c597122 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAutoRegionLookup.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableAutoRegionLookup.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocator.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocator.java index 523bb801..00995dbc 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocator.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCacheServer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCacheServer.java index d4fe54db..15277d15 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCacheServer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCacheServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCacheServers.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCacheServers.java index 517e5690..d6e69482 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCacheServers.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCacheServers.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegions.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegions.java index 5dc74ba8..4ad4263d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegions.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegions.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfiguration.java index ce116858..99ffc742 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegions.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegions.java index 96dac004..187a67ee 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegions.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegions.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCompression.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCompression.java index a1e13e44..72bf9c82 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCompression.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableCompression.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueries.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueries.java index b0bfafd4..7b7a003b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueries.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueries.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableDiskStore.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableDiskStore.java index f15add1c..4c10ab0d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableDiskStore.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableDiskStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableDiskStores.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableDiskStores.java index c904157a..19e532a8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableDiskStores.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableDiskStores.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegions.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegions.java index a69f7f35..146c68c2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegions.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegions.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableEviction.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableEviction.java index 2e0b2f07..f1ab0146 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableEviction.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableEviction.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableExpiration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableExpiration.java index a3a880ed..a58ae3b4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableExpiration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableExpiration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewayReceiver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewayReceiver.java index bf642fe4..b86ce0e0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewayReceiver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewayReceiver.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewaySender.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewaySender.java index e2885017..dfc6002d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewaySender.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewaySender.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewaySenders.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewaySenders.java index 62c4828f..bee510e9 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewaySenders.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGatewaySenders.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireAsLastResource.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireAsLastResource.java index 84b340e1..237f0cb8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireAsLastResource.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireAsLastResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireProperties.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireProperties.java index 8b5563de..0cb731b8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireProperties.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableGemFireProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableHttpService.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableHttpService.java index fdf1d7dd..72767479 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableHttpService.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableHttpService.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableIndexing.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableIndexing.java index 48d5772f..ec997d05 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableIndexing.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableIndexing.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableLocator.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableLocator.java index 323cf805..957a433e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableLocator.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableLogging.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableLogging.java index 51fcf510..e74c1543 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableLogging.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableLogging.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableManager.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableManager.java index b298ed96..53526410 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableManager.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMcast.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMcast.java index 1a99e26b..05af5351 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMcast.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMcast.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMemcachedServer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMemcachedServer.java index 152c2e38..0048a1fe 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMemcachedServer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableMemcachedServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableOffHeap.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableOffHeap.java index cd8d7a5d..264357fe 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableOffHeap.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableOffHeap.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePdx.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePdx.java index 64b4b485..0432cb6d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePdx.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePdx.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePool.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePool.java index 25c5ef0d..02b8e513 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePool.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePools.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePools.java index 5f5af708..622db2e8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePools.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnablePools.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableRedisServer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableRedisServer.java index 71a53167..bcc86683 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableRedisServer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableRedisServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableRegionDataAccessTracing.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableRegionDataAccessTracing.java index 71fd2c11..baec37e0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableRegionDataAccessTracing.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableRegionDataAccessTracing.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableSecurity.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableSecurity.java index 6bb6e0aa..5a1d1800 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableSecurity.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableSecurity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableSsl.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableSsl.java index a88bb8e1..9570d399 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableSsl.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableSsl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableStatistics.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableStatistics.java index dcd53b58..210e3715 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableStatistics.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EnableStatistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EntityDefinedRegionsConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EntityDefinedRegionsConfiguration.java index 7f290bb7..0769f8af 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EntityDefinedRegionsConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EntityDefinedRegionsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EvictionConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EvictionConfiguration.java index 8fcad97b..11ff17b5 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EvictionConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/EvictionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ExpirationConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ExpirationConfiguration.java index 07d582d9..1fff730f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ExpirationConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ExpirationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfiguration.java index b3063f4e..dc022cde 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfigurer.java index 6432be26..15db713c 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfiguration.java index 8ac35e07..b7b747b0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewaySendersConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewaySendersConfiguration.java index a72e7149..d5e56616 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewaySendersConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GatewaySendersConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GemFireAsLastResourceConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GemFireAsLastResourceConfiguration.java index 8ea6977a..ea8c8f64 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GemFireAsLastResourceConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GemFireAsLastResourceConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GemFirePropertiesConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GemFirePropertiesConfiguration.java index e0dc4843..8e699b80 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GemFirePropertiesConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GemFirePropertiesConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GeodeIntegratedSecurityConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GeodeIntegratedSecurityConfiguration.java index 0c3c3bfa..6551b0f0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GeodeIntegratedSecurityConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/GeodeIntegratedSecurityConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/HttpServiceConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/HttpServiceConfiguration.java index d1ca3ba2..73f71e18 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/HttpServiceConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/HttpServiceConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/IndexConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/IndexConfiguration.java index a145058b..0dae2362 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/IndexConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/IndexConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/IndexConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/IndexConfigurer.java index 62f44d2e..4c159ef8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/IndexConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/IndexConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/Jsr107CacheAnnotationsCacheNameResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/Jsr107CacheAnnotationsCacheNameResolver.java index 170e3aee..2554bf2f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/Jsr107CacheAnnotationsCacheNameResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/Jsr107CacheAnnotationsCacheNameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/Jsr107CacheAnnotationsCacheNameResolverFactory.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/Jsr107CacheAnnotationsCacheNameResolverFactory.java index a1d68d04..458f9ab7 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/Jsr107CacheAnnotationsCacheNameResolverFactory.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/Jsr107CacheAnnotationsCacheNameResolverFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableCacheServerConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableCacheServerConfigurer.java index 16aa5072..18bf5b48 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableCacheServerConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableCacheServerConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableClientCacheConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableClientCacheConfigurer.java index 35ac6bfb..87df7b09 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableClientCacheConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableClientCacheConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableContinuousQueryListenerContainerConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableContinuousQueryListenerContainerConfigurer.java index 05a96af4..5a4516c8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableContinuousQueryListenerContainerConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableContinuousQueryListenerContainerConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableDiskStoreConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableDiskStoreConfigurer.java index 8d7c312d..75a090f5 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableDiskStoreConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableDiskStoreConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableGatewayReceiverConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableGatewayReceiverConfigurer.java index 89df6a11..679e4626 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableGatewayReceiverConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableGatewayReceiverConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableGatewaySenderConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableGatewaySenderConfigurer.java index 806b1887..74c544ec 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableGatewaySenderConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableGatewaySenderConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableIndexConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableIndexConfigurer.java index 6b893abb..a8fc7fdb 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableIndexConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableIndexConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableLocatorConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableLocatorConfigurer.java index 382341e5..4633a4b1 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableLocatorConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableLocatorConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePeerCacheConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePeerCacheConfigurer.java index f0966af3..62468543 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePeerCacheConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePeerCacheConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePoolConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePoolConfigurer.java index d2f79a06..23dfff67 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePoolConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposablePoolConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableRegionConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableRegionConfigurer.java index d725c54a..7e7e6d53 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableRegionConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LazyResolvingComposableRegionConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorApplication.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorApplication.java index 27e098c2..56378c25 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorApplication.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfiguration.java index 1f872b9d..e37cfdaa 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorConfiguration.java index fa13977c..a7428bef 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorConfigurer.java index 2f9421c8..fe895a3b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LocatorConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LoggingConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LoggingConfiguration.java index 48027a30..1c2b8d90 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LoggingConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/LoggingConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ManagerConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ManagerConfiguration.java index 499cf526..36e7bc55 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ManagerConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/ManagerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/McastConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/McastConfiguration.java index 7adeb5e5..388884cc 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/McastConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/McastConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/MemcachedServerConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/MemcachedServerConfiguration.java index c1ca19a4..34505d80 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/MemcachedServerConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/MemcachedServerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/OffHeapConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/OffHeapConfiguration.java index 65ac0ba8..0bb24e4f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/OffHeapConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/OffHeapConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PdxConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PdxConfiguration.java index 20a136fb..4512e9cd 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PdxConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PdxConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplication.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplication.java index 8bdfbd6c..00368cf3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplication.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfiguration.java index c2b0992b..e4e9d482 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfigurer.java index ecf64a85..75b8c793 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PoolConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PoolConfigurer.java index c0d76a31..e34995b4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PoolConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/PoolConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RedisServerConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RedisServerConfiguration.java index 53394847..fddce9d5 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RedisServerConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RedisServerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RegionConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RegionConfigurer.java index edab9a46..eefc5cbb 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RegionConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RegionConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RegionDataAccessTracingConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RegionDataAccessTracingConfiguration.java index 51f7f48b..187ad794 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RegionDataAccessTracingConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/RegionDataAccessTracingConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/SslConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/SslConfiguration.java index ca0a2247..3ae83e60 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/SslConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/SslConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/StatisticsConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/StatisticsConfiguration.java index 7a590e0f..db418dfb 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/StatisticsConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/StatisticsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/UsesGemFireProperties.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/UsesGemFireProperties.java index f7fabc77..3abcdac8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/UsesGemFireProperties.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/UsesGemFireProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupport.java index 55795c00..faab63f8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAuthInitialize.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAuthInitialize.java index 0613e9b2..6577e0fd 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAuthInitialize.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractAuthInitialize.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractGemFireAsLastResourceAspectSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractGemFireAsLastResourceAspectSupport.java index 0cdbc5f7..0d6f41e0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractGemFireAsLastResourceAspectSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractGemFireAsLastResourceAspectSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurer.java index 79d3f018..1e044833 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AutoConfiguredAuthenticationInitializer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AutoConfiguredAuthenticationInitializer.java index 0a5e3d93..c52ceb4d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AutoConfiguredAuthenticationInitializer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/AutoConfiguredAuthenticationInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/BeanDefinitionRegistryPostProcessorSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/BeanDefinitionRegistryPostProcessorSupport.java index d5a776de..03c6c444 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/BeanDefinitionRegistryPostProcessorSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/BeanDefinitionRegistryPostProcessorSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/CacheTypeAwareRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/CacheTypeAwareRegionFactoryBean.java index 0b389e83..69390930 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/CacheTypeAwareRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/CacheTypeAwareRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/Configurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/Configurer.java index 33580168..07094c46 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/Configurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/Configurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/EmbeddedServiceConfigurationSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/EmbeddedServiceConfigurationSupport.java index 98af5b31..19a785db 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/EmbeddedServiceConfigurationSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/EmbeddedServiceConfigurationSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionAcquiringAspect.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionAcquiringAspect.java index 7c84220c..4406ae65 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionAcquiringAspect.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionAcquiringAspect.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionClosingAspect.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionClosingAspect.java index a8874f94..837140c6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionClosingAspect.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionClosingAspect.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireComponentClassTypeScanner.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireComponentClassTypeScanner.java index 18ccd29d..7669a943 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireComponentClassTypeScanner.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/GemFireComponentClassTypeScanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/RegionDataAccessTracingAspect.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/RegionDataAccessTracingAspect.java index 341d9545..091f29a8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/RegionDataAccessTracingAspect.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/RegionDataAccessTracingAspect.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectCollector.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectCollector.java index 6a16f654..3cea4cbc 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectCollector.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefiner.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefiner.java index 994a6ab4..6cb156c3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefiner.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefiner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefinition.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefinition.java index b31e4fcf..c3cf8715 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefinition.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectType.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectType.java index ad97ddd8..c1c800f1 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectType.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/SchemaObjectType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/definitions/IndexDefinition.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/definitions/IndexDefinition.java index 04d0e4e3..8ef8a0a8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/definitions/IndexDefinition.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/definitions/IndexDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/definitions/RegionDefinition.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/definitions/RegionDefinition.java index 14a83867..95d163ff 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/definitions/RegionDefinition.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/definitions/RegionDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ClientRegionCollector.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ClientRegionCollector.java index 8a338c18..730497f7 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ClientRegionCollector.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ClientRegionCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectCollector.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectCollector.java index 89ed37c1..671713eb 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectCollector.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectDefiner.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectDefiner.java index febfdb56..ac3041ad 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectDefiner.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectDefiner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/IndexCollector.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/IndexCollector.java index 82343b7b..8bcfe3ee 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/IndexCollector.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/IndexCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/IndexDefiner.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/IndexDefiner.java index 7f3db36c..2e812b0b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/IndexDefiner.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/IndexDefiner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/RegionCollector.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/RegionCollector.java index b8cae08c..35f94585 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/RegionCollector.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/RegionCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/RegionDefiner.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/RegionDefiner.java index 44b8bd25..05396a0c 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/RegionDefiner.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/schema/support/RegionDefiner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AbstractDependencyStructuringBeanFactoryPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AbstractDependencyStructuringBeanFactoryPostProcessor.java index f7078e99..c0efd0e3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AbstractDependencyStructuringBeanFactoryPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AbstractDependencyStructuringBeanFactoryPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AbstractSmartLifecycle.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AbstractSmartLifecycle.java index 846d0d0f..3e54ce98 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AbstractSmartLifecycle.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AbstractSmartLifecycle.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AutoRegionLookupBeanPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AutoRegionLookupBeanPostProcessor.java index aab667ce..025abc9b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AutoRegionLookupBeanPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/AutoRegionLookupBeanPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/ClientCachePoolBeanFactoryPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/ClientCachePoolBeanFactoryPostProcessor.java index fb8d8677..6e236ab1 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/ClientCachePoolBeanFactoryPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/ClientCachePoolBeanFactoryPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/ClientRegionPoolBeanFactoryPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/ClientRegionPoolBeanFactoryPostProcessor.java index 1733c027..7573b264 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/ClientRegionPoolBeanFactoryPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/ClientRegionPoolBeanFactoryPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/CustomEditorBeanFactoryPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/CustomEditorBeanFactoryPostProcessor.java index 74bcb4e6..3e831a1b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/CustomEditorBeanFactoryPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/CustomEditorBeanFactoryPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/DefinedIndexesApplicationListener.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/DefinedIndexesApplicationListener.java index 4b6f0b7b..a339ed7c 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/DefinedIndexesApplicationListener.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/DefinedIndexesApplicationListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/DiskStoreDirectoryBeanPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/DiskStoreDirectoryBeanPostProcessor.java index f166cf2a..66e51b6e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/DiskStoreDirectoryBeanPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/DiskStoreDirectoryBeanPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/GatewaySenderBeanFactoryPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/GatewaySenderBeanFactoryPostProcessor.java index 4b0bec31..2d921976 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/GatewaySenderBeanFactoryPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/GatewaySenderBeanFactoryPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/GemfireFeature.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/GemfireFeature.java index 9ba5e287..9c931cdd 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/GemfireFeature.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/GemfireFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/LuceneIndexRegionBeanFactoryPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/LuceneIndexRegionBeanFactoryPostProcessor.java index 8e8e9a25..7ea70659 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/LuceneIndexRegionBeanFactoryPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/LuceneIndexRegionBeanFactoryPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/PdxDiskStoreAwareBeanFactoryPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/PdxDiskStoreAwareBeanFactoryPostProcessor.java index b04ea251..48622d4b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/PdxDiskStoreAwareBeanFactoryPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/PdxDiskStoreAwareBeanFactoryPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/RestTemplateConfigurer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/RestTemplateConfigurer.java index e0662c56..1dd19408 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/RestTemplateConfigurer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/support/RestTemplateConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AbstractPeerRegionParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AbstractPeerRegionParser.java index 9b102201..be3eadfc 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AbstractPeerRegionParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AbstractPeerRegionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AbstractRegionParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AbstractRegionParser.java index da92d710..a8ef0bf3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AbstractRegionParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AbstractRegionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AnnotationDrivenParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AnnotationDrivenParser.java index 4f7dbd85..51aae5f0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AnnotationDrivenParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AnnotationDrivenParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AsyncEventQueueParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AsyncEventQueueParser.java index 0871588a..f0bb6207 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AsyncEventQueueParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AsyncEventQueueParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AutoRegionLookupParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AutoRegionLookupParser.java index 656c010b..109156e7 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AutoRegionLookupParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/AutoRegionLookupParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/CacheParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/CacheParser.java index ff582797..8ce6b500 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/CacheParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/CacheParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/CacheServerParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/CacheServerParser.java index a20f2b9b..0dc072e9 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/CacheServerParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/CacheServerParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ClientCacheParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ClientCacheParser.java index 36366348..cb1ea192 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ClientCacheParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ClientCacheParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ClientRegionParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ClientRegionParser.java index 823955ed..eeabb06c 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ClientRegionParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ClientRegionParser.java @@ -1,8 +1,8 @@ /* <<<<<<< Updated upstream - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. ======= - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. >>>>>>> Stashed changes * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/DiskStoreParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/DiskStoreParser.java index 3dad5741..ac7b834b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/DiskStoreParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/DiskStoreParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/FunctionServiceParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/FunctionServiceParser.java index f9fb2da8..29b7c0c0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/FunctionServiceParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/FunctionServiceParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GatewayReceiverParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GatewayReceiverParser.java index 06a8b333..9ff22cb3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GatewayReceiverParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GatewayReceiverParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GatewaySenderParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GatewaySenderParser.java index aad16bc6..52eed28e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GatewaySenderParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GatewaySenderParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireConstants.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireConstants.java index 0bf0331e..c0664602 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireConstants.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireConstants.java @@ -1,4 +1,4 @@ -/* Copyright 2010-2021 the original author or authors. +/* Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireDataNamespaceHandler.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireDataNamespaceHandler.java index 1e6bf47a..2eed698e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireDataNamespaceHandler.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireDataNamespaceHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireDataSourceParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireDataSourceParser.java index 95f0d0f5..50a1712f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireDataSourceParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireDataSourceParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireListenerContainerParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireListenerContainerParser.java index 1465c732..20eab583 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireListenerContainerParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireListenerContainerParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireNamespaceHandler.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireNamespaceHandler.java index 57cac736..1a25dd42 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireNamespaceHandler.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireNamespaceHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireRegionAutoProxyParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireRegionAutoProxyParser.java index c9e9fac6..cd9fbab1 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireRegionAutoProxyParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/GemfireRegionAutoProxyParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/IndexParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/IndexParser.java index 5df44551..9f6b2058 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/IndexParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/IndexParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LocalRegionParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LocalRegionParser.java index cb23f9dd..00371384 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LocalRegionParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LocalRegionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LookupRegionParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LookupRegionParser.java index a8dd7581..d584cf51 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LookupRegionParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LookupRegionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LuceneIndexParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LuceneIndexParser.java index a8e0be7e..92aaa135 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LuceneIndexParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LuceneIndexParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LuceneServiceParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LuceneServiceParser.java index ddb8b360..7fbcb200 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LuceneServiceParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/LuceneServiceParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ParsingUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ParsingUtils.java index 353ff032..10f8dbd2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ParsingUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ParsingUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/PartitionedRegionParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/PartitionedRegionParser.java index d4053663..2697e3fe 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/PartitionedRegionParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/PartitionedRegionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/PoolParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/PoolParser.java index 350a1d98..2301563f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/PoolParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/PoolParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ReplicatedRegionParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ReplicatedRegionParser.java index f7d1dcde..dacd51c1 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ReplicatedRegionParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/ReplicatedRegionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/SnapshotServiceParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/SnapshotServiceParser.java index 8487ba8b..ac210f94 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/SnapshotServiceParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/SnapshotServiceParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/TemplateRegionParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/TemplateRegionParser.java index 28254a92..b8ac1010 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/TemplateRegionParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/TemplateRegionParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/TransactionManagerParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/TransactionManagerParser.java index df6cb705..f99cabb3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/TransactionManagerParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/xml/TransactionManagerParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012the original author or authors. + * Copyright 2010-2022the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/dao/GemfireDaoSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/dao/GemfireDaoSupport.java index 5731ca4d..4bb0ef1b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/dao/GemfireDaoSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/dao/GemfireDaoSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/EmptyPage.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/EmptyPage.java index 25c453a7..0dc05255 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/EmptyPage.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/EmptyPage.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/EmptySlice.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/EmptySlice.java index fd8f2f70..eb7fb9b0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/EmptySlice.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/EmptySlice.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/ListablePage.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/ListablePage.java index 8fe1aec3..3c89ee93 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/ListablePage.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/ListablePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractIndexSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractIndexSupport.java index 3600e118..25223778 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractIndexSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractIndexSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractPageSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractPageSupport.java index 380a6619..c7231230 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractPageSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractPageSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractSliceSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractSliceSupport.java index b2051656..009d574f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractSliceSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/domain/support/AbstractSliceSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictingRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictingRegionFactoryBean.java index df420f32..b4b58790 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictingRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictingRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionActionConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionActionConverter.java index be26c821..9d7e5876 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionActionConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionActionConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionActionType.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionActionType.java index 1b4b09f5..6ced04b1 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionActionType.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionActionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionAttributesFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionAttributesFactoryBean.java index 03d8578a..eaf22c82 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionAttributesFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionAttributesFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionPolicyConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionPolicyConverter.java index 781278e5..8db6b2f7 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionPolicyConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionPolicyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionPolicyType.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionPolicyType.java index de2617f7..21242f2d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionPolicyType.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/eviction/EvictionPolicyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpiration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpiration.java index 113327b8..a97833a8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpiration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpiration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/Expiration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/Expiration.java index e1e685ba..9f2a9ecd 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/Expiration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/Expiration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationActionConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationActionConverter.java index dc01e304..c051f650 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationActionConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationActionConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationActionType.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationActionType.java index 207e4530..27082b8d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationActionType.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationActionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationAttributesFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationAttributesFactoryBean.java index 4653baeb..f3a10c75 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationAttributesFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpirationAttributesFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpiringRegionFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpiringRegionFactoryBean.java index cd3737a2..9d083aca 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpiringRegionFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/ExpiringRegionFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/IdleTimeoutExpiration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/IdleTimeoutExpiration.java index 06d3d0f3..b08c281a 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/IdleTimeoutExpiration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/IdleTimeoutExpiration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/TimeToLiveExpiration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/TimeToLiveExpiration.java index 63b1c198..718a5954 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/TimeToLiveExpiration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/expiration/TimeToLiveExpiration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/BatchingResultSender.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/BatchingResultSender.java index 48f6eebb..f6be260d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/BatchingResultSender.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/BatchingResultSender.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/DefaultFunctionArgumentResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/DefaultFunctionArgumentResolver.java index 3418bb4b..b97f5498 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/DefaultFunctionArgumentResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/DefaultFunctionArgumentResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/ExecutionTimeoutFunctionException.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/ExecutionTimeoutFunctionException.java index e150ed73..60511097 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/ExecutionTimeoutFunctionException.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/ExecutionTimeoutFunctionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionArgumentResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionArgumentResolver.java index bf34e713..ac5ae769 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionArgumentResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionArgumentResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionContextInjectingArgumentResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionContextInjectingArgumentResolver.java index 3d78521b..1babf8d6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionContextInjectingArgumentResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionContextInjectingArgumentResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionServiceFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionServiceFactoryBean.java index c908695a..256e7e73 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionServiceFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/FunctionServiceFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/GemfireFunctionUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/GemfireFunctionUtils.java index 15f5ed2e..eab877b6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/GemfireFunctionUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/GemfireFunctionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/PdxFunctionArgumentResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/PdxFunctionArgumentResolver.java index 3c8db89c..88768657 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/PdxFunctionArgumentResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/PdxFunctionArgumentResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/PojoFunctionWrapper.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/PojoFunctionWrapper.java index 33b68b94..8b072d51 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/PojoFunctionWrapper.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/PojoFunctionWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/UncategorizedFunctionException.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/UncategorizedFunctionException.java index 0b9e1af0..486dfb4d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/UncategorizedFunctionException.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/UncategorizedFunctionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/Filter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/Filter.java index 69e126ab..585a3e3f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/Filter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/FunctionId.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/FunctionId.java index 6b6f3af3..50dcfe92 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/FunctionId.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/FunctionId.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/GemfireFunction.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/GemfireFunction.java index 7cb74d50..8fab9735 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/GemfireFunction.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/GemfireFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnMember.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnMember.java index 2a4c0029..26cc5777 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnMember.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnMember.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnMembers.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnMembers.java index d9e3b7e7..4a79ed3e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnMembers.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnMembers.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnRegion.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnRegion.java index bef03c96..a4b8a5fc 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnRegion.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnRegion.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnServer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnServer.java index c038f741..3ed0b3cd 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnServer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnServers.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnServers.java index afe40020..e631e5ae 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnServers.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/OnServers.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/RegionData.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/RegionData.java index 4855a008..35646446 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/RegionData.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/annotation/RegionData.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AbstractFunctionExecutionBeanDefinitionBuilder.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AbstractFunctionExecutionBeanDefinitionBuilder.java index d048f825..2b61a9b3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AbstractFunctionExecutionBeanDefinitionBuilder.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AbstractFunctionExecutionBeanDefinitionBuilder.java @@ -1,8 +1,8 @@ /* <<<<<<< Updated upstream - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. ======= - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. >>>>>>> Stashed changes * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AbstractFunctionExecutionConfigurationSource.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AbstractFunctionExecutionConfigurationSource.java index 3ba56e29..76f449fa 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AbstractFunctionExecutionConfigurationSource.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AbstractFunctionExecutionConfigurationSource.java @@ -1,8 +1,8 @@ /* <<<<<<< Updated upstream - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. ======= - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. >>>>>>> Stashed changes * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AnnotationFunctionExecutionConfigurationSource.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AnnotationFunctionExecutionConfigurationSource.java index 7c10d738..5271989b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AnnotationFunctionExecutionConfigurationSource.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/AnnotationFunctionExecutionConfigurationSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/EnableGemfireFunctionExecutions.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/EnableGemfireFunctionExecutions.java index 3144c956..5389ceb0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/EnableGemfireFunctionExecutions.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/EnableGemfireFunctionExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/EnableGemfireFunctions.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/EnableGemfireFunctions.java index b18c78c5..e8772b23 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/EnableGemfireFunctions.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/EnableGemfireFunctions.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionBuilderFactory.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionBuilderFactory.java index 90d276bb..332e5750 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionBuilderFactory.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionBuilderFactory.java @@ -1,8 +1,8 @@ /* <<<<<<< Updated upstream - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. ======= - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. >>>>>>> Stashed changes * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionParser.java index bd6ee391..d0b27fc7 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionParser.java @@ -1,8 +1,8 @@ /* <<<<<<< Updated upstream - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. ======= - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. >>>>>>> Stashed changes * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionRegistrar.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionRegistrar.java index 94d33291..405a4381 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionRegistrar.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionBeanDefinitionRegistrar.java @@ -1,8 +1,8 @@ /* <<<<<<< Updated upstream - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. ======= - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. >>>>>>> Stashed changes * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionComponentProvider.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionComponentProvider.java index bae09aa7..901fada4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionComponentProvider.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionComponentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionConfiguration.java index 846694ba..8e56d6a4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionConfiguration.java @@ -1,8 +1,8 @@ /* <<<<<<< Updated upstream - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. ======= - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. >>>>>>> Stashed changes * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionConfigurationSource.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionConfigurationSource.java index 722d8cda..e9313128 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionConfigurationSource.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/FunctionExecutionConfigurationSource.java @@ -1,8 +1,8 @@ /* <<<<<<< Updated upstream - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. ======= - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. >>>>>>> Stashed changes * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/GemfireFunctionBeanPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/GemfireFunctionBeanPostProcessor.java index 3310ef9b..39e46359 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/GemfireFunctionBeanPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/GemfireFunctionBeanPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/GemfireFunctionBeanPostProcessorRegistrar.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/GemfireFunctionBeanPostProcessorRegistrar.java index 133d4dd7..36b148d2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/GemfireFunctionBeanPostProcessorRegistrar.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/GemfireFunctionBeanPostProcessorRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/MemberBasedFunctionExecutionBeanDefinitionBuilder.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/MemberBasedFunctionExecutionBeanDefinitionBuilder.java index 9ead53bc..e4d69de3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/MemberBasedFunctionExecutionBeanDefinitionBuilder.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/MemberBasedFunctionExecutionBeanDefinitionBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnMemberFunctionExecutionBeanDefinitionBuilder.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnMemberFunctionExecutionBeanDefinitionBuilder.java index 30d4315e..953b936c 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnMemberFunctionExecutionBeanDefinitionBuilder.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnMemberFunctionExecutionBeanDefinitionBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnMembersFunctionExecutionBeanDefinitionBuilder.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnMembersFunctionExecutionBeanDefinitionBuilder.java index f8f88cdc..a31626e6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnMembersFunctionExecutionBeanDefinitionBuilder.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnMembersFunctionExecutionBeanDefinitionBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnRegionFunctionExecutionBeanDefinitionBuilder.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnRegionFunctionExecutionBeanDefinitionBuilder.java index 0bd6d560..d7f9d970 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnRegionFunctionExecutionBeanDefinitionBuilder.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnRegionFunctionExecutionBeanDefinitionBuilder.java @@ -1,8 +1,8 @@ /* <<<<<<< Updated upstream - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. ======= - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. >>>>>>> Stashed changes * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnServerFunctionExecutionBeanDefinitionBuilder.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnServerFunctionExecutionBeanDefinitionBuilder.java index 604866e6..a6b78cbe 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnServerFunctionExecutionBeanDefinitionBuilder.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnServerFunctionExecutionBeanDefinitionBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnServersFunctionExecutionBeanDefinitionBuilder.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnServersFunctionExecutionBeanDefinitionBuilder.java index 124bbef6..45a5a73f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnServersFunctionExecutionBeanDefinitionBuilder.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnServersFunctionExecutionBeanDefinitionBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/ServerBasedFunctionExecutionBeanDefinitionBuilder.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/ServerBasedFunctionExecutionBeanDefinitionBuilder.java index ea45284d..d14ed1a9 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/ServerBasedFunctionExecutionBeanDefinitionBuilder.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/ServerBasedFunctionExecutionBeanDefinitionBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/TypeFilterParser.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/TypeFilterParser.java index 042d400f..281b6c68 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/TypeFilterParser.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/TypeFilterParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/XmlFunctionExecutionConfigurationSource.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/XmlFunctionExecutionConfigurationSource.java index d9df86e1..9a3427de 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/XmlFunctionExecutionConfigurationSource.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/XmlFunctionExecutionConfigurationSource.java @@ -1,8 +1,8 @@ /* <<<<<<< Updated upstream - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. ======= - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. >>>>>>> Stashed changes * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractClientFunctionTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractClientFunctionTemplate.java index 2935cce0..62f7ac85 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractClientFunctionTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractClientFunctionTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractFunctionExecution.java index 3fca1024..ba6f5456 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractFunctionExecution.java @@ -1,8 +1,8 @@ /* <<<<<<< HEAD - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. ======= - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. >>>>>>> 9eae72c6a... DATAGEODE-295 - Polish. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractFunctionTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractFunctionTemplate.java index b1aac54e..5ee5c799 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractFunctionTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/AbstractFunctionTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/DefaultFunctionExecutionMethodMetadata.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/DefaultFunctionExecutionMethodMetadata.java index 5d085b0e..871c6204 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/DefaultFunctionExecutionMethodMetadata.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/DefaultFunctionExecutionMethodMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/FunctionExecutionMethodMetadata.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/FunctionExecutionMethodMetadata.java index 3ceffdf8..a4acf2bd 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/FunctionExecutionMethodMetadata.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/FunctionExecutionMethodMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionCallback.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionCallback.java index d2fdca24..0c41ea83 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionCallback.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionOperations.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionOperations.java index 6ba506a3..a71f7124 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionOperations.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionProxyFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionProxyFactoryBean.java index 90f9f1f0..28d952dd 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionProxyFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireFunctionProxyFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnMemberFunctionTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnMemberFunctionTemplate.java index 54878cad..b6781334 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnMemberFunctionTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnMemberFunctionTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnMembersFunctionTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnMembersFunctionTemplate.java index e8fd0e9b..cf182c34 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnMembersFunctionTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnMembersFunctionTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnRegionFunctionTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnRegionFunctionTemplate.java index 8f5956ff..c540f67f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnRegionFunctionTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnRegionFunctionTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnRegionOperations.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnRegionOperations.java index dd51ac3b..1b2ab12a 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnRegionOperations.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnRegionOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnServerFunctionTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnServerFunctionTemplate.java index 68a993f2..e9a53e21 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnServerFunctionTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnServerFunctionTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnServersFunctionTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnServersFunctionTemplate.java index 9bb021f4..987556d0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnServersFunctionTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/GemfireOnServersFunctionTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnAllMembersFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnAllMembersFunctionExecution.java index 1513d866..c3f9618f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnAllMembersFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnAllMembersFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDefaultMemberFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDefaultMemberFunctionExecution.java index 8584613c..edfe9211 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDefaultMemberFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDefaultMemberFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDistributedMemberFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDistributedMemberFunctionExecution.java index 2092928f..b78971f2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDistributedMemberFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDistributedMemberFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDistributedMembersFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDistributedMembersFunctionExecution.java index 15d3bdff..9191f1f8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDistributedMembersFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnDistributedMembersFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnMemberInGroupsFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnMemberInGroupsFunctionExecution.java index 3a4f8a5e..f2ac5da5 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnMemberInGroupsFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnMemberInGroupsFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnMembersInGroupsFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnMembersInGroupsFunctionExecution.java index 31a6882f..cdab7eb8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnMembersInGroupsFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnMembersInGroupsFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnRegionFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnRegionFunctionExecution.java index cb459364..096c440f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnRegionFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnRegionFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnRegionFunctionProxyFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnRegionFunctionProxyFactoryBean.java index 4ebcdebc..2703a238 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnRegionFunctionProxyFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnRegionFunctionProxyFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServerUsingPoolFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServerUsingPoolFunctionExecution.java index 8a12347e..2a326390 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServerUsingPoolFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServerUsingPoolFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServerUsingRegionServiceFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServerUsingRegionServiceFunctionExecution.java index d528d856..258bc9ee 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServerUsingRegionServiceFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServerUsingRegionServiceFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServersUsingPoolFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServersUsingPoolFunctionExecution.java index f0022e15..cc01bda0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServersUsingPoolFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServersUsingPoolFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServersUsingRegionServiceFunctionExecution.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServersUsingRegionServiceFunctionExecution.java index fa3df491..d2621a15 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServersUsingRegionServiceFunctionExecution.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/OnServersUsingRegionServiceFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/RegionFunctionExecutionMethodMetadata.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/RegionFunctionExecutionMethodMetadata.java index b2ed22e0..82af3ad9 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/RegionFunctionExecutionMethodMetadata.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/function/execution/RegionFunctionExecutionMethodMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryDefinition.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryDefinition.java index dfd6b4c1..4b117945 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryDefinition.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryListener.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryListener.java index 20e0ffc2..5abef4dc 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryListener.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryListenerContainer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryListenerContainer.java index 54347753..363e9c8b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryListenerContainer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/ContinuousQueryListenerContainer.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/GemfireListenerExecutionFailedException.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/GemfireListenerExecutionFailedException.java index bcace6d4..fa74aa4f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/GemfireListenerExecutionFailedException.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/GemfireListenerExecutionFailedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/adapter/ContinuousQueryListenerAdapter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/adapter/ContinuousQueryListenerAdapter.java index 864dde3f..fc6fe955 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/adapter/ContinuousQueryListenerAdapter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/adapter/ContinuousQueryListenerAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2012-2012 the original author or authors. + * Copyright 2011-2022-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/annotation/ContinuousQuery.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/annotation/ContinuousQuery.java index 25447159..f5014436 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/annotation/ContinuousQuery.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/listener/annotation/ContinuousQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfireMappingContext.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfireMappingContext.java index 87151f94..9dc5d291 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfireMappingContext.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfireMappingContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePersistentEntity.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePersistentEntity.java index e81c7be3..5cbb31d1 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePersistentEntity.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePersistentEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePersistentProperty.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePersistentProperty.java index c8eaaa96..2fb54db4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePersistentProperty.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePersistentProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePropertyValueProvider.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePropertyValueProvider.java index df6f25eb..0f49c2ea 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePropertyValueProvider.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/GemfirePropertyValueProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/MappingPdxSerializer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/MappingPdxSerializer.java index 3153f48b..f4c672f4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/MappingPdxSerializer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/MappingPdxSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/PdxReaderPropertyAccessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/PdxReaderPropertyAccessor.java index e86110ff..6ce27ff7 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/PdxReaderPropertyAccessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/PdxReaderPropertyAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/Regions.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/Regions.java index 9eff86f8..3f408475 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/Regions.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/Regions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/ClientRegion.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/ClientRegion.java index ec906aeb..de6fff8e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/ClientRegion.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/ClientRegion.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/Indexed.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/Indexed.java index bf7aaa8f..0107a4af 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/Indexed.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/Indexed.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/LocalRegion.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/LocalRegion.java index 7bbc5f1f..165e8135 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/LocalRegion.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/LocalRegion.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/LuceneIndexed.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/LuceneIndexed.java index 80e839ed..fd3be15b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/LuceneIndexed.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/LuceneIndexed.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/PartitionRegion.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/PartitionRegion.java index 643ddb92..c86219a6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/PartitionRegion.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/PartitionRegion.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/Region.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/Region.java index 4ac833af..806a9172 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/Region.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/Region.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/ReplicateRegion.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/ReplicateRegion.java index 96446777..95793cb3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/ReplicateRegion.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/annotation/ReplicateRegion.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/model/GemfireSimpleTypeHolder.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/model/GemfireSimpleTypeHolder.java index b0a3ec88..c62f22be 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/model/GemfireSimpleTypeHolder.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/mapping/model/GemfireSimpleTypeHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/GemfireRepository.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/GemfireRepository.java index ca1798d3..0a0f0f63 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/GemfireRepository.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/GemfireRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/Query.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/Query.java index bc58fefd..8544f7c8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/Query.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/Query.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/Wrapper.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/Wrapper.java index ad79927b..f97d557f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/Wrapper.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/Wrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryBean.java index 139c6a22..c5cd5766 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryExtension.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryExtension.java index 4411c569..869d74c5 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryExtension.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/EnableGemfireRepositories.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/EnableGemfireRepositories.java index 7a91c55b..66341a42 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/EnableGemfireRepositories.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/EnableGemfireRepositories.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/GemfireRepositoriesRegistrar.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/GemfireRepositoriesRegistrar.java index afa0d961..5eee9864 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/GemfireRepositoriesRegistrar.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/GemfireRepositoriesRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/GemfireRepositoryConfigurationExtension.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/GemfireRepositoryConfigurationExtension.java index 13bc28f4..a6b3e716 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/GemfireRepositoryConfigurationExtension.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/config/GemfireRepositoryConfigurationExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/AbstractSelectResults.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/AbstractSelectResults.java index f38925cb..a2d2767d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/AbstractSelectResults.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/AbstractSelectResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/DefaultGemfireEntityInformation.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/DefaultGemfireEntityInformation.java index 07dd4815..fc960ede 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/DefaultGemfireEntityInformation.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/DefaultGemfireEntityInformation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireEntityInformation.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireEntityInformation.java index 4f24370d..21599735 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireEntityInformation.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireEntityInformation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireQueryCreator.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireQueryCreator.java index 5633bffd..b26b9313 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireQueryCreator.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireQueryCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethod.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethod.java index 61b29c8f..3de7430d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethod.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireRepositoryQuery.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireRepositoryQuery.java index 4abd2f49..9d1f643b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireRepositoryQuery.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/GemfireRepositoryQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PagedQueryString.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PagedQueryString.java index 19b1c5f6..3d0adc05 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PagedQueryString.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PagedQueryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PagedSelectResults.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PagedSelectResults.java index 3b086ea6..5180b659 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PagedSelectResults.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PagedSelectResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PartTreeGemfireRepositoryQuery.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PartTreeGemfireRepositoryQuery.java index 2e5854e1..93fa8042 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PartTreeGemfireRepositoryQuery.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/PartTreeGemfireRepositoryQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/Predicates.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/Predicates.java index bb98521e..ccc4aac8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/Predicates.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/Predicates.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryBuilder.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryBuilder.java index 8f86226b..70a5c4c2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryBuilder.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryPostProcessor.java index d09d7378..2df83687 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryString.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryString.java index 310e5f25..871b95d6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryString.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/QueryString.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/StringBasedGemfireRepositoryQuery.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/StringBasedGemfireRepositoryQuery.java index d5f4fb2b..69c440bf 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/StringBasedGemfireRepositoryQuery.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/StringBasedGemfireRepositoryQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Hint.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Hint.java index 631d5107..241548c4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Hint.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Hint.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Import.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Import.java index 87114e8d..1e8bdf93 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Import.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Import.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Limit.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Limit.java index 086dcc5f..0e61146b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Limit.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Limit.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Trace.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Trace.java index d38671f6..3119df82 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Trace.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/annotation/Trace.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlKeyword.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlKeyword.java index 36416745..aff0fd77 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlKeyword.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlKeyword.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlQueryExecutor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlQueryExecutor.java index 1901ad81..510d32c7 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlQueryExecutor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/OqlQueryExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/PagingUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/PagingUtils.java index 595b3a25..1e8a06d9 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/PagingUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/PagingUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/TemplateBasedOqlQueryExecutor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/TemplateBasedOqlQueryExecutor.java index 374db36f..7b65f0db 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/TemplateBasedOqlQueryExecutor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/TemplateBasedOqlQueryExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/UnsupportedQueryExecutionException.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/UnsupportedQueryExecutionException.java index 8bc706ea..6e8a1c13 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/UnsupportedQueryExecutionException.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/query/support/UnsupportedQueryExecutionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactory.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactory.java index 7453e532..a1fa0862 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactory.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBean.java index e95b0c2d..d3acef19 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepository.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepository.java index 5cb143a6..8d8e8d4d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepository.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneAccessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneAccessor.java index e756f7bb..73b1c174 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneAccessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneIndexFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneIndexFactoryBean.java index b7b22996..a8f384e8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneIndexFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneIndexFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneOperations.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneOperations.java index f351f677..cd4ca8ba 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneOperations.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneServiceFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneServiceFactoryBean.java index 13fd31ae..ffc3a3a3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneServiceFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneServiceFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneTemplate.java index 7efbf35c..7e592c4f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/LuceneTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneAccessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneAccessor.java index 9b1b805d..14f864ee 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneAccessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneOperations.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneOperations.java index 7270721c..89899a04 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneOperations.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneTemplate.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneTemplate.java index eebbb75a..2c665afe 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneTemplate.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LuceneAccessorSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LuceneAccessorSupport.java index 05bbf4ce..0870ec02 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LuceneAccessorSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LuceneAccessorSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LuceneOperationsSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LuceneOperationsSupport.java index 6127ac40..ce47b184 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LuceneOperationsSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LuceneOperationsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LucenePage.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LucenePage.java index fc8b9f03..7efaa4c4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LucenePage.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/LucenePage.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptor.java index e29590d3..f6fc4d97 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorFactory.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorFactory.java index cff5a0a4..230908b5 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorFactory.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/ProjectingLuceneAccessorSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/ProjectingLuceneAccessorSupport.java index 09900b29..3a12d576 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/ProjectingLuceneAccessorSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/ProjectingLuceneAccessorSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/ProjectingLuceneOperationsSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/ProjectingLuceneOperationsSupport.java index 35afb132..3cc665ea 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/ProjectingLuceneOperationsSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/search/lucene/support/ProjectingLuceneOperationsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/AsmInstantiatorGenerator.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/AsmInstantiatorGenerator.java index c14d1af6..7447d596 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/AsmInstantiatorGenerator.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/AsmInstantiatorGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/EnumSerializer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/EnumSerializer.java index 17d8df9e..63516575 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/EnumSerializer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/EnumSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/InstantiatorFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/InstantiatorFactoryBean.java index b865fe76..fd33bd0d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/InstantiatorFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/InstantiatorFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/InstantiatorGenerator.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/InstantiatorGenerator.java index 70907c2b..af4f37f0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/InstantiatorGenerator.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/InstantiatorGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/WiringInstantiator.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/WiringInstantiator.java index ccf38c42..4e2e3e95 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/WiringInstantiator.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/WiringInstantiator.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/json/JSONRegionAdvice.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/json/JSONRegionAdvice.java index ca0e9541..e68b10ce 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/json/JSONRegionAdvice.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/serialization/json/JSONRegionAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/CacheServerFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/CacheServerFactoryBean.java index 98cc4672..2f4dfce7 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/CacheServerFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/CacheServerFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicy.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicy.java index ed9ecae4..bc347ba6 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicy.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyConverter.java index c2606eaa..ff08db25 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/ExportSnapshotException.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/ExportSnapshotException.java index ca15fe4c..01339b47 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/ExportSnapshotException.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/ExportSnapshotException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/ImportSnapshotException.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/ImportSnapshotException.java index 70712e5e..baa6d825 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/ImportSnapshotException.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/ImportSnapshotException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBean.java index 136f1dc1..77637afe 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/ExportSnapshotApplicationEvent.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/ExportSnapshotApplicationEvent.java index 1cfb4a81..538e8f31 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/ExportSnapshotApplicationEvent.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/ExportSnapshotApplicationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/ImportSnapshotApplicationEvent.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/ImportSnapshotApplicationEvent.java index c668ff4d..eeccb41c 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/ImportSnapshotApplicationEvent.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/ImportSnapshotApplicationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/SnapshotApplicationEvent.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/SnapshotApplicationEvent.java index d89ff06e..1e3a1b85 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/SnapshotApplicationEvent.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/event/SnapshotApplicationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/filter/ComposableSnapshotFilter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/filter/ComposableSnapshotFilter.java index 5c958c3b..bb2a49d3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/filter/ComposableSnapshotFilter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/snapshot/filter/ComposableSnapshotFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractCachingCacheResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractCachingCacheResolver.java index 02eed100..82b6a2ad 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractCachingCacheResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractCachingCacheResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractCachingRegionResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractCachingRegionResolver.java index d52f5ab9..491db345 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractCachingRegionResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractCachingRegionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractFactoryBeanSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractFactoryBeanSupport.java index f6afd953..65e3d235 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractFactoryBeanSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractFactoryBeanSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractPropertyEditorConverterSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractPropertyEditorConverterSupport.java index da2a656d..afdb8ab2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractPropertyEditorConverterSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/AbstractPropertyEditorConverterSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/BeanFactoryCacheResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/BeanFactoryCacheResolver.java index ac85956d..e1bac2ed 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/BeanFactoryCacheResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/BeanFactoryCacheResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/BeanFactoryRegionResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/BeanFactoryRegionResolver.java index bbcd55f1..81ec6da4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/BeanFactoryRegionResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/BeanFactoryRegionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CacheFactoryCacheResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CacheFactoryCacheResolver.java index 345e5ffa..4ed3fcfb 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CacheFactoryCacheResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CacheFactoryCacheResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ComposableCacheResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ComposableCacheResolver.java index c0426903..2e7ce1fd 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ComposableCacheResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ComposableCacheResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ComposableRegionResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ComposableRegionResolver.java index 2f1e231d..db1390d4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ComposableRegionResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ComposableRegionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CompositeLifecycle.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CompositeLifecycle.java index f99a26e4..f7e37b3c 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CompositeLifecycle.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CompositeLifecycle.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CompositeTypeFilter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CompositeTypeFilter.java index c37b240c..a0d6fdd0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CompositeTypeFilter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/CompositeTypeFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ConnectionEndpoint.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ConnectionEndpoint.java index dc623f31..4bf1e191 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ConnectionEndpoint.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ConnectionEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ConnectionEndpointList.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ConnectionEndpointList.java index d2eda088..71ded02d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ConnectionEndpointList.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/ConnectionEndpointList.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/DeclarableSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/DeclarableSupport.java index 73e7a9b4..fdec9d4d 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/DeclarableSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/DeclarableSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializer.java index 6346f232..8ff40a2e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocator.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocator.java index feca10c9..f395b093 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocator.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupport.java index f1c027de..97d05db2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/NoOpBeanFactoryPostProcessor.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/NoOpBeanFactoryPostProcessor.java index 5d4f6e65..8277a3de 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/NoOpBeanFactoryPostProcessor.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/NoOpBeanFactoryPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/RegionServiceRegionResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/RegionServiceRegionResolver.java index 19a7535b..329ee307 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/RegionServiceRegionResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/RegionServiceRegionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SingleCacheCacheResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SingleCacheCacheResolver.java index 1db069e0..69eb5809 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SingleCacheCacheResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SingleCacheCacheResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SingleRegionRegionResolver.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SingleRegionRegionResolver.java index 736eadfa..f886c09a 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SingleRegionRegionResolver.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SingleRegionRegionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBean.java index bf740a01..0b2e8dcb 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SmartLifecycleSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SmartLifecycleSupport.java index 067557b4..6f6877e0 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SmartLifecycleSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SmartLifecycleSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializer.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializer.java index 2bf001ae..d91390a3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializer.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProvider.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProvider.java index 2c65a9e9..ae88ac33 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProvider.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/WiringDeclarableSupport.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/WiringDeclarableSupport.java index 5a617935..a2fc53dd 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/WiringDeclarableSupport.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/WiringDeclarableSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/GemfireTransactionCommitException.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/GemfireTransactionCommitException.java index cc0c7097..5098fd06 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/GemfireTransactionCommitException.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/GemfireTransactionCommitException.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/GemfireTransactionManager.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/GemfireTransactionManager.java index 274bedab..8eb4bc16 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/GemfireTransactionManager.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/GemfireTransactionManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactions.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactions.java index 4b68393d..e942c92c 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactions.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactions.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/config/GemfireCacheTransactionsConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/config/GemfireCacheTransactionsConfiguration.java index bcbb8b5f..31e38601 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/config/GemfireCacheTransactionsConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/config/GemfireCacheTransactionsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/ComposableTransactionWriter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/ComposableTransactionWriter.java index 013ec6ed..8d73720e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/ComposableTransactionWriter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/ComposableTransactionWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/TransactionApplicationEvent.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/TransactionApplicationEvent.java index f7a17252..2ab1d9a3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/TransactionApplicationEvent.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/TransactionApplicationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/TransactionListenerAdapter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/TransactionListenerAdapter.java index 91405ad4..7bb204e2 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/TransactionListenerAdapter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/transaction/event/TransactionListenerAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/ArrayUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/ArrayUtils.java index 6adfad41..5ec93006 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/ArrayUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/ArrayUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/CacheUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/CacheUtils.java index f4544dba..a1bbca43 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/CacheUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/CacheUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/CollectionUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/CollectionUtils.java index dce30412..c1caea23 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/CollectionUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/CollectionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/DistributedSystemUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/DistributedSystemUtils.java index 52a7115b..65f2d73b 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/DistributedSystemUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/DistributedSystemUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/Filter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/Filter.java index a9fae156..f1b8206f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/Filter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/JavaVersion.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/JavaVersion.java index 17bbfae5..f2a5f5b4 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/JavaVersion.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/JavaVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/NetworkUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/NetworkUtils.java index 1abe4c51..2ea35891 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/NetworkUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/NetworkUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/PropertiesBuilder.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/PropertiesBuilder.java index f411af5f..9376d5c9 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/PropertiesBuilder.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/PropertiesBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/RegionUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/RegionUtils.java index f50937c7..2d6f7c57 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/RegionUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/RegionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/RuntimeExceptionFactory.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/RuntimeExceptionFactory.java index 71f58ca8..db300286 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/RuntimeExceptionFactory.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/RuntimeExceptionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/SpringUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/SpringUtils.java index 275b54dc..71416373 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/SpringUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/SpringUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/StreamUtils.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/StreamUtils.java index ad6f8b31..d153fb91 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/StreamUtils.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/StreamUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/AbstractWANComponentFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/AbstractWANComponentFactoryBean.java index 49c2623d..9b1fa529 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/AbstractWANComponentFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/AbstractWANComponentFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/AsyncEventQueueFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/AsyncEventQueueFactoryBean.java index 5fe48348..4f7cb17e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/AsyncEventQueueFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/AsyncEventQueueFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewayReceiverFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewayReceiverFactoryBean.java index f84e7eaf..844c0a8e 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewayReceiverFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewayReceiverFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewaySenderFactoryBean.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewaySenderFactoryBean.java index f4b5c6fc..8e490781 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewaySenderFactoryBean.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewaySenderFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewaySenderWrapper.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewaySenderWrapper.java index 0e239e51..664b53a7 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewaySenderWrapper.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/GatewaySenderWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/OrderPolicyConverter.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/OrderPolicyConverter.java index f88e15bd..f622402f 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/OrderPolicyConverter.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/OrderPolicyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/OrderPolicyType.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/OrderPolicyType.java index 5df4ff45..20e722cb 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/OrderPolicyType.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/wan/OrderPolicyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/com/gemstone/gemfire/TestGemStoneGemFireType.java b/spring-data-geode/src/test/java/com/gemstone/gemfire/TestGemStoneGemFireType.java index 9589f73d..78c08f7b 100644 --- a/spring-data-geode/src/test/java/com/gemstone/gemfire/TestGemStoneGemFireType.java +++ b/spring-data-geode/src/test/java/com/gemstone/gemfire/TestGemStoneGemFireType.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/example/app/model/ComplexType.java b/spring-data-geode/src/test/java/example/app/model/ComplexType.java index 2d3be969..a6a82cf9 100644 --- a/spring-data-geode/src/test/java/example/app/model/ComplexType.java +++ b/spring-data-geode/src/test/java/example/app/model/ComplexType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/example/app/model/User.java b/spring-data-geode/src/test/java/example/app/model/User.java index e750107c..1674f6fb 100644 --- a/spring-data-geode/src/test/java/example/app/model/User.java +++ b/spring-data-geode/src/test/java/example/app/model/User.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/example/app/repo/UserRepository.java b/spring-data-geode/src/test/java/example/app/repo/UserRepository.java index 70a3f67c..45d300f0 100644 --- a/spring-data-geode/src/test/java/example/app/repo/UserRepository.java +++ b/spring-data-geode/src/test/java/example/app/repo/UserRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/context/ApplicationContextBeanOrderingIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/context/ApplicationContextBeanOrderingIntegrationTests.java index 81a4e5b0..e0a5c8d8 100644 --- a/spring-data-geode/src/test/java/org/springframework/context/ApplicationContextBeanOrderingIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/context/ApplicationContextBeanOrderingIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupDao.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupDao.java index 8eddcbdf..05d83224 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupDao.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupDao.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupIntegrationTests.java index 4def179f..d93cf430 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupWithAutowiringIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupWithAutowiringIntegrationTests.java index 423cfdd5..d7c1009b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupWithAutowiringIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupWithAutowiringIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupWithComponentScanningIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupWithComponentScanningIntegrationTests.java index c9984a6b..ecb158e9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupWithComponentScanningIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/AutoRegionLookupWithComponentScanningIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheAutoReconnectIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheAutoReconnectIntegrationTests.java index a7ca5b41..d70c6af0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheAutoReconnectIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheAutoReconnectIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTest.java index b176dd8e..66c67ad7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheFactoryBeanUnitTests.java index 8115c040..76907243 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheIntegrationTest.java index 55a5cd62..1ce7ae33 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheResolverUnitTests.java index 6608a5b4..5e9d2d83 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheServerIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheServerIntegrationTest.java index 41f7a68c..2e234d60 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheServerIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheServerIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ColocatedRegionIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ColocatedRegionIntegrationTest.java index c21364a8..64da0931 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ColocatedRegionIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ColocatedRegionIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DataPolicyConverterTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DataPolicyConverterTest.java index 3f223c37..98fd2684 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DataPolicyConverterTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DataPolicyConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreBeanUsingPropertyPlaceholdersIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreBeanUsingPropertyPlaceholdersIntegrationTest.java index 5e76500c..5417b326 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreBeanUsingPropertyPlaceholdersIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreBeanUsingPropertyPlaceholdersIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreFactoryBeanTest.java index bdeceae8..bc5be528 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ForkUtil.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ForkUtil.java index c314bb79..381a1bae 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ForkUtil.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ForkUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemFirePropertiesUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemFirePropertiesUnitTests.java index 00a86b3a..706c9dec 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemFirePropertiesUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemFirePropertiesUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireOperationsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireOperationsUnitTests.java index 483f8a5a..5e0ad751 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireOperationsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireOperationsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateIntegrationTests.java index 023fe26b..7984aa71 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateQueriesOnGroupedPooledClientCacheRegionsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateQueriesOnGroupedPooledClientCacheRegionsIntegrationTests.java index d5debdaa..be073336 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateQueriesOnGroupedPooledClientCacheRegionsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateQueriesOnGroupedPooledClientCacheRegionsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateUnitTests.java index 4d0267a7..09f1b42d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireTemplateUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireUtilsTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireUtilsTest.java index e4589a90..e8a3974c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireUtilsTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GenericRegionFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GenericRegionFactoryBeanTest.java index 4b4e69ef..37365494 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GenericRegionFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GenericRegionFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexConflictsIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexConflictsIntegrationTest.java index 817ea800..8daae15f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexConflictsIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexConflictsIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexFactoryBeanTest.java index 17762990..0dad7eed 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexMaintenancePolicyConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexMaintenancePolicyConverterUnitTests.java index 8393c10d..9b1f67ba 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexMaintenancePolicyConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexMaintenancePolicyConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexMaintenancePolicyTypeTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexMaintenancePolicyTypeTest.java index cbe3e0e2..fd703396 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexMaintenancePolicyTypeTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexMaintenancePolicyTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeConverterUnitTests.java index 99b0d1d7..46bfdebf 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeTest.java index 42be76dd..62c8bfdb 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/Init.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/Init.java index c0a440ce..0ba830aa 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/Init.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/Init.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyConverterUnitTests.java index ce074e18..3a6021e3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyTypeTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyTypeTest.java index 67b8efbd..ad53e037 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyTypeTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/InvalidRegionDataPolicyShortcutsTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/InvalidRegionDataPolicyShortcutsTest.java index 86324e69..11a708b7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/InvalidRegionDataPolicyShortcutsTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/InvalidRegionDataPolicyShortcutsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/JndiDataSourceTypeTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/JndiDataSourceTypeTest.java index e59dad74..63b5d77c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/JndiDataSourceTypeTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/JndiDataSourceTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocalRegionFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocalRegionFactoryBeanTest.java index a0f7c49c..7ba0c1dd 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocalRegionFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocalRegionFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocatorFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocatorFactoryBeanUnitTests.java index 8c6ceb8c..ca819f50 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocatorFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocatorFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionFactoryBeanTest.java index 2c5208bf..db8f1f7a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionMutationIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionMutationIntegrationTest.java index 0d3120d4..3f17adaa 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionMutationIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionMutationIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupSubRegionTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupSubRegionTest.java index 8d9e1072..71b170fb 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupSubRegionTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupSubRegionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionAttributesFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionAttributesFactoryBeanTest.java index 9ea346e2..7f01b187 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionAttributesFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionAttributesFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionedRegionFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionedRegionFactoryBeanTest.java index fd6b61e7..40e75d47 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionedRegionFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionedRegionFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PdxDiskStoreIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PdxDiskStoreIntegrationTest.java index 63f61227..073315eb 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PdxDiskStoreIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PdxDiskStoreIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PeerRegionFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PeerRegionFactoryBeanTest.java index 12f6b6d7..5d22baba 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PeerRegionFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PeerRegionFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RecreatingSpringApplicationContextTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RecreatingSpringApplicationContextTest.java index a18248d0..4b9f8381 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RecreatingSpringApplicationContextTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RecreatingSpringApplicationContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionDataPolicyShortcutsIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionDataPolicyShortcutsIntegrationTest.java index 23337fd7..9086e1dd 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionDataPolicyShortcutsIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionDataPolicyShortcutsIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionLookupIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionLookupIntegrationTests.java index 57fa6bfa..84720d12 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionLookupIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionLookupIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionResolverUnitTests.java index af7a854a..796f1756 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutConverterTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutConverterTest.java index 58d58221..9be4591a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutConverterTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutToDataPolicyConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutToDataPolicyConverterUnitTests.java index 23fa0087..ba0e2445 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutToDataPolicyConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutToDataPolicyConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutWrapperTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutWrapperTest.java index cbfdd978..37039c06 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutWrapperTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutWrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBeanTest.java index cf14d877..06fd7e4d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeConverterUnitTests.java index 1f2ee3cb..5a319622 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeTypeTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeTypeTest.java index 1c215622..7881a02d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeTypeTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheListener.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheListener.java index ca58c431..a1e77d40 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheListener.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheLoader.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheLoader.java index 7ff0f469..7cfff634 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheLoader.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheWriter.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheWriter.java index d9e8fef4..4219ec42 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheWriter.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleCacheWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleObjectSizer.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleObjectSizer.java index 124a0a3a..3d88a8d6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleObjectSizer.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimpleObjectSizer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimplePartitionResolver.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimplePartitionResolver.java index e266ee00..a6488d36 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimplePartitionResolver.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SimplePartitionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubRegionIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubRegionIntegrationTest.java index 8fa0b254..42b1ccdd 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubRegionIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubRegionIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBeanTest.java index f72feda5..6f56d51b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/TestUtils.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/TestUtils.java index d5b6104d..ead648ee 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/TestUtils.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/TestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/TxIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/TxIntegrationTest.java index 355227fd..b22b5826 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/TxIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/TxIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CacheErrorHandlerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CacheErrorHandlerIntegrationTests.java index cf334626..a81305a4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CacheErrorHandlerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CacheErrorHandlerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CachingWithGemFireIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CachingWithGemFireIntegrationTest.java index 197cd30d..ce3314b7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CachingWithGemFireIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CachingWithGemFireIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CallableCacheLoaderAdapterTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CallableCacheLoaderAdapterTest.java index cb53abcd..d52cccc9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CallableCacheLoaderAdapterTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CallableCacheLoaderAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/ClientCacheManagerTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/ClientCacheManagerTest.java index 248473cc..261ae01d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/ClientCacheManagerTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/ClientCacheManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CompoundCachePutCacheEvictIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CompoundCachePutCacheEvictIntegrationTests.java index 4e662208..88a0c514 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CompoundCachePutCacheEvictIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CompoundCachePutCacheEvictIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheIntegrationTests.java index 4391044f..16f108d7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheManagerUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheManagerUnitTests.java index d86baab5..f16a38dd 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheManagerUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheManagerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheUnitTests.java index 076ce6cf..09c33761 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/GemfireCacheUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/config/EnableGemfireCachingIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/config/EnableGemfireCachingIntegrationTests.java index 56eb904a..363c36f2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/config/EnableGemfireCachingIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/config/EnableGemfireCachingIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheFactoryBeanUnitTests.java index 63b92d11..7be02358 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheIndexingTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheIndexingTest.java index c3642e62..30a1a9ca 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheIndexingTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheIndexingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheIntegrationTests.java index e6a1fdab..0a114f98 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCachePoolTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCachePoolTests.java index 3ed239e6..a15e8519 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCachePoolTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCachePoolTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheSecurityTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheSecurityTest.java index 91900e76..635e9379 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheSecurityTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheSecurityTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableLocatorsTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableLocatorsTest.java index 1a9353af..1a47443c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableLocatorsTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableLocatorsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableServersTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableServersTest.java index df4890ae..3807095a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableServersTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableServersTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionFactoryBeanTest.java index c6370a2f..a72d7662 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionIntegrationTests.java index 17fb3203..ff7b8a9c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutConverterTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutConverterTest.java index 4c8ed5e2..b65e7e8d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutConverterTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutToDataPolicyConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutToDataPolicyConverterUnitTests.java index 239deb60..3e5bd9ce 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutToDataPolicyConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutToDataPolicyConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutWrapperTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutWrapperTest.java index 72977c0c..87a5f107 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutWrapperTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutWrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionWithCacheLoaderWriterTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionWithCacheLoaderWriterTest.java index 368d560d..57faa4dc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionWithCacheLoaderWriterTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionWithCacheLoaderWriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientSubRegionIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientSubRegionIntegrationTests.java index db8c7744..303758a6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientSubRegionIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientSubRegionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/DurableClientCacheIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/DurableClientCacheIntegrationTest.java index f1e41fbd..ef5d2ca0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/DurableClientCacheIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/DurableClientCacheIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceIntegrationTest.java index 9c5a0c3d..12512bdd 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceIntegrationTests.java index b5614e81..894352b5 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceUsingNonSpringConfiguredGemFireServerIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceUsingNonSpringConfiguredGemFireServerIntegrationTest.java index 0dced8e1..275b9b91 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceUsingNonSpringConfiguredGemFireServerIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceUsingNonSpringConfiguredGemFireServerIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemfireDataSourcePostProcessorTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemfireDataSourcePostProcessorTest.java index 8fbbb62b..ac8369f2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemfireDataSourcePostProcessorTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemfireDataSourcePostProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestResultPolicyConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestResultPolicyConverterUnitTests.java index d175dea0..2bf34de4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestResultPolicyConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestResultPolicyConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestResultPolicyTypeTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestResultPolicyTypeTest.java index 90c9b9a8..6416f006 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestResultPolicyTypeTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestResultPolicyTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestUnitTests.java index fd0342d7..e014bbf0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/LocalOnlyClientCacheIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/LocalOnlyClientCacheIntegrationTests.java index 442c6bc3..26434fda 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/LocalOnlyClientCacheIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/LocalOnlyClientCacheIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/PoolFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/PoolFactoryBeanUnitTests.java index 78259093..1f46fac8 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/PoolFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/PoolFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/PoolResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/PoolResolverUnitTests.java index 0ff548c4..f7207a8c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/PoolResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/PoolResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/SpELExpressionConfiguredPoolsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/SpELExpressionConfiguredPoolsIntegrationTests.java index 3f530d53..47aa983f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/SpELExpressionConfiguredPoolsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/SpELExpressionConfiguredPoolsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/SpringJavaConfiguredClientCacheIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/SpringJavaConfiguredClientCacheIntegrationTest.java index 45079e71..0371cd8c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/SpringJavaConfiguredClientCacheIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/SpringJavaConfiguredClientCacheIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/function/ListRegionsOnServerFunctionTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/function/ListRegionsOnServerFunctionTest.java index ee48cb0a..b6bc1f0a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/function/ListRegionsOnServerFunctionTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/function/ListRegionsOnServerFunctionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/BeanFactoryPoolResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/BeanFactoryPoolResolverUnitTests.java index 5f2be447..7a2d92ef 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/BeanFactoryPoolResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/BeanFactoryPoolResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ClientCacheDefaultPoolResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ClientCacheDefaultPoolResolverUnitTests.java index d581e5e6..694cc992 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ClientCacheDefaultPoolResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ClientCacheDefaultPoolResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ClientCacheFactoryCacheResolverIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ClientCacheFactoryCacheResolverIntegrationTests.java index b09d0c4b..cc0e1939 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ClientCacheFactoryCacheResolverIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ClientCacheFactoryCacheResolverIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ComposablePoolResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ComposablePoolResolverUnitTests.java index 27871c5e..70008dd3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ComposablePoolResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/ComposablePoolResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/DefaultableDelegatingPoolAdapterTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/DefaultableDelegatingPoolAdapterTest.java index d90e83c8..308ebc90 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/DefaultableDelegatingPoolAdapterTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/DefaultableDelegatingPoolAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/DelegatingPoolAdapterTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/DelegatingPoolAdapterTest.java index 49030a52..d0d2f2bf 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/DelegatingPoolAdapterTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/DelegatingPoolAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/FactoryDefaultsPoolAdapterTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/FactoryDefaultsPoolAdapterTest.java index 98c3f7d8..07cafdd7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/FactoryDefaultsPoolAdapterTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/FactoryDefaultsPoolAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/PoolManagerPoolResolverIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/PoolManagerPoolResolverIntegrationTests.java index 37a84039..c41acdeb 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/PoolManagerPoolResolverIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/PoolManagerPoolResolverIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/SinglePoolPoolResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/SinglePoolPoolResolverUnitTests.java index 939bdb09..eaa9140d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/SinglePoolPoolResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/support/SinglePoolPoolResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/GemfireAdminOperationsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/GemfireAdminOperationsUnitTests.java index 9fcedc7b..2c92d30b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/GemfireAdminOperationsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/GemfireAdminOperationsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/CreateIndexFunctionUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/CreateIndexFunctionUnitTests.java index d48b8c8f..b1fcae85 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/CreateIndexFunctionUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/CreateIndexFunctionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/CreateRegionFunctionUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/CreateRegionFunctionUnitTests.java index 8f876ff8..257e7381 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/CreateRegionFunctionUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/CreateRegionFunctionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/ListIndexesFunctionUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/ListIndexesFunctionUnitTests.java index a9f0d6bf..093e876a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/ListIndexesFunctionUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/functions/ListIndexesFunctionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/FunctionGemfireAdminTemplateUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/FunctionGemfireAdminTemplateUnitTests.java index 28ae11ce..bb977242 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/FunctionGemfireAdminTemplateUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/FunctionGemfireAdminTemplateUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateBuilderUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateBuilderUnitTests.java index 97352042..20ee3d6c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateBuilderUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateBuilderUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateFollowRedirectsClientHttpRequestFactoryUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateFollowRedirectsClientHttpRequestFactoryUnitTests.java index 8e168e12..235ad999 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateFollowRedirectsClientHttpRequestFactoryUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateFollowRedirectsClientHttpRequestFactoryUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateUnitTests.java index a882a0f8..db549ef0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/admin/remote/RestHttpGemfireAdminTemplateUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfigurationIntegrationTests.java index 3d5dbe4d..e21d0507 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfigurationUnitTests.java index 8e23e6b8..3af4c619 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractCacheConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractGeodeSecurityIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractGeodeSecurityIntegrationTests.java index 705a7ab5..d3c55f56 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractGeodeSecurityIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AbstractGeodeSecurityIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheGeodeSecurityManagerSecurityIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheGeodeSecurityManagerSecurityIntegrationTests.java index 8a998431..8e0c4ea8 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheGeodeSecurityManagerSecurityIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheGeodeSecurityManagerSecurityIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheShiroIniSecurityIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheShiroIniSecurityIntegrationTests.java index 71e1ed40..17551aae 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheShiroIniSecurityIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheShiroIniSecurityIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheShiroRealmSecurityIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheShiroRealmSecurityIntegrationTests.java index ef223459..72ca309b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheShiroRealmSecurityIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ApacheShiroRealmSecurityIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AutoConfiguredAuthenticationConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AutoConfiguredAuthenticationConfigurationIntegrationTests.java index db1f8443..dc3af2fe 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AutoConfiguredAuthenticationConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/AutoConfiguredAuthenticationConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CacheServerConfigurerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CacheServerConfigurerIntegrationTests.java index 1184eb14..04a0888a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CacheServerConfigurerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CacheServerConfigurerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CacheServerPropertiesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CacheServerPropertiesIntegrationTests.java index ef3df913..071a2226 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CacheServerPropertiesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CacheServerPropertiesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsAppliesRegionConfigurersIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsAppliesRegionConfigurersIntegrationTests.java index def1d205..55320038 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsAppliesRegionConfigurersIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsAppliesRegionConfigurersIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsConsidersCacheConfigCacheNamesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsConsidersCacheConfigCacheNamesIntegrationTests.java index 188e481c..cec100e4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsConsidersCacheConfigCacheNamesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsConsidersCacheConfigCacheNamesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsRegistersInterestsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsRegistersInterestsIntegrationTests.java index cac15b51..5a0bab5d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsRegistersInterestsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsRegistersInterestsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsUsesCacheConfigCacheNamesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsUsesCacheConfigCacheNamesIntegrationTests.java index bed225cc..0b5ec74f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsUsesCacheConfigCacheNamesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/CachingDefinedRegionsUsesCacheConfigCacheNamesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheApplicationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheApplicationIntegrationTests.java index aba906c8..2c270d7d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheApplicationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheApplicationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurationIntegrationTests.java index 57699ab6..6857feb6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurationUnitTests.java index 4f0586d6..e76f78f7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurerIntegrationTests.java index 8f31e90b..022176c3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCacheConfigurerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCachePropertiesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCachePropertiesIntegrationTests.java index 575a2f5a..c1c2f557 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCachePropertiesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientCachePropertiesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientServerCacheApplicationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientServerCacheApplicationIntegrationTests.java index 30637a53..c693fcd6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientServerCacheApplicationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClientServerCacheApplicationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithClientHttpRequestInterceptorsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithClientHttpRequestInterceptorsIntegrationTests.java index 4c87611b..5f53b90e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithClientHttpRequestInterceptorsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithClientHttpRequestInterceptorsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithCustomGemfireAdminOperationsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithCustomGemfireAdminOperationsIntegrationTests.java index 51701244..dc90db0c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithCustomGemfireAdminOperationsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ClusterConfigurationWithCustomGemfireAdminOperationsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfigurerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfigurerIntegrationTests.java index 204eeb6c..dda805de 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfigurerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/DiskStoreConfigurerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/DiskStorePropertiesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/DiskStorePropertiesIntegrationTests.java index c62b397c..3bee2f32 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/DiskStorePropertiesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/DiskStorePropertiesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocatorConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocatorConfigurationIntegrationTests.java index bfc55f17..c877be35 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocatorConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocatorConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocatorConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocatorConfigurationUnitTests.java index 42bbfc37..582fb55c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocatorConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableBeanFactoryLocatorConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegionsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegionsIntegrationTests.java index 412420d6..07b10940 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegionsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegionsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegionsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegionsUnitTests.java index 3e3c9e39..021ec181 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegionsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCachingDefinedRegionsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationIntegrationTests.java index 79194904..509fab43 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationUnitTests.java index c843e574..8abca61d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationWithSecurityIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationWithSecurityIntegrationTests.java index aa52ec85..c412751b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationWithSecurityIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationWithSecurityIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegionsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegionsIntegrationTests.java index 8eaa50fa..c89a6ffc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegionsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegionsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegionsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegionsUnitTests.java index d05b81b3..c3a62802 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegionsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterDefinedRegionsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCompressionConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCompressionConfigurationUnitTests.java index c7bc83a7..0c054484 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCompressionConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableCompressionConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesConfigurationIntegrationTests.java index a197aa0b..a0fd2ef6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesConfigurationUnitTests.java index e51a0c7b..d6dbc3d4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesWithClusterConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesWithClusterConfigurationIntegrationTests.java index ad030133..6499208e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesWithClusterConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableContinuousQueriesWithClusterConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableDiskStoresConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableDiskStoresConfigurationUnitTests.java index 52c2c326..b10edaed 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableDiskStoresConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableDiskStoresConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsIntegrationTests.java index a233db9c..891cc0c7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsUnitTests.java index 4b016149..7f3d3608 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsWithAssignableTypeFilterIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsWithAssignableTypeFilterIntegrationTests.java index 2322a689..110a0f6a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsWithAssignableTypeFilterIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsWithAssignableTypeFilterIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsWithRegexFilterIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsWithRegexFilterIntegrationTests.java index 676ecd20..522106f9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsWithRegexFilterIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEntityDefinedRegionsWithRegexFilterIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEvictionConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEvictionConfigurationIntegrationTests.java index b2608fd9..79a6a9c2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEvictionConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEvictionConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEvictionConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEvictionConfigurationUnitTests.java index 9b62184e..9e1daa82 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEvictionConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableEvictionConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableExpirationConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableExpirationConfigurationIntegrationTests.java index 4fec5cc9..17ef852e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableExpirationConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableExpirationConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableExpirationConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableExpirationConfigurationUnitTests.java index 1487df6b..df5147b9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableExpirationConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableExpirationConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableGatewayReceiverConfigurationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableGatewayReceiverConfigurationTests.java index 96ada4ef..a552060c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableGatewayReceiverConfigurationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableGatewayReceiverConfigurationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableGemFirePropertiesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableGemFirePropertiesIntegrationTests.java index 6cff191b..1558ab98 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableGemFirePropertiesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableGemFirePropertiesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableIndexingConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableIndexingConfigurationUnitTests.java index 0c135199..fd39a8c4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableIndexingConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableIndexingConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableLuceneIndexingConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableLuceneIndexingConfigurationIntegrationTests.java index 95efd5e3..fc37c7c1 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableLuceneIndexingConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableLuceneIndexingConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableOffHeapConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableOffHeapConfigurationUnitTests.java index f8bbfaf5..5a5bed0e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableOffHeapConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableOffHeapConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableOqlIndexingConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableOqlIndexingConfigurationIntegrationTests.java index 44c3770c..e4439204 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableOqlIndexingConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableOqlIndexingConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnablePdxConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnablePdxConfigurationIntegrationTests.java index 1fb0c38a..c56caa17 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnablePdxConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnablePdxConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnablePdxConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnablePdxConfigurationUnitTests.java index c11c55f0..74de6850 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnablePdxConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnablePdxConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationDefaultContextIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationDefaultContextIntegrationTests.java index 0b1c948c..8554943a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationDefaultContextIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationDefaultContextIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationIntegrationTests.java index 0dd0d945..f8e3ab96 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationUnitTests.java index c54b4a27..ad7bdd63 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableSslConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfigurerTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfigurerTests.java index 64953412..e278159f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfigurerTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfigurerTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverPropertiesTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverPropertiesTests.java index 8ab3eee5..b7fa2d49 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverPropertiesTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverPropertiesTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfigurationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfigurationTests.java index c21f85a4..effb1059 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfigurationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfigurationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfigurerTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfigurerTests.java index 22aa174d..787e93e1 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfigurerTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfigurerTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderPropertiesTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderPropertiesTests.java index 09335feb..26a14005 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderPropertiesTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderPropertiesTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GemFireAsLastResourceConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GemFireAsLastResourceConfigurationUnitTests.java index 04788fb4..3662b413 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GemFireAsLastResourceConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GemFireAsLastResourceConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/IndexConfigurerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/IndexConfigurerIntegrationTests.java index af0b46d6..137cd96f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/IndexConfigurerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/IndexConfigurerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationCannotCoexistWithCacheApplicationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationCannotCoexistWithCacheApplicationIntegrationTests.java index 3d8ec603..d8b98166 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationCannotCoexistWithCacheApplicationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationCannotCoexistWithCacheApplicationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfigurationIntegrationTests.java index abf6c59d..d90d06d7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfigurerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfigurerIntegrationTests.java index 5259d490..92c9289d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfigurerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationConfigurerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationIntegrationTests.java index 19c4b09c..806152b8 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationPropertiesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationPropertiesIntegrationTests.java index 3f9106f9..c8662c9c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationPropertiesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationPropertiesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LoggingConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LoggingConfigurationIntegrationTests.java index 37c90950..2f66d4e0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LoggingConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/LoggingConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplicationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplicationIntegrationTests.java index eedbbef3..322ba255 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplicationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplicationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplicationWithAddedCacheServerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplicationWithAddedCacheServerIntegrationTests.java index 88722a61..f5ecf6ce 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplicationWithAddedCacheServerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheApplicationWithAddedCacheServerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfigurerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfigurerIntegrationTests.java index 5f399449..9a0527fc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfigurerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCacheConfigurerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCachePropertiesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCachePropertiesIntegrationTests.java index 4a4771b5..b4bf71da 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCachePropertiesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PeerCachePropertiesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PoolConfigurerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PoolConfigurerIntegrationTests.java index 133aa3f6..90b2761c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PoolConfigurerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PoolConfigurerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PoolPropertiesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PoolPropertiesIntegrationTests.java index 50089417..86d8c361 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PoolPropertiesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/PoolPropertiesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/RegionConfigurerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/RegionConfigurerIntegrationTests.java index 42553ad9..273884d0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/RegionConfigurerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/RegionConfigurerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/RegionDataAccessTracingAspectUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/RegionDataAccessTracingAspectUnitTests.java index 3cecba99..964ce917 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/RegionDataAccessTracingAspectUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/RegionDataAccessTracingAspectUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/SecureLocatorApplicationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/SecureLocatorApplicationIntegrationTests.java index a9c9b683..a8e23ca7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/SecureLocatorApplicationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/SecureLocatorApplicationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/TestSecurityManager.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/TestSecurityManager.java index 4ebb6d6a..ecdbc87d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/TestSecurityManager.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/TestSecurityManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/UsingAnnotationConfigWithBeanDefinitionOverridingDisabledIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/UsingAnnotationConfigWithBeanDefinitionOverridingDisabledIntegrationTests.java index 3c8cc530..1e448a88 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/UsingAnnotationConfigWithBeanDefinitionOverridingDisabledIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/UsingAnnotationConfigWithBeanDefinitionOverridingDisabledIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupportTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupportTests.java index edf97640..3dc83618 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupportTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupportTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractGemFireAsLastResourceAspectSupportUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractGemFireAsLastResourceAspectSupportUnitTests.java index ec4b6626..748d2bef 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractGemFireAsLastResourceAspectSupportUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractGemFireAsLastResourceAspectSupportUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurerUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurerUnitTests.java index d6a518dd..97685aac 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurerUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractLazyResolvingComposableConfigurerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/EnableGemFireAsLastResourceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/EnableGemFireAsLastResourceIntegrationTests.java index d95368c0..d0632efb 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/EnableGemFireAsLastResourceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/EnableGemFireAsLastResourceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionAcquiringAspectUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionAcquiringAspectUnitTests.java index 538d4d54..7bf3567e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionAcquiringAspectUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionAcquiringAspectUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionClosingAspectUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionClosingAspectUnitTests.java index ed9c4724..f8c96484 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionClosingAspectUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/GemFireAsLastResourceConnectionClosingAspectUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/ClientRegionEntity.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/ClientRegionEntity.java index 920feddd..26a76a65 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/ClientRegionEntity.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/ClientRegionEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/CollocatedPartitionRegionEntity.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/CollocatedPartitionRegionEntity.java index fa210f5d..dd93abc5 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/CollocatedPartitionRegionEntity.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/CollocatedPartitionRegionEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/GenericRegionEntity.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/GenericRegionEntity.java index 07b23586..0252474e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/GenericRegionEntity.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/GenericRegionEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/LocalRegionEntity.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/LocalRegionEntity.java index b584fcf5..d8c6da59 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/LocalRegionEntity.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/LocalRegionEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/NonEntity.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/NonEntity.java index fa1029cc..0578ae7f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/NonEntity.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/NonEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/PartitionRegionEntity.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/PartitionRegionEntity.java index a4bb88e1..dd6ec298 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/PartitionRegionEntity.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/PartitionRegionEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/ReplicateRegionEntity.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/ReplicateRegionEntity.java index 3f0352db..44b515f7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/ReplicateRegionEntity.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/entities/ReplicateRegionEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefinitionUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefinitionUnitTests.java index dfcaf67b..e35005e5 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefinitionUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/SchemaObjectDefinitionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/SchemaObjectTypeUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/SchemaObjectTypeUnitTests.java index 17ff4f66..65797b3a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/SchemaObjectTypeUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/SchemaObjectTypeUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/definitions/IndexDefinitionUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/definitions/IndexDefinitionUnitTests.java index 32a9800e..9d58b1d0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/definitions/IndexDefinitionUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/definitions/IndexDefinitionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/definitions/RegionDefinitionUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/definitions/RegionDefinitionUnitTests.java index b596f3ec..214125e9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/definitions/RegionDefinitionUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/definitions/RegionDefinitionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ClientRegionCollectorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ClientRegionCollectorUnitTests.java index ed40d0cd..13c14d80 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ClientRegionCollectorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ClientRegionCollectorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectCollectorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectCollectorUnitTests.java index a43459c6..d0a0cd19 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectCollectorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectCollectorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectDefinerUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectDefinerUnitTests.java index 62f13c10..699192ef 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectDefinerUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/ComposableSchemaObjectDefinerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/IndexCollectorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/IndexCollectorUnitTests.java index f0c30a5b..b51ddb45 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/IndexCollectorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/IndexCollectorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/IndexDefinerUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/IndexDefinerUnitTests.java index 981ccac7..961f174d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/IndexDefinerUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/IndexDefinerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/RegionCollectorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/RegionCollectorUnitTests.java index cb9c3fca..364f4f91 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/RegionCollectorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/RegionCollectorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/RegionDefinerUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/RegionDefinerUnitTests.java index 69c61d0e..260dee1e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/RegionDefinerUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/schema/support/RegionDefinerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/AutoRegionLookupBeanPostProcessorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/AutoRegionLookupBeanPostProcessorUnitTests.java index 3ad654bd..3d59fc85 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/AutoRegionLookupBeanPostProcessorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/AutoRegionLookupBeanPostProcessorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/ClientRegionPoolBeanFactoryPostProcessorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/ClientRegionPoolBeanFactoryPostProcessorUnitTests.java index 1ed20f09..f1ec99a3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/ClientRegionPoolBeanFactoryPostProcessorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/ClientRegionPoolBeanFactoryPostProcessorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/CustomEditorBeanFactoryPostProcessorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/CustomEditorBeanFactoryPostProcessorUnitTests.java index c4ccc0d2..ca208993 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/CustomEditorBeanFactoryPostProcessorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/CustomEditorBeanFactoryPostProcessorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DefinedIndexesApplicationListenerUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DefinedIndexesApplicationListenerUnitTests.java index 90b75608..2d21c582 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DefinedIndexesApplicationListenerUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DefinedIndexesApplicationListenerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DefinedIndexesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DefinedIndexesIntegrationTests.java index ee51c77f..692e67a2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DefinedIndexesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DefinedIndexesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DiskStoreDirectoryBeanPostProcessorIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DiskStoreDirectoryBeanPostProcessorIntegrationTests.java index dcb442e2..222cd1c2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DiskStoreDirectoryBeanPostProcessorIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/DiskStoreDirectoryBeanPostProcessorIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/LuceneIndexRegionBeanFactoryPostProcessorIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/LuceneIndexRegionBeanFactoryPostProcessorIntegrationTests.java index 6e4c3042..46a7c55f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/LuceneIndexRegionBeanFactoryPostProcessorIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/LuceneIndexRegionBeanFactoryPostProcessorIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/PdxDiskStoreAwareBeanFactoryPostProcessorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/PdxDiskStoreAwareBeanFactoryPostProcessorUnitTests.java index 35807d1a..385759cb 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/PdxDiskStoreAwareBeanFactoryPostProcessorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/support/PdxDiskStoreAwareBeanFactoryPostProcessorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/AbstractRegionParserUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/AbstractRegionParserUnitTests.java index 2ad9f803..3028cedc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/AbstractRegionParserUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/AbstractRegionParserUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/AsyncEventQueueNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/AsyncEventQueueNamespaceTest.java index 768ce90f..1fe5d4c5 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/AsyncEventQueueNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/AsyncEventQueueNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheNamespaceIntegrationTests.java index 824457e8..78069e7c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheServerNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheServerNamespaceTest.java index 625c625c..eeb2dc04 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheServerNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheServerNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheSubscriptionTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheSubscriptionTest.java index ee24470d..a616ea41 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheSubscriptionTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheSubscriptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheUsingPdxNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheUsingPdxNamespaceTest.java index 57ca46ea..cabb0e55 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheUsingPdxNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheUsingPdxNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientCacheNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientCacheNamespaceIntegrationTests.java index ee7f8d11..3608bca3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientCacheNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientCacheNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientCacheParserUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientCacheParserUnitTests.java index bd93fda8..0e009d83 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientCacheParserUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientCacheParserUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionNamespaceTest.java index b8dfedca..8204d130 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionUsingDataPolicyAndShortcutTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionUsingDataPolicyAndShortcutTest.java index 43419b60..7901a81e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionUsingDataPolicyAndShortcutTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionUsingDataPolicyAndShortcutTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ContinuousQueryListenerContainerNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ContinuousQueryListenerContainerNamespaceTest.java index 69c51671..57233393 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ContinuousQueryListenerContainerNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ContinuousQueryListenerContainerNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/DiskStoreAndEvictionRegionParsingTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/DiskStoreAndEvictionRegionParsingTest.java index dd73054f..df5dec49 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/DiskStoreAndEvictionRegionParsingTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/DiskStoreAndEvictionRegionParsingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/DiskStoreNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/DiskStoreNamespaceTest.java index 0ba385f2..372ecfab 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/DiskStoreNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/DiskStoreNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/FunctionServiceNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/FunctionServiceNamespaceTest.java index 98ef0815..2a845d47 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/FunctionServiceNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/FunctionServiceNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverAutoStartNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverAutoStartNamespaceTest.java index 4f315911..358cacd6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverAutoStartNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverAutoStartNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverDefaultStartNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverDefaultStartNamespaceTest.java index a6f78f5b..644d6b4b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverDefaultStartNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverDefaultStartNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverManualStartNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverManualStartNamespaceTest.java index b3488e15..e90b4018 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverManualStartNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverManualStartNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV7GatewayNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV7GatewayNamespaceTest.java index f7226a09..14138f5d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV7GatewayNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV7GatewayNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV8GatewayNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV8GatewayNamespaceTest.java index cdde389e..6194ee2b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV8GatewayNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV8GatewayNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/IndexNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/IndexNamespaceTest.java index 737f6587..2588a59f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/IndexNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/IndexNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionDefinitionUsingBeansNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionDefinitionUsingBeansNamespaceTest.java index ef1a6844..cc68e976 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionDefinitionUsingBeansNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionDefinitionUsingBeansNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionExpirationAttributesNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionExpirationAttributesNamespaceTest.java index 17cf0f9b..f48f5fb7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionExpirationAttributesNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionExpirationAttributesNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsPropertyPlaceholderTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsPropertyPlaceholderTest.java index 32b340a7..ce809433 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsPropertyPlaceholderTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsPropertyPlaceholderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsTest.java index 337e6b93..f18800b3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionNamespaceTest.java index 33cb8ee0..a09f35d2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionWithEvictionPolicyActionNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionWithEvictionPolicyActionNamespaceTest.java index dd9c006b..992a4d75 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionWithEvictionPolicyActionNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionWithEvictionPolicyActionNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LookupRegionWithAsyncEventQueuesAndGatewaySendersIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LookupRegionWithAsyncEventQueuesAndGatewaySendersIntegrationTests.java index 17a60d1f..76d246ca 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LookupRegionWithAsyncEventQueuesAndGatewaySendersIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LookupRegionWithAsyncEventQueuesAndGatewaySendersIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LuceneNamespaceUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LuceneNamespaceUnitTests.java index 763ac751..7b9eb9d3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LuceneNamespaceUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LuceneNamespaceUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MembershipAttributesTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MembershipAttributesTest.java index c080afd5..dee91d0f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MembershipAttributesTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MembershipAttributesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MultipleCacheTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MultipleCacheTest.java index d0e20c5f..a865b567 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MultipleCacheTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MultipleCacheTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PartitionedRegionNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PartitionedRegionNamespaceTest.java index e949482c..46269af2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PartitionedRegionNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PartitionedRegionNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PoolNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PoolNamespaceTest.java index bd271df3..413ea356 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PoolNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PoolNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PoolParserUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PoolParserUnitTests.java index d7d9260f..1b68d639 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PoolParserUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PoolParserUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionDefinitionUsingBeansNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionDefinitionUsingBeansNamespaceTest.java index 713dfdd9..4aeb4444 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionDefinitionUsingBeansNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionDefinitionUsingBeansNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionEvictionAttributesNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionEvictionAttributesNamespaceTest.java index 1b90c3b7..9eb3ec84 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionEvictionAttributesNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionEvictionAttributesNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionExpirationAttributesNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionExpirationAttributesNamespaceTest.java index 7cbe59fb..27abbb09 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionExpirationAttributesNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionExpirationAttributesNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionSubscriptionAttributesNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionSubscriptionAttributesNamespaceTest.java index 3640f7cf..3896199c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionSubscriptionAttributesNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionSubscriptionAttributesNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionWithSubRegionBeanDefinitionHashCodeTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionWithSubRegionBeanDefinitionHashCodeTest.java index 40f895bd..decd1713 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionWithSubRegionBeanDefinitionHashCodeTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionWithSubRegionBeanDefinitionHashCodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionsWithDiskStoreAndPersistenceEvictionSettingsTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionsWithDiskStoreAndPersistenceEvictionSettingsTest.java index 1da99989..b9a6d086 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionsWithDiskStoreAndPersistenceEvictionSettingsTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionsWithDiskStoreAndPersistenceEvictionSettingsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ReplicatedRegionNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ReplicatedRegionNamespaceTest.java index e96aab3e..cb203ecf 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ReplicatedRegionNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ReplicatedRegionNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionNamespaceTest.java index 161aac3b..797dbf07 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionSubElementNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionSubElementNamespaceTest.java index 8f6492ab..9f98f355 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionSubElementNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionSubElementNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionWithInvalidDataPolicyTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionWithInvalidDataPolicyTest.java index 6cb538c4..2c4b0404 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionWithInvalidDataPolicyTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionWithInvalidDataPolicyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateClientRegionNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateClientRegionNamespaceTest.java index 6771173f..7f8ea4e0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateClientRegionNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateClientRegionNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplatePersistentPartitionRegionNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplatePersistentPartitionRegionNamespaceTest.java index b6fd67dd..259d7899 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplatePersistentPartitionRegionNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplatePersistentPartitionRegionNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionDefinitionOrderErrorNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionDefinitionOrderErrorNamespaceTest.java index 89b8e742..f9c50b81 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionDefinitionOrderErrorNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionDefinitionOrderErrorNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionsNamespaceTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionsNamespaceTests.java index 32f97329..0b772527 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionsNamespaceTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionsNamespaceTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TxEventHandlersTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TxEventHandlersTest.java index 7450773f..52bc8f51 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TxEventHandlersTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TxEventHandlersTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TxManagerNamespaceTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TxManagerNamespaceTest.java index 71a2dca7..34fac2fc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TxManagerNamespaceTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TxManagerNamespaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/support/PoolAlreadyExistsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/support/PoolAlreadyExistsIntegrationTests.java index 47ec0ea1..d07994fd 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/support/PoolAlreadyExistsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/support/PoolAlreadyExistsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/dao/GemfireDaoSupportUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/dao/GemfireDaoSupportUnitTests.java index ee627b1c..8889e7c8 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/dao/GemfireDaoSupportUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/dao/GemfireDaoSupportUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/domain/ListablePageUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/domain/ListablePageUnitTests.java index fcbecbbe..e4ba08e7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/domain/ListablePageUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/domain/ListablePageUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/domain/support/AbstractSliceSupportTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/domain/support/AbstractSliceSupportTests.java index c768470d..4c66ba27 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/domain/support/AbstractSliceSupportTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/domain/support/AbstractSliceSupportTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionActionConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionActionConverterUnitTests.java index 773bd7e6..8ca1b9e4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionActionConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionActionConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionActionTypeTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionActionTypeTest.java index fcca7c01..37a00d7c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionActionTypeTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionActionTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionAttributesFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionAttributesFactoryBeanTest.java index a834f58e..5cc08b72 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionAttributesFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionAttributesFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionPolicyConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionPolicyConverterUnitTests.java index 55baa32a..6be6d36b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionPolicyConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionPolicyConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionPolicyTypeTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionPolicyTypeTest.java index 870a04fc..3712326b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionPolicyTypeTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionPolicyTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpirationConfigurationIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpirationConfigurationIntegrationTest.java index 5dc999cf..abf4c1ba 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpirationConfigurationIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpirationConfigurationIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpirationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpirationTest.java index 8876f9ed..5d1d1c6f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpirationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpirationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationActionConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationActionConverterUnitTests.java index 6b077674..bed39a65 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationActionConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationActionConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationActionTypeTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationActionTypeTest.java index 3c6b088e..7cda4bf3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationActionTypeTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationActionTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationAttributesFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationAttributesFactoryBeanTest.java index d4d7d38a..77347268 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationAttributesFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationAttributesFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/CqCacheServerProcess.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/CqCacheServerProcess.java index fb73f8fe..4e8425b1 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/CqCacheServerProcess.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/CqCacheServerProcess.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/FunctionCacheServerProcess.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/FunctionCacheServerProcess.java index 5a170985..9066cfe6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/FunctionCacheServerProcess.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/FunctionCacheServerProcess.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/GemFireBasedServerProcess.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/GemFireBasedServerProcess.java index a1e77450..e696d264 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/GemFireBasedServerProcess.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/GemFireBasedServerProcess.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/LocatorProcess.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/LocatorProcess.java index 5000f02e..cabf4861 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/LocatorProcess.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/LocatorProcess.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/ServerProcess.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/ServerProcess.java index 5d15bba8..202048da 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/ServerProcess.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/ServerProcess.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/SpringContainerProcess.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/SpringContainerProcess.java index 566fe94f..68adf2cb 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/SpringContainerProcess.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/fork/SpringContainerProcess.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/BatchingResultSenderTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/BatchingResultSenderTest.java index 38fd57df..3a0481d7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/BatchingResultSenderTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/BatchingResultSenderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/ClientCacheFunctionExecutionWithPdxIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/ClientCacheFunctionExecutionWithPdxIntegrationTest.java index da4c93a6..2c088192 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/ClientCacheFunctionExecutionWithPdxIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/ClientCacheFunctionExecutionWithPdxIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/ExceptionThrowingFunctionExecutionIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/ExceptionThrowingFunctionExecutionIntegrationTest.java index ab4a92cc..d639edd6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/ExceptionThrowingFunctionExecutionIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/ExceptionThrowingFunctionExecutionIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionArgumentResolverTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionArgumentResolverTest.java index 4b34ad29..7439670e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionArgumentResolverTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionArgumentResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionContextInjectingArgumentResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionContextInjectingArgumentResolverUnitTests.java index b38d6451..4351a9a0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionContextInjectingArgumentResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionContextInjectingArgumentResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionWithRequiredPermissionsRegistrationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionWithRequiredPermissionsRegistrationIntegrationTests.java index dfc697f6..ef38249f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionWithRequiredPermissionsRegistrationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionWithRequiredPermissionsRegistrationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/GemfireFunctionUtilsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/GemfireFunctionUtilsUnitTests.java index 10b4fd4b..907d0b87 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/GemfireFunctionUtilsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/GemfireFunctionUtilsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/PdxFunctionArgumentResolverTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/PdxFunctionArgumentResolverTest.java index 13e97358..0658482f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/PdxFunctionArgumentResolverTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/PdxFunctionArgumentResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/AnnotationDrivenFunctionsTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/AnnotationDrivenFunctionsTest.java index b5b9083e..b8f0bbfa 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/AnnotationDrivenFunctionsTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/AnnotationDrivenFunctionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionClientCacheTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionClientCacheTests.java index 4f6b9d5d..b7f08148 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionClientCacheTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionClientCacheTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionComponentProviderTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionComponentProviderTest.java index 7ea65538..2db01c57 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionComponentProviderTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionComponentProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionIntegrationTests.java index 41f4083d..8b86e817 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionsWithClientCacheTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionsWithClientCacheTests.java index 491c2049..1bab39ff 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionsWithClientCacheTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionsWithClientCacheTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/MemberBasedFunctionExecutionBeanDefinitionBuilderUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/MemberBasedFunctionExecutionBeanDefinitionBuilderUnitTests.java index eb738e01..3a8da3af 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/MemberBasedFunctionExecutionBeanDefinitionBuilderUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/MemberBasedFunctionExecutionBeanDefinitionBuilderUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/ServerBasedFunctionExecutionBeanDefinitionBuilderUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/ServerBasedFunctionExecutionBeanDefinitionBuilderUnitTests.java index c3efbf43..ffc480e9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/ServerBasedFunctionExecutionBeanDefinitionBuilderUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/ServerBasedFunctionExecutionBeanDefinitionBuilderUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/XmlConfiguredFunctionExecutionIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/XmlConfiguredFunctionExecutionIntegrationTests.java index 1c6f5bf8..f46b5db2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/XmlConfiguredFunctionExecutionIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/XmlConfiguredFunctionExecutionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/one/TestFunctionExecution.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/one/TestFunctionExecution.java index 41e11b60..5ce1d98f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/one/TestFunctionExecution.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/one/TestFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/three/TestClientOnRegionFunction.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/three/TestClientOnRegionFunction.java index c0481185..c7afb922 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/three/TestClientOnRegionFunction.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/three/TestClientOnRegionFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/three/TestClientOnServerFunction.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/three/TestClientOnServerFunction.java index 9cb76381..a9aaf48d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/three/TestClientOnServerFunction.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/three/TestClientOnServerFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/two/TestOnRegionFunction.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/two/TestOnRegionFunction.java index bfd6d0f5..8757c07d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/two/TestOnRegionFunction.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/two/TestOnRegionFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/two/TestOnRegionFunction2.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/two/TestOnRegionFunction2.java index 6390b55d..8e3f23b3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/two/TestOnRegionFunction2.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/two/TestOnRegionFunction2.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/AbstractFunctionExecutionTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/AbstractFunctionExecutionTest.java index a9b92517..d1351ea4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/AbstractFunctionExecutionTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/AbstractFunctionExecutionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/AbstractFunctionTemplateTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/AbstractFunctionTemplateTest.java index 8ed37d17..0030529f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/AbstractFunctionTemplateTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/AbstractFunctionTemplateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/FunctionExecutionIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/FunctionExecutionIntegrationTests.java index 78f437fc..5c6a4dfe 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/FunctionExecutionIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/FunctionExecutionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/FunctionIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/FunctionIntegrationTests.java index 99d274f8..8e8174cd 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/FunctionIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/FunctionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/GemfireFunctionProxyFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/GemfireFunctionProxyFactoryBeanUnitTests.java index cb1e8b2f..95360bed 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/GemfireFunctionProxyFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/GemfireFunctionProxyFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/GemfireFunctionTemplateIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/GemfireFunctionTemplateIntegrationTests.java index 617f53f4..37d1619d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/GemfireFunctionTemplateIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/GemfireFunctionTemplateIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/onservers/FunctionsReturnResultsFromAllServersIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/onservers/FunctionsReturnResultsFromAllServersIntegrationTests.java index 5cbee5fc..d99c19f0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/onservers/FunctionsReturnResultsFromAllServersIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/onservers/FunctionsReturnResultsFromAllServersIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/FunctionResultTypeIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/FunctionResultTypeIntegrationTest.java index a811b3db..0fc93317 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/FunctionResultTypeIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/FunctionResultTypeIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/AllServersAdminFunctions.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/AllServersAdminFunctions.java index fbbfcf98..d184cb3b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/AllServersAdminFunctions.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/AllServersAdminFunctions.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/ApplicationDomainFunctionExecutions.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/ApplicationDomainFunctionExecutions.java index b61b3ccb..9988bc39 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/ApplicationDomainFunctionExecutions.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/ApplicationDomainFunctionExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/ExceptionThrowingFunctionExecution.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/ExceptionThrowingFunctionExecution.java index 3a6930c3..db279b76 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/ExceptionThrowingFunctionExecution.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/ExceptionThrowingFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/HelloFunctionExecution.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/HelloFunctionExecution.java index 17fb2a85..a5e802ea 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/HelloFunctionExecution.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/HelloFunctionExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/Metric.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/Metric.java index fbd4029c..9337560e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/Metric.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/Metric.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/SingleServerAdminFunctions.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/SingleServerAdminFunctions.java index c1601463..9c972e4f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/SingleServerAdminFunctions.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/SingleServerAdminFunctions.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2021-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ContinuousQueryListenerContainerUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ContinuousQueryListenerContainerUnitTests.java index f76595d8..e10d8fdb 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ContinuousQueryListenerContainerUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ContinuousQueryListenerContainerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/GemfireMDP.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/GemfireMDP.java index 44a42bcb..69de7b6e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/GemfireMDP.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/GemfireMDP.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ListenerContainerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ListenerContainerIntegrationTests.java index c5ccc604..9775a871 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ListenerContainerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ListenerContainerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/StubErrorHandler.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/StubErrorHandler.java index 82b77368..a79ce61a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/StubErrorHandler.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/StubErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ThrowableEventListener.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ThrowableEventListener.java index edf8305c..5a60d68b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ThrowableEventListener.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/ThrowableEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/adapter/ContainerXmlSetupIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/adapter/ContainerXmlSetupIntegrationTests.java index e6e12a8b..46fed26e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/adapter/ContainerXmlSetupIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/adapter/ContainerXmlSetupIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2021 the original author or authors. + * Copyright 2011-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/adapter/QueryListenerAdapterTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/adapter/QueryListenerAdapterTest.java index 580994a1..d9980869 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/adapter/QueryListenerAdapterTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/adapter/QueryListenerAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2012-2012 the original author or authors. + * Copyright 2011-2022-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/GemfireMappingContextUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/GemfireMappingContextUnitTests.java index 85eec311..5b49d6c4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/GemfireMappingContextUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/GemfireMappingContextUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/GemfirePersistentEntityUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/GemfirePersistentEntityUnitTests.java index a6e50ca0..0ea66ca9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/GemfirePersistentEntityUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/GemfirePersistentEntityUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/MappingPdxSerializerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/MappingPdxSerializerIntegrationTests.java index ba6ec31e..2b3c1721 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/MappingPdxSerializerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/MappingPdxSerializerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/MappingPdxSerializerUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/MappingPdxSerializerUnitTests.java index 656060c8..5dd5e70d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/MappingPdxSerializerUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/MappingPdxSerializerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/PdxReaderPropertyAccessorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/PdxReaderPropertyAccessorUnitTests.java index bde9a912..b4b04c58 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/PdxReaderPropertyAccessorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/PdxReaderPropertyAccessorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/RegionsTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/RegionsTest.java index eb966049..1d9d1912 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/RegionsTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/RegionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/TypeMappingPdxSerializerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/TypeMappingPdxSerializerIntegrationTests.java index 06d1c27b..7ca6b023 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/TypeMappingPdxSerializerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/TypeMappingPdxSerializerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/model/GemfireSimpleTypeHolderUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/model/GemfireSimpleTypeHolderUnitTests.java index 700ba40d..7043e0b7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/model/GemfireSimpleTypeHolderUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/model/GemfireSimpleTypeHolderUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessConfiguration.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessConfiguration.java index 21775a49..ff6564f1 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessConfiguration.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessExecutor.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessExecutor.java index 218d8bea..d9645944 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessExecutor.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessInputStreamListener.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessInputStreamListener.java index a41616dc..240cb1ba 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessInputStreamListener.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessInputStreamListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessWrapper.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessWrapper.java index e55c8963..162f5056 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessWrapper.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/ProcessWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/support/PidUnavailableException.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/support/PidUnavailableException.java index b1759588..25e5034a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/support/PidUnavailableException.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/support/PidUnavailableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/support/ProcessUtils.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/support/ProcessUtils.java index 7d3895ea..2adf8c3c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/support/ProcessUtils.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/process/support/ProcessUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/GemFireRepositoryFactoryInformationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/GemFireRepositoryFactoryInformationIntegrationTests.java index 82995d29..93458d5f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/GemFireRepositoryFactoryInformationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/GemFireRepositoryFactoryInformationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CdiExtensionIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CdiExtensionIntegrationTest.java index b4b82d51..58fa35b4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CdiExtensionIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CdiExtensionIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CustomPersonRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CustomPersonRepository.java index 959c53b9..9fffc248 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CustomPersonRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CustomPersonRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CustomPersonRepositoryImpl.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CustomPersonRepositoryImpl.java index d238d8d1..52d155f7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CustomPersonRepositoryImpl.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/CustomPersonRepositoryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireCacheRegionProducer.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireCacheRegionProducer.java index c37653c7..61da40cc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireCacheRegionProducer.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireCacheRegionProducer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryBeanTest.java index 68d4b524..5b8c1e8f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryExtensionTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryExtensionTest.java index cf1f09e5..8f1ade58 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryExtensionTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/GemfireRepositoryExtensionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/RepositoryClient.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/RepositoryClient.java index 6836ca70..4b673f26 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/RepositoryClient.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/RepositoryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/SamplePersonRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/SamplePersonRepository.java index c37c8362..4eb604da 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/SamplePersonRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/cdi/SamplePersonRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/ClientRegionNamespaceRepositoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/ClientRegionNamespaceRepositoryIntegrationTests.java index 5fadeaf0..4342e4d5 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/ClientRegionNamespaceRepositoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/ClientRegionNamespaceRepositoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/GemfireRepositoriesRegistrarIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/GemfireRepositoriesRegistrarIntegrationTests.java index 9f2add5f..84fda306 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/GemfireRepositoriesRegistrarIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/GemfireRepositoriesRegistrarIntegrationTests.java @@ -1,6 +1,6 @@ /* /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/GemfireRepositoryConfigurationExtensionUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/GemfireRepositoryConfigurationExtensionUnitTests.java index 2d8da94e..7fbfe0b4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/GemfireRepositoryConfigurationExtensionUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/GemfireRepositoryConfigurationExtensionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/IncompatibleRegionKeyRepositoryIdAndEntityIdRepositoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/IncompatibleRegionKeyRepositoryIdAndEntityIdRepositoryIntegrationTests.java index b95aed18..a35525b7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/IncompatibleRegionKeyRepositoryIdAndEntityIdRepositoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/IncompatibleRegionKeyRepositoryIdAndEntityIdRepositoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/NamespaceRepositoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/NamespaceRepositoryIntegrationTests.java index 1af6cdd4..2b985003 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/NamespaceRepositoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/NamespaceRepositoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/PartitionedRegionNamespaceRepositoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/PartitionedRegionNamespaceRepositoryIntegrationTests.java index 6bf797d3..2e77d2fa 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/PartitionedRegionNamespaceRepositoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/config/PartitionedRegionNamespaceRepositoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/AbstractSelectResultsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/AbstractSelectResultsUnitTests.java index f3574500..a1adeb0a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/AbstractSelectResultsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/AbstractSelectResultsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/DefaultGemfireEntityInformationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/DefaultGemfireEntityInformationTest.java index 4bed8f16..e56e03cd 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/DefaultGemfireEntityInformationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/DefaultGemfireEntityInformationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryCreatorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryCreatorUnitTests.java index c81ed797..8f35303d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryCreatorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryCreatorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethodUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethodUnitTests.java index 89476414..2bd9fbbe 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethodUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/GemfireQueryMethodUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/PagedSelectResultsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/PagedSelectResultsUnitTests.java index e1e8edf5..8aaa26b8 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/PagedSelectResultsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/PagedSelectResultsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/PredicatesUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/PredicatesUnitTests.java index d9034d12..a7595738 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/PredicatesUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/PredicatesUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryBuilderUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryBuilderUnitTests.java index 3871d4b0..c6c71eab 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryBuilderUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryBuilderUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryPostProcessorIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryPostProcessorIntegrationTests.java index adc89f33..add867aa 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryPostProcessorIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryPostProcessorIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryPostProcessorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryPostProcessorUnitTests.java index 410e5d5b..3c031b01 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryPostProcessorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryPostProcessorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryStringUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryStringUnitTests.java index 8e34f9ad..884a0737 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryStringUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/QueryStringUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/RepositoryQueryUsingInOperatorIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/RepositoryQueryUsingInOperatorIntegrationTests.java index 1ffdc4e0..bb515fcc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/RepositoryQueryUsingInOperatorIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/RepositoryQueryUsingInOperatorIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/StringBasedGemfireRepositoryQueryTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/StringBasedGemfireRepositoryQueryTest.java index 2491e8e5..566d9e2e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/StringBasedGemfireRepositoryQueryTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/StringBasedGemfireRepositoryQueryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/OqlKeywordUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/OqlKeywordUnitTests.java index 1d32a550..878066d5 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/OqlKeywordUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/OqlKeywordUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/OqlQueryExecutorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/OqlQueryExecutorUnitTests.java index 5f1963ad..91152f62 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/OqlQueryExecutorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/OqlQueryExecutorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/PagingUtilsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/PagingUtilsUnitTests.java index 67aec952..b14d3662 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/PagingUtilsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/PagingUtilsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/TemplateBasedOqlQueryExecutorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/TemplateBasedOqlQueryExecutorUnitTests.java index bcd94125..0823e6e6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/TemplateBasedOqlQueryExecutorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/support/TemplateBasedOqlQueryExecutorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Account.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Account.java index 4c5c0259..499d7e6f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Account.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Account.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AccountRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AccountRepository.java index 0ab4a0d2..000e2868 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AccountRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AccountRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Address.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Address.java index 472b23fb..b9d113fe 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Address.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Address.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Algorithm.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Algorithm.java index 210e3838..fe37f2ea 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Algorithm.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Algorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AlgorithmRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AlgorithmRepository.java index 767b840d..7324db49 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AlgorithmRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AlgorithmRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AlgorithmRepositoryTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AlgorithmRepositoryTest.java index 28fe8405..8a433a4f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AlgorithmRepositoryTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AlgorithmRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Animal.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Animal.java index e5044364..0a43564b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Animal.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Animal.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AnimalRepositoryTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AnimalRepositoryTest.java index 734ddcc4..2f0233ce 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AnimalRepositoryTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AnimalRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/CatRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/CatRepository.java index 17b6e292..9a19192b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/CatRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/CatRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Customer.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Customer.java index ae0366d5..d91fb84d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Customer.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Customer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/CustomerRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/CustomerRepository.java index 1268d93d..7af6558a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/CustomerRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/CustomerRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/DogRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/DogRepository.java index 10d42f93..48e9646c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/DogRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/DogRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/FromPartitionToReplicateRegionRepositoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/FromPartitionToReplicateRegionRepositoryIntegrationTests.java index a985a45a..4f882adc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/FromPartitionToReplicateRegionRepositoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/FromPartitionToReplicateRegionRepositoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/GuestUser.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/GuestUser.java index dc6f5847..685727c8 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/GuestUser.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/GuestUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/GuestUserRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/GuestUserRepository.java index c1f7f6ea..210afd57 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/GuestUserRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/GuestUserRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Identifiable.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Identifiable.java index fe2074d7..ee9e0e95 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Identifiable.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Identifiable.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Person.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Person.java index c4b4150a..49bbbf39 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Person.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PersonRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PersonRepository.java index b77baf3b..e1d47e1a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PersonRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PersonRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PersonRepositoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PersonRepositoryIntegrationTests.java index 94f2ef32..01781cf4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PersonRepositoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PersonRepositoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Plant.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Plant.java index fe45b4a9..58bd26bb 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Plant.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Plant.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PlantRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PlantRepository.java index 213c6f07..11212d37 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PlantRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/PlantRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Programmer.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Programmer.java index f189bed3..ccd750bc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Programmer.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/Programmer.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/ProgrammerRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/ProgrammerRepository.java index a50b4329..18c08f97 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/ProgrammerRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/ProgrammerRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RabbitRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RabbitRepository.java index fcb32267..9476ef49 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RabbitRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RabbitRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RegionPopulator.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RegionPopulator.java index 1906c057..9779631b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RegionPopulator.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RegionPopulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RepositoryDataAccessOnRegionUsingCacheLoaderIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RepositoryDataAccessOnRegionUsingCacheLoaderIntegrationTests.java index 73e0ebc0..3a8221be 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RepositoryDataAccessOnRegionUsingCacheLoaderIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RepositoryDataAccessOnRegionUsingCacheLoaderIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RepositoryQueriesWithJoinsIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RepositoryQueriesWithJoinsIntegrationTest.java index 73187fec..4c943854 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RepositoryQueriesWithJoinsIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RepositoryQueriesWithJoinsIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RootUser.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RootUser.java index 888ac4ad..11b0f47e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RootUser.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RootUser.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RootUserRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RootUserRepository.java index f6604fb6..203dabac 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RootUserRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RootUserRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/SubRegionRepositoryIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/SubRegionRepositoryIntegrationTest.java index fbcc3148..0f2c4091 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/SubRegionRepositoryIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/SubRegionRepositoryIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/User.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/User.java index 1ec5d52c..d5f7287c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/User.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/User.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UserRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UserRepository.java index f096b970..9c690fdd 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UserRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UserRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UserRepositoryQueriesIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UserRepositoryQueriesIntegrationTest.java index e25d109b..eb29859d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UserRepositoryQueriesIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UserRepositoryQueriesIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UsingQueryAnnotationExtensionsInUserRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UsingQueryAnnotationExtensionsInUserRepository.java index adc3acb6..07d960a8 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UsingQueryAnnotationExtensionsInUserRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UsingQueryAnnotationExtensionsInUserRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UsingQueryAnnotationExtensionsInUserRepositoryIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UsingQueryAnnotationExtensionsInUserRepositoryIntegrationTest.java index c910e943..c3908639 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UsingQueryAnnotationExtensionsInUserRepositoryIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UsingQueryAnnotationExtensionsInUserRepositoryIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/AbstractGemfireRepositoryFactoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/AbstractGemfireRepositoryFactoryIntegrationTests.java index caffc694..e5b86d67 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/AbstractGemfireRepositoryFactoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/AbstractGemfireRepositoryFactoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBeanTest.java index f4f3e5b9..9ae7634e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryIntegrationTests.java index 5794e236..ff376f25 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryUnitTests.java index d7a0fbc6..f615e7ec 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryIntegrationTests.java index 7592e659..ecde831b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryRegionDeleteAllIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryRegionDeleteAllIntegrationTests.java index 2a18a207..67caf036 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryRegionDeleteAllIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryRegionDeleteAllIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryTransactionalIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryTransactionalIntegrationTest.java index fc697479..921cf433 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryTransactionalIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryTransactionalIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryUnitTests.java index 2bc275dc..47315fd3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneAccessorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneAccessorUnitTests.java index bf5caf6a..b75157a8 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneAccessorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneAccessorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneIndexFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneIndexFactoryBeanUnitTests.java index 9a9618fd..fdcab052 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneIndexFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneIndexFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneOperationsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneOperationsIntegrationTests.java index 0b28c84f..2e681645 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneOperationsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneOperationsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneOperationsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneOperationsUnitTests.java index 3c23195f..4598e071 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneOperationsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneOperationsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneServiceFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneServiceFactoryBeanUnitTests.java index 27137419..0b49b742 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneServiceFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneServiceFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneTemplateUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneTemplateUnitTests.java index 00a218d3..a025af19 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneTemplateUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/LuceneTemplateUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneAccessorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneAccessorUnitTests.java index f8aa3554..3cbd2e53 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneAccessorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneAccessorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneOperationsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneOperationsUnitTests.java index 05c412c7..4b8840d9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneOperationsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneOperationsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneTemplateUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneTemplateUnitTests.java index 87509ef9..97b6c5a6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneTemplateUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/ProjectingLuceneTemplateUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/LucenePageUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/LucenePageUnitTests.java index 679e0270..a29fd91b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/LucenePageUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/LucenePageUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorFactoryUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorFactoryUnitTests.java index f351bc74..0110900d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorFactoryUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorFactoryUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorUnitTests.java index 4ec74eb1..e25444ab 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/search/lucene/support/PdxInstanceMethodInterceptorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/AsmInstantiatorFactoryTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/AsmInstantiatorFactoryTest.java index 1b06a51f..3e6e539b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/AsmInstantiatorFactoryTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/AsmInstantiatorFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/WiringInstantiatorTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/WiringInstantiatorTest.java index baf81d09..35cd09ea 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/WiringInstantiatorTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/WiringInstantiatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/json/JSONRegionAdviceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/json/JSONRegionAdviceIntegrationTests.java index 93e1fffa..e628507c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/json/JSONRegionAdviceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/json/JSONRegionAdviceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/CacheServerFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/CacheServerFactoryBeanTest.java index 49c53a39..9361800a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/CacheServerFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/CacheServerFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyConverterUnitTests.java index fa01b0a1..b4b2d07b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyTest.java index 8b6db463..1ca7b4de 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotApplicationEventTriggeredImportsExportsIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotApplicationEventTriggeredImportsExportsIntegrationTest.java index 724a7fac..5946a18a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotApplicationEventTriggeredImportsExportsIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotApplicationEventTriggeredImportsExportsIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBeanIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBeanIntegrationTest.java index a645d94e..20c6cdd4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBeanIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBeanIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBeanTest.java index 40db1d22..50184958 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceImportExportIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceImportExportIntegrationTest.java index 0c8f8084..7351f968 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceImportExportIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceImportExportIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/event/SnapshotApplicationEventTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/event/SnapshotApplicationEventTest.java index 27500184..15944466 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/event/SnapshotApplicationEventTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/event/SnapshotApplicationEventTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/filter/ComposableSnapshotFilterTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/filter/ComposableSnapshotFilterTest.java index 32d210fa..9e3b67be 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/filter/ComposableSnapshotFilterTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/filter/ComposableSnapshotFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractCachingCacheResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractCachingCacheResolverUnitTests.java index 9477f719..b3edaa77 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractCachingCacheResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractCachingCacheResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractCachingRegionResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractCachingRegionResolverUnitTests.java index 6364c280..f52d0542 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractCachingRegionResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractCachingRegionResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractFactoryBeanSupportUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractFactoryBeanSupportUnitTests.java index 62ff332a..e5c37341 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractFactoryBeanSupportUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/AbstractFactoryBeanSupportUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/BeanFactoryCacheResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/BeanFactoryCacheResolverUnitTests.java index 6385b09c..1f219aa4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/BeanFactoryCacheResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/BeanFactoryCacheResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/BeanFactoryRegionResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/BeanFactoryRegionResolverUnitTests.java index 3ed6458f..d8d3b7fc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/BeanFactoryRegionResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/BeanFactoryRegionResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CacheFactoryCacheResolverIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CacheFactoryCacheResolverIntegrationTests.java index 10aea2be..0f1a6a7b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CacheFactoryCacheResolverIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CacheFactoryCacheResolverIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ComposableCacheResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ComposableCacheResolverUnitTests.java index 4812fc89..413faa1d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ComposableCacheResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ComposableCacheResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ComposableRegionResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ComposableRegionResolverUnitTests.java index 1cffd506..f69628ee 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ComposableRegionResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ComposableRegionResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CompositeLifecycleUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CompositeLifecycleUnitTests.java index 3fc3e7ba..ee969376 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CompositeLifecycleUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CompositeLifecycleUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CompositeTypeFilterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CompositeTypeFilterUnitTests.java index ac4d93e7..2b1756a5 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CompositeTypeFilterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/CompositeTypeFilterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ConnectionEndpointListTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ConnectionEndpointListTest.java index 58440989..42b317c6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ConnectionEndpointListTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ConnectionEndpointListTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ConnectionEndpointUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ConnectionEndpointUnitTests.java index 4a33ac38..8893b3a8 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ConnectionEndpointUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/ConnectionEndpointUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DeclarableSupportUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DeclarableSupportUnitTests.java index 0910982f..1f002ac0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DeclarableSupportUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DeclarableSupportUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializerIntegrationTests.java index fa12e3d8..dd3d952f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializerUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializerUnitTests.java index 7d59276b..513ca37e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializerUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/DisableBeanDefinitionOverridingApplicationContextInitializerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorAnnotationConfigIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorAnnotationConfigIntegrationTests.java index d89f9ce5..8a7e30dd 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorAnnotationConfigIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorAnnotationConfigIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorIntegrationTests.java index bf2adb2a..839fa5c1 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorJavaConfigIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorJavaConfigIntegrationTests.java index 4c01b765..66c23576 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorJavaConfigIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorJavaConfigIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorUnitTests.java index 43e6908a..1a531901 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireBeanFactoryLocatorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfirePersistenceExceptionTranslationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfirePersistenceExceptionTranslationTest.java index 5cf79f09..5afcab02 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfirePersistenceExceptionTranslationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfirePersistenceExceptionTranslationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportFunctionBasedIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportFunctionBasedIntegrationTests.java index e2255241..6cbb5a26 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportFunctionBasedIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportFunctionBasedIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportIntegrationTests.java index dbdab30e..f2f437b2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportUnitTests.java index 4ccd7c5e..39ee9264 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/LazyWiringDeclarableSupportUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/RegionServiceRegionResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/RegionServiceRegionResolverUnitTests.java index 77fea1d9..5f593d9f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/RegionServiceRegionResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/RegionServiceRegionResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SingleCacheCacheResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SingleCacheCacheResolverUnitTests.java index 945cc1a9..12cfb575 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SingleCacheCacheResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SingleCacheCacheResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SingleRegionRegionResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SingleRegionRegionResolverUnitTests.java index d974c4e0..cc62abe3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SingleRegionRegionResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SingleRegionRegionResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBeanIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBeanIntegrationTests.java index 0b087fd6..7ec48b26 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBeanIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBeanIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBeanUnitTests.java index b743bafd..fdd2e96e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartCacheResolverFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartLifecycleSupportUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartLifecycleSupportUnitTests.java index d0d5c446..ced906e6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartLifecycleSupportUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SmartLifecycleSupportUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerIntegrationTest.java index ac76df7e..eddb034f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerTest.java index 0444c516..894028f9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderIntegrationTest.java index eac85cfc..f73b030a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderTest.java index 6c4dde09..2028c89c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/WiringDeclarableSupportIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/WiringDeclarableSupportIntegrationTests.java index 3675e20a..ca11fb5b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/WiringDeclarableSupportIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/WiringDeclarableSupportIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/TestUserDao.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/TestUserDao.java index 7ee47c50..f180f06f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/TestUserDao.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/TestUserDao.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/TestUserService.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/TestUserService.java index 5d90ee2f..df266072 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/TestUserService.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/TestUserService.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserApplicationConfiguration.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserApplicationConfiguration.java index 089fdfd8..73abec8d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserApplicationConfiguration.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserApplicationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserDao.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserDao.java index cac96421..c2bced6e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserDao.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserDao.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserService.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserService.java index 8ea405a9..1906bb75 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserService.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/sample/UserService.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireProfileValueSource.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireProfileValueSource.java index 145dcac8..f6d5f696 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireProfileValueSource.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireProfileValueSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireTestApplicationContextInitializer.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireTestApplicationContextInitializer.java index 21dfa805..76e23516 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireTestApplicationContextInitializer.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireTestApplicationContextInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireTestBeanPostProcessor.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireTestBeanPostProcessor.java index 38e153a0..3ba9152f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireTestBeanPostProcessor.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/GemfireTestBeanPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockCacheFactoryBean.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockCacheFactoryBean.java index 2aef7f13..7452abad 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockCacheFactoryBean.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockCacheFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockClientCacheFactoryBean.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockClientCacheFactoryBean.java index 06562f3a..dd845951 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockClientCacheFactoryBean.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockClientCacheFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockClientRegionFactory.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockClientRegionFactory.java index 9d4f63dc..a94cbbf3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockClientRegionFactory.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockClientRegionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockRegionFactory.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockRegionFactory.java index e76f1b03..75908afe 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockRegionFactory.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockRegionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockRegionFactoryTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockRegionFactoryTest.java index e9006df1..091e9a52 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockRegionFactoryTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/MockRegionFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubAsyncEventQueueFactory.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubAsyncEventQueueFactory.java index 91c2e77e..fdcb757b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubAsyncEventQueueFactory.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubAsyncEventQueueFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubCacheServer.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubCacheServer.java index 5e33751a..86312873 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubCacheServer.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubCacheServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubCacheTransactionManager.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubCacheTransactionManager.java index 65c4b31c..cb31d287 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubCacheTransactionManager.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubCacheTransactionManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubDiskStore.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubDiskStore.java index 8d11bfe1..3c45b849 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubDiskStore.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubDiskStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubGatewayReceiverFactory.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubGatewayReceiverFactory.java index 8e396d4a..102f08ed 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubGatewayReceiverFactory.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubGatewayReceiverFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubGatewaySenderFactory.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubGatewaySenderFactory.java index 0b476eeb..66312785 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubGatewaySenderFactory.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubGatewaySenderFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubResourceManager.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubResourceManager.java index 17a6b661..52299ee6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubResourceManager.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/StubResourceManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/logging/slf4j/logback/TestAppender.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/logging/slf4j/logback/TestAppender.java index 852560ce..18fa68b6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/logging/slf4j/logback/TestAppender.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/logging/slf4j/logback/TestAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/GemFireMockObjectsSupport.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/GemFireMockObjectsSupport.java index a8a9f51f..8561e81e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/GemFireMockObjectsSupport.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/GemFireMockObjectsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/MockObjectsSupport.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/MockObjectsSupport.java index 6cd3ca0b..87c0b58d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/MockObjectsSupport.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/MockObjectsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/EnableGemFireMockObjects.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/EnableGemFireMockObjects.java index f92df097..5ff4f6b6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/EnableGemFireMockObjects.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/EnableGemFireMockObjects.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/GemFireMockObjectsConfiguration.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/GemFireMockObjectsConfiguration.java index c7d6012c..20580cb6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/GemFireMockObjectsConfiguration.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/GemFireMockObjectsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/GemFireUnitTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/GemFireUnitTest.java index 2c401f61..688c812b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/GemFireUnitTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/annotation/GemFireUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/config/GemFireMockObjectsBeanPostProcessor.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/config/GemFireMockObjectsBeanPostProcessor.java index edf66b8a..1cf5e299 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/config/GemFireMockObjectsBeanPostProcessor.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/config/GemFireMockObjectsBeanPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/context/GemFireMockObjectsApplicationContextInitializer.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/context/GemFireMockObjectsApplicationContextInitializer.java index 6eae0bda..b21e85da 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/context/GemFireMockObjectsApplicationContextInitializer.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/context/GemFireMockObjectsApplicationContextInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/support/MockObjectInvocationException.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/support/MockObjectInvocationException.java index 4f15f477..59e3692d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/support/MockObjectInvocationException.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/support/MockObjectInvocationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/support/MockObjectsException.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/support/MockObjectsException.java index a8804ae1..5741e343 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/support/MockObjectsException.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/mock/support/MockObjectsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Book.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Book.java index 94c43cff..b7b19a4e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Book.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Book.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Gender.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Gender.java index 71a383a8..b57f2233 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Gender.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Gender.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Person.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Person.java index 92bbf983..27379671 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Person.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/model/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/repo/PersonRepository.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/repo/PersonRepository.java index 909cdb06..c155539f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/repo/PersonRepository.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/repo/PersonRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractGemFireClientServerIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractGemFireClientServerIntegrationTest.java index 1566eeda..d4d8eacb 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractGemFireClientServerIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractGemFireClientServerIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractNativeCacheTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractNativeCacheTests.java index ec766803..c2d6f340 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractNativeCacheTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractNativeCacheTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractRegionFactoryBeanTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractRegionFactoryBeanTests.java index 6a254542..d3aaba92 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractRegionFactoryBeanTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractRegionFactoryBeanTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractUnitAndIntegrationTestsWithMockSupport.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractUnitAndIntegrationTestsWithMockSupport.java index c0d3eff2..e89a54f7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractUnitAndIntegrationTestsWithMockSupport.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/AbstractUnitAndIntegrationTestsWithMockSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ClientServerIntegrationTestsSupport.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ClientServerIntegrationTestsSupport.java index 57e3eb79..df5a091b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ClientServerIntegrationTestsSupport.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ClientServerIntegrationTestsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/DataSourceAdapter.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/DataSourceAdapter.java index 1443b631..0d6aaebe 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/DataSourceAdapter.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/DataSourceAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/FileSystemUtils.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/FileSystemUtils.java index c3dcb4f7..3b477f44 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/FileSystemUtils.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/FileSystemUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/FileUtils.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/FileUtils.java index eeeebf8e..fe4fb349 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/FileUtils.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/FileUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/IOUtils.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/IOUtils.java index b4474e00..e1fbacc4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/IOUtils.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/IOUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/IdentifierSequence.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/IdentifierSequence.java index d2b3fc1f..7a4d74a7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/IdentifierSequence.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/IdentifierSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/MapBuilder.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/MapBuilder.java index 0429472b..bbfa8ecc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/MapBuilder.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/MapBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/SocketUtils.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/SocketUtils.java index 5d1a1d4d..b2c60f9c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/SocketUtils.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/SocketUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/StackTraceUtils.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/StackTraceUtils.java index 456af693..ac9247e3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/StackTraceUtils.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/StackTraceUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ThreadUtils.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ThreadUtils.java index ab94a9ca..70c41c4c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ThreadUtils.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ThreadUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ThrowableUtils.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ThrowableUtils.java index 088060aa..07d3eb55 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ThrowableUtils.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ThrowableUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ZipUtils.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ZipUtils.java index 32bae461..eb06d320 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ZipUtils.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/test/support/ZipUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/AbstractTransactionalEventListenerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/AbstractTransactionalEventListenerIntegrationTests.java index 366d495a..f41e54e0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/AbstractTransactionalEventListenerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/AbstractTransactionalEventListenerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/AutoTransactionalEventListenerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/AutoTransactionalEventListenerIntegrationTests.java index 6f06fc8a..06e22b68 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/AutoTransactionalEventListenerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/AutoTransactionalEventListenerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/CommitConflictExceptionTransactionalIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/CommitConflictExceptionTransactionalIntegrationTests.java index 82906bfc..d6e2354f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/CommitConflictExceptionTransactionalIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/CommitConflictExceptionTransactionalIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/ConcurrentClientDataAccessTransactionsWithRollbackIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/ConcurrentClientDataAccessTransactionsWithRollbackIntegrationTests.java index 80439114..f3115d2c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/ConcurrentClientDataAccessTransactionsWithRollbackIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/ConcurrentClientDataAccessTransactionsWithRollbackIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/GemfireTransactionManagerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/GemfireTransactionManagerIntegrationTests.java index a87795a5..b1c99779 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/GemfireTransactionManagerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/GemfireTransactionManagerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/TransactionalEventListenerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/TransactionalEventListenerIntegrationTests.java index 8b822088..857185de 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/TransactionalEventListenerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/TransactionalEventListenerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactionsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactionsIntegrationTests.java index 7bf53b20..857811c5 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactionsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/config/EnableGemfireCacheTransactionsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/event/ComposableTransactionWriterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/event/ComposableTransactionWriterUnitTests.java index 0d59ed4c..db9439d3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/event/ComposableTransactionWriterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/event/ComposableTransactionWriterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/event/TransactionListenerAdapterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/event/TransactionListenerAdapterUnitTests.java index 030437e3..b9ffc6f7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/event/TransactionListenerAdapterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/event/TransactionListenerAdapterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 the original author or authors. + * Copyright 2019-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/ArrayUtilsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/ArrayUtilsUnitTests.java index 45a5ef38..e9dd4529 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/ArrayUtilsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/ArrayUtilsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/CollectionUtilsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/CollectionUtilsUnitTests.java index 16198911..b9f73c3c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/CollectionUtilsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/CollectionUtilsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/FilterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/FilterUnitTests.java index 1a4e4177..8c49f436 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/FilterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/FilterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/JavaVersionUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/JavaVersionUnitTests.java index 074ba8d9..7709dbe0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/JavaVersionUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/JavaVersionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2020-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/NetworkUtilsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/NetworkUtilsUnitTests.java index 4464cbe4..78737d5a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/NetworkUtilsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/NetworkUtilsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/PropertiesBuilderTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/PropertiesBuilderTests.java index 75acd7cf..214e49a5 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/PropertiesBuilderTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/PropertiesBuilderTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/RegionUtilsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/RegionUtilsUnitTests.java index 3a3d9c8a..eff5be7a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/RegionUtilsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/RegionUtilsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/RuntimeExceptionFactoryUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/RuntimeExceptionFactoryUnitTests.java index 65746c8d..179ec84c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/RuntimeExceptionFactoryUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/RuntimeExceptionFactoryUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2021 the original author or authors. + * Copyright 2016-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/SpringUtilsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/SpringUtilsUnitTests.java index a97bcec7..e4183e12 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/SpringUtilsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/SpringUtilsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2021 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/StreamUtilsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/StreamUtilsUnitTests.java index 9c6bd7e6..8cb827fb 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/StreamUtilsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/StreamUtilsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 the original author or authors. + * Copyright 2017-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueByIdXmlConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueByIdXmlConfigurationIntegrationTests.java index cb1093c0..baf37b71 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueByIdXmlConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueByIdXmlConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueFactoryBeanUnitTests.java index 07a1c934..5dc013ae 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueWithListenerIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueWithListenerIntegrationTest.java index 6d3373c1..f2bc7ac7 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueWithListenerIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueWithListenerIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/CachePartitionRegionWithConcurrentParallelAsyncEventQueueAndGatewaySenderIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/CachePartitionRegionWithConcurrentParallelAsyncEventQueueAndGatewaySenderIntegrationTest.java index 27277d60..c1e4494e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/CachePartitionRegionWithConcurrentParallelAsyncEventQueueAndGatewaySenderIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/CachePartitionRegionWithConcurrentParallelAsyncEventQueueAndGatewaySenderIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewayReceiverFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewayReceiverFactoryBeanTest.java index 3da9f343..892004f6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewayReceiverFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewayReceiverFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewaySenderByIdXmlConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewaySenderByIdXmlConfigurationIntegrationTests.java index 73c39a8c..b40f8496 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewaySenderByIdXmlConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewaySenderByIdXmlConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewaySenderFactoryBeanTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewaySenderFactoryBeanTest.java index 55f15962..6a8c78f5 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewaySenderFactoryBeanTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewaySenderFactoryBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/ManualGatewayReceiverStartIntegrationTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/ManualGatewayReceiverStartIntegrationTest.java index c488e9bf..3210e6f0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/ManualGatewayReceiverStartIntegrationTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/ManualGatewayReceiverStartIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/OrderPolicyConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/OrderPolicyConverterUnitTests.java index 105a7895..f3edb06f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/OrderPolicyConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/OrderPolicyConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/OrderPolicyTypeTest.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/OrderPolicyTypeTest.java index af5aa128..b6a6c8dd 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/OrderPolicyTypeTest.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/OrderPolicyTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 the original author or authors. + * Copyright 2010-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/RegionsWithAsyncEventQueuesAndGatewaySendersUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/RegionsWithAsyncEventQueuesAndGatewaySendersUnitTests.java index 6cf6d4fd..4015a74f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/RegionsWithAsyncEventQueuesAndGatewaySendersUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/RegionsWithAsyncEventQueuesAndGatewaySendersUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2021 the original author or authors. + * Copyright 2018-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index df30c4e0..02b737fa 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -39,7 +39,7 @@ Costin Leau; David Turanski; John Blum; Oliver Gierke; Jay Bryant :x-data-store-wiki: {apache-geode-wiki} ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1600]] -(C) 2010-2021 The original authors. +(C) 2010-2022 The original authors. NOTE: Copies of this document may be made for your own use and for distribution to others provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice