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 cb562986..8e07fefd 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 017764fb..ec6d00c7 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b18cdae3..b1c323f9 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cf10bf2d..111eb410 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 609dfa68..7678fcf3 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5814366e..2a8e66a1 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c65bdc91..85a98c8d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0f78c991..a622fea3 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 82fec6d7..42a24fdb 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e2a32f3c..b3b600a4 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7d1f7fa5..d54d76e8 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cc91f620..afcc1046 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c4ff19c8..c3634c40 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3f4141ab..68c0125d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2389e1c9..257af82a 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1eb0d89b..532935ba 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 248f60c3..b75642de 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b3fa1be2..a493150a 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 35b487cd..6c2db0e6 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 97b26932..bb97b165 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d3980bde..2a466585 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 585bcf2d..370fa8fa 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 edfe67cc..13d7dc92 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1c4c55de..12104523 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5d5ede07..9e007199 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8736d119..485903c9 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 64dd6a97..9219d0f2 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 fd70c18c..e779e8bd 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 62a3449e..a0137a8d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9a3e0de0..1d91ed44 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c89ec9fa..0367f302 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1d27c800..cdf94fba 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6db2721a..70c15be0 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a44f8041..c913e693 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f989b937..00d06d21 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cc0b4593..70db4e25 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8c9d67e4..21a9293f 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ab993cf6..9ac53cb7 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3e3a7d31..3e0b6f7d 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c2998af0..654aa978 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 92ff8193..549ea9b9 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 167eee7a..21af7375 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 202db9e4..7abf7498 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2539a0b8..aa241228 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f932eb39..5715f6a5 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 102d10ca..70bbbce7 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 04386c8e..8e562d53 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7190554f..3e030e61 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 bd23323e..16d4f02c 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5d815fee..202ae681 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 362ab5c7..a1594a03 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ff9d47e8..e454531b 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e4e6955b..90b2dba1 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d45ba5ac..9962a46e 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 89c3994a..7f52f97e 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0830a30a..70295956 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 cacf9bf2..5137b002 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 67184b70..fdb0e457 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 60fd4e17..cc1cee62 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 94d6d445..ba069857 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e15cfd0b..1f600d09 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 03ac0c1f..151e5879 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7b3dbfcd..e824984f 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ccc8b2a2..5b7c2cdc 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2a8a4f2a..3bb8efda 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7dce3379..fd597b98 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8a262285..4e56d209 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 936cc8ac..a8c7ca64 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 34118507..c9ea3d5e 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 47d846d4..47d78fc6 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ae146e51..d0a1bc60 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ed344699..e6b533ce 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 02e52136..d4f169eb 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7ec841f0..48274896 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 66ce0cfb..936521c7 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ddb98cb6..8e07638d 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1a7f97c0..6ba32927 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 abb5daf0..7d5a9778 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 67de3cf9..ae9ee685 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a26d75ed..2ef5b6c6 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ddc6b878..eb6b6b54 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0c10224c..60e7d8fc 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 22944713..bbe4968b 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 66ed32de..bd7fd302 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1fe11557..065cb9d7 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a24193a6..7d736f0e 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9d9dfad6..c680cecd 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8d68449a..084d0e6b 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 87bf1e76..7bfc211f 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/AuthenticationBeanConfiguration.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AuthenticationBeanConfiguration.java index 3de0bd4d..295015c5 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AuthenticationBeanConfiguration.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/AuthenticationBeanConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 79f98e12..a59cdb07 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ede4a14d..77a85030 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c0b66c06..5379ca0b 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 94ec9b2a..e547b24d 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7abf623b..8afa606b 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a169aa71..3cd47f78 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 34625581..1b3af8da 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b564e268..8430f9a8 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8f3ae7e3..6577db3d 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7cf9ef2b..7670f7fe 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 adf0f811..5b1e2326 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8b3c627a..2b6121c0 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c9da386e..d877f27c 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 59dc7eb6..cef0da31 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a11a2962..9ef15452 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 97e54592..88ab3808 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b251f609..a761c516 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3b207279..50590db1 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d167b51a..20746a27 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5c597122..9a552c56 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 00995dbc..4ce1200b 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 15277d15..a70bf427 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d6e69482..754b8f30 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4ad4263d..b68465d0 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 99ffc742..134bb896 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 187a67ee..5b2f5db4 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d96a9dd9..f1771d22 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7b7a003b..ff221a95 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4c10ab0d..4e5d2d98 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 19e532a8..bb85e9a6 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 146c68c2..e31390fe 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f1ab0146..a19cf4b3 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b8ad19c8..9ec89fdd 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b86ce0e0..aa1e69a0 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 dfc6002d..d71d9eff 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 bee510e9..7906a3a9 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 237f0cb8..6a879c9b 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b7005ac8..39c9cb4f 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1b0013f6..01af0cfe 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ec997d05..58f7fce9 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 957a433e..c89c5030 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e74c1543..9021741d 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 53526410..cbbab7e9 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 05af5351..851dee57 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0048a1fe..10dd27b5 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 264357fe..4f08a0b2 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7cfe532d..57f68d6a 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 02b8e513..27ff5b92 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 622db2e8..69382f79 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a957c63d..fb22367a 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 baec37e0..6ff74164 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8534da35..bf8450dd 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9570d399..6779461b 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 210e3715..2df20f29 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 abf85c1a..f07730a6 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 11ff17b5..c1deac30 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8ade1ab3..04c3b473 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 dc022cde..dec22bd1 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 15db713c..99fbeccf 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b7b747b0..059293f0 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d5e56616..df78f620 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ea8c8f64..4b20e285 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8e699b80..b168bc7e 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4eb8c814..80ced464 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 797dca07..02ab2ade 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0147191e..55e3cb38 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4c159ef8..ea83c52c 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2554bf2f..bf1999cc 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 458f9ab7..b962f97e 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 18bf5b48..8e5fe151 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 87df7b09..49685218 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5a4516c8..9dae824b 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 75a090f5..3c9e1158 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 679e4626..ea59e005 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 74c544ec..18b3cde0 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a8fc7fdb..85e0dc5a 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4633a4b1..521c2cfd 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 62468543..d37e9535 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 23dfff67..b345eb86 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7e7e6d53..38db41fa 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f4327b3c..3e9295ba 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e80f5520..80bc2c04 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a7428bef..dbc16caf 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 fe895a3b..08b57a3e 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1c2b8d90..10c27fb3 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 36e7bc55..29ccd851 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 388884cc..a19012c4 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 34505d80..2492cd20 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0bb24e4f..e04d2ed7 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 605e1566..95905903 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 00368cf3..8e54f730 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e4e9d482..e1d0f431 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 75b8c793..9c03c432 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e34995b4..89d18173 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5649416f..b592e2a3 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 eefc5cbb..98c1636b 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 187ad794..162fc133 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3ae83e60..8000349a 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 db418dfb..7aaea246 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3abcdac8..795fe039 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 233afe8a..5c85f5b4 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5ac069b8..d538952b 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 74cc2aa2..89677130 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1e044833..867d09c1 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/Authentication.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/Authentication.java index 849dce81..46c35ac3 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/Authentication.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/config/annotation/support/Authentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 da5b18d5..78441d9d 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 03c6c444..dab7bb72 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 69390930..4bf48210 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 07094c46..bf3b0dc9 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5d602072..0d43ffbf 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4406ae65..b9dea978 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 837140c6..15025934 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7669a943..3c9b9563 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 091f29a8..7888c137 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3cea4cbc..01420883 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6cb156c3..1112decd 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c3cf8715..241410a0 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c1c800f1..4d4081c4 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8ef8a0a8..b1c059ab 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 95d163ff..bc18ba7f 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 730497f7..07667bd3 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 671713eb..f6d9d38a 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ac3041ad..47753b59 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8bcfe3ee..befe9894 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2e812b0b..0af70193 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 35f94585..264b5a3a 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 05396a0c..41374ae8 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1a1186e4..ff739843 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3e54ce98..b4335384 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 025abc9b..36ca50d0 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1bfdd1f0..ab876d61 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2771c06c..97fb317d 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cb75a34f..24da5718 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a339ed7c..8dfff88d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 66e51b6e..99028c8d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2d921976..da3c20a7 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9c931cdd..8e7db7c1 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7ea70659..3cb2387b 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 226e6c1c..22ca6b3d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1dd19408..0b25fb6c 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 41bc96d7..25edfb25 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1ef7f2db..8e324e2e 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 51aae5f0..ee35e551 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 30641cf2..b00204ec 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 109156e7..17bee910 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8203e936..c323ceb1 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0c34b92a..36f48303 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 344711a5..0479ce78 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 eeabb06c..24333b6a 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. ======= - * Copyright 2018-2022 the original author or authors. + * Copyright 2018-2023 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 ac7b834b..c903c22e 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d339939e..a8b36180 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ffaed0b4..476bc91e 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 31b02760..91df4cc1 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c0664602..3c15197b 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-2022 the original author or authors. +/* Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2eed698e..07875481 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 50a1712f..569bbcba 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 20eab583..9c9b032c 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 bb4b2a1b..535045ce 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cd9fbab1..fc1e6692 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 9f6b2058..1c2039cd 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 00371384..c776f239 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d584cf51..cc74b4a9 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 92aaa135..e4f922da 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7fbcb200..73227590 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 79215326..7a7d7121 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b0cb1bc1..f445b4da 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b6e3275a..a9ed3e34 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 dacd51c1..703a2418 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ac210f94..a77dea68 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b8ac1010..929038d7 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4bb0ef1b..74dd76e3 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0dc05255..eb6734fa 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 eb7fb9b0..361a6245 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3c89ee93..bd58f7fc 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 25223778..51ed837d 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c7231230..798c3ed4 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 009d574f..218caa9f 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b4b58790..68821e0c 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9d7e5876..ac91c96f 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6ced04b1..96e677cc 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7510763e..d4bdad78 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8db6b2f7..13f8a7b2 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 21242f2d..de7a9311 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 724c3992..a1f0fae6 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9f2a9ecd..d1821ba2 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c051f650..23a432a8 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 27082b8d..fa5d6461 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f3a10c75..92c7c39d 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9d083aca..170156d0 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b08c281a..b60c9efa 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 718a5954..ce7e78c0 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f6be260d..0ab338ba 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 6ed2adb4..40ad143b 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 60511097..d732c4d6 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-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ac5ae769..02199c7f 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 1babf8d6..43c39fc2 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 256e7e73..f2a20988 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 eab877b6..31c3afc0 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 d452b4b6..d2534345 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8b072d51..c95c84fa 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 486dfb4d..95e91555 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-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 585a3e3f..245ca618 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 50dcfe92..90ce52ab 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 8fab9735..431e8217 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 26cc5777..85f64e96 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 4a79ed3e..9f640674 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 a4b8a5fc..047edeac 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 3ed0b3cd..ab82f03b 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 e631e5ae..7df34acf 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 35646446..c4d7f43d 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 2b61a9b3..a50cc2b3 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-2022 the original author or authors. + * Copyright 2002-2023 the original author or authors. ======= - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 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 76f449fa..19b3c9c9 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-2022 the original author or authors. + * Copyright 2002-2023 the original author or authors. ======= - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 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 5271989b..e0198f28 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 5389ceb0..8ee76758 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 e8772b23..8197129c 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 332e5750..2d6c76da 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-2022 the original author or authors. + * Copyright 2002-2023 the original author or authors. ======= - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 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 d0b27fc7..1f20c9be 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-2022 the original author or authors. + * Copyright 2002-2023 the original author or authors. ======= - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 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 405a4381..788ebd4a 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-2022 the original author or authors. + * Copyright 2002-2023 the original author or authors. ======= - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 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 901fada4..a2b0ccd7 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 ddf632fe..cc22998f 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-2022 the original author or authors. + * Copyright 2002-2023 the original author or authors. ======= - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 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 e9313128..beb111e4 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-2022 the original author or authors. + * Copyright 2002-2023 the original author or authors. ======= - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 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 39e46359..4162fb54 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 36b148d2..49123e5f 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 e4d69de3..ed8ae2e2 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 953b936c..df9a0a45 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 a31626e6..d025c68a 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 d7f9d970..d59819c8 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-2022 the original author or authors. + * Copyright 2002-2023 the original author or authors. ======= - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 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 a6b78cbe..44326734 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 45a5a73f..d440199b 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 d14ed1a9..92df094b 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 e4af8bb2..9eacab27 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9a3427de..98f8b16d 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-2022 the original author or authors. + * Copyright 2002-2023 the original author or authors. ======= - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 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 62f7ac85..e659d30d 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e63edf48..418a7208 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. ======= - * Copyright 2020-2022 the original author or authors. + * Copyright 2020-2023 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 5ee5c799..6033fdbd 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 871c6204..dcf09b9b 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 a4acf2bd..91a4d7f8 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 0c41ea83..c8196d10 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 a71f7124..293ec46d 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 28d952dd..00c8f338 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 b6781334..42bddfa6 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 cf182c34..bef8f6cf 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 c540f67f..64d4fb34 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 1b2ab12a..22459525 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 e9a53e21..dbaa7be6 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 987556d0..993ec744 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 c3f9618f..3eefd1ad 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 edfe9211..0d4253b0 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 b78971f2..7716e8b9 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 9191f1f8..b8fb3c89 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 f2ac5da5..95eb41c4 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 cdab7eb8..d35795cb 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 096c440f..6b65bcdb 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 2703a238..10428816 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-2022 the original author or authors. + * Copyright 2020-2023 the original author 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 2a326390..67eb764b 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 258bc9ee..3f322579 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 cc01bda0..49fa4d66 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 d2621a15..21052afe 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 82af3ad9..38e0e070 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-2022 the original author or authors. + * Copyright 2020-2023 the original author 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 4b117945..303563b1 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5abef4dc..c6e17698 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 20a38c7a..ab651fb1 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 fa74aa4f..d6efe15c 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f5014436..85d7b843 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9dc5d291..3ee67d2a 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5cbb31d1..529701a4 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c5134445..b32442f8 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0f49c2ea..68e4937c 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f4c672f4..8bcadfba 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6ce27ff7..ae53dffa 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3f408475..55b08f8a 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 de6fff8e..39da52f4 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0107a4af..8ad13fdb 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 165e8135..c91547a4 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 fd3be15b..1c434d73 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c86219a6..13067cf9 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 806a9172..3b65cf37 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 95793cb3..ef490c31 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c62f22be..47a945e4 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0a0f0f63..8ae82149 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8544f7c8..d4e11337 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f97d557f..96fde596 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c5cd5766..070041bd 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 869d74c5..04a106f9 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 66341a42..8f27b90b 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5eee9864..e1a79fa4 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a6b3e716..57b8f845 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a2d2767d..75780b36 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 fc960ede..9bffa963 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 21599735..0d003459 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b26b9313..0f6945e9 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3de7430d..6804e72c 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9d1f643b..78a4e8ac 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3d0adc05..2bcb8f1f 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5180b659..36258eeb 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 93fa8042..f27e1b6a 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 60ee7c7f..30f83665 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 70a5c4c2..347a11a7 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2df83687..b95e91b2 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 871b95d6..df15376b 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f38d2e9f..0d4ae1dd 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 241548c4..90fef8c2 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1e8bdf93..e6f666ea 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0e61146b..cf93611c 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3119df82..6eff8364 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 aff0fd77..c1dfb06c 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 510d32c7..281cf358 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2942e156..4d1e9eb4 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7b65f0db..56d7088f 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6e8a1c13..7ef8c890 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a1fa0862..8cb1923d 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3f5185e9..f2cebb5f 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 81b075af..90faec70 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 847be0b4..a7eed7cd 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 76c9edca..2a55b601 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cd4ca8ba..69cb052a 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ffc3a3a3..53112d70 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7e592c4f..f7ecdc42 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 14f864ee..cec1c9d1 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 89899a04..2e714831 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2c665afe..5988088e 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0870ec02..84f0c7c0 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ce47b184..eac52a76 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7efaa4c4..8bc03fc2 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f6fc4d97..e033747a 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 230908b5..2cb923ab 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3a12d576..8de7dba9 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3cc665ea..b039f73b 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7447d596..bc3f2e8d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 63516575..7f7f59b1 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 fd33bd0d..cf02aae1 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 af4f37f0..7b68d922 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4e2e3e95..33d2b8da 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e68b10ce..f20625fb 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2f4dfce7..7053ba54 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 bc347ba6..f7e1eb5d 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ff08db25..1c9710b7 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 01339b47..71af5cff 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 baa6d825..4d9d2bcc 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 77637afe..62106123 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 538e8f31..04366a75 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 eeccb41c..c007aa82 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1e3a1b85..adb2e0e5 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 bb2a49d3..acedaac0 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 82b6a2ad..19be52fa 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 491db345..29f9b047 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c32c4c72..cfaf6c65 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 686db211..a1958d24 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e1bac2ed..2e7231db 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 81ec6da4..8e9e2c7e 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4ed3fcfb..77b45f8d 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2e7ce1fd..3d379eb3 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 db1390d4..f264fc87 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f7e37b3c..a8b5f27d 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a0d6fdd0..ae541857 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 94329519..d7f42475 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1d0b5090..c9a535ea 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 571f8c02..73b7d99c 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8ff40a2e..789e3af1 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 85f29347..d4ce82e5 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GemfireFunctions.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/GemfireFunctions.java index ec1d25ef..628e55ba 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/GemfireFunctions.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/support/GemfireFunctions.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 47930168..d589dbe7 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8277a3de..d9c6f923 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 329ee307..1185bb78 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 69eb5809..36f15972 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f886c09a..5c893769 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f7dda8f7..b5da1052 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6f6877e0..d0d0c505 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 51b6ccb2..d708179d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ae88ac33..fbdf256f 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8e7a3c4b..8dda00e7 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5098fd06..76884662 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 004bfdb1..0334d3a5 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 da228bf1..b7681519 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 31e38601..20f1d46b 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8d73720e..91b046cd 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2ab1d9a3..d00f03c0 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7bb204e2..bc283c73 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cd2a9d2c..5569bac6 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 a1bbca43..ecd9ac66 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b5c7cd3d..3cf40016 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5ae8733f..3b5c109d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f1b8206f..3acaacba 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f2a5f5b4..3e500e33 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2ea35891..0e5c863d 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 741dfa74..a8f3eefa 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2d6f7c57..400da801 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 db300286..2f603597 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SpringExtensions.java b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/SpringExtensions.java index c1f1d1fd..618dbdd8 100644 --- a/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/SpringExtensions.java +++ b/spring-data-geode/src/main/java/org/springframework/data/gemfire/util/SpringExtensions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d153fb91..12050bc9 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9b1fa529..01a8255f 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8955c32f..f714f517 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 28771376..e20e2ab7 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0f377011..376eb02f 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 500b84b4..129abd65 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 f622402f..f49851c1 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 20e722cb..dc0634b3 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.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 78c08f7b..be295e1d 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.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 a6a82cf9..828a0b2a 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.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 1674f6fb..1828778d 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.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 45d300f0..6e4c1542 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "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 0119844e..1c4eff89 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8ff25071..17b1aab7 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 223bf8e2..10362b8b 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ac007933..115f3be3 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 062f6dd2..387c15ba 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0cc9ac38..ad9f0a04 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTests.java index d7a84c46..b9c8c182 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheClusterConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cdf75e44..dcedf888 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheIntegrationTests.java index 15500e38..efdbb1f2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5e9d2d83..06c03edd 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheServerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheServerIntegrationTests.java index 8ddeb352..9c042837 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheServerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CacheServerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CollocatedRegionsJavaConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CollocatedRegionsJavaConfigurationIntegrationTests.java index 0c05ec53..09286ee3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CollocatedRegionsJavaConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CollocatedRegionsJavaConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CollocatedRegionsXmlConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CollocatedRegionsXmlConfigurationIntegrationTests.java index 6ba0a98b..02f18663 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/CollocatedRegionsXmlConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/CollocatedRegionsXmlConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DataPolicyConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DataPolicyConverterUnitTests.java index f69dcb65..1ee399d2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DataPolicyConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DataPolicyConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreBeanUsingPropertyPlaceholdersIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreBeanUsingPropertyPlaceholdersIntegrationTests.java index 73e20aad..a8bb802c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreBeanUsingPropertyPlaceholdersIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreBeanUsingPropertyPlaceholdersIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreFactoryBeanUnitTests.java index de4269a4..ba54d694 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/DiskStoreFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 706c9dec..b205e463 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5e0ad751..a79954e4 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c3d99963..34f680f0 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 31ee9e6c..3bad77be 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1cf473bc..c77698fb 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireUtilsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireUtilsUnitTests.java index 845ae36c..3f275e55 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireUtilsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GemfireUtilsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GenericRegionFactoryBeanIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GenericRegionFactoryBeanIntegrationTests.java index e833376d..d636b802 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/GenericRegionFactoryBeanIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/GenericRegionFactoryBeanIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexConflictsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexConflictsIntegrationTests.java index 4946eb5c..4134fc5a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexConflictsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexConflictsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexFactoryBeanUnitTests.java index 0a6cc4a8..f840f79c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5938ff5f..e7f3be0e 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 16712580..ce48212e 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 42190db7..aa78ea1f 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeUnitTests.java index 36ba297a..59714527 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/IndexTypeUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0ba830aa..05c8431d 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 86a99da1..d069d2d2 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyTypeUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyTypeUnitTests.java index 3e4d2e5c..e5c5d515 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyTypeUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/InterestPolicyTypeUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 11a708b7..c55ec7e7 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/JndiDataSourceTypeUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/JndiDataSourceTypeUnitTests.java index 18bc5f2c..2d288c04 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/JndiDataSourceTypeUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/JndiDataSourceTypeUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocalRegionFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocalRegionFactoryBeanUnitTests.java index ea589909..8fa15950 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocalRegionFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LocalRegionFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 33e763a1..1afb4a33 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupPartitionRegionMutationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupPartitionRegionMutationIntegrationTests.java index 415931b0..8a150d96 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupPartitionRegionMutationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupPartitionRegionMutationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionFactoryBeanUnitTests.java index da65d0c6..75f08e51 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionMutationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionMutationIntegrationTests.java index a5afa0b2..d6a5795b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionMutationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupRegionMutationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupSubRegionIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupSubRegionIntegrationTests.java index bbc8b655..99be1150 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupSubRegionIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/LookupSubRegionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionAttributesFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionAttributesFactoryBeanUnitTests.java index 48d0e7fd..aa9d5697 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionAttributesFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PartitionAttributesFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ab0fd784..14cba47a 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PdxDiskStoreIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PdxDiskStoreIntegrationTests.java index 2c324505..9b4c9999 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/PdxDiskStoreIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/PdxDiskStoreIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0963b567..c96fb469 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3b73b1d0..c24a1f2e 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionDataPolicyShortcutsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionDataPolicyShortcutsIntegrationTests.java index fed100d8..0e4c1e3e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionDataPolicyShortcutsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionDataPolicyShortcutsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9338a24a..ed6405a8 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 796f1756..25a75e6f 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutConverterUnitTests.java index 03c5b091..a61a34da 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1ead6aa5..fcd1a591 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutWrapperUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutWrapperUnitTests.java index e3a59018..9dbc406c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutWrapperUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/RegionShortcutWrapperUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBeanUnitTests.java index 6047fa23..17617b7c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ReplicatedRegionFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 28f05e8b..5adc8432 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeTypeUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeTypeUnitTests.java index d75457cd..765ae2a9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeTypeUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/ScopeTypeUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a1e77d40..0b84391c 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7cfff634..b4027f5e 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4219ec42..356aba5c 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3d88a8d6..457b26a7 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a6488d36..76d09b9b 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubRegionIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubRegionIntegrationTests.java index f80f5a6b..995f9a6d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubRegionIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubRegionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBeanUnitTests.java index 3576722d..266ce5d3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/SubscriptionAttributesFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ead648ee..414b441d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode/src/test/java/org/springframework/data/gemfire/TxIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/TxIntegrationTests.java index cd000789..2f79ad89 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/TxIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/TxIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 222fa584..66ff35df 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/CachingWithGemFireIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CachingWithGemFireIntegrationTests.java index 226fa90d..f292c0ec 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CachingWithGemFireIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/CachingWithGemFireIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0d21c339..44f1fc1e 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientCacheManagerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/ClientCacheManagerIntegrationTests.java index 4f4d69b0..3273babc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/ClientCacheManagerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/cache/ClientCacheManagerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0857a62e..c2483c2b 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2470947e..7f0b4614 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0ffaec64..65b232f9 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7a6c727b..914cb873 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cc5972b8..5478f78a 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7be02358..82af86fa 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientCacheIndexingIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheIndexingIntegrationTests.java index 6203324f..bec78c24 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheIndexingIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheIndexingIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 146d5814..8cc4583f 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientCachePoolIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCachePoolIntegrationTests.java index 66b22cc4..debb99f0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCachePoolIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCachePoolIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientCacheSecurityIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheSecurityIntegrationTests.java index ad55bb86..a7735b0a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheSecurityIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheSecurityIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientCacheVariableLocatorsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableLocatorsIntegrationTests.java index a487d307..673d7217 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableLocatorsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableLocatorsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientCacheVariableServersIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableServersIntegrationTests.java index 26ab616b..87eba655 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableServersIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientCacheVariableServersIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientRegionFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionFactoryBeanUnitTests.java index 530bf176..d5a6390b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 775beb36..8c51a1a8 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientRegionShortcutConverterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutConverterUnitTests.java index ff939b19..6d332a6f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutConverterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutConverterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ef23aa19..af177de4 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientRegionShortcutWrapperUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutWrapperUnitTests.java index 2dccb5f8..b206147d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutWrapperUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionShortcutWrapperUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientRegionWithCacheLoaderCacheWriterIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionWithCacheLoaderCacheWriterIntegrationTests.java index 2fdf037c..83ebc333 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionWithCacheLoaderCacheWriterIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/ClientRegionWithCacheLoaderCacheWriterIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5578e1ae..af6dc065 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/DurableClientCacheIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/DurableClientCacheIntegrationTests.java index b6d7a6c4..de641a51 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/DurableClientCacheIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/DurableClientCacheIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0c1f9ae6..7101fab5 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 71a6612d..816a40a6 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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/GemFireDataSourceUsingNonSpringConfiguredGemFireServerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceUsingNonSpringConfiguredGemFireServerIntegrationTests.java index 920d9af9..498041aa 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceUsingNonSpringConfiguredGemFireServerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/GemFireDataSourceUsingNonSpringConfiguredGemFireServerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 66166cf5..dac83d2e 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 649eee61..80e42929 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/InterestResultPolicyTypeUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestResultPolicyTypeUnitTests.java index 831f0245..5131ecbf 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestResultPolicyTypeUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/InterestResultPolicyTypeUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8cd1579c..217c7b17 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8a28ca92..b967bc4a 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1f46fac8..f157d98d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f7207a8c..bfd6f836 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 70de652c..a35eae6f 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SpringJavaConfiguredClientCacheIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/SpringJavaConfiguredClientCacheIntegrationTests.java index c01b185f..842fef2c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/SpringJavaConfiguredClientCacheIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/SpringJavaConfiguredClientCacheIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ListRegionsOnServerFunctionUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/function/ListRegionsOnServerFunctionUnitTests.java index 59e9d7d1..d167ea66 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/function/ListRegionsOnServerFunctionUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/client/function/ListRegionsOnServerFunctionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7a2d92ef..f9644413 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 694cc992..5c62c879 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c881c8a3..033d66f2 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 70008dd3..1c8a06df 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 308ebc90..2fc13ef7 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d0d2f2bf..637af014 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 07cafdd7..e15dcff5 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 64019c84..1594a5d8 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 eaa9140d..f65565f3 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9ab0617c..8c473c73 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b9c70c9a..3d973572 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8b6a5c71..8affcb5c 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 dcd82a59..a42420ca 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5f017c61..9a60bacb 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 24956cf6..ee1e89e1 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 235ad999..98e7ed0f 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 db549ef0..76bf3628 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1c3bc54a..e1e4d283 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3af4c619..9b756860 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c9aeae6e..37438112 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cfa744c4..316165dc 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d90a3a40..a9d137ff 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f0a24d05..21a670c0 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 841bf396..cf5aa3e3 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b9622a2c..67b7c867 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cef7df5c..c11ab77e 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 86396f79..1d46dd30 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ff1fbc7f..059f17fc 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1d5877ea..dc3e61a0 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b1c7baca..26b6ad53 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 26bdfb7f..52667c7a 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 78736510..f7860a94 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e76f78f7..8b29229a 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c19acc9c..5a959cad 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 862343cd..623c318c 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6c40803e..8b458b5a 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c2be0a1b..4569068f 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 df60f43d..aca96d5b 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ed9d1ff9..9c9a983d 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c81191d3..72a0026c 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 069b53d5..82ffe18d 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 944cb223..f6740b43 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 fbc11dc4..23d1346c 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ad312919..6bae2e58 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d21d416f..03188c4f 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c621cf88..e7152a9e 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e39c33d0..1719743b 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 76519e0c..af8fa71d 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 87219d06..14855911 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e3394a0a..c78c7b98 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ca725cda..53b8f6db 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3c6fa687..e3db3dab 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3a3c3b3a..531e26da 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 be80fcf6..6235ed1e 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9b063977..0ac61e20 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f2a51b8f..9aadd6ae 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 eb4f3d41..0f0935ce 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 74ff60a7..ddafe4d4 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 494446b8..f605444e 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0e52f57b..a235dfa3 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 85f4c20d..7ad4f708 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e2fec365..03d666e2 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/EnableGatewayReceiverConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableGatewayReceiverConfigurationIntegrationTests.java index 44292472..34f78e03 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableGatewayReceiverConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EnableGatewayReceiverConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b1fc46fc..7c88b52c 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 098f56db..cc72a922 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5d91dda7..14669717 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 083f16cb..eca64783 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8eb048e4..547f29ca 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 70054f8e..8478d235 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6b40326c..27062cef 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a703cf36..5cacaeee 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6a1da801..44b7b535 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0fcf4d71..cc96ed2f 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/EntityDefinedRegionsForMockCollocatedPartitionRegionsIntegrationsTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EntityDefinedRegionsForMockCollocatedPartitionRegionsIntegrationsTests.java index b787ef82..b21ec79e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EntityDefinedRegionsForMockCollocatedPartitionRegionsIntegrationsTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EntityDefinedRegionsForMockCollocatedPartitionRegionsIntegrationsTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/EntityDefinedRegionsForRealCollocatedPartitionRegionsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EntityDefinedRegionsForRealCollocatedPartitionRegionsIntegrationTests.java index b73ac5c2..f5f2749c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EntityDefinedRegionsForRealCollocatedPartitionRegionsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/EntityDefinedRegionsForRealCollocatedPartitionRegionsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GatewayReceiverConfigurerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfigurerIntegrationTests.java index 47bef5c2..0350d216 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfigurerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverConfigurerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GatewayReceiverPropertiesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverPropertiesIntegrationTests.java index 67c5c14d..21691c29 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverPropertiesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewayReceiverPropertiesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GatewaySenderConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfigurationIntegrationTests.java index f299aae0..77469979 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d33a264a..c971f64a 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GatewaySenderPropertiesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderPropertiesIntegrationTests.java index fae671f1..02642265 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderPropertiesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GatewaySenderPropertiesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 186fba56..3ef72b8b 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GeodeIntegratedSecurityConfigurationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GeodeIntegratedSecurityConfigurationUnitTests.java index 332cd05b..9244a535 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GeodeIntegratedSecurityConfigurationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/GeodeIntegratedSecurityConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3f99e2fd..e8864dce 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 468616c2..5aeecbf8 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c58bc3b1..a1836e6a 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 dcfd2f1a..fbdd9f56 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a76ad667..cab3de72 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d16a0686..45d83c99 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d14576b1..b4050602 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c0406679..793566f4 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 41f3dd46..4ad662da 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c5603da3..fcc796a1 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2347c1ff..385fac8b 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d82f5475..d1578753 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6dbcadcc..1a131ff0 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 75f23301..31340d34 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a2dbb743..0384d80f 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 bbfa974c..5182f412 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SecurityManagerSecuredLocatorToLocatorApplicationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/SecurityManagerSecuredLocatorToLocatorApplicationIntegrationTests.java index d1bf7fe6..bbcea292 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/SecurityManagerSecuredLocatorToLocatorApplicationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/SecurityManagerSecuredLocatorToLocatorApplicationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ShiroSecuredClusteredLocatorApplicationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ShiroSecuredClusteredLocatorApplicationIntegrationTests.java index ced180bd..5ba7025e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ShiroSecuredClusteredLocatorApplicationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/ShiroSecuredClusteredLocatorApplicationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 the original author or authors. + * Copyright 2022-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6bd924c0..a95df787 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ae4b5c86..61d36ec6 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/AbstractAnnotationConfigSupportUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupportUnitTests.java index 38da9baa..7b21568b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupportUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/support/AbstractAnnotationConfigSupportUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f85461e1..fbeb4974 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 97685aac..59b41083 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 03261b9b..5380cc60 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f14195b8..94c7ca90 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2a3f46bc..4ecdf618 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 26a76a65..faadabfb 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 860a5119..f031f5c2 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0252474e..b2075ff8 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d8c6da59..13c71123 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0578ae7f..a9fd10ed 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3f06a950..1ebb4125 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 44b515f7..dfced2ff 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/partition/entities/AfterEntity.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/partition/entities/AfterEntity.java index 0ab96d80..1db244e2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/partition/entities/AfterEntity.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/partition/entities/AfterEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/partition/entities/BeforeEntity.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/partition/entities/BeforeEntity.java index 7d797f97..dbf432be 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/partition/entities/BeforeEntity.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/partition/entities/BeforeEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/partition/entities/NonPartitionEntity.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/partition/entities/NonPartitionEntity.java index ce959f02..ec7c4efa 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/partition/entities/NonPartitionEntity.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/annotation/test/partition/entities/NonPartitionEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e35005e5..b965c2db 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 afad750e..37892119 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 50cb6cdf..d307c7a6 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 65b8b2ce..84863da4 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 48fe1faa..082892e9 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 36ef6596..5675ab1e 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ffe06844..8fbc6b7d 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 45f2ea90..af6f1f85 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9d4714cc..d4b22488 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ee95d6ca..4243c148 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1f4d2b1c..0f976f31 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6da85c2f..e3a600af 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f1ec99a3..6edbbe87 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 306d19e2..1f1ec893 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 304dca07..1bc392ed 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e6488093..304f1645 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ffc0cbab..c3c825dc 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 155a6ce0..d4a92568 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5c791b6d..06346664 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e4783df1..0e4596f7 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/AsyncEventQueueNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/AsyncEventQueueNamespaceIntegrationTests.java index 38d1007f..7f6d0c6d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/AsyncEventQueueNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/AsyncEventQueueNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6ba32fbd..80e77e6d 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/CacheServerNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheServerNamespaceIntegrationTests.java index 3ea7d529..916b400b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheServerNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheServerNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/CacheSubscriptionNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheSubscriptionNamespaceIntegrationTests.java index 03f3185a..6ede1fa8 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheSubscriptionNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheSubscriptionNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/CacheUsingPdxNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheUsingPdxNamespaceIntegrationTests.java index 74c0e622..0cec13f3 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheUsingPdxNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/CacheUsingPdxNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 28be97e7..5339991c 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 488ca96e..be18b78d 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientRegionNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionNamespaceIntegrationTests.java index f4b31909..872073d6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ClientRegionUsingDataPolicyAndShortcutIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionUsingDataPolicyAndShortcutIntegrationTests.java index c36ab4c3..8b9e7164 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionUsingDataPolicyAndShortcutIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ClientRegionUsingDataPolicyAndShortcutIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ContinuousQueryListenerContainerNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ContinuousQueryListenerContainerNamespaceIntegrationTests.java index 8605a01a..d14e13ff 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ContinuousQueryListenerContainerNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ContinuousQueryListenerContainerNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/DiskStoreNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/DiskStoreNamespaceIntegrationTests.java index b9404a49..5e634b38 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/DiskStoreNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/DiskStoreNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/FunctionServiceNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/FunctionServiceNamespaceIntegrationTests.java index c1e13254..077890d9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/FunctionServiceNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/FunctionServiceNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GatewayReceiverAutoStartNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverAutoStartNamespaceIntegrationTests.java index 3cce9136..4c41f4ef 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverAutoStartNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverAutoStartNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GatewayReceiverDefaultStartNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverDefaultStartNamespaceIntegrationTests.java index 2596f843..3bdcb055 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverDefaultStartNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverDefaultStartNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GatewayReceiverManualStartNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverManualStartNamespaceIntegrationTests.java index b37fbf09..18bd3b7d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverManualStartNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GatewayReceiverManualStartNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GemfireV7GatewayNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV7GatewayNamespaceIntegrationTests.java index 4ced5079..705d367b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV7GatewayNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV7GatewayNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GemfireV8GatewayNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV8GatewayNamespaceIntegrationTests.java index 5ef8aa40..135cf68d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV8GatewayNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/GemfireV8GatewayNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/IndexNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/IndexNamespaceIntegrationTests.java index 5185d133..163dab22 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/IndexNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/IndexNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/InvalidRegionDefinitionUsingBeansNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionDefinitionUsingBeansNamespaceIntegrationTests.java index 526b1f10..9367a082 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionDefinitionUsingBeansNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionDefinitionUsingBeansNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/InvalidRegionExpirationAttributesNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionExpirationAttributesNamespaceIntegrationTests.java index 96c85092..03959da0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionExpirationAttributesNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/InvalidRegionExpirationAttributesNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/JndiBindingsNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsNamespaceIntegrationTests.java index dfef9da9..5453a5b0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/JndiBindingsWithPropertyPlaceholdersNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsWithPropertyPlaceholdersNamespaceIntegrationTests.java index 329755d5..286759d6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsWithPropertyPlaceholdersNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/JndiBindingsWithPropertyPlaceholdersNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/LocalRegionNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionNamespaceIntegrationTests.java index e345497f..74a9d411 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/LocalRegionWithEvictionPolicyActionNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionWithEvictionPolicyActionNamespaceIntegrationTests.java index dcaab528..2bf04677 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionWithEvictionPolicyActionNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/LocalRegionWithEvictionPolicyActionNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 aa9b71d5..0c219746 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 486e973a..62847e1d 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/MembershipAttributesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MembershipAttributesIntegrationTests.java index 818ea63f..063ccac6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MembershipAttributesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MembershipAttributesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/MultipleCacheIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MultipleCacheIntegrationTests.java index 5066be9b..cff4040d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MultipleCacheIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/MultipleCacheIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 the original author 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/PartitionedRegionNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PartitionedRegionNamespaceIntegrationTests.java index 0cf635e4..1265fe7d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PartitionedRegionNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PartitionedRegionNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/PoolNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PoolNamespaceIntegrationTests.java index 1303d1e6..afce2004 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PoolNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/PoolNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4abb534f..a0d4d6fb 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/RegionDefinitionUsingBeansNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionDefinitionUsingBeansNamespaceIntegrationTests.java index 21c1de31..0b2b3b2f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionDefinitionUsingBeansNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionDefinitionUsingBeansNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/RegionEvictionAttributesNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionEvictionAttributesNamespaceIntegrationTests.java index 43f6fd96..a773725c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionEvictionAttributesNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionEvictionAttributesNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/RegionExpirationAttributesNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionExpirationAttributesNamespaceIntegrationTests.java index 669da3d7..b8508e54 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionExpirationAttributesNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionExpirationAttributesNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/RegionSubscriptionAttributesNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionSubscriptionAttributesNamespaceIntegrationTests.java index 4807f700..06c233e6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionSubscriptionAttributesNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionSubscriptionAttributesNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/RegionWithSubRegionBeanDefinitionHashCodeIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionWithSubRegionBeanDefinitionHashCodeIntegrationTests.java index 41058dc3..2c29d486 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionWithSubRegionBeanDefinitionHashCodeIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionWithSubRegionBeanDefinitionHashCodeIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/RegionsWithDiskStoreAndPersistenceEvictionSettingsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionsWithDiskStoreAndPersistenceEvictionSettingsIntegrationTests.java index 9a4605b0..d704ade4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionsWithDiskStoreAndPersistenceEvictionSettingsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/RegionsWithDiskStoreAndPersistenceEvictionSettingsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ReplicatedRegionNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ReplicatedRegionNamespaceIntegrationTests.java index a9f2de39..214b6003 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ReplicatedRegionNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/ReplicatedRegionNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SubRegionNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionNamespaceIntegrationTests.java index fb7ab1fd..60c44446 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SubRegionSubElementNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionSubElementNamespaceIntegrationTests.java index b07b0120..25aef94c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionSubElementNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/SubRegionSubElementNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ebcb2bc5..ba919726 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/TemplateClientRegionNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateClientRegionNamespaceIntegrationTests.java index c14959d6..26193a57 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateClientRegionNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateClientRegionNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/TemplatePersistentPartitionRegionNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplatePersistentPartitionRegionNamespaceIntegrationTests.java index 5165bcfd..4699a6ed 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplatePersistentPartitionRegionNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplatePersistentPartitionRegionNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/TemplateRegionDefinitionOrderErrorNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionDefinitionOrderErrorNamespaceIntegrationTests.java index 0252d7af..db4bfdd0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionDefinitionOrderErrorNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionDefinitionOrderErrorNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/TemplateRegionsNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionsNamespaceIntegrationTests.java index 7a875e46..8f446b63 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionsNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TemplateRegionsNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/TransactionEventHandlersIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TransactionEventHandlersIntegrationTests.java index b75f394d..e1c1f564 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TransactionEventHandlersIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TransactionEventHandlersIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/TransactionManagerNamespaceIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TransactionManagerNamespaceIntegrationTests.java index 1e9f134d..47928a43 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TransactionManagerNamespaceIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/config/xml/TransactionManagerNamespaceIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e9681d34..5a0321b8 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 12e03932..9b7ce976 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e4ba08e7..e3bedd59 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4c66ba27..c0fcaf5d 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 905a8d13..4361030b 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/EvictionActionTypeUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionActionTypeUnitTests.java index 390a0b38..0514bf40 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionActionTypeUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionActionTypeUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 793660ca..0a3b6051 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 416794ef..fb62ee61 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/EvictionPolicyTypeUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionPolicyTypeUnitTests.java index 3ccfaf46..7c5fc0a9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionPolicyTypeUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/eviction/EvictionPolicyTypeUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 407106e1..2b3d270c 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/AnnotationBasedExpirationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpirationUnitTests.java index 559f41ea..97bd4173 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpirationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/AnnotationBasedExpirationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7549bdc3..58a382cd 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ExpirationActionTypeUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationActionTypeUnitTests.java index 291b2ae0..eb89e5ef 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationActionTypeUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationActionTypeUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ExpirationAttributesFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationAttributesFactoryBeanUnitTests.java index 02a398a7..bf02a307 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationAttributesFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/expiration/ExpirationAttributesFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 085b94bc..1cc15ea3 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 597e7a9f..e79a9bbf 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3ce5f930..76bfb8cb 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 86c81693..a8efc050 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1fbe02a6..f6a654a9 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ce78169a..78071976 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 92a3fe93..2e02f3fb 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 4fab89ae..6fd87781 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ExceptionThrowingFunctionExecutionIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/ExceptionThrowingFunctionExecutionIntegrationTests.java index c8695179..7f798e66 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/ExceptionThrowingFunctionExecutionIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/ExceptionThrowingFunctionExecutionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/FunctionArgumentResolverUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionArgumentResolverUnitTests.java index 4379ca2e..2f5f0d46 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionArgumentResolverUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/FunctionArgumentResolverUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 366e291d..beb0205a 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 58631ec0..541444e9 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6a3049ae..a8ddb73d 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/PdxFunctionArgumentResolverIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/PdxFunctionArgumentResolverIntegrationTests.java index d7f129b0..14bd7146 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/PdxFunctionArgumentResolverIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/PdxFunctionArgumentResolverIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/AnnotationDrivenFunctionsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/AnnotationDrivenFunctionsIntegrationTests.java index 8f093b82..f0ebd489 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/AnnotationDrivenFunctionsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/AnnotationDrivenFunctionsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 the original author 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/FunctionExecutionClientCacheIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionClientCacheIntegrationTests.java index 24c3510c..16c758d6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionClientCacheIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionClientCacheIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 the original author 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/FunctionExecutionComponentProviderUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionComponentProviderUnitTests.java index 472c5771..9d269601 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionComponentProviderUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionExecutionComponentProviderUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 91e512b9..7ff268b0 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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/FunctionsWithClientCacheIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionsWithClientCacheIntegrationTests.java index e34f242e..1877edc9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionsWithClientCacheIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/config/FunctionsWithClientCacheIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 3a8da3af..042537e6 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9cdabb0f..fc1a17aa 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6780aad1..b457af7b 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 5ce1d98f..d5b6e6cf 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 c7afb922..cd355304 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 a9aaf48d..a9288b26 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 8757c07d..8da8075e 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 8e3f23b3..928c0220 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 d1351ea4..aa9ad8d2 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/AbstractFunctionTemplateUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/AbstractFunctionTemplateUnitTests.java index 8b09d28f..e72033ba 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/AbstractFunctionTemplateUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/execution/AbstractFunctionTemplateUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8b7a7ad7..874c69a0 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 f8014c6d..9284fb8e 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 95360bed..01ebf526 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 fde1b77e..2b9e8818 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 94df2b3e..13d4813c 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-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/FunctionResultTypeIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/FunctionResultTypeIntegrationTests.java index 86578a2e..05f3fb34 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/FunctionResultTypeIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/FunctionResultTypeIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 the original author 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/result/MixedResultTypeFunctionExecutions.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/MixedResultTypeFunctionExecutions.java index 46844abe..c4983527 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/MixedResultTypeFunctionExecutions.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/MixedResultTypeFunctionExecutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/MixedResultTypeFunctions.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/MixedResultTypeFunctions.java index c1656f28..5f55aac6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/MixedResultTypeFunctions.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/result/MixedResultTypeFunctions.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/AllServersAdminFunctions.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/function/sample/AllServersAdminFunctions.java index d184cb3b..ba12ef40 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-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9988bc39..d9b5bb8c 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 db279b76..c0b8422a 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a5e802ea..1d7c7252 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9337560e..cc88b1f0 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-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f79a4c8b..c8e9237b 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-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e10d8fdb..8239bf7b 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 69de7b6e..0001b84e 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6167ece8..3f4e72fe 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 dfedfce4..2cced53c 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5a60d68b..e265970e 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-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ContainerXmlConfigurationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/adapter/ContainerXmlConfigurationIntegrationTests.java index 7c748c4c..6ae0bc34 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/adapter/ContainerXmlConfigurationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/listener/adapter/ContainerXmlConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2022 the original author or authors. + * Copyright 2011-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d3be6c19..5a1f0f35 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 122359bb..dd70e08a 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2b3c1721..889610e7 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e503f24e..68c5f669 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b4b04c58..36d5a689 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/RegionsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/RegionsUnitTests.java index 5e04f960..e2db41a6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/RegionsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/mapping/RegionsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ba58b1b0..f8126d6b 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7043e0b7..07ea3553 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b677ab0d..2b127ece 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5ed12e94..b38858ce 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9fffc248..a79c61e6 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 52d155f7..5314e516 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 61da40cc..7ba0d8eb 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 37bade82..c0f37a3a 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 39190089..b5a94fa0 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4b673f26..dac74567 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4eb604da..3a8c2f12 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9858737b..5d1aa876 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-2022 the original author or authors. + * Copyright 2002-2023 the original author 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 bdc4ceee..b0ea64c0 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,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7fbfe0b4..f99bdeb4 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2a88bafd..21f1ac88 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2b985003..abdde164 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2e77d2fa..61f71394 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 a1adeb0a..4c7405b5 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/DefaultGemfireEntityInformationUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/DefaultGemfireEntityInformationUnitTests.java index 2582d712..25a206de 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/DefaultGemfireEntityInformationUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/DefaultGemfireEntityInformationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0864b7cd..c5e5b1d6 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2bd9fbbe..7e50cb4d 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8aaa26b8..982a9f6d 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 706e7942..7cf850ec 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6ce17334..ad35665e 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cb126747..39fef3b8 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3c031b01..7d0a9203 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 884a0737..437defcd 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 84532ba9..05679781 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/StringBasedGemfireRepositoryQueryUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/StringBasedGemfireRepositoryQueryUnitTests.java index bd124ed0..71a013c0 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/StringBasedGemfireRepositoryQueryUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/query/StringBasedGemfireRepositoryQueryUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 878066d5..83e95e3b 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 91152f62..ce66067b 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b14d3662..205d9cf0 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0823e6e6..1bbf2ddb 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7d1544b7..8e614e67 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 000e2868..93b2f1e3 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b9d113fe..87df84a2 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 fe37f2ea..a5efeb84 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7324db49..0812fda3 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/AlgorithmRepositoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AlgorithmRepositoryIntegrationTests.java index 7d600156..0c29768d 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AlgorithmRepositoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AlgorithmRepositoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0a43564b..b7c52a25 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/AnimalRepositoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AnimalRepositoryIntegrationTests.java index e2c2fe6f..68921748 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AnimalRepositoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/AnimalRepositoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9a19192b..5276d9d6 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ed210931..c03e1bd1 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7af6558a..cf943bb4 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 48e9646c..0a8903c7 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4f882adc..42805fab 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 685727c8..bfe125d3 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 210afd57..a8091b53 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ee9e0e95..562c597b 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 49bbbf39..981ac83c 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e1d47e1a..7fa5c10e 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b3f6a745..bf264a47 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 58bd26bb..e6a3baf8 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 11212d37..130043d3 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ccd750bc..3bb3e848 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 18c08f97..91744f7c 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9476ef49..74e8beab 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/RepositoryDataAccessOnRegionUsingCacheLoaderIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/RepositoryDataAccessOnRegionUsingCacheLoaderIntegrationTests.java index ae1ed99d..8bbff3ed 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5d033dd4..65bd15a5 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 11b0f47e..aabe0ad3 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 203dabac..84aa9faa 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SubRegionRepositoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/SubRegionRepositoryIntegrationTests.java index 64142318..904e07ee 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/SubRegionRepositoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/SubRegionRepositoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8e57a98a..07438f65 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9c690fdd..78aa83e8 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/UserRepositoryQueriesIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UserRepositoryQueriesIntegrationTests.java index d7ba743a..595a8b50 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UserRepositoryQueriesIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UserRepositoryQueriesIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 07d960a8..fdba2e2e 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/UsingQueryAnnotationExtensionsInUserRepositoryIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UsingQueryAnnotationExtensionsInUserRepositoryIntegrationTests.java index 6b1cfbb6..9d0eb1c2 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UsingQueryAnnotationExtensionsInUserRepositoryIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/sample/UsingQueryAnnotationExtensionsInUserRepositoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2dc19d30..331967a2 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GemfireRepositoryFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBeanUnitTests.java index 52b4129a..5a0123d5 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/GemfireRepositoryFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 752dde96..3183b20a 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f615e7ec..8fe3e2fd 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 59e71016..bcca6441 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 0dd2d327..c5e7ab62 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SimpleGemfireRepositoryTransactionalIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryTransactionalIntegrationTests.java index bc5e7595..989822c9 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryTransactionalIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/repository/support/SimpleGemfireRepositoryTransactionalIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 47315fd3..fae058b8 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9652c3f3..dcb753c8 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 81bbc4f4..7d811e24 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 46cc40a5..fb235401 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 aca2b65c..3f7ac289 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b61c71c0..6ca1ae9e 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f6f240de..a90d1fc0 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f1bfda5d..c83b4d85 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 28c953b0..de359ba8 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 67a7f7a0..5cd8e588 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2174fb7c..278fc9b2 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 57faec69..299e3962 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5b8b710d..3ce15d5d 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/AsmInstantiatorFactoryUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/AsmInstantiatorFactoryUnitTests.java index 19e971bc..985a0f17 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/AsmInstantiatorFactoryUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/AsmInstantiatorFactoryUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/PdxSerializationOfComplexObjectModelIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/PdxSerializationOfComplexObjectModelIntegrationTests.java index 908bc728..9efa3509 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/PdxSerializationOfComplexObjectModelIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/PdxSerializationOfComplexObjectModelIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/WiringInstantiatorIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/WiringInstantiatorIntegrationTests.java index 0d8e2554..ea26a4b4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/WiringInstantiatorIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/serialization/WiringInstantiatorIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 69eed33f..9a53d1c7 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/CacheServerFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/CacheServerFactoryBeanUnitTests.java index ed77938d..3d112eb4 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/CacheServerFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/CacheServerFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1af05a7e..e0407d20 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SubscriptionEvictionPolicyUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyUnitTests.java index 7bd20b3a..ecdf671b 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/server/SubscriptionEvictionPolicyUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SnapshotApplicationEventTriggeredImportsExportsIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotApplicationEventTriggeredImportsExportsIntegrationTests.java index f47c6743..c9abc73e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotApplicationEventTriggeredImportsExportsIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotApplicationEventTriggeredImportsExportsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SnapshotServiceFactoryBeanIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBeanIntegrationTests.java index 292fdf64..3ca3ce12 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBeanIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceFactoryBeanIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3f73c724..bed8db38 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SnapshotServiceImportExportIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceImportExportIntegrationTests.java index c65f82d9..922920ea 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceImportExportIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/SnapshotServiceImportExportIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 799a597d..029c2888 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ComposableSnapshotFilterUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/filter/ComposableSnapshotFilterUnitTests.java index 526b231d..1cb43f96 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/filter/ComposableSnapshotFilterUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/snapshot/filter/ComposableSnapshotFilterUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b3edaa77..35f9bd61 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f52d0542..ee95db9f 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 fe7b8c02..9d467e0b 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1f219aa4..5456ad8e 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 d8d3b7fc..77d95522 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4405f5da..a6bf9b89 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 413faa1d..a6e91a4f 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f69628ee..1ad48693 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ee969376..88a55219 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 2b1756a5..6dd3869b 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 99d80cfe..024a17df 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9dc7ab3c..da5ef564 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b8e5f6e1..e7fbee3c 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8763a7f2..65013239 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 513ca37e..81708f89 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6e9c1df3..d3277652 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b965156b..0e14577a 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 9212e89b..3270ea04 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 35efb8f7..4b42fde5 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GemfireFunctionsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireFunctionsUnitTests.java index 1cf935c2..943acd84 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireFunctionsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfireFunctionsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GemfirePersistenceExceptionTranslationIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfirePersistenceExceptionTranslationIntegrationTests.java index 2e2a163d..0bddfd1c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfirePersistenceExceptionTranslationIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/GemfirePersistenceExceptionTranslationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7c7ed41e..fdea8bf8 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3c9b42a0..439df1bb 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3aee92a5..cc5d2c3c 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5f593d9f..073bd8d5 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 12cfb575..d81bf89f 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 cc62abe3..39c95dad 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 4778dfc4..4d3b7dcd 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 fdd2e96e..461f550a 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ced906e6..dedf0973 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SpringContextBootstrappingInitializerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerIntegrationTests.java index af4d6ff6..df82e405 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SpringContextBootstrappingInitializerUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerUnitTests.java index 4e42ef59..63af5f7a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringContextBootstrappingInitializerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SpringServerLauncherCacheProviderIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderIntegrationTests.java index a51bde19..c52e7d4e 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SpringServerLauncherCacheProviderUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderUnitTests.java index 3c135110..9018157a 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/support/SpringServerLauncherCacheProviderUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 236f4722..36acaf90 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 92c01e48..4225168e 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 dbc54e7a..95289f11 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8b176c48..6ecbf054 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c2bced6e..d0bc2619 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1906bb75..08b9441a 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f6d5f696..ce473b7e 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f7cd1c2f..deae79ac 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b57f2233..23abf735 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3551741b..1bb16db0 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-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 c155539f..720da888 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e4dfc884..7e439c95 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 ee45c5f0..cd4674fe 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3c3ba2a9..f3a261ef 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 900be6fe..700ff80e 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 06e22b68..3df7cf2f 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 1f526ed0..c4eb02f4 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/ConcurrentClientTransactionalDataAccessWithRollbackIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/ConcurrentClientTransactionalDataAccessWithRollbackIntegrationTests.java index 034113ee..51b205aa 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/ConcurrentClientTransactionalDataAccessWithRollbackIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/transaction/ConcurrentClientTransactionalDataAccessWithRollbackIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 76c4b6e3..0ad6e98c 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 857185de..37e7f735 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 3c34b3f6..98b8c99e 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 db9439d3..f4d7521d 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b9ffc6f7..2b9bcbcf 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-2022 the original author or authors. + * Copyright 2019-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e9dd4529..f784285a 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7896e908..1f2fb2c8 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8c49f436..c07983ca 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 7709dbe0..35d7ab96 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-2022 the original author or authors. + * Copyright 2020-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 78737d5a..fa329838 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/PropertiesBuilderUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/PropertiesBuilderUnitTests.java index c2365ce4..bff80edc 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/PropertiesBuilderUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/PropertiesBuilderUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 eff5be7a..faa6fdc4 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 179ec84c..1ab236be 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-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/SpringExtensionsUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/SpringExtensionsUnitTests.java index c7be6a25..afba7a1c 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/SpringExtensionsUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/util/SpringExtensionsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 8cb827fb..f81979cf 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-2022 the original author or authors. + * Copyright 2017-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e24346f3..388414b1 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 5dc013ae..4694b4d0 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/AsyncEventQueueWithListenerIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueWithListenerIntegrationTests.java index 7a63b0b9..078f6795 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueWithListenerIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/AsyncEventQueueWithListenerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/CachePartitionRegionWithConcurrentParallelAsyncEventQueueAndGatewaySenderIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/CachePartitionRegionWithConcurrentParallelAsyncEventQueueAndGatewaySenderIntegrationTests.java index f2018dd5..60396e14 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/CachePartitionRegionWithConcurrentParallelAsyncEventQueueAndGatewaySenderIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/CachePartitionRegionWithConcurrentParallelAsyncEventQueueAndGatewaySenderIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 e65297bb..eb492474 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GatewayReceiverManualStartIntegrationTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewayReceiverManualStartIntegrationTests.java index f3ba92de..79882537 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewayReceiverManualStartIntegrationTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewayReceiverManualStartIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 f3dc4ac2..62be4763 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/GatewaySenderFactoryBeanUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewaySenderFactoryBeanUnitTests.java index fe734d14..e357e93f 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewaySenderFactoryBeanUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/GatewaySenderFactoryBeanUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 b1ddffb0..0a46a240 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-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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/OrderPolicyTypeUnitTests.java b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/OrderPolicyTypeUnitTests.java index fe8a1bd7..84356ed6 100644 --- a/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/OrderPolicyTypeUnitTests.java +++ b/spring-data-geode/src/test/java/org/springframework/data/gemfire/wan/OrderPolicyTypeUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 the original author or authors. + * Copyright 2010-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you 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 6af4e357..baace6b0 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-2022 the original author or authors. + * Copyright 2018-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.