From 698483a2fb7336e4c36c3dfbf7c2a2651c1dc626 Mon Sep 17 00:00:00 2001 From: Jan Lukavsky Date: Mon, 6 Jan 2025 09:45:14 +0100 Subject: [PATCH] [infra] Happy new year! --- .github/autolabeler.yml | 2 +- .github/generate-megrerequest-list.sh | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/deploy-snapshot.sh | 2 +- .github/workflows/functions.sh | 2 +- .github/workflows/gradle.sh | 2 +- .github/workflows/snapshot.yml | 2 +- .github/workflows/sync-o2-master.sh | 2 +- .github/workflows/sync-with-o2.yml | 2 +- .github/workflows/tests/functions_tests.sh | 2 +- NOTICE | 2 +- beam/core-testing/build.gradle | 2 +- beam/core-testing/src/main/java/cz/o2/proxima/beam/ReadMe.java | 2 +- .../main/java/cz/o2/proxima/beam/storage/TestStreamStorage.java | 2 +- .../src/test/java/cz/o2/proxima/beam/storage/Book.java | 2 +- .../src/test/java/cz/o2/proxima/beam/storage/EndToEndTest.java | 2 +- .../java/cz/o2/proxima/beam/storage/TestStreamStorageTest.java | 2 +- beam/core/build.gradle | 2 +- .../o2/proxima/beam/core/AttributeFamilyProxyDataAccessor.java | 2 +- .../src/main/java/cz/o2/proxima/beam/core/BeamDataOperator.java | 2 +- .../java/cz/o2/proxima/beam/core/BeamDataOperatorFactory.java | 2 +- .../main/java/cz/o2/proxima/beam/core/BeamProxyTransform.java | 2 +- .../src/main/java/cz/o2/proxima/beam/core/DataAccessor.java | 2 +- .../main/java/cz/o2/proxima/beam/core/DataAccessorFactory.java | 2 +- .../src/main/java/cz/o2/proxima/beam/core/PCollectionTools.java | 2 +- .../java/cz/o2/proxima/beam/core/ProximaPipelineOptions.java | 2 +- .../beam/core/direct/io/AbstractDirectBoundedSource.java | 2 +- .../java/cz/o2/proxima/beam/core/direct/io/BatchLogRead.java | 2 +- .../o2/proxima/beam/core/direct/io/BatchRestrictionTracker.java | 2 +- .../cz/o2/proxima/beam/core/direct/io/BeamCommitLogReader.java | 2 +- .../proxima/beam/core/direct/io/BlockingQueueLogObserver.java | 2 +- .../java/cz/o2/proxima/beam/core/direct/io/CommitLogRead.java | 2 +- .../proxima/beam/core/direct/io/DirectBatchUnboundedSource.java | 2 +- .../cz/o2/proxima/beam/core/direct/io/DirectBoundedSource.java | 2 +- .../proxima/beam/core/direct/io/DirectDataAccessorFactory.java | 2 +- .../proxima/beam/core/direct/io/DirectDataAccessorWrapper.java | 2 +- .../o2/proxima/beam/core/direct/io/DirectUnboundedSource.java | 2 +- .../proxima/beam/core/direct/io/OffsetRestrictionTracker.java | 2 +- .../main/java/cz/o2/proxima/beam/core/direct/io/SDFUtils.java | 2 +- .../cz/o2/proxima/beam/core/io/AbstractRepositoryCoder.java | 2 +- .../cz/o2/proxima/beam/core/io/AttributeDescriptorCoder.java | 2 +- .../java/cz/o2/proxima/beam/core/io/EntityDescriptorCoder.java | 2 +- .../src/main/java/cz/o2/proxima/beam/core/io/PairCoder.java | 2 +- .../cz/o2/proxima/beam/core/io/SchemaStreamElementCoder.java | 2 +- .../java/cz/o2/proxima/beam/core/io/StreamElementCoder.java | 2 +- .../cz/o2/proxima/beam/core/transforms/AssignEventTime.java | 2 +- .../o2/proxima/beam/core/transforms/BufferUntilCheckpoint.java | 2 +- .../java/cz/o2/proxima/beam/core/transforms/ExtractKeyToKv.java | 2 +- .../cz/o2/proxima/beam/core/transforms/FilterLatecomers.java | 2 +- .../cz/o2/proxima/beam/core/transforms/StreamElementFilter.java | 2 +- .../java/cz/o2/proxima/beam/core/transforms/WatermarkShift.java | 2 +- beam/core/src/main/java/cz/o2/proxima/beam/io/ProximaIO.java | 2 +- .../core/src/main/java/cz/o2/proxima/beam/util/RunnerUtils.java | 2 +- .../main/java/cz/o2/proxima/beam/util/state/ClassCollector.java | 2 +- .../java/cz/o2/proxima/beam/util/state/ExcludeExternal.java | 2 +- .../main/java/cz/o2/proxima/beam/util/state/ExpandContext.java | 2 +- .../cz/o2/proxima/beam/util/state/ExternalStateExpander.java | 2 +- .../main/java/cz/o2/proxima/beam/util/state/FieldExtractor.java | 2 +- .../o2/proxima/beam/util/state/FlushTimerParameterExpander.java | 2 +- .../java/cz/o2/proxima/beam/util/state/MethodCallUtils.java | 2 +- .../o2/proxima/beam/util/state/OnWindowParameterExpander.java | 2 +- .../beam/util/state/ProcessElementParameterExpander.java | 2 +- .../main/java/cz/o2/proxima/beam/util/state/StateOrInput.java | 2 +- .../src/main/java/cz/o2/proxima/beam/util/state/StateValue.java | 2 +- .../src/main/java/cz/o2/proxima/beam/util/state/TypeId.java | 2 +- .../beam/core/AttributeFamilyProxyDataDescriptorTest.java | 2 +- .../test/java/cz/o2/proxima/beam/core/BeamDataOperatorTest.java | 2 +- .../test/java/cz/o2/proxima/beam/core/JoinProxyTransform.java | 2 +- .../java/cz/o2/proxima/beam/core/JoinProxyTransformTest.java | 2 +- .../test/java/cz/o2/proxima/beam/core/PCollectionToolsTest.java | 2 +- .../cz/o2/proxima/beam/core/direct/io/BatchLogReadTest.java | 2 +- .../o2/proxima/beam/core/direct/io/BeamCommitLogReaderTest.java | 2 +- .../beam/core/direct/io/BlockingQueueLogObserverTest.java | 2 +- .../cz/o2/proxima/beam/core/direct/io/CommitLogReadTest.java | 2 +- .../beam/core/direct/io/DirectBatchUnboundedSourceTest.java | 2 +- .../proxima/beam/core/direct/io/DirectUnboundedSourceTest.java | 2 +- .../o2/proxima/beam/core/io/AttributeDescriptorCoderTest.java | 2 +- .../cz/o2/proxima/beam/core/io/EntityDescriptorCoderTest.java | 2 +- .../o2/proxima/beam/core/io/SchemaStreamElementCoderTest.java | 2 +- .../java/cz/o2/proxima/beam/core/io/StreamElementCoderTest.java | 2 +- .../cz/o2/proxima/beam/core/transforms/AssignEventTimeTest.java | 2 +- .../proxima/beam/core/transforms/BufferUntilCheckpointTest.java | 2 +- .../cz/o2/proxima/beam/core/transforms/ExtractKeyToKvTest.java | 2 +- .../o2/proxima/beam/core/transforms/FilterLatecomersTest.java | 2 +- .../proxima/beam/core/transforms/StreamElementFilterTest.java | 2 +- .../cz/o2/proxima/beam/core/transforms/WatermarkShiftTest.java | 2 +- .../core/src/test/java/cz/o2/proxima/beam/io/ProximaIOTest.java | 2 +- .../test/java/cz/o2/proxima/beam/io/ProximaIOWriteFnTest.java | 2 +- .../o2/proxima/beam/util/state/ExternalStateExpanderTest.java | 2 +- .../java/cz/o2/proxima/beam/util/state/FieldExtractorTest.java | 2 +- .../java/cz/o2/proxima/beam/util/state/MethodCallUtilsTest.java | 2 +- .../src/test/java/cz/o2/proxima/beam/util/state/TypeIdTest.java | 2 +- beam/core/src/test/resources/log4j2.properties | 2 +- beam/io-pubsub/build.gradle | 2 +- .../java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessor.java | 2 +- .../cz/o2/proxima/beam/io/pubsub/PubSubDataAccessorFactory.java | 2 +- .../cz/o2/proxima/beam/io/pubsub/PubSubDataAccessorTest.java | 2 +- beam/tools/build.gradle | 2 +- .../main/java/cz/o2/proxima/beam/tools/groovy/BeamStream.java | 2 +- .../cz/o2/proxima/beam/tools/groovy/BeamStreamProvider.java | 2 +- .../cz/o2/proxima/beam/tools/groovy/BeamWindowedStream.java | 2 +- .../java/cz/o2/proxima/beam/tools/groovy/GStringSerializer.java | 2 +- .../cz/o2/proxima/beam/tools/groovy/PCollectionProvider.java | 2 +- .../java/cz/o2/proxima/beam/tools/groovy/RemoteConsumer.java | 2 +- .../main/java/cz/o2/proxima/beam/tools/groovy/StreamConfig.java | 2 +- .../main/java/cz/o2/proxima/beam/tools/groovy/TupleCoder.java | 2 +- .../java/cz/o2/proxima/beam/tools/groovy/TupleSerializer.java | 2 +- beam/tools/src/main/proto/collect.proto | 2 +- .../java/cz/o2/proxima/beam/tools/groovy/BeamGroovyEnvTest.java | 2 +- .../cz/o2/proxima/beam/tools/groovy/BeamStreamProviderTest.java | 2 +- .../java/cz/o2/proxima/beam/tools/groovy/BeamStreamTest.java | 2 +- .../proxima/beam/tools/groovy/BeamTimeWindowedStreamTest.java | 2 +- .../proxima/beam/tools/groovy/BeamWindowedStreamDirectTest.java | 2 +- .../proxima/beam/tools/groovy/BeamWindowedStreamFlinkTest.java | 2 +- .../cz/o2/proxima/beam/tools/groovy/GStringSerializerTest.java | 2 +- .../cz/o2/proxima/beam/tools/groovy/RemoteConsumerTest.java | 2 +- .../cz/o2/proxima/beam/tools/groovy/TestBeamStreamProvider.java | 2 +- .../java/cz/o2/proxima/beam/tools/groovy/TupleCoderTest.java | 2 +- beam/tools/src/test/resources/log4j2.properties | 2 +- build.gradle | 2 +- buildSrc/build.gradle | 2 +- buildSrc/src/main/groovy/cz.o2.proxima.java-conventions.gradle | 2 +- checkstyle.xml | 2 +- compiler/cli/build.gradle | 2 +- .../src/main/java/cz/o2/proxima/generator/cli/Placeholder.java | 2 +- compiler/lib/build.gradle | 2 +- .../src/main/java/cz/o2/proxima/generator/ModelGenerator.java | 2 +- .../java/cz/o2/proxima/generator/ModelGeneratorInvoker.java | 2 +- .../java/cz/o2/proxima/generator/ModelGeneratorInvokerTest.java | 2 +- .../test/java/cz/o2/proxima/generator/ModelGeneratorTest.java | 2 +- compiler/maven/build.gradle | 2 +- .../maven/src/main/java/cz/o2/proxima/maven/CompileMojo.java | 2 +- core/build.gradle | 2 +- .../java/cz/o2/proxima/core/annotations/DeclaredThreadSafe.java | 2 +- core/src/main/java/cz/o2/proxima/core/annotations/Evolving.java | 2 +- .../main/java/cz/o2/proxima/core/annotations/Experimental.java | 2 +- core/src/main/java/cz/o2/proxima/core/annotations/Internal.java | 2 +- core/src/main/java/cz/o2/proxima/core/annotations/Stable.java | 2 +- .../src/main/java/cz/o2/proxima/core/functional/BiConsumer.java | 2 +- .../src/main/java/cz/o2/proxima/core/functional/BiFunction.java | 2 +- core/src/main/java/cz/o2/proxima/core/functional/Consumer.java | 2 +- core/src/main/java/cz/o2/proxima/core/functional/Factory.java | 2 +- .../main/java/cz/o2/proxima/core/functional/TimeProvider.java | 2 +- .../main/java/cz/o2/proxima/core/functional/TriFunction.java | 2 +- .../main/java/cz/o2/proxima/core/functional/UnaryFunction.java | 2 +- .../main/java/cz/o2/proxima/core/functional/UnaryPredicate.java | 2 +- .../main/java/cz/o2/proxima/core/functional/VoidConsumer.java | 2 +- .../java/cz/o2/proxima/core/generator/OperatorGenerator.java | 2 +- .../cz/o2/proxima/core/generator/OperatorGeneratorFactory.java | 2 +- .../main/java/cz/o2/proxima/core/metrics/AbsoluteMetric.java | 2 +- .../java/cz/o2/proxima/core/metrics/ApproxPercentileMetric.java | 2 +- .../o2/proxima/core/metrics/ApproxPercentileMetricMXBean.java | 2 +- core/src/main/java/cz/o2/proxima/core/metrics/GaugeMetric.java | 2 +- .../java/cz/o2/proxima/core/metrics/JmxMetricsRegistrar.java | 2 +- core/src/main/java/cz/o2/proxima/core/metrics/Metric.java | 2 +- .../src/main/java/cz/o2/proxima/core/metrics/MetricFactory.java | 2 +- .../main/java/cz/o2/proxima/core/metrics/MetricsRegistrar.java | 2 +- core/src/main/java/cz/o2/proxima/core/metrics/ScalarMetric.java | 2 +- .../main/java/cz/o2/proxima/core/metrics/ScalarMetricMBean.java | 2 +- core/src/main/java/cz/o2/proxima/core/metrics/Stats.java | 2 +- core/src/main/java/cz/o2/proxima/core/metrics/StatsMBean.java | 2 +- .../java/cz/o2/proxima/core/metrics/TimeAveragingMetric.java | 2 +- .../java/cz/o2/proxima/core/repository/AttributeDescriptor.java | 2 +- .../cz/o2/proxima/core/repository/AttributeDescriptorBase.java | 2 +- .../cz/o2/proxima/core/repository/AttributeDescriptorImpl.java | 2 +- .../o2/proxima/core/repository/AttributeFamilyDescriptor.java | 2 +- .../proxima/core/repository/AttributeFamilyProxyDescriptor.java | 2 +- .../cz/o2/proxima/core/repository/AttributeProxyDescriptor.java | 2 +- .../java/cz/o2/proxima/core/repository/ConfigConstants.java | 2 +- .../java/cz/o2/proxima/core/repository/ConfigRepository.java | 2 +- .../java/cz/o2/proxima/core/repository/ConsumerNameFactory.java | 2 +- .../main/java/cz/o2/proxima/core/repository/DataOperator.java | 2 +- .../java/cz/o2/proxima/core/repository/DataOperatorFactory.java | 2 +- .../o2/proxima/core/repository/DefaultConsumerNameFactory.java | 2 +- .../proxima/core/repository/EntityAwareAttributeDescriptor.java | 2 +- .../java/cz/o2/proxima/core/repository/EntityDescriptor.java | 2 +- .../cz/o2/proxima/core/repository/EntityDescriptorImpl.java | 2 +- core/src/main/java/cz/o2/proxima/core/repository/JPMSMain.java | 2 +- .../src/main/java/cz/o2/proxima/core/repository/Repository.java | 2 +- .../java/cz/o2/proxima/core/repository/RepositoryFactory.java | 2 +- .../java/cz/o2/proxima/core/repository/TransactionMode.java | 2 +- .../cz/o2/proxima/core/repository/TransformationDescriptor.java | 2 +- .../java/cz/o2/proxima/core/repository/config/ConfigUtils.java | 2 +- .../java/cz/o2/proxima/core/scheme/AttributeValueAccessor.java | 2 +- .../java/cz/o2/proxima/core/scheme/AttributeValueAccessors.java | 2 +- .../main/java/cz/o2/proxima/core/scheme/AttributeValueType.java | 2 +- .../main/java/cz/o2/proxima/core/scheme/BytesSerializer.java | 2 +- .../main/java/cz/o2/proxima/core/scheme/DoubleSerializer.java | 2 +- .../main/java/cz/o2/proxima/core/scheme/FloatSerializer.java | 2 +- core/src/main/java/cz/o2/proxima/core/scheme/IntSerializer.java | 2 +- .../src/main/java/cz/o2/proxima/core/scheme/JavaSerializer.java | 2 +- .../src/main/java/cz/o2/proxima/core/scheme/JsonSerializer.java | 2 +- .../src/main/java/cz/o2/proxima/core/scheme/LongSerializer.java | 2 +- .../cz/o2/proxima/core/scheme/PrimitiveValueSerializer.java | 2 +- .../main/java/cz/o2/proxima/core/scheme/SchemaDescriptors.java | 2 +- .../java/cz/o2/proxima/core/scheme/SerializationException.java | 2 +- .../java/cz/o2/proxima/core/scheme/StringUtf8Serializer.java | 2 +- .../main/java/cz/o2/proxima/core/scheme/ValueSerializer.java | 2 +- .../java/cz/o2/proxima/core/scheme/ValueSerializerFactory.java | 2 +- .../main/java/cz/o2/proxima/core/storage/AbstractStorage.java | 2 +- core/src/main/java/cz/o2/proxima/core/storage/AccessType.java | 2 +- core/src/main/java/cz/o2/proxima/core/storage/Partition.java | 2 +- .../main/java/cz/o2/proxima/core/storage/PassthroughFilter.java | 2 +- .../src/main/java/cz/o2/proxima/core/storage/StorageFilter.java | 2 +- core/src/main/java/cz/o2/proxima/core/storage/StorageType.java | 2 +- .../src/main/java/cz/o2/proxima/core/storage/StreamElement.java | 2 +- .../main/java/cz/o2/proxima/core/storage/ThroughputLimiter.java | 2 +- core/src/main/java/cz/o2/proxima/core/storage/UriUtil.java | 2 +- .../core/storage/commitlog/FirstPartitionPartitioner.java | 2 +- .../proxima/core/storage/commitlog/KeyAttributePartitioner.java | 2 +- .../cz/o2/proxima/core/storage/commitlog/KeyPartitioner.java | 2 +- .../java/cz/o2/proxima/core/storage/commitlog/Partitioner.java | 2 +- .../java/cz/o2/proxima/core/storage/commitlog/Partitioners.java | 2 +- .../java/cz/o2/proxima/core/storage/commitlog/Position.java | 2 +- .../o2/proxima/core/storage/internal/AbstractDataAccessor.java | 2 +- .../core/storage/internal/AbstractDataAccessorFactory.java | 2 +- .../cz/o2/proxima/core/storage/internal/DataAccessorLoader.java | 2 +- .../storage/watermark/GlobalWatermarkThroughputLimiter.java | 2 +- .../proxima/core/storage/watermark/GlobalWatermarkTracker.java | 2 +- .../cz/o2/proxima/core/time/AbstractWatermarkEstimator.java | 2 +- .../cz/o2/proxima/core/time/PartitionedWatermarkEstimator.java | 2 +- .../main/java/cz/o2/proxima/core/time/WatermarkEstimator.java | 2 +- .../java/cz/o2/proxima/core/time/WatermarkEstimatorFactory.java | 2 +- .../main/java/cz/o2/proxima/core/time/WatermarkIdlePolicy.java | 2 +- .../cz/o2/proxima/core/time/WatermarkIdlePolicyFactory.java | 2 +- .../main/java/cz/o2/proxima/core/time/WatermarkSupplier.java | 2 +- core/src/main/java/cz/o2/proxima/core/time/Watermarks.java | 2 +- core/src/main/java/cz/o2/proxima/core/transaction/Commit.java | 2 +- .../main/java/cz/o2/proxima/core/transaction/KeyAttribute.java | 2 +- .../main/java/cz/o2/proxima/core/transaction/KeyAttributes.java | 2 +- core/src/main/java/cz/o2/proxima/core/transaction/Request.java | 2 +- core/src/main/java/cz/o2/proxima/core/transaction/Response.java | 2 +- core/src/main/java/cz/o2/proxima/core/transaction/State.java | 2 +- .../cz/o2/proxima/core/transaction/TransactionPartitioner.java | 2 +- .../core/transaction/TransactionSerializerSchemeProvider.java | 2 +- .../proxima/core/transaction/TransactionTransformProvider.java | 2 +- .../cz/o2/proxima/core/transform/ContextualProxyTransform.java | 2 +- .../cz/o2/proxima/core/transform/ContextualTransformation.java | 2 +- .../java/cz/o2/proxima/core/transform/DataOperatorAgnostic.java | 2 +- .../java/cz/o2/proxima/core/transform/DataOperatorAware.java | 2 +- .../cz/o2/proxima/core/transform/ElementWiseProxyTransform.java | 2 +- .../cz/o2/proxima/core/transform/ElementWiseTransformation.java | 2 +- .../cz/o2/proxima/core/transform/IdentityTransformation.java | 2 +- .../main/java/cz/o2/proxima/core/transform/ProxyTransform.java | 2 +- .../java/cz/o2/proxima/core/transform/RenameTransformation.java | 2 +- .../main/java/cz/o2/proxima/core/transform/Transformation.java | 2 +- core/src/main/java/cz/o2/proxima/core/util/CamelCase.java | 2 +- core/src/main/java/cz/o2/proxima/core/util/Classpath.java | 2 +- core/src/main/java/cz/o2/proxima/core/util/ExceptionUtils.java | 2 +- core/src/main/java/cz/o2/proxima/core/util/NamePattern.java | 2 +- core/src/main/java/cz/o2/proxima/core/util/Optionals.java | 2 +- core/src/main/java/cz/o2/proxima/core/util/Pair.java | 2 +- .../java/cz/o2/proxima/core/util/SerializableScopedValue.java | 2 +- .../main/java/cz/o2/proxima/core/util/SerializableUtils.java | 2 +- .../main/java/cz/o2/proxima/core/util/StringCompressions.java | 2 +- .../java/cz/o2/proxima/core/util/internal/ClassLoaders.java | 2 +- .../cz/o2/proxima/core/metrics/ApproxPercentileMetricTest.java | 2 +- .../test/java/cz/o2/proxima/core/metrics/MetricFactoryTest.java | 2 +- core/src/test/java/cz/o2/proxima/core/metrics/MetricsTest.java | 2 +- .../cz/o2/proxima/core/metrics/TimeAveragingMetricTest.java | 2 +- .../proxima/core/repository/AttributeFamilyDescriptorTest.java | 2 +- .../cz/o2/proxima/core/repository/ConfigRepositoryTest.java | 2 +- .../proxima/core/repository/DefaultConsumerNameFactoryTest.java | 2 +- .../core/repository/EntityAwareAttributeDescriptorTest.java | 2 +- .../o2/proxima/core/repository/EntityDescriptorBuilderTest.java | 2 +- .../test/java/cz/o2/proxima/core/repository/JPMSMainTest.java | 2 +- .../cz/o2/proxima/core/repository/RepositoryFactoryTest.java | 2 +- .../cz/o2/proxima/core/repository/TestDataOperatorFactory.java | 2 +- .../proxima/core/repository/TransformationDescriptorTest.java | 2 +- .../cz/o2/proxima/core/repository/config/ConfigUtilsTest.java | 2 +- .../java/cz/o2/proxima/core/scheme/AlwaysFailSchemeParser.java | 2 +- .../cz/o2/proxima/core/scheme/AttributeValueAccessorsTest.java | 2 +- .../java/cz/o2/proxima/core/scheme/BytesSerializerTest.java | 2 +- .../java/cz/o2/proxima/core/scheme/DoubleSerializerTest.java | 2 +- .../java/cz/o2/proxima/core/scheme/FloatSerializerTest.java | 2 +- .../test/java/cz/o2/proxima/core/scheme/IntSerializerTest.java | 2 +- .../test/java/cz/o2/proxima/core/scheme/JavaSerializerTest.java | 2 +- .../test/java/cz/o2/proxima/core/scheme/JsonSerializerTest.java | 2 +- .../test/java/cz/o2/proxima/core/scheme/LongSerializerTest.java | 2 +- .../core/scheme/RepositoryInitializedValueSerializer.java | 2 +- .../java/cz/o2/proxima/core/scheme/SchemaDescriptorsTest.java | 2 +- .../cz/o2/proxima/core/scheme/StringUtf8SerializerTest.java | 2 +- .../java/cz/o2/proxima/core/scheme/ValueSerializerTest.java | 2 +- .../java/cz/o2/proxima/core/storage/AbstractStorageTest.java | 2 +- .../src/test/java/cz/o2/proxima/core/storage/PartitionTest.java | 2 +- .../test/java/cz/o2/proxima/core/storage/StreamElementTest.java | 2 +- core/src/test/java/cz/o2/proxima/core/storage/UriUtilTest.java | 2 +- .../cz/o2/proxima/core/storage/commitlog/PartitionersTest.java | 2 +- .../storage/watermark/GlobalWatermarkThroughputLimiterTest.java | 2 +- .../core/storage/watermark/GlobalWatermarkTrackerTest.java | 2 +- .../cz/o2/proxima/core/time/AbstractWatermarkEstimatorTest.java | 2 +- .../test/java/cz/o2/proxima/core/transaction/CommitTest.java | 2 +- .../java/cz/o2/proxima/core/transaction/KeyAttributeTest.java | 2 +- .../core/transaction/NoopTransactionTransformProvider.java | 2 +- .../src/test/java/cz/o2/proxima/core/transaction/StateTest.java | 2 +- .../o2/proxima/core/transaction/TransactionPartitionerTest.java | 2 +- .../test/java/cz/o2/proxima/core/transform/DummyDataRename.java | 2 +- .../proxima/core/transform/ElementWiseProxyTransformTest.java | 2 +- .../java/cz/o2/proxima/core/transform/EventDataToDummy.java | 2 +- .../src/test/java/cz/o2/proxima/core/transform/EventRename.java | 2 +- .../test/java/cz/o2/proxima/core/transform/EventToDummy2.java | 2 +- .../test/java/cz/o2/proxima/core/transform/EventTransform.java | 2 +- .../core/transform/OperatorSpecificTransformationTest.java | 2 +- core/src/test/java/cz/o2/proxima/core/transform/ReadProxy.java | 2 +- .../cz/o2/proxima/core/transform/RenameTransformationTest.java | 2 +- .../java/cz/o2/proxima/core/transform/UserGatewayIndex.java | 2 +- .../test/java/cz/o2/proxima/core/transform/WildcardRename.java | 2 +- core/src/test/java/cz/o2/proxima/core/transform/WriteProxy.java | 2 +- core/src/test/java/cz/o2/proxima/core/util/CamelCaseTest.java | 2 +- core/src/test/java/cz/o2/proxima/core/util/ClasspathTest.java | 2 +- core/src/test/java/cz/o2/proxima/core/util/DummyFilter.java | 2 +- core/src/test/java/cz/o2/proxima/core/util/DummyFilterTest.java | 2 +- .../test/java/cz/o2/proxima/core/util/ExceptionUtilsTest.java | 2 +- core/src/test/java/cz/o2/proxima/core/util/NamePatternTest.java | 2 +- .../cz/o2/proxima/core/util/SerializableCountDownLatch.java | 2 +- .../src/test/java/cz/o2/proxima/core/util/SerializableLong.java | 2 +- .../cz/o2/proxima/core/util/SerializableScopedValueTest.java | 2 +- .../java/cz/o2/proxima/core/util/SerializableUtilsTest.java | 2 +- .../java/cz/o2/proxima/core/util/StringCompressionsTest.java | 2 +- core/src/test/java/cz/o2/proxima/core/util/TestUtils.java | 2 +- .../java/cz/o2/proxima/core/util/internal/ClassLoadersTest.java | 2 +- core/src/test/resources/log4j2.properties | 2 +- direct/compiler/build.gradle | 2 +- .../direct/generator/DirectOperatorGeneratorFactory.java | 2 +- direct/core-testing/build.gradle | 2 +- .../core-testing/src/main/java/cz/o2/proxima/direct/ReadMe.java | 2 +- .../core-testing/src/test/java/cz/o2/proxima/direct/Book.java | 2 +- .../test/java/cz/o2/proxima/direct/compiler/CompilerTest.java | 2 +- direct/core/build.gradle | 2 +- .../java/cz/o2/proxima/direct/core/AbstractAttributeWriter.java | 2 +- .../cz/o2/proxima/direct/core/AbstractBulkAttributeWriter.java | 2 +- .../o2/proxima/direct/core/AbstractOnlineAttributeWriter.java | 2 +- .../java/cz/o2/proxima/direct/core/AttributeWriterBase.java | 2 +- .../java/cz/o2/proxima/direct/core/BulkAttributeWriter.java | 2 +- .../src/main/java/cz/o2/proxima/direct/core/CommitCallback.java | 2 +- .../core/src/main/java/cz/o2/proxima/direct/core/Context.java | 2 +- .../main/java/cz/o2/proxima/direct/core/ContextProvider.java | 2 +- .../src/main/java/cz/o2/proxima/direct/core/DataAccessor.java | 2 +- .../java/cz/o2/proxima/direct/core/DataAccessorFactory.java | 2 +- .../o2/proxima/direct/core/DirectAttributeFamilyDescriptor.java | 2 +- .../direct/core/DirectAttributeFamilyProxyDescriptor.java | 2 +- .../main/java/cz/o2/proxima/direct/core/DirectDataOperator.java | 2 +- .../cz/o2/proxima/direct/core/DirectDataOperatorFactory.java | 2 +- .../direct/core/InvalidDirectAttributeFamilyDescriptor.java | 2 +- .../src/main/java/cz/o2/proxima/direct/core/LogObserver.java | 2 +- .../java/cz/o2/proxima/direct/core/OnlineAttributeWriter.java | 2 +- .../java/cz/o2/proxima/direct/core/OnlineAttributeWriters.java | 2 +- .../src/main/java/cz/o2/proxima/direct/core/StdoutStorage.java | 2 +- .../java/cz/o2/proxima/direct/core/batch/BatchLogObserver.java | 2 +- .../java/cz/o2/proxima/direct/core/batch/BatchLogObservers.java | 2 +- .../java/cz/o2/proxima/direct/core/batch/BatchLogReader.java | 2 +- .../java/cz/o2/proxima/direct/core/batch/BatchLogReaders.java | 2 +- .../java/cz/o2/proxima/direct/core/batch/BoundedPartition.java | 2 +- .../java/cz/o2/proxima/direct/core/batch/ObserveHandle.java | 2 +- .../src/main/java/cz/o2/proxima/direct/core/batch/Offset.java | 2 +- .../cz/o2/proxima/direct/core/batch/TerminationContext.java | 2 +- .../cz/o2/proxima/direct/core/commitlog/CommitLogObserver.java | 2 +- .../cz/o2/proxima/direct/core/commitlog/CommitLogObservers.java | 2 +- .../cz/o2/proxima/direct/core/commitlog/CommitLogReader.java | 2 +- .../cz/o2/proxima/direct/core/commitlog/CommitLogReaders.java | 2 +- .../java/cz/o2/proxima/direct/core/commitlog/ObserveHandle.java | 2 +- .../cz/o2/proxima/direct/core/commitlog/ObserveHandleUtils.java | 2 +- .../java/cz/o2/proxima/direct/core/commitlog/ObserverUtils.java | 2 +- .../main/java/cz/o2/proxima/direct/core/commitlog/Offset.java | 2 +- .../cz/o2/proxima/direct/core/commitlog/OffsetExternalizer.java | 2 +- .../o2/proxima/direct/core/commitlog/RetryableLogObserver.java | 2 +- .../java/cz/o2/proxima/direct/core/randomaccess/KeyValue.java | 2 +- .../o2/proxima/direct/core/randomaccess/MultiAccessBuilder.java | 2 +- .../o2/proxima/direct/core/randomaccess/RandomAccessReader.java | 2 +- .../cz/o2/proxima/direct/core/randomaccess/RandomOffset.java | 2 +- .../java/cz/o2/proxima/direct/core/randomaccess/RawOffset.java | 2 +- .../core/time/BoundedOutOfOrdernessWatermarkEstimator.java | 2 +- .../direct/core/time/MinimalPartitionWatermarkEstimator.java | 2 +- .../direct/core/time/NotProgressingWatermarkIdlePolicy.java | 2 +- .../core/time/ProcessingTimeShiftingWatermarkIdlePolicy.java | 2 +- .../direct/core/time/ProcessingTimeWatermarkEstimator.java | 2 +- .../direct/core/time/SkewedProcessingTimeIdlePolicy.java | 2 +- .../java/cz/o2/proxima/direct/core/time/TimestampSupplier.java | 2 +- .../core/time/UnboundedOutOfOrdernessWatermarkEstimator.java | 2 +- .../cz/o2/proxima/direct/core/time/WatermarkConfiguration.java | 2 +- .../direct/core/transaction/ClientTransactionManager.java | 2 +- .../proxima/direct/core/transaction/DelegatingCachedView.java | 2 +- .../direct/core/transaction/ServerTransactionManager.java | 2 +- .../proxima/direct/core/transaction/ThreadPooledObserver.java | 2 +- .../core/transaction/TransactionCommitTransformProvider.java | 2 +- .../core/transaction/TransactionCommitTransformation.java | 2 +- .../o2/proxima/direct/core/transaction/TransactionManager.java | 2 +- .../direct/core/transaction/TransactionMonitoringPolicy.java | 2 +- .../direct/core/transaction/TransactionResourceManager.java | 2 +- .../direct/core/transaction/TransactionalCachedView.java | 2 +- .../core/transaction/TransactionalOnlineAttributeWriter.java | 2 +- .../direct/core/transform/DirectElementWiseTransform.java | 2 +- .../proxima/direct/core/transform/TransformationObserver.java | 2 +- .../main/java/cz/o2/proxima/direct/core/view/CachedView.java | 2 +- .../o2/proxima/direct/core/view/LocalCachedPartitionedView.java | 2 +- .../o2/proxima/direct/core/view/TimeBoundedVersionedCache.java | 2 +- .../test/java/cz/o2/proxima/direct/core/CommitCallbackTest.java | 2 +- .../java/cz/o2/proxima/direct/core/DirectDataOperatorTest.java | 2 +- .../direct/core/InvalidDirectAttributeFamilyDescriptorTest.java | 2 +- .../cz/o2/proxima/direct/core/OnlineAttributeWritersTest.java | 2 +- .../src/test/java/cz/o2/proxima/direct/core/PartitionTest.java | 2 +- .../test/java/cz/o2/proxima/direct/core/StdoutStorageTest.java | 2 +- .../cz/o2/proxima/direct/core/batch/BatchLogObserversTest.java | 2 +- .../cz/o2/proxima/direct/core/batch/BatchLogReaderTest.java | 2 +- .../cz/o2/proxima/direct/core/batch/BoundedPartitionTest.java | 2 +- .../test/java/cz/o2/proxima/direct/core/batch/OffsetTest.java | 2 +- .../cz/o2/proxima/direct/core/batch/TerminationContextTest.java | 2 +- .../o2/proxima/direct/core/commitlog/CommitLogObserverTest.java | 2 +- .../proxima/direct/core/commitlog/CommitLogObserversTest.java | 2 +- .../o2/proxima/direct/core/commitlog/CommitLogReaderTest.java | 2 +- .../o2/proxima/direct/core/commitlog/CommitLogReadersTest.java | 2 +- .../cz/o2/proxima/direct/core/commitlog/LogObserverUtils.java | 2 +- .../proxima/direct/core/commitlog/RetryableLogObserverTest.java | 2 +- .../cz/o2/proxima/direct/core/randomaccess/KeyValueTest.java | 2 +- .../direct/core/randomaccess/MultiAccessBuilderTest.java | 2 +- .../direct/core/randomaccess/RandomAccessReaderTest.java | 2 +- .../core/replication/SingleTopicMultipleReplicationsTest.java | 2 +- .../core/storage/GlobalWatermarkThroughputLimiterTest.java | 2 +- .../cz/o2/proxima/direct/core/storage/InMemBulkStorage.java | 2 +- .../java/cz/o2/proxima/direct/core/storage/InMemStorage.java | 2 +- .../cz/o2/proxima/direct/core/storage/InMemStorageTest.java | 2 +- .../java/cz/o2/proxima/direct/core/storage/ListBatchReader.java | 2 +- .../cz/o2/proxima/direct/core/storage/ListBatchReaderTest.java | 2 +- .../java/cz/o2/proxima/direct/core/storage/ListCommitLog.java | 2 +- .../cz/o2/proxima/direct/core/storage/ListCommitLogTest.java | 2 +- .../cz/o2/proxima/direct/core/storage/StreamElementTest.java | 2 +- .../core/time/BoundedOutOfOrdernessWatermarkEstimatorTest.java | 2 +- .../core/time/MinimalPartitionWatermarkEstimatorTest.java | 2 +- .../direct/core/time/NotProgressingWatermarkIdlePolicyTest.java | 2 +- .../time/ProcessingTimeShiftingWatermarkIdlePolicyTest.java | 2 +- .../direct/core/time/ProcessingTimeWatermarkEstimatorTest.java | 2 +- .../direct/core/time/SkewedProcessingTimeIdlePolicyTest.java | 2 +- .../time/UnboundedOutOfOrdernessWatermarkEstimatorTest.java | 2 +- .../o2/proxima/direct/core/time/WatermarkConfigurationTest.java | 2 +- .../direct/core/transaction/ThreadPooledObserverTest.java | 2 +- .../core/transaction/TransactionCommitTransformationTest.java | 2 +- .../direct/core/transaction/TransactionResourceManagerTest.java | 2 +- .../core/transaction/TransactionUniqueConstraintValidator.java | 2 +- .../direct/core/transaction/TransactionValidatorTest.java | 2 +- .../direct/core/transaction/TransactionalCachedViewTest.java | 2 +- .../transaction/TransactionalOnlineAttributeWriterTest.java | 2 +- .../direct/core/transform/TransformationObserverTest.java | 2 +- .../java/cz/o2/proxima/direct/core/util/ReplicationRunner.java | 2 +- .../cz/o2/proxima/direct/core/util/TransformationRunner.java | 2 +- .../direct/core/view/LocalCachedPartitionedViewTest.java | 2 +- .../o2/proxima/direct/core/view/PartitionedCachedViewTest.java | 2 +- .../proxima/direct/core/view/TimeBoundedVersionedCacheTest.java | 2 +- direct/core/src/test/resources/log4j2.properties | 2 +- direct/ingest-client/build.gradle | 2 +- .../src/main/java/cz/o2/proxima/direct/client/IngestClient.java | 2 +- .../src/main/java/cz/o2/proxima/direct/client/Options.java | 2 +- .../test/java/cz/o2/proxima/direct/client/IngestClientTest.java | 2 +- .../java/cz/o2/proxima/direct/client/RetrieveServiceTest.java | 2 +- direct/ingest-client/src/test/resources/log4j2.properties | 2 +- direct/ingest-server/build.gradle | 2 +- .../src/main/java/cz/o2/proxima/direct/server/Constants.java | 2 +- .../src/main/java/cz/o2/proxima/direct/server/IngestServer.java | 2 +- .../main/java/cz/o2/proxima/direct/server/IngestService.java | 2 +- .../java/cz/o2/proxima/direct/server/ReplicationController.java | 2 +- .../main/java/cz/o2/proxima/direct/server/RetrieveService.java | 2 +- .../src/main/java/cz/o2/proxima/direct/server/Utils.java | 2 +- .../main/java/cz/o2/proxima/direct/server/metrics/Metrics.java | 2 +- .../proxima/direct/server/transaction/TransactionContext.java | 2 +- .../test/java/cz/o2/proxima/direct/server/IngestServerTest.java | 2 +- .../java/cz/o2/proxima/direct/server/IngestServiceTest.java | 2 +- .../cz/o2/proxima/direct/server/ReplicationControllerTest.java | 2 +- .../java/cz/o2/proxima/direct/server/RetrieveServiceTest.java | 2 +- .../o2/proxima/direct/server/transaction/TransactionsTest.java | 2 +- direct/ingest-server/src/test/proto/test.proto | 2 +- direct/ingest-server/src/test/resources/log4j2.properties | 2 +- direct/io-bigtable/build.gradle | 2 +- .../java/cz/o2/proxima/direct/io/bigtable/BigTableStorage.java | 2 +- .../cz/o2/proxima/direct/io/bigtable/BigTableStorageTest.java | 2 +- direct/io-blob/build.gradle | 2 +- .../src/main/java/cz/o2/proxima/direct/io/blob/BlobBase.java | 2 +- .../main/java/cz/o2/proxima/direct/io/blob/BlobLogReader.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/blob/BlobPath.java | 2 +- .../java/cz/o2/proxima/direct/io/blob/BlobStorageAccessor.java | 2 +- .../main/java/cz/o2/proxima/direct/io/blob/BulkBlobWriter.java | 2 +- .../main/java/cz/o2/proxima/direct/io/blob/RetryStrategy.java | 2 +- .../java/cz/o2/proxima/direct/io/blob/BlobLogReaderTest.java | 2 +- .../test/java/cz/o2/proxima/direct/io/blob/BlobPathTest.java | 2 +- .../cz/o2/proxima/direct/io/blob/BlobStorageAccessorTest.java | 2 +- .../java/cz/o2/proxima/direct/io/blob/BulkBlobWriterTest.java | 2 +- .../java/cz/o2/proxima/direct/io/blob/RetryStrategyTest.java | 2 +- .../cz/o2/proxima/direct/io/blob/TestBlobStorageAccessor.java | 2 +- direct/io-blob/src/test/resources/log4j2.properties | 2 +- direct/io-bulkfs-parquet/build.gradle | 2 +- .../o2/proxima/direct/io/bulkfs/parquet/ParquetFileFormat.java | 2 +- .../cz/o2/proxima/direct/io/bulkfs/parquet/ParquetUtils.java | 2 +- .../proxima/direct/io/bulkfs/parquet/ProximaParquetReader.java | 2 +- .../proxima/direct/io/bulkfs/parquet/ProximaParquetWriter.java | 2 +- .../direct/io/bulkfs/parquet/StreamElementMaterializer.java | 2 +- .../direct/io/bulkfs/parquet/StreamElementWriteSupport.java | 2 +- .../proxima/direct/bulk/fs/parquet/ParquetFileFormatTest.java | 2 +- .../cz/o2/proxima/direct/bulk/fs/parquet/ParquetUtilsTest.java | 2 +- .../direct/bulk/fs/parquet/StreamElementWriteSupportTest.java | 2 +- direct/io-bulkfs-parquet/src/test/resources/log4j2.properties | 2 +- direct/io-bulkfs/build.gradle | 2 +- .../direct/io/bulkfs/AbstractBulkFileSystemAttributeWriter.java | 2 +- .../java/cz/o2/proxima/direct/io/bulkfs/BinaryBlobFormat.java | 2 +- .../cz/o2/proxima/direct/io/bulkfs/DefaultNamingConvention.java | 2 +- .../direct/io/bulkfs/DefaultNamingConventionFactory.java | 2 +- .../main/java/cz/o2/proxima/direct/io/bulkfs/FileFormat.java | 2 +- .../java/cz/o2/proxima/direct/io/bulkfs/FileFormatUtils.java | 2 +- .../main/java/cz/o2/proxima/direct/io/bulkfs/FileSystem.java | 2 +- .../main/java/cz/o2/proxima/direct/io/bulkfs/JsonFormat.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/bulkfs/LocalPath.java | 2 +- .../java/cz/o2/proxima/direct/io/bulkfs/NamingConvention.java | 2 +- .../cz/o2/proxima/direct/io/bulkfs/NamingConventionFactory.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/bulkfs/Path.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/bulkfs/Reader.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/bulkfs/Writer.java | 2 +- .../io/bulkfs/AbstractBulkFileSystemAttributeWriterTest.java | 2 +- .../cz/o2/proxima/direct/io/bulkfs/AbstractFileFormatTest.java | 2 +- .../cz/o2/proxima/direct/io/bulkfs/BinaryBlobFormatTest.java | 2 +- .../java/cz/o2/proxima/direct/io/bulkfs/ComplexWriteTest.java | 2 +- .../proxima/direct/io/bulkfs/DefaultNamingConventionTest.java | 2 +- .../cz/o2/proxima/direct/io/bulkfs/FileFormatUtilsTest.java | 2 +- .../java/cz/o2/proxima/direct/io/bulkfs/FileSystemTest.java | 2 +- .../java/cz/o2/proxima/direct/io/bulkfs/JsonFormatTest.java | 2 +- .../test/java/cz/o2/proxima/direct/io/bulkfs/LocalPathTest.java | 2 +- direct/io-bulkfs/src/test/resources/log4j2.properties | 2 +- direct/io-cassandra/build.gradle | 2 +- .../cz/o2/proxima/direct/io/cassandra/CacheableCqlFactory.java | 2 +- .../cz/o2/proxima/direct/io/cassandra/CassandraDBAccessor.java | 2 +- .../cz/o2/proxima/direct/io/cassandra/CassandraLogReader.java | 2 +- .../cz/o2/proxima/direct/io/cassandra/CassandraPartition.java | 2 +- .../o2/proxima/direct/io/cassandra/CassandraRandomReader.java | 2 +- .../proxima/direct/io/cassandra/CassandraStorageDescriptor.java | 2 +- .../java/cz/o2/proxima/direct/io/cassandra/CassandraWriter.java | 2 +- .../main/java/cz/o2/proxima/direct/io/cassandra/CqlFactory.java | 2 +- .../cz/o2/proxima/direct/io/cassandra/DateToLongConverter.java | 2 +- .../cz/o2/proxima/direct/io/cassandra/DefaultCqlFactory.java | 2 +- .../main/java/cz/o2/proxima/direct/io/cassandra/Offsets.java | 2 +- .../java/cz/o2/proxima/direct/io/cassandra/StringConverter.java | 2 +- .../o2/proxima/direct/io/cassandra/TransformingCqlFactory.java | 2 +- .../o2/proxima/direct/io/cassandra/CassandraDBAccessorTest.java | 2 +- .../direct/io/cassandra/CassandraStorageDescriptorTest.java | 2 +- .../o2/proxima/direct/io/cassandra/DefaultCqlFactoryTest.java | 2 +- .../java/cz/o2/proxima/direct/io/cassandra/EmptyResultSet.java | 2 +- .../proxima/direct/io/cassandra/TransformingCqlFactoryTest.java | 2 +- direct/io-cassandra/src/test/resources/log4j2.properties | 2 +- direct/io-elasticsearch/module/build.gradle | 2 +- .../o2/proxima/direct/io/elasticsearch/DocumentFormatter.java | 2 +- .../proxima/direct/io/elasticsearch/ElasticsearchAccessor.java | 2 +- .../proxima/direct/io/elasticsearch/ElasticsearchClients.java | 2 +- .../proxima/direct/io/elasticsearch/ElasticsearchStorage.java | 2 +- .../o2/proxima/direct/io/elasticsearch/ElasticsearchWriter.java | 2 +- .../direct/io/elasticsearch/ElasticsearchAccessorTest.java | 2 +- .../direct/io/elasticsearch/ElasticsearchClientsTest.java | 2 +- .../direct/io/elasticsearch/ElasticsearchStorageTest.java | 2 +- .../direct/io/elasticsearch/ElasticsearchWriterTest.java | 2 +- .../module/src/test/resources/log4j2.properties | 2 +- direct/io-elasticsearch/shade/build.gradle | 2 +- direct/io-gcloud-storage/build.gradle | 2 +- .../direct/io/gcloud/storage/BulkGCloudStorageWriter.java | 2 +- .../cz/o2/proxima/direct/io/gcloud/storage/GCloudBlobPath.java | 2 +- .../cz/o2/proxima/direct/io/gcloud/storage/GCloudClient.java | 2 +- .../o2/proxima/direct/io/gcloud/storage/GCloudFileSystem.java | 2 +- .../cz/o2/proxima/direct/io/gcloud/storage/GCloudLogReader.java | 2 +- .../proxima/direct/io/gcloud/storage/GCloudStorageAccessor.java | 2 +- .../direct/io/gcloud/storage/GCloudStorageDescriptor.java | 2 +- .../o2/proxima/direct/io/gcloud/storage/GCloudBlobPathTest.java | 2 +- .../o2/proxima/direct/io/gcloud/storage/GCloudClientTest.java | 2 +- .../proxima/direct/io/gcloud/storage/GCloudFileSystemTest.java | 2 +- .../proxima/direct/io/gcloud/storage/GCloudLogReaderTest.java | 2 +- .../direct/io/gcloud/storage/GCloudStorageAccessorTest.java | 2 +- .../direct/io/gcloud/storage/GCloudStorageDescriptorTest.java | 2 +- .../proxima/direct/io/gcloud/storage/MockGCloudFileSystem.java | 2 +- direct/io-gcloud-storage/src/test/resources/log4j2.properties | 2 +- direct/io-hadoop/build.gradle | 2 +- .../cz/o2/proxima/direct/io/hadoop/HadoopBatchLogReader.java | 2 +- .../o2/proxima/direct/io/hadoop/HadoopBulkAttributeWriter.java | 2 +- .../java/cz/o2/proxima/direct/io/hadoop/HadoopDataAccessor.java | 2 +- .../java/cz/o2/proxima/direct/io/hadoop/HadoopFileSystem.java | 2 +- .../java/cz/o2/proxima/direct/io/hadoop/HadoopPartition.java | 2 +- .../main/java/cz/o2/proxima/direct/io/hadoop/HadoopPath.java | 2 +- .../main/java/cz/o2/proxima/direct/io/hadoop/HadoopStorage.java | 2 +- .../java/cz/o2/proxima/direct/io/hadoop/HadoopPathTest.java | 2 +- .../java/cz/o2/proxima/direct/io/hadoop/HadoopStorageTest.java | 2 +- direct/io-hadoop/src/test/resources/log4j2.properties | 2 +- direct/io-hbase-bindings/build.gradle | 2 +- .../java/cz/o2/proxima/direct/io/hbase/HBaseClientWrapper.java | 2 +- .../java/cz/o2/proxima/direct/io/hbase/HBaseDataAccessor.java | 2 +- .../main/java/cz/o2/proxima/direct/io/hbase/HBaseLogReader.java | 2 +- .../main/java/cz/o2/proxima/direct/io/hbase/HBasePartition.java | 2 +- .../cz/o2/proxima/direct/io/hbase/HBaseStorageDescriptor.java | 2 +- .../main/java/cz/o2/proxima/direct/io/hbase/HBaseWriter.java | 2 +- .../java/cz/o2/proxima/direct/io/hbase/InternalSerializer.java | 2 +- .../java/cz/o2/proxima/direct/io/hbase/InternalSerializers.java | 2 +- .../java/cz/o2/proxima/direct/io/hbase/RandomHBaseReader.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/hbase/Util.java | 2 +- .../cz/o2/proxima/direct/io/hbase/HBaseDataAccessorTest.java | 2 +- .../java/cz/o2/proxima/direct/io/hbase/HBaseLogReaderTest.java | 2 +- .../java/cz/o2/proxima/direct/io/hbase/HBaseWriterTest.java | 2 +- .../test/java/cz/o2/proxima/direct/io/hbase/HbaseTestUtil.java | 2 +- .../cz/o2/proxima/direct/io/hbase/RandomHBaseReaderTest.java | 2 +- .../src/test/java/cz/o2/proxima/direct/io/hbase/UtilTest.java | 2 +- direct/io-hbase-bindings/src/test/resources/log4j2.properties | 2 +- direct/io-hbase/build.gradle | 2 +- .../main/java/cz/o2/proxima/direct/io/hbase/Placeholder.java | 2 +- direct/io-hdfs/build.gradle | 2 +- .../src/main/java/cz/o2/proxima/direct/io/hdfs/Placeholder.java | 2 +- direct/io-http/build.gradle | 2 +- .../src/main/java/cz/o2/proxima/direct/io/http/ConnFactory.java | 2 +- .../main/java/cz/o2/proxima/direct/io/http/HttpAccessor.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/http/HttpStorage.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/http/HttpWriter.java | 2 +- .../java/cz/o2/proxima/direct/io/http/TestableConnFactory.java | 2 +- .../main/java/cz/o2/proxima/direct/io/http/WebsocketReader.java | 2 +- .../direct/io/http/opentsdb/OpenTsdbConnectionFactory.java | 2 +- .../cz/o2/proxima/direct/io/http/opentsdb/OpenTsdbWriter.java | 2 +- .../java/cz/o2/proxima/direct/io/http/HttpAccessorTest.java | 2 +- .../test/java/cz/o2/proxima/direct/io/http/HttpStorageTest.java | 2 +- .../java/cz/o2/proxima/direct/io/http/SerializableTest.java | 2 +- .../direct/io/http/opentsdb/OpenTsdbConnectionFactoryTest.java | 2 +- direct/io-http/src/test/resources/log4j2.properties | 2 +- direct/io-jdbc/build.gradle | 2 +- .../src/main/java/cz/o2/proxima/direct/jdbc/Converter.java | 2 +- .../main/java/cz/o2/proxima/direct/jdbc/JdbcBatchLogReader.java | 2 +- .../main/java/cz/o2/proxima/direct/jdbc/JdbcDataAccessor.java | 2 +- .../cz/o2/proxima/direct/jdbc/JdbcOnlineAttributeReader.java | 2 +- .../cz/o2/proxima/direct/jdbc/JdbcOnlineAttributeWriter.java | 2 +- .../java/cz/o2/proxima/direct/jdbc/JdbcStorageDescriptor.java | 2 +- .../src/main/java/cz/o2/proxima/direct/jdbc/Offsets.java | 2 +- .../main/java/cz/o2/proxima/direct/jdbc/RowAsJsonConverter.java | 2 +- .../proxima/direct/jdbc/RowAsJsonLogReaderStatementFactory.java | 2 +- .../java/cz/o2/proxima/direct/jdbc/SqlStatementFactory.java | 2 +- .../cz/o2/proxima/direct/jdbc/HsqldbSqlStatementFactory.java | 2 +- .../src/test/java/cz/o2/proxima/direct/jdbc/JdbcBaseTest.java | 2 +- .../proxima/direct/jdbc/JdbcBatchLogReaderTableAsJsonTest.java | 2 +- .../java/cz/o2/proxima/direct/jdbc/JdbcBatchLogReaderTest.java | 2 +- .../java/cz/o2/proxima/direct/jdbc/JdbcDataAccessorTest.java | 2 +- .../o2/proxima/direct/jdbc/JdbcOnlineAttributeReaderTest.java | 2 +- .../o2/proxima/direct/jdbc/JdbcOnlineAttributeWriterTest.java | 2 +- .../cz/o2/proxima/direct/jdbc/JdbcStorageDescriptorTest.java | 2 +- .../src/test/java/cz/o2/proxima/direct/jdbc/TestConverter.java | 2 +- direct/io-kafka/build.gradle | 2 +- .../java/cz/o2/proxima/direct/io/kafka/ElementConsumer.java | 2 +- .../java/cz/o2/proxima/direct/io/kafka/ElementConsumers.java | 2 +- .../java/cz/o2/proxima/direct/io/kafka/ElementSerializer.java | 2 +- .../main/java/cz/o2/proxima/direct/io/kafka/KafkaAccessor.java | 2 +- .../cz/o2/proxima/direct/io/kafka/KafkaConsumerFactory.java | 2 +- .../main/java/cz/o2/proxima/direct/io/kafka/KafkaLogReader.java | 2 +- .../main/java/cz/o2/proxima/direct/io/kafka/KafkaStorage.java | 2 +- .../java/cz/o2/proxima/direct/io/kafka/KafkaStreamElement.java | 2 +- .../cz/o2/proxima/direct/io/kafka/KafkaThroughputLimiter.java | 2 +- .../o2/proxima/direct/io/kafka/KafkaWatermarkConfiguration.java | 2 +- .../main/java/cz/o2/proxima/direct/io/kafka/KafkaWriter.java | 2 +- .../java/cz/o2/proxima/direct/io/kafka/OffsetCommitter.java | 2 +- .../java/cz/o2/proxima/direct/io/kafka/PartitionWithTopic.java | 2 +- .../main/java/cz/o2/proxima/direct/io/kafka/TopicOffset.java | 2 +- .../cz/o2/proxima/direct/io/kafka/TopicOffsetExternalizer.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/kafka/Utils.java | 2 +- .../direct/io/kafka/serializer/ValueAsBytesSerializer.java | 2 +- .../direct/io/kafka/serializer/ValueAsStringSerializer.java | 2 +- .../test/java/cz/o2/proxima/direct/io/kafka/ConsumerGroup.java | 2 +- .../java/cz/o2/proxima/direct/io/kafka/KafkaAccessorTest.java | 2 +- .../java/cz/o2/proxima/direct/io/kafka/KafkaLogReaderIT.java | 2 +- .../direct/io/kafka/KafkaStreamElementSerializerTest.java | 2 +- .../o2/proxima/direct/io/kafka/KafkaThroughputLimiterTest.java | 2 +- .../direct/io/kafka/KafkaWatermarkConfigurationTest.java | 2 +- .../proxima/direct/io/kafka/LocalKafkaCommitLogDescriptor.java | 2 +- .../direct/io/kafka/LocalKafkaCommitLogDescriptorTest.java | 2 +- .../java/cz/o2/proxima/direct/io/kafka/OffsetCommitterTest.java | 2 +- .../o2/proxima/direct/io/kafka/TopicOffsetExternalizerTest.java | 2 +- .../java/cz/o2/proxima/direct/io/kafka/TopicOffsetTest.java | 2 +- .../direct/io/kafka/serializer/ValueAsBytesSerializerTest.java | 2 +- .../direct/io/kafka/serializer/ValueAsStringSerializerTest.java | 2 +- direct/io-kafka/src/test/resources/log4j2.properties | 2 +- direct/io-pubsub/module/build.gradle | 2 +- .../cz/o2/proxima/direct/io/pubsub/AbstractPubSubReader.java | 2 +- .../cz/o2/proxima/direct/io/pubsub/AbstractPubSubWriter.java | 2 +- .../java/cz/o2/proxima/direct/io/pubsub/PubSubAccessor.java | 2 +- .../java/cz/o2/proxima/direct/io/pubsub/PubSubBulkReader.java | 2 +- .../java/cz/o2/proxima/direct/io/pubsub/PubSubBulkWriter.java | 2 +- .../main/java/cz/o2/proxima/direct/io/pubsub/PubSubReader.java | 2 +- .../main/java/cz/o2/proxima/direct/io/pubsub/PubSubStorage.java | 2 +- .../proxima/direct/io/pubsub/PubSubWatermarkConfiguration.java | 2 +- .../main/java/cz/o2/proxima/direct/io/pubsub/PubSubWriter.java | 2 +- .../o2/proxima/direct/io/pubsub/AbstractPubSubReaderTest.java | 2 +- .../o2/proxima/direct/io/pubsub/AbstractPubSubWriterTest.java | 2 +- .../test/java/cz/o2/proxima/direct/io/pubsub/MockPublisher.java | 2 +- .../java/cz/o2/proxima/direct/io/pubsub/MockSubscriber.java | 2 +- .../cz/o2/proxima/direct/io/pubsub/PubSubBulkReaderTest.java | 2 +- .../cz/o2/proxima/direct/io/pubsub/PubSubBulkWriterTest.java | 2 +- .../java/cz/o2/proxima/direct/io/pubsub/PubSubReaderTest.java | 2 +- .../java/cz/o2/proxima/direct/io/pubsub/PubSubStorageTest.java | 2 +- .../direct/io/pubsub/PubSubWatermarkConfigurationTest.java | 2 +- .../java/cz/o2/proxima/direct/io/pubsub/PubSubWriterTest.java | 2 +- .../src/test/java/cz/o2/proxima/direct/io/pubsub/Util.java | 2 +- direct/io-pubsub/module/src/test/resources/log4j2.properties | 2 +- direct/io-pubsub/shade/build.gradle | 2 +- direct/io-s3/build.gradle | 2 +- .../src/main/java/cz/o2/proxima/direct/io/s3/BulkS3Writer.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/s3/S3Accessor.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/s3/S3BlobPath.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/s3/S3Client.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/s3/S3FileSystem.java | 2 +- .../src/main/java/cz/o2/proxima/direct/io/s3/S3LogReader.java | 2 +- .../java/cz/o2/proxima/direct/io/s3/S3StorageDescriptor.java | 2 +- .../test/java/cz/o2/proxima/direct/io/s3/S3AccessorTest.java | 2 +- .../test/java/cz/o2/proxima/direct/io/s3/S3BlobPathTest.java | 2 +- .../src/test/java/cz/o2/proxima/direct/io/s3/S3ClientTest.java | 2 +- .../test/java/cz/o2/proxima/direct/io/s3/S3FileSystemTest.java | 2 +- .../cz/o2/proxima/direct/io/s3/S3StorageDescriptorTest.java | 2 +- direct/transaction-manager/build.gradle | 2 +- .../java/cz/o2/proxima/direct/transaction/manager/Metrics.java | 2 +- .../direct/transaction/manager/TransactionLogObserver.java | 2 +- .../transaction/manager/TransactionLogObserverFactory.java | 2 +- .../direct/transaction/manager/TransactionManagerServer.java | 2 +- .../direct/transaction/manager/TestMonitoringPolicy.java | 2 +- .../cz/o2/proxima/direct/transaction/manager/TransactionIT.java | 2 +- .../proxima/direct/transaction/manager/TransactionIT_Large.java | 2 +- .../direct/transaction/manager/TransactionLogObserverTest.java | 2 +- .../transaction/manager/TransactionManagerServerTest.java | 2 +- direct/transaction-manager/src/test/resources/log4j2.properties | 2 +- docs/src/config.yaml | 2 +- example/model/build.gradle | 2 +- .../main/java/cz/o2/proxima/example/EventDataToUserHistory.java | 2 +- .../main/java/cz/o2/proxima/example/EventHistoryCqlFactory.java | 2 +- .../src/main/java/cz/o2/proxima/example/EventHistoryFilter.java | 2 +- .../src/main/java/cz/o2/proxima/example/EventPartitioner.java | 2 +- .../src/test/java/cz/o2/proxima/example/model/ModelTest.java | 2 +- example/proto/build.gradle | 2 +- example/proto/src/main/proto/event.proto | 2 +- example/proto/src/main/proto/product.proto | 2 +- example/proto/src/main/proto/user.proto | 2 +- example/pyclient/Makefile | 2 +- example/pyclient/pyclient.py | 2 +- example/pyclient/requirements.txt | 2 +- example/server/bin/config.sh | 2 +- example/server/bin/cqlsh.sh | 2 +- example/server/bin/create-topics.sh | 2 +- example/server/bin/entry-point.sh | 2 +- example/server/bin/hbase_table.sh | 2 +- example/server/bin/kafka-topics.sh | 2 +- example/server/bin/kafka_jaas.conf | 2 +- example/server/bin/run.sh | 2 +- example/server/build.gradle | 2 +- example/server/deployment/grpc-server.yaml | 2 +- example/server/deployment/minikube-osx-fix.yaml | 2 +- example/server/deployment/replication-controller.yaml | 2 +- example/server/deployment/services/cassandra.yaml | 2 +- example/server/deployment/services/hbase.yaml | 2 +- example/server/deployment/services/hdfs.yaml | 2 +- example/server/deployment/services/kafka.yaml | 2 +- example/server/deployment/services/zookeeper.yaml | 2 +- example/server/src/main/cql/000-create-keyspace.cql | 2 +- example/server/src/main/resources/log4j2.properties | 2 +- example/tools/bin/console.sh | 2 +- example/tools/bin/entry-point.sh | 2 +- example/tools/bin/run.sh | 2 +- example/tools/build.gradle | 2 +- example/tools/deployment/proxima-console.yaml | 2 +- example/tools/src/main/resources/log4j2.properties | 2 +- flink/core/build.gradle | 2 +- .../cz/o2/proxima/flink/core/AbstractLogSourceFunction.java | 2 +- .../cz/o2/proxima/flink/core/AbstractSourceLogObserver.java | 2 +- .../java/cz/o2/proxima/flink/core/BatchLogSourceFunction.java | 2 +- .../java/cz/o2/proxima/flink/core/CommitLogSourceFunction.java | 2 +- .../src/main/java/cz/o2/proxima/flink/core/ResultExtractor.java | 2 +- .../proxima/flink/core/batch/OffsetTrackingBatchLogReader.java | 2 +- .../cz/o2/proxima/flink/core/BatchLogSourceFunctionTest.java | 2 +- .../cz/o2/proxima/flink/core/CommitLogSourceFunctionTest.java | 2 +- .../test/java/cz/o2/proxima/flink/core/ResultExtractorTest.java | 2 +- .../test/java/cz/o2/proxima/flink/core/TestSourceContext.java | 2 +- .../flink/core/batch/OffsetTrackingBatchLogReaderTest.java | 2 +- flink/utils/build.gradle | 2 +- .../cz/o2/proxima/flink/utils/FlinkGlobalWatermarkTracker.java | 2 +- .../o2/proxima/flink/utils/FlinkGlobalWatermarkTrackerTest.java | 2 +- gradle.properties | 2 +- io/io-pubsub/build.gradle | 2 +- .../src/main/java/cz/o2/proxima/io/pubsub/util/PubSubUtils.java | 2 +- io/io-pubsub/src/main/proto/PubSub.proto | 2 +- .../test/java/cz/o2/proxima/io/pubsub/util/PubSubUtilsTest.java | 2 +- io/io-pubsub/src/test/resources/log4j2.properties | 2 +- io/io-serialization/build.gradle | 2 +- io/io-serialization/src/main/proto/serialization.proto | 2 +- requirements.txt | 2 +- rpc/build.gradle | 2 +- rpc/src/main/proto/rpc.proto | 2 +- scheme/avro/build.gradle | 2 +- .../src/main/java/cz/o2/proxima/scheme/avro/AvroSerializer.java | 2 +- .../java/cz/o2/proxima/scheme/avro/AvroSerializerFactory.java | 2 +- scheme/avro/src/test/avro/scheme.avsc | 2 +- .../cz/o2/proxima/scheme/avro/AvroSerializerFactoryTest.java | 2 +- scheme/avro/src/test/resources/log4j2.properties | 2 +- scheme/confluent/build.gradle | 2 +- .../scheme/confluent/SchemaRegistrySerializerFactory.java | 2 +- .../proxima/scheme/confluent/SchemaRegistryValueSerializer.java | 2 +- .../scheme/confluent/SchemaRegistrySerializerFactoryTest.java | 2 +- scheme/confluent/src/test/resources/log4j2.properties | 2 +- scheme/proto-testing/build.gradle | 2 +- .../java/cz/o2/proxima/scheme/proto/testing/Placeholder.java | 2 +- scheme/proto/build.gradle | 2 +- .../cz/o2/proxima/scheme/proto/JsonProtoSerializerFactory.java | 2 +- .../cz/o2/proxima/scheme/proto/ProtoMessageValueAccessor.java | 2 +- .../java/cz/o2/proxima/scheme/proto/ProtoSerializerFactory.java | 2 +- .../main/java/cz/o2/proxima/scheme/proto/utils/ProtoUtils.java | 2 +- scheme/proto/src/main/proto/transactions.proto | 2 +- .../o2/proxima/scheme/proto/JsonProtoSerializerFactoryTest.java | 2 +- .../o2/proxima/scheme/proto/ProtoMessageValueAccessorTest.java | 2 +- .../cz/o2/proxima/scheme/proto/ProtoSerializerFactoryTest.java | 2 +- .../java/cz/o2/proxima/scheme/proto/utils/ProtoUtilsTest.java | 2 +- scheme/proto/src/test/proto/readme.proto | 2 +- scheme/proto/src/test/proto/scheme.proto | 2 +- scheme/proto/src/test/resources/log4j2.properties | 2 +- settings.gradle | 2 +- setup.py | 2 +- tools/build.gradle | 2 +- .../cz/o2/proxima/tools/groovy/internal/ClassloaderUtils.groovy | 2 +- .../o2/proxima/tools/groovy/internal/ProximaInterpreter.groovy | 2 +- .../cz/o2/proxima/tools/groovy/AttributeDescriptorProvider.java | 2 +- tools/src/main/java/cz/o2/proxima/tools/groovy/Compiler.java | 2 +- tools/src/main/java/cz/o2/proxima/tools/groovy/Console.java | 2 +- tools/src/main/java/cz/o2/proxima/tools/groovy/GroovyEnv.java | 2 +- .../java/cz/o2/proxima/tools/groovy/RepositoryProvider.java | 2 +- tools/src/main/java/cz/o2/proxima/tools/groovy/Stream.java | 2 +- .../main/java/cz/o2/proxima/tools/groovy/StreamProvider.java | 2 +- .../main/java/cz/o2/proxima/tools/groovy/ToolsClassLoader.java | 2 +- .../main/java/cz/o2/proxima/tools/groovy/WindowedStream.java | 2 +- .../src/main/java/cz/o2/proxima/tools/groovy/util/Closures.java | 2 +- tools/src/main/java/cz/o2/proxima/tools/groovy/util/Types.java | 2 +- .../main/java/cz/o2/proxima/tools/io/ConsoleRandomReader.java | 2 +- .../proxima/tools/groovy/internal/ProximaInterpreterTest.groovy | 2 +- .../java/cz/o2/proxima/tools/groovy/AbstractStreamTest.java | 2 +- .../cz/o2/proxima/tools/groovy/AbstractWindowedStreamTest.java | 2 +- .../src/test/java/cz/o2/proxima/tools/groovy/CompilerTest.java | 2 +- tools/src/test/java/cz/o2/proxima/tools/groovy/ConsoleTest.java | 2 +- .../java/cz/o2/proxima/tools/groovy/DummyStreamProvider.java | 2 +- .../src/test/java/cz/o2/proxima/tools/groovy/GroovyEnvTest.java | 2 +- tools/src/test/java/cz/o2/proxima/tools/groovy/GroovyTest.java | 2 +- .../test/java/cz/o2/proxima/tools/groovy/JavaTypedClosure.java | 2 +- tools/src/test/java/cz/o2/proxima/tools/groovy/StreamTest.java | 2 +- .../java/cz/o2/proxima/tools/groovy/TestStreamProvider.java | 2 +- .../java/cz/o2/proxima/tools/groovy/TimeWindowedStreamTest.java | 2 +- .../java/cz/o2/proxima/tools/groovy/WindowedStreamTest.java | 2 +- .../test/java/cz/o2/proxima/tools/groovy/util/ClosuresTest.java | 2 +- .../o2/proxima/tools/groovy/util/ConsoleRandomReaderTest.java | 2 +- .../test/java/cz/o2/proxima/tools/groovy/util/TypesTest.java | 2 +- tools/src/test/resources/log4j2.properties | 2 +- utils-zookeeper/build.gradle | 2 +- .../cz/o2/proxima/utils/zookeeper/ZKGlobalWatermarkTracker.java | 2 +- .../proxima/utils/zookeeper/ZKGlobalWatermarkTrackerTest.java | 2 +- utils-zookeeper/src/test/resources/log4j2.properties | 2 +- vendor/config/build.gradle | 2 +- vendor/libs/build.gradle | 2 +- 849 files changed, 849 insertions(+), 849 deletions(-) diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml index db53233c4..39ac3d3bc 100644 --- a/.github/autolabeler.yml +++ b/.github/autolabeler.yml @@ -1,5 +1,5 @@ # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/generate-megrerequest-list.sh b/.github/generate-megrerequest-list.sh index 166707372..7cdb51554 100755 --- a/.github/generate-megrerequest-list.sh +++ b/.github/generate-megrerequest-list.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20b25c03d..c7fb5a6a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/deploy-snapshot.sh b/.github/workflows/deploy-snapshot.sh index 120189b37..24b9a07a0 100755 --- a/.github/workflows/deploy-snapshot.sh +++ b/.github/workflows/deploy-snapshot.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/functions.sh b/.github/workflows/functions.sh index 7c032b093..dc6010425 100644 --- a/.github/workflows/functions.sh +++ b/.github/workflows/functions.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/gradle.sh b/.github/workflows/gradle.sh index 62e6e0c14..578bf60f0 100755 --- a/.github/workflows/gradle.sh +++ b/.github/workflows/gradle.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 9d3c25d9e..22d2e4475 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -1,5 +1,5 @@ # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/sync-o2-master.sh b/.github/workflows/sync-o2-master.sh index cf2450493..a5281ca7f 100755 --- a/.github/workflows/sync-o2-master.sh +++ b/.github/workflows/sync-o2-master.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/sync-with-o2.yml b/.github/workflows/sync-with-o2.yml index ed8a7e902..01d21e714 100644 --- a/.github/workflows/sync-with-o2.yml +++ b/.github/workflows/sync-with-o2.yml @@ -1,5 +1,5 @@ # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/tests/functions_tests.sh b/.github/workflows/tests/functions_tests.sh index f89040839..5b514e80f 100755 --- a/.github/workflows/tests/functions_tests.sh +++ b/.github/workflows/tests/functions_tests.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 415d3f89d..42a8a8ad5 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Proxima platform -Copyright 2017-2024 O2 Czech Republic +Copyright 2017-2025 O2 Czech Republic This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/beam/core-testing/build.gradle b/beam/core-testing/build.gradle index 2f5bfcab5..32f8c2ae7 100644 --- a/beam/core-testing/build.gradle +++ b/beam/core-testing/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core-testing/src/main/java/cz/o2/proxima/beam/ReadMe.java b/beam/core-testing/src/main/java/cz/o2/proxima/beam/ReadMe.java index 4a54e54fc..5855972f4 100644 --- a/beam/core-testing/src/main/java/cz/o2/proxima/beam/ReadMe.java +++ b/beam/core-testing/src/main/java/cz/o2/proxima/beam/ReadMe.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core-testing/src/main/java/cz/o2/proxima/beam/storage/TestStreamStorage.java b/beam/core-testing/src/main/java/cz/o2/proxima/beam/storage/TestStreamStorage.java index caff60790..853c3ca7e 100644 --- a/beam/core-testing/src/main/java/cz/o2/proxima/beam/storage/TestStreamStorage.java +++ b/beam/core-testing/src/main/java/cz/o2/proxima/beam/storage/TestStreamStorage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/Book.java b/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/Book.java index 4d47cb6f2..7c17b5798 100644 --- a/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/Book.java +++ b/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/Book.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/EndToEndTest.java b/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/EndToEndTest.java index 4fe979e10..4847a5c76 100644 --- a/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/EndToEndTest.java +++ b/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/EndToEndTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/TestStreamStorageTest.java b/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/TestStreamStorageTest.java index a7a89bc17..aeebb49c5 100644 --- a/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/TestStreamStorageTest.java +++ b/beam/core-testing/src/test/java/cz/o2/proxima/beam/storage/TestStreamStorageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/build.gradle b/beam/core/build.gradle index a533ea8b3..de07cff32 100644 --- a/beam/core/build.gradle +++ b/beam/core/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/AttributeFamilyProxyDataAccessor.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/AttributeFamilyProxyDataAccessor.java index 5916b768d..2de0327ef 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/AttributeFamilyProxyDataAccessor.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/AttributeFamilyProxyDataAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamDataOperator.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamDataOperator.java index 1d84567ce..a24812d3e 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamDataOperator.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamDataOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamDataOperatorFactory.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamDataOperatorFactory.java index 9f43218e1..df01ad3eb 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamDataOperatorFactory.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamDataOperatorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamProxyTransform.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamProxyTransform.java index f5ca6c544..f1823ab00 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamProxyTransform.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/BeamProxyTransform.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/DataAccessor.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/DataAccessor.java index 1464d97e3..edd404ff6 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/DataAccessor.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/DataAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/DataAccessorFactory.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/DataAccessorFactory.java index e40b18c97..d3cc4d0b9 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/DataAccessorFactory.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/DataAccessorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/PCollectionTools.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/PCollectionTools.java index 2422962b7..0a3e736e2 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/PCollectionTools.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/PCollectionTools.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/ProximaPipelineOptions.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/ProximaPipelineOptions.java index 28f8c6df9..bf17fa093 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/ProximaPipelineOptions.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/ProximaPipelineOptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/AbstractDirectBoundedSource.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/AbstractDirectBoundedSource.java index 726c30e7d..16d7efd44 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/AbstractDirectBoundedSource.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/AbstractDirectBoundedSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BatchLogRead.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BatchLogRead.java index 71185939b..b1ae25883 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BatchLogRead.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BatchLogRead.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BatchRestrictionTracker.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BatchRestrictionTracker.java index 34235457b..a2212b313 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BatchRestrictionTracker.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BatchRestrictionTracker.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BeamCommitLogReader.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BeamCommitLogReader.java index ddbca1904..834641833 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BeamCommitLogReader.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BeamCommitLogReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BlockingQueueLogObserver.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BlockingQueueLogObserver.java index ef46dca58..3ce2750fd 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BlockingQueueLogObserver.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/BlockingQueueLogObserver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/CommitLogRead.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/CommitLogRead.java index f5f0f1905..bbb118467 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/CommitLogRead.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/CommitLogRead.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectBatchUnboundedSource.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectBatchUnboundedSource.java index 70abefed1..e7636faa3 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectBatchUnboundedSource.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectBatchUnboundedSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectBoundedSource.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectBoundedSource.java index bbafd8b21..9aab25c46 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectBoundedSource.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectBoundedSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectDataAccessorFactory.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectDataAccessorFactory.java index ec457e613..2040664ea 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectDataAccessorFactory.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectDataAccessorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectDataAccessorWrapper.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectDataAccessorWrapper.java index a06ea08ed..24e400f61 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectDataAccessorWrapper.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectDataAccessorWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectUnboundedSource.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectUnboundedSource.java index 7d21fe039..992174e2e 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectUnboundedSource.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/DirectUnboundedSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/OffsetRestrictionTracker.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/OffsetRestrictionTracker.java index 9a421c3b9..c00ebb702 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/OffsetRestrictionTracker.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/OffsetRestrictionTracker.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/SDFUtils.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/SDFUtils.java index 5669025cb..b24b3d2cb 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/SDFUtils.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/direct/io/SDFUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/AbstractRepositoryCoder.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/AbstractRepositoryCoder.java index 13497c0de..7447836c4 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/AbstractRepositoryCoder.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/AbstractRepositoryCoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/AttributeDescriptorCoder.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/AttributeDescriptorCoder.java index d10821c47..c23139116 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/AttributeDescriptorCoder.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/AttributeDescriptorCoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/EntityDescriptorCoder.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/EntityDescriptorCoder.java index 561a8e2a1..e260bec5f 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/EntityDescriptorCoder.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/EntityDescriptorCoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/PairCoder.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/PairCoder.java index be952e7f1..aa10472a9 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/PairCoder.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/PairCoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/SchemaStreamElementCoder.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/SchemaStreamElementCoder.java index 7a3ede9ee..4d01afca4 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/SchemaStreamElementCoder.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/SchemaStreamElementCoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/StreamElementCoder.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/StreamElementCoder.java index 84bc87ea8..bf0f77b8e 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/io/StreamElementCoder.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/io/StreamElementCoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/AssignEventTime.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/AssignEventTime.java index b93ca75c5..b41f3c621 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/AssignEventTime.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/AssignEventTime.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/BufferUntilCheckpoint.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/BufferUntilCheckpoint.java index cf277afec..6e494f761 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/BufferUntilCheckpoint.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/BufferUntilCheckpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/ExtractKeyToKv.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/ExtractKeyToKv.java index 8743ba1b8..d232c8832 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/ExtractKeyToKv.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/ExtractKeyToKv.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/FilterLatecomers.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/FilterLatecomers.java index c7c0e3f0e..9d2b680f5 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/FilterLatecomers.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/FilterLatecomers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/StreamElementFilter.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/StreamElementFilter.java index 08b8ad46c..fddddffd2 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/StreamElementFilter.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/StreamElementFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/WatermarkShift.java b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/WatermarkShift.java index 0c68d58d8..0e6a1c70e 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/WatermarkShift.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/core/transforms/WatermarkShift.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/io/ProximaIO.java b/beam/core/src/main/java/cz/o2/proxima/beam/io/ProximaIO.java index 972b4c1ed..65c090927 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/io/ProximaIO.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/io/ProximaIO.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/RunnerUtils.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/RunnerUtils.java index 600939590..174053f65 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/RunnerUtils.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/RunnerUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ClassCollector.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ClassCollector.java index 478475807..aa6c8b509 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ClassCollector.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ClassCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExcludeExternal.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExcludeExternal.java index 153ebf56d..b69a4e641 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExcludeExternal.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExcludeExternal.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExpandContext.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExpandContext.java index 8487d7a5c..33a33759d 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExpandContext.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExpandContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExternalStateExpander.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExternalStateExpander.java index f17e5005d..a7da819f8 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExternalStateExpander.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ExternalStateExpander.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/FieldExtractor.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/FieldExtractor.java index 4b20c2e2b..06005a8f0 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/FieldExtractor.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/FieldExtractor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/FlushTimerParameterExpander.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/FlushTimerParameterExpander.java index ac679a9d3..0baa4d197 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/FlushTimerParameterExpander.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/FlushTimerParameterExpander.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/MethodCallUtils.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/MethodCallUtils.java index ee6cc02c1..26b61b916 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/MethodCallUtils.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/MethodCallUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/OnWindowParameterExpander.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/OnWindowParameterExpander.java index f7c5dc036..e3c59dfc5 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/OnWindowParameterExpander.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/OnWindowParameterExpander.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ProcessElementParameterExpander.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ProcessElementParameterExpander.java index 8e45ac317..1e1f8cf3b 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ProcessElementParameterExpander.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/ProcessElementParameterExpander.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/StateOrInput.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/StateOrInput.java index 6e07be807..f940fdde2 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/StateOrInput.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/StateOrInput.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/StateValue.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/StateValue.java index e4f4f2df7..54ca7bb3f 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/StateValue.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/StateValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/TypeId.java b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/TypeId.java index 003a72a09..17c62f689 100644 --- a/beam/core/src/main/java/cz/o2/proxima/beam/util/state/TypeId.java +++ b/beam/core/src/main/java/cz/o2/proxima/beam/util/state/TypeId.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/AttributeFamilyProxyDataDescriptorTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/AttributeFamilyProxyDataDescriptorTest.java index 45a7dd109..5f484009a 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/AttributeFamilyProxyDataDescriptorTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/AttributeFamilyProxyDataDescriptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/BeamDataOperatorTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/BeamDataOperatorTest.java index aa7d304e0..0752fd5cb 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/BeamDataOperatorTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/BeamDataOperatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/JoinProxyTransform.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/JoinProxyTransform.java index 8c427f988..9ddea05d5 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/JoinProxyTransform.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/JoinProxyTransform.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/JoinProxyTransformTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/JoinProxyTransformTest.java index 926ac984b..ee590836d 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/JoinProxyTransformTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/JoinProxyTransformTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/PCollectionToolsTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/PCollectionToolsTest.java index e86f6fe77..2bfb4a04e 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/PCollectionToolsTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/PCollectionToolsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BatchLogReadTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BatchLogReadTest.java index a55c69682..d255c1757 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BatchLogReadTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BatchLogReadTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BeamCommitLogReaderTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BeamCommitLogReaderTest.java index 2df621b8b..8078e6fc0 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BeamCommitLogReaderTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BeamCommitLogReaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BlockingQueueLogObserverTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BlockingQueueLogObserverTest.java index ec6075a8a..1cf9ef177 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BlockingQueueLogObserverTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/BlockingQueueLogObserverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/CommitLogReadTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/CommitLogReadTest.java index 0b1f8705c..511695d08 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/CommitLogReadTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/CommitLogReadTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/DirectBatchUnboundedSourceTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/DirectBatchUnboundedSourceTest.java index 7fad1cd75..c79445442 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/DirectBatchUnboundedSourceTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/DirectBatchUnboundedSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/DirectUnboundedSourceTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/DirectUnboundedSourceTest.java index 3fc520d60..0f2df7897 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/DirectUnboundedSourceTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/direct/io/DirectUnboundedSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/io/AttributeDescriptorCoderTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/io/AttributeDescriptorCoderTest.java index 5ccd5e131..24d8a4ee2 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/io/AttributeDescriptorCoderTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/io/AttributeDescriptorCoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/io/EntityDescriptorCoderTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/io/EntityDescriptorCoderTest.java index 3ec3f6488..503a6b905 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/io/EntityDescriptorCoderTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/io/EntityDescriptorCoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/io/SchemaStreamElementCoderTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/io/SchemaStreamElementCoderTest.java index 5f07db06f..fdc9e3b67 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/io/SchemaStreamElementCoderTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/io/SchemaStreamElementCoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/io/StreamElementCoderTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/io/StreamElementCoderTest.java index 3bd70957e..9939031d6 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/io/StreamElementCoderTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/io/StreamElementCoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/AssignEventTimeTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/AssignEventTimeTest.java index e03fd50f2..042e45347 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/AssignEventTimeTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/AssignEventTimeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/BufferUntilCheckpointTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/BufferUntilCheckpointTest.java index fe7a81073..bfa9c614e 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/BufferUntilCheckpointTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/BufferUntilCheckpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/ExtractKeyToKvTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/ExtractKeyToKvTest.java index 9b480be51..225003bb9 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/ExtractKeyToKvTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/ExtractKeyToKvTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/FilterLatecomersTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/FilterLatecomersTest.java index 9e29954a6..6a2427dd8 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/FilterLatecomersTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/FilterLatecomersTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/StreamElementFilterTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/StreamElementFilterTest.java index 40f1295cc..fc94954e2 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/StreamElementFilterTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/StreamElementFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/WatermarkShiftTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/WatermarkShiftTest.java index 9f9727d1a..85ceb3eb3 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/WatermarkShiftTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/core/transforms/WatermarkShiftTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/io/ProximaIOTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/io/ProximaIOTest.java index 0686db42e..df600b4b7 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/io/ProximaIOTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/io/ProximaIOTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/io/ProximaIOWriteFnTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/io/ProximaIOWriteFnTest.java index 146706612..997e0987c 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/io/ProximaIOWriteFnTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/io/ProximaIOWriteFnTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/util/state/ExternalStateExpanderTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/util/state/ExternalStateExpanderTest.java index 82cbcf5a1..1429e624c 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/util/state/ExternalStateExpanderTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/util/state/ExternalStateExpanderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/util/state/FieldExtractorTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/util/state/FieldExtractorTest.java index 909b7294f..238ac144a 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/util/state/FieldExtractorTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/util/state/FieldExtractorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/util/state/MethodCallUtilsTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/util/state/MethodCallUtilsTest.java index fcb6fafbc..5e72994bc 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/util/state/MethodCallUtilsTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/util/state/MethodCallUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/java/cz/o2/proxima/beam/util/state/TypeIdTest.java b/beam/core/src/test/java/cz/o2/proxima/beam/util/state/TypeIdTest.java index 0f0fe2de0..af315b532 100644 --- a/beam/core/src/test/java/cz/o2/proxima/beam/util/state/TypeIdTest.java +++ b/beam/core/src/test/java/cz/o2/proxima/beam/util/state/TypeIdTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/core/src/test/resources/log4j2.properties b/beam/core/src/test/resources/log4j2.properties index ea402d79d..09164b2f0 100644 --- a/beam/core/src/test/resources/log4j2.properties +++ b/beam/core/src/test/resources/log4j2.properties @@ -1,5 +1,5 @@ # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/beam/io-pubsub/build.gradle b/beam/io-pubsub/build.gradle index 995287800..e0dd55022 100644 --- a/beam/io-pubsub/build.gradle +++ b/beam/io-pubsub/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/io-pubsub/src/main/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessor.java b/beam/io-pubsub/src/main/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessor.java index 6d0aa8022..00be84eb6 100644 --- a/beam/io-pubsub/src/main/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessor.java +++ b/beam/io-pubsub/src/main/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/io-pubsub/src/main/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessorFactory.java b/beam/io-pubsub/src/main/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessorFactory.java index 76a62b2eb..100eec720 100644 --- a/beam/io-pubsub/src/main/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessorFactory.java +++ b/beam/io-pubsub/src/main/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/io-pubsub/src/test/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessorTest.java b/beam/io-pubsub/src/test/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessorTest.java index ff1c6fe14..5a29f78bb 100644 --- a/beam/io-pubsub/src/test/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessorTest.java +++ b/beam/io-pubsub/src/test/java/cz/o2/proxima/beam/io/pubsub/PubSubDataAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/build.gradle b/beam/tools/build.gradle index 98c6d261f..461a8c7e6 100644 --- a/beam/tools/build.gradle +++ b/beam/tools/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamStream.java b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamStream.java index fb5683a74..1c7ab62b9 100644 --- a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamStream.java +++ b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamStreamProvider.java b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamStreamProvider.java index a69a5b919..99c65164c 100644 --- a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamStreamProvider.java +++ b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamStreamProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStream.java b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStream.java index 119fd97a8..5c1e0b085 100644 --- a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStream.java +++ b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/GStringSerializer.java b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/GStringSerializer.java index 5f1b069ff..8c63db80b 100644 --- a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/GStringSerializer.java +++ b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/GStringSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/PCollectionProvider.java b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/PCollectionProvider.java index dab85cca4..660778b2c 100644 --- a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/PCollectionProvider.java +++ b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/PCollectionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/RemoteConsumer.java b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/RemoteConsumer.java index 5a4b4c0d8..4508a2910 100644 --- a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/RemoteConsumer.java +++ b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/RemoteConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/StreamConfig.java b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/StreamConfig.java index 61b7093e4..abe7a6ec8 100644 --- a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/StreamConfig.java +++ b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/StreamConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/TupleCoder.java b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/TupleCoder.java index 5773c66df..fc48dc41a 100644 --- a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/TupleCoder.java +++ b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/TupleCoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/TupleSerializer.java b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/TupleSerializer.java index 0883500c0..edd7bb606 100644 --- a/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/TupleSerializer.java +++ b/beam/tools/src/main/java/cz/o2/proxima/beam/tools/groovy/TupleSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/main/proto/collect.proto b/beam/tools/src/main/proto/collect.proto index 3d679f1e9..6c9fe02e9 100644 --- a/beam/tools/src/main/proto/collect.proto +++ b/beam/tools/src/main/proto/collect.proto @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamGroovyEnvTest.java b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamGroovyEnvTest.java index 49b385c9f..b8fe82be2 100644 --- a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamGroovyEnvTest.java +++ b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamGroovyEnvTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamStreamProviderTest.java b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamStreamProviderTest.java index 84a628004..85c1121ba 100644 --- a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamStreamProviderTest.java +++ b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamStreamProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamStreamTest.java b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamStreamTest.java index bbd82c46f..14b9023c3 100644 --- a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamStreamTest.java +++ b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamTimeWindowedStreamTest.java b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamTimeWindowedStreamTest.java index 4f4c87f9b..c48c821f2 100644 --- a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamTimeWindowedStreamTest.java +++ b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamTimeWindowedStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStreamDirectTest.java b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStreamDirectTest.java index e04f63fa2..1099b7ee2 100644 --- a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStreamDirectTest.java +++ b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStreamDirectTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStreamFlinkTest.java b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStreamFlinkTest.java index 64793a42c..4fb841e00 100644 --- a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStreamFlinkTest.java +++ b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/BeamWindowedStreamFlinkTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/GStringSerializerTest.java b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/GStringSerializerTest.java index 25181ceba..358d6a66c 100644 --- a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/GStringSerializerTest.java +++ b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/GStringSerializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/RemoteConsumerTest.java b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/RemoteConsumerTest.java index 3ed472dc4..ab5eec83f 100644 --- a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/RemoteConsumerTest.java +++ b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/RemoteConsumerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/TestBeamStreamProvider.java b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/TestBeamStreamProvider.java index 898319d47..1a175cd5f 100644 --- a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/TestBeamStreamProvider.java +++ b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/TestBeamStreamProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/TupleCoderTest.java b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/TupleCoderTest.java index e9d733f65..f14f83d02 100644 --- a/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/TupleCoderTest.java +++ b/beam/tools/src/test/java/cz/o2/proxima/beam/tools/groovy/TupleCoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/beam/tools/src/test/resources/log4j2.properties b/beam/tools/src/test/resources/log4j2.properties index ea402d79d..09164b2f0 100644 --- a/beam/tools/src/test/resources/log4j2.properties +++ b/beam/tools/src/test/resources/log4j2.properties @@ -1,5 +1,5 @@ # -# Copyright 2017-2024 O2 Czech Republic, a.s. +# Copyright 2017-2025 O2 Czech Republic, a.s. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build.gradle b/build.gradle index fe183c290..a2720f8da 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 0546cd59b..1318c9a5e 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/groovy/cz.o2.proxima.java-conventions.gradle b/buildSrc/src/main/groovy/cz.o2.proxima.java-conventions.gradle index d550c62ab..d9671ce5b 100644 --- a/buildSrc/src/main/groovy/cz.o2.proxima.java-conventions.gradle +++ b/buildSrc/src/main/groovy/cz.o2.proxima.java-conventions.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 O2 Czech Republic, a.s. + * Copyright 2017-2025 O2 Czech Republic, a.s. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/checkstyle.xml b/checkstyle.xml index bee4e85d7..38a8df917 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -1,7 +1,7 @@