From 6f1de8544af381399c2068d1016ba3be93f8ded8 Mon Sep 17 00:00:00 2001 From: Roberto Gentili <91185696+Roberto-Gentili@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:03:10 +0200 Subject: [PATCH 01/24] Added JDK 22-ea testing --- .github/workflows/[A] build and test, release if requested.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/[A] build and test, release if requested.yml b/.github/workflows/[A] build and test, release if requested.yml index 9aa48d59a..cd9e42ba2 100644 --- a/.github/workflows/[A] build and test, release if requested.yml +++ b/.github/workflows/[A] build and test, release if requested.yml @@ -21,7 +21,7 @@ jobs: matrix: architecture: [x64] os: [windows-latest, macOS-latest, ubuntu-latest] - java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21] + java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22-ea] exclude: - os: ubuntu-latest java: 10 From 07db153511abf09244ef7f539f2511215dca5c5f Mon Sep 17 00:00:00 2001 From: Roberto Gentili <91185696+Roberto-Gentili@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:05:33 +0200 Subject: [PATCH 02/24] Reset --- .github/workflows/[A] build and test, release if requested.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/[A] build and test, release if requested.yml b/.github/workflows/[A] build and test, release if requested.yml index cd9e42ba2..9aa48d59a 100644 --- a/.github/workflows/[A] build and test, release if requested.yml +++ b/.github/workflows/[A] build and test, release if requested.yml @@ -21,7 +21,7 @@ jobs: matrix: architecture: [x64] os: [windows-latest, macOS-latest, ubuntu-latest] - java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22-ea] + java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21] exclude: - os: ubuntu-latest java: 10 From f29b89ba02c84d59f3e2179798e1d0597dfa9542 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Wed, 18 Oct 2023 17:15:22 +0200 Subject: [PATCH 03/24] License update --- LICENSE | 2 +- pom.xml | 2 +- src/main/java/module-info.java | 2 +- src/main/java/org/burningwave/core/Cache.java | 2 +- src/main/java/org/burningwave/core/Cleanable.java | 2 +- src/main/java/org/burningwave/core/Closeable.java | 2 +- src/main/java/org/burningwave/core/Component.java | 2 +- src/main/java/org/burningwave/core/Context.java | 2 +- src/main/java/org/burningwave/core/Criteria.java | 2 +- src/main/java/org/burningwave/core/Executable.java | 2 +- src/main/java/org/burningwave/core/Identifiable.java | 2 +- src/main/java/org/burningwave/core/LoggingLevel.java | 2 +- src/main/java/org/burningwave/core/ManagedLogger.java | 2 +- src/main/java/org/burningwave/core/Memorizer.java | 2 +- src/main/java/org/burningwave/core/Objects.java | 2 +- .../java/org/burningwave/core/SLF4JManagedLoggerRepository.java | 2 +- .../org/burningwave/core/SimpleManagedLoggerRepository.java | 2 +- src/main/java/org/burningwave/core/Strings.java | 2 +- src/main/java/org/burningwave/core/SystemProperties.java | 2 +- src/main/java/org/burningwave/core/Virtual.java | 2 +- .../java/org/burningwave/core/assembler/ComponentContainer.java | 2 +- .../java/org/burningwave/core/assembler/ComponentSupplier.java | 2 +- .../burningwave/core/assembler/StaticComponentContainer.java | 2 +- .../org/burningwave/core/classes/AnnotationSourceGenerator.java | 2 +- .../java/org/burningwave/core/classes/BodySourceGenerator.java | 2 +- src/main/java/org/burningwave/core/classes/ByteCodeHunter.java | 2 +- .../java/org/burningwave/core/classes/ByteCodeHunterImpl.java | 2 +- src/main/java/org/burningwave/core/classes/ClassCriteria.java | 2 +- src/main/java/org/burningwave/core/classes/ClassFactory.java | 2 +- .../java/org/burningwave/core/classes/ClassFactoryImpl.java | 2 +- src/main/java/org/burningwave/core/classes/ClassHunter.java | 2 +- src/main/java/org/burningwave/core/classes/ClassHunterImpl.java | 2 +- .../java/org/burningwave/core/classes/ClassLoaderManager.java | 2 +- src/main/java/org/burningwave/core/classes/ClassPathHelper.java | 2 +- .../java/org/burningwave/core/classes/ClassPathHelperImpl.java | 2 +- src/main/java/org/burningwave/core/classes/ClassPathHunter.java | 2 +- .../java/org/burningwave/core/classes/ClassPathHunterImpl.java | 2 +- .../java/org/burningwave/core/classes/ClassPathScanner.java | 2 +- .../java/org/burningwave/core/classes/ClassSourceGenerator.java | 2 +- src/main/java/org/burningwave/core/classes/Classes.java | 2 +- src/main/java/org/burningwave/core/classes/CodeExecutor.java | 2 +- .../java/org/burningwave/core/classes/CodeExecutorImpl.java | 2 +- .../java/org/burningwave/core/classes/ConstructorCriteria.java | 2 +- src/main/java/org/burningwave/core/classes/Constructors.java | 2 +- .../core/classes/CriteriaWithClassElementsSupplyingSupport.java | 2 +- .../org/burningwave/core/classes/ExecutableMemberCriteria.java | 2 +- src/main/java/org/burningwave/core/classes/ExecuteConfig.java | 2 +- src/main/java/org/burningwave/core/classes/FieldAccessor.java | 2 +- src/main/java/org/burningwave/core/classes/FieldCriteria.java | 2 +- src/main/java/org/burningwave/core/classes/Fields.java | 2 +- .../org/burningwave/core/classes/FunctionSourceGenerator.java | 2 +- .../burningwave/core/classes/FunctionalInterfaceFactory.java | 2 +- .../core/classes/FunctionalInterfaceFactoryImpl.java | 2 +- .../core/classes/FunctionalInterfaceSourceGenerator.java | 2 +- .../org/burningwave/core/classes/GenericSourceGenerator.java | 2 +- src/main/java/org/burningwave/core/classes/JavaClass.java | 2 +- .../java/org/burningwave/core/classes/JavaMemoryCompiler.java | 2 +- .../org/burningwave/core/classes/JavaMemoryCompilerImpl.java | 2 +- .../burningwave/core/classes/LoadOrBuildAndDefineConfig.java | 2 +- .../core/classes/LoadOrBuildAndDefineConfigAbst.java | 2 +- src/main/java/org/burningwave/core/classes/MemberCriteria.java | 2 +- src/main/java/org/burningwave/core/classes/Members.java | 2 +- .../java/org/burningwave/core/classes/MembersRetriever.java | 2 +- .../java/org/burningwave/core/classes/MemoryClassLoader.java | 2 +- src/main/java/org/burningwave/core/classes/MethodCriteria.java | 2 +- src/main/java/org/burningwave/core/classes/Methods.java | 2 +- src/main/java/org/burningwave/core/classes/Modules.java | 2 +- .../org/burningwave/core/classes/PathScannerClassLoader.java | 2 +- .../java/org/burningwave/core/classes/PojoSourceGenerator.java | 2 +- src/main/java/org/burningwave/core/classes/SearchConfig.java | 2 +- src/main/java/org/burningwave/core/classes/SearchContext.java | 2 +- src/main/java/org/burningwave/core/classes/SearchResult.java | 2 +- .../java/org/burningwave/core/classes/SourceCodeHandler.java | 2 +- src/main/java/org/burningwave/core/classes/SourceGenerator.java | 2 +- .../core/classes/TypeDeclarationSourceGenerator.java | 2 +- .../java/org/burningwave/core/classes/UnitSourceGenerator.java | 2 +- .../org/burningwave/core/classes/VariableSourceGenerator.java | 2 +- .../burningwave/core/concurrent/NullExecutableException.java | 2 +- .../org/burningwave/core/concurrent/QueuedTaskExecutor.java | 2 +- src/main/java/org/burningwave/core/concurrent/Synchronizer.java | 2 +- .../org/burningwave/core/concurrent/TaskStateException.java | 2 +- .../java/org/burningwave/core/concurrent/TasksMonitorer.java | 2 +- src/main/java/org/burningwave/core/concurrent/Thread.java | 2 +- src/main/java/org/burningwave/core/function/Executor.java | 2 +- .../java/org/burningwave/core/function/MultiParamsConsumer.java | 2 +- .../java/org/burningwave/core/function/MultiParamsFunction.java | 2 +- .../org/burningwave/core/function/MultiParamsPredicate.java | 2 +- src/main/java/org/burningwave/core/function/PentaConsumer.java | 2 +- src/main/java/org/burningwave/core/function/PentaFunction.java | 2 +- src/main/java/org/burningwave/core/function/PentaPredicate.java | 2 +- src/main/java/org/burningwave/core/function/QuadConsumer.java | 2 +- src/main/java/org/burningwave/core/function/QuadPredicate.java | 2 +- src/main/java/org/burningwave/core/function/Runnable.java | 2 +- .../java/org/burningwave/core/function/ThrowingBiConsumer.java | 2 +- .../java/org/burningwave/core/function/ThrowingBiFunction.java | 2 +- .../java/org/burningwave/core/function/ThrowingBiPredicate.java | 2 +- .../java/org/burningwave/core/function/ThrowingConsumer.java | 2 +- .../java/org/burningwave/core/function/ThrowingFunction.java | 2 +- .../java/org/burningwave/core/function/ThrowingPredicate.java | 2 +- .../org/burningwave/core/function/ThrowingQuadFunction.java | 2 +- .../java/org/burningwave/core/function/ThrowingRunnable.java | 2 +- .../java/org/burningwave/core/function/ThrowingSupplier.java | 2 +- .../java/org/burningwave/core/function/ThrowingTriFunction.java | 2 +- .../org/burningwave/core/function/ThrowingTriPredicate.java | 2 +- src/main/java/org/burningwave/core/function/TriConsumer.java | 2 +- src/main/java/org/burningwave/core/function/TriFunction.java | 2 +- src/main/java/org/burningwave/core/function/TriPredicate.java | 2 +- .../java/org/burningwave/core/io/ByteBufferInputStream.java | 2 +- .../java/org/burningwave/core/io/ByteBufferOutputStream.java | 2 +- src/main/java/org/burningwave/core/io/FileCriteria.java | 2 +- src/main/java/org/burningwave/core/io/FileInputStream.java | 2 +- src/main/java/org/burningwave/core/io/FileOutputStream.java | 2 +- src/main/java/org/burningwave/core/io/FileSystemHelper.java | 2 +- src/main/java/org/burningwave/core/io/FileSystemItem.java | 2 +- .../burningwave/core/io/FileSystemItemNotFoundException.java | 2 +- src/main/java/org/burningwave/core/io/IterableZipContainer.java | 2 +- src/main/java/org/burningwave/core/io/PathHelper.java | 2 +- src/main/java/org/burningwave/core/io/PathHelperImpl.java | 2 +- src/main/java/org/burningwave/core/io/Resources.java | 2 +- src/main/java/org/burningwave/core/io/Streams.java | 2 +- src/main/java/org/burningwave/core/io/StreamsImpl.java | 2 +- .../java/org/burningwave/core/io/ZipContainerEntryCriteria.java | 2 +- src/main/java/org/burningwave/core/io/ZipFile.java | 2 +- src/main/java/org/burningwave/core/io/ZipInputStream.java | 2 +- .../org/burningwave/core/iterable/IterableObjectHelper.java | 2 +- .../org/burningwave/core/iterable/IterableObjectHelperImpl.java | 2 +- src/main/java/org/burningwave/core/iterable/Properties.java | 2 +- .../java/org/burningwave/core/iterable/TaskBasedIterator.java | 2 +- .../java/org/burningwave/core/iterable/ThreadBasedIterator.java | 2 +- src/main/java/org/burningwave/core/jvm/BufferHandler.java | 2 +- 130 files changed, 130 insertions(+), 130 deletions(-) diff --git a/LICENSE b/LICENSE index f140d7ae1..f0d36b096 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2022 Roberto Gentili +Copyright (c) 2019-2023 Roberto Gentili Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pom.xml b/pom.xml index a5a9f77e6..f6bd4c6ba 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ The MIT License (MIT) - Copyright (c) 2019-2022 Roberto Gentili + Copyright (c) 2019-2023 Roberto Gentili Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/module-info.java b/src/main/java/module-info.java index 15874f435..d2c345b01 100644 --- a/src/main/java/module-info.java +++ b/src/main/java/module-info.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Cache.java b/src/main/java/org/burningwave/core/Cache.java index 5ef0d39d2..1dcb217b0 100644 --- a/src/main/java/org/burningwave/core/Cache.java +++ b/src/main/java/org/burningwave/core/Cache.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Cleanable.java b/src/main/java/org/burningwave/core/Cleanable.java index 02ad1533a..2921026e2 100644 --- a/src/main/java/org/burningwave/core/Cleanable.java +++ b/src/main/java/org/burningwave/core/Cleanable.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Closeable.java b/src/main/java/org/burningwave/core/Closeable.java index 82992b037..c81f74961 100644 --- a/src/main/java/org/burningwave/core/Closeable.java +++ b/src/main/java/org/burningwave/core/Closeable.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Component.java b/src/main/java/org/burningwave/core/Component.java index 3e1d654c8..7734df718 100644 --- a/src/main/java/org/burningwave/core/Component.java +++ b/src/main/java/org/burningwave/core/Component.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Context.java b/src/main/java/org/burningwave/core/Context.java index 7989007d9..4c7130052 100644 --- a/src/main/java/org/burningwave/core/Context.java +++ b/src/main/java/org/burningwave/core/Context.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Criteria.java b/src/main/java/org/burningwave/core/Criteria.java index 7e626ef79..0ab1a2818 100644 --- a/src/main/java/org/burningwave/core/Criteria.java +++ b/src/main/java/org/burningwave/core/Criteria.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Executable.java b/src/main/java/org/burningwave/core/Executable.java index fdb200184..893650105 100644 --- a/src/main/java/org/burningwave/core/Executable.java +++ b/src/main/java/org/burningwave/core/Executable.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Identifiable.java b/src/main/java/org/burningwave/core/Identifiable.java index e5e4850b8..3941a8295 100644 --- a/src/main/java/org/burningwave/core/Identifiable.java +++ b/src/main/java/org/burningwave/core/Identifiable.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/LoggingLevel.java b/src/main/java/org/burningwave/core/LoggingLevel.java index d8d852d13..85d46b2b3 100644 --- a/src/main/java/org/burningwave/core/LoggingLevel.java +++ b/src/main/java/org/burningwave/core/LoggingLevel.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/ManagedLogger.java b/src/main/java/org/burningwave/core/ManagedLogger.java index 64b41119e..78a996e81 100644 --- a/src/main/java/org/burningwave/core/ManagedLogger.java +++ b/src/main/java/org/burningwave/core/ManagedLogger.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Memorizer.java b/src/main/java/org/burningwave/core/Memorizer.java index dfe8c55c5..2859e1945 100644 --- a/src/main/java/org/burningwave/core/Memorizer.java +++ b/src/main/java/org/burningwave/core/Memorizer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Objects.java b/src/main/java/org/burningwave/core/Objects.java index fc3e28031..fe678a0f5 100644 --- a/src/main/java/org/burningwave/core/Objects.java +++ b/src/main/java/org/burningwave/core/Objects.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/SLF4JManagedLoggerRepository.java b/src/main/java/org/burningwave/core/SLF4JManagedLoggerRepository.java index cea4766bf..89c248c23 100644 --- a/src/main/java/org/burningwave/core/SLF4JManagedLoggerRepository.java +++ b/src/main/java/org/burningwave/core/SLF4JManagedLoggerRepository.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/SimpleManagedLoggerRepository.java b/src/main/java/org/burningwave/core/SimpleManagedLoggerRepository.java index dd8b55ca4..00265e108 100644 --- a/src/main/java/org/burningwave/core/SimpleManagedLoggerRepository.java +++ b/src/main/java/org/burningwave/core/SimpleManagedLoggerRepository.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Strings.java b/src/main/java/org/burningwave/core/Strings.java index 00de7cb9d..69c3caa5f 100644 --- a/src/main/java/org/burningwave/core/Strings.java +++ b/src/main/java/org/burningwave/core/Strings.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/SystemProperties.java b/src/main/java/org/burningwave/core/SystemProperties.java index 4f7a8eefa..025dded7f 100644 --- a/src/main/java/org/burningwave/core/SystemProperties.java +++ b/src/main/java/org/burningwave/core/SystemProperties.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/Virtual.java b/src/main/java/org/burningwave/core/Virtual.java index 7ae83f152..2912209f9 100644 --- a/src/main/java/org/burningwave/core/Virtual.java +++ b/src/main/java/org/burningwave/core/Virtual.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/assembler/ComponentContainer.java b/src/main/java/org/burningwave/core/assembler/ComponentContainer.java index 1d232fd59..076151938 100644 --- a/src/main/java/org/burningwave/core/assembler/ComponentContainer.java +++ b/src/main/java/org/burningwave/core/assembler/ComponentContainer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/assembler/ComponentSupplier.java b/src/main/java/org/burningwave/core/assembler/ComponentSupplier.java index 2e7ed5d67..057c921fb 100644 --- a/src/main/java/org/burningwave/core/assembler/ComponentSupplier.java +++ b/src/main/java/org/burningwave/core/assembler/ComponentSupplier.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/assembler/StaticComponentContainer.java b/src/main/java/org/burningwave/core/assembler/StaticComponentContainer.java index d7928003c..a7ecb7dd7 100644 --- a/src/main/java/org/burningwave/core/assembler/StaticComponentContainer.java +++ b/src/main/java/org/burningwave/core/assembler/StaticComponentContainer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/AnnotationSourceGenerator.java b/src/main/java/org/burningwave/core/classes/AnnotationSourceGenerator.java index ecb2c9e1f..ad9b1ef24 100644 --- a/src/main/java/org/burningwave/core/classes/AnnotationSourceGenerator.java +++ b/src/main/java/org/burningwave/core/classes/AnnotationSourceGenerator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/BodySourceGenerator.java b/src/main/java/org/burningwave/core/classes/BodySourceGenerator.java index 06544b60c..0094c8ee3 100644 --- a/src/main/java/org/burningwave/core/classes/BodySourceGenerator.java +++ b/src/main/java/org/burningwave/core/classes/BodySourceGenerator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ByteCodeHunter.java b/src/main/java/org/burningwave/core/classes/ByteCodeHunter.java index 2ec1d17c1..7049e6972 100644 --- a/src/main/java/org/burningwave/core/classes/ByteCodeHunter.java +++ b/src/main/java/org/burningwave/core/classes/ByteCodeHunter.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ByteCodeHunterImpl.java b/src/main/java/org/burningwave/core/classes/ByteCodeHunterImpl.java index 117a29623..d154e25db 100644 --- a/src/main/java/org/burningwave/core/classes/ByteCodeHunterImpl.java +++ b/src/main/java/org/burningwave/core/classes/ByteCodeHunterImpl.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassCriteria.java b/src/main/java/org/burningwave/core/classes/ClassCriteria.java index f0a403f19..1508b8669 100644 --- a/src/main/java/org/burningwave/core/classes/ClassCriteria.java +++ b/src/main/java/org/burningwave/core/classes/ClassCriteria.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassFactory.java b/src/main/java/org/burningwave/core/classes/ClassFactory.java index bf908e7c8..0d11f6b5f 100644 --- a/src/main/java/org/burningwave/core/classes/ClassFactory.java +++ b/src/main/java/org/burningwave/core/classes/ClassFactory.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassFactoryImpl.java b/src/main/java/org/burningwave/core/classes/ClassFactoryImpl.java index 62c3d70b4..fa364e4cc 100644 --- a/src/main/java/org/burningwave/core/classes/ClassFactoryImpl.java +++ b/src/main/java/org/burningwave/core/classes/ClassFactoryImpl.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassHunter.java b/src/main/java/org/burningwave/core/classes/ClassHunter.java index a5f82ea7f..69935ef2f 100644 --- a/src/main/java/org/burningwave/core/classes/ClassHunter.java +++ b/src/main/java/org/burningwave/core/classes/ClassHunter.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassHunterImpl.java b/src/main/java/org/burningwave/core/classes/ClassHunterImpl.java index e308f4984..ffa6e9b2a 100644 --- a/src/main/java/org/burningwave/core/classes/ClassHunterImpl.java +++ b/src/main/java/org/burningwave/core/classes/ClassHunterImpl.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassLoaderManager.java b/src/main/java/org/burningwave/core/classes/ClassLoaderManager.java index 43354b458..f2c622392 100644 --- a/src/main/java/org/burningwave/core/classes/ClassLoaderManager.java +++ b/src/main/java/org/burningwave/core/classes/ClassLoaderManager.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassPathHelper.java b/src/main/java/org/burningwave/core/classes/ClassPathHelper.java index fd6dc7103..8ec4181b8 100644 --- a/src/main/java/org/burningwave/core/classes/ClassPathHelper.java +++ b/src/main/java/org/burningwave/core/classes/ClassPathHelper.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassPathHelperImpl.java b/src/main/java/org/burningwave/core/classes/ClassPathHelperImpl.java index 32c811147..e274d8301 100644 --- a/src/main/java/org/burningwave/core/classes/ClassPathHelperImpl.java +++ b/src/main/java/org/burningwave/core/classes/ClassPathHelperImpl.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassPathHunter.java b/src/main/java/org/burningwave/core/classes/ClassPathHunter.java index 0618c6594..8e8e79934 100644 --- a/src/main/java/org/burningwave/core/classes/ClassPathHunter.java +++ b/src/main/java/org/burningwave/core/classes/ClassPathHunter.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassPathHunterImpl.java b/src/main/java/org/burningwave/core/classes/ClassPathHunterImpl.java index 956af09a9..c1dd06bd8 100644 --- a/src/main/java/org/burningwave/core/classes/ClassPathHunterImpl.java +++ b/src/main/java/org/burningwave/core/classes/ClassPathHunterImpl.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassPathScanner.java b/src/main/java/org/burningwave/core/classes/ClassPathScanner.java index 718f8ce21..60ed98248 100644 --- a/src/main/java/org/burningwave/core/classes/ClassPathScanner.java +++ b/src/main/java/org/burningwave/core/classes/ClassPathScanner.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ClassSourceGenerator.java b/src/main/java/org/burningwave/core/classes/ClassSourceGenerator.java index ae242f81a..9d3008cf0 100644 --- a/src/main/java/org/burningwave/core/classes/ClassSourceGenerator.java +++ b/src/main/java/org/burningwave/core/classes/ClassSourceGenerator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/Classes.java b/src/main/java/org/burningwave/core/classes/Classes.java index 8390c0fe3..c1d8f80ec 100644 --- a/src/main/java/org/burningwave/core/classes/Classes.java +++ b/src/main/java/org/burningwave/core/classes/Classes.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/CodeExecutor.java b/src/main/java/org/burningwave/core/classes/CodeExecutor.java index 34b4a30da..d1397cb50 100644 --- a/src/main/java/org/burningwave/core/classes/CodeExecutor.java +++ b/src/main/java/org/burningwave/core/classes/CodeExecutor.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/CodeExecutorImpl.java b/src/main/java/org/burningwave/core/classes/CodeExecutorImpl.java index 29c33ebb6..7215294dd 100644 --- a/src/main/java/org/burningwave/core/classes/CodeExecutorImpl.java +++ b/src/main/java/org/burningwave/core/classes/CodeExecutorImpl.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ConstructorCriteria.java b/src/main/java/org/burningwave/core/classes/ConstructorCriteria.java index 5ee59155f..9268e6bd5 100644 --- a/src/main/java/org/burningwave/core/classes/ConstructorCriteria.java +++ b/src/main/java/org/burningwave/core/classes/ConstructorCriteria.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/Constructors.java b/src/main/java/org/burningwave/core/classes/Constructors.java index 19fc7a701..367519f14 100644 --- a/src/main/java/org/burningwave/core/classes/Constructors.java +++ b/src/main/java/org/burningwave/core/classes/Constructors.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/CriteriaWithClassElementsSupplyingSupport.java b/src/main/java/org/burningwave/core/classes/CriteriaWithClassElementsSupplyingSupport.java index c4ddef267..33a96eba6 100644 --- a/src/main/java/org/burningwave/core/classes/CriteriaWithClassElementsSupplyingSupport.java +++ b/src/main/java/org/burningwave/core/classes/CriteriaWithClassElementsSupplyingSupport.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ExecutableMemberCriteria.java b/src/main/java/org/burningwave/core/classes/ExecutableMemberCriteria.java index 540209bee..eede942f6 100644 --- a/src/main/java/org/burningwave/core/classes/ExecutableMemberCriteria.java +++ b/src/main/java/org/burningwave/core/classes/ExecutableMemberCriteria.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/ExecuteConfig.java b/src/main/java/org/burningwave/core/classes/ExecuteConfig.java index 998660550..654ed1821 100644 --- a/src/main/java/org/burningwave/core/classes/ExecuteConfig.java +++ b/src/main/java/org/burningwave/core/classes/ExecuteConfig.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/FieldAccessor.java b/src/main/java/org/burningwave/core/classes/FieldAccessor.java index bf40c8ed7..af38ab9a9 100644 --- a/src/main/java/org/burningwave/core/classes/FieldAccessor.java +++ b/src/main/java/org/burningwave/core/classes/FieldAccessor.java @@ -10,7 +10,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/FieldCriteria.java b/src/main/java/org/burningwave/core/classes/FieldCriteria.java index 30335313a..965914270 100644 --- a/src/main/java/org/burningwave/core/classes/FieldCriteria.java +++ b/src/main/java/org/burningwave/core/classes/FieldCriteria.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/Fields.java b/src/main/java/org/burningwave/core/classes/Fields.java index 4acf2a3d9..60b7f89bc 100644 --- a/src/main/java/org/burningwave/core/classes/Fields.java +++ b/src/main/java/org/burningwave/core/classes/Fields.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/FunctionSourceGenerator.java b/src/main/java/org/burningwave/core/classes/FunctionSourceGenerator.java index 23da03d20..e445de48b 100644 --- a/src/main/java/org/burningwave/core/classes/FunctionSourceGenerator.java +++ b/src/main/java/org/burningwave/core/classes/FunctionSourceGenerator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/FunctionalInterfaceFactory.java b/src/main/java/org/burningwave/core/classes/FunctionalInterfaceFactory.java index 52a47579b..002856773 100644 --- a/src/main/java/org/burningwave/core/classes/FunctionalInterfaceFactory.java +++ b/src/main/java/org/burningwave/core/classes/FunctionalInterfaceFactory.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/FunctionalInterfaceFactoryImpl.java b/src/main/java/org/burningwave/core/classes/FunctionalInterfaceFactoryImpl.java index 3b54bb54d..45b77c6ce 100644 --- a/src/main/java/org/burningwave/core/classes/FunctionalInterfaceFactoryImpl.java +++ b/src/main/java/org/burningwave/core/classes/FunctionalInterfaceFactoryImpl.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/FunctionalInterfaceSourceGenerator.java b/src/main/java/org/burningwave/core/classes/FunctionalInterfaceSourceGenerator.java index a10aa8c54..fb1b131c0 100644 --- a/src/main/java/org/burningwave/core/classes/FunctionalInterfaceSourceGenerator.java +++ b/src/main/java/org/burningwave/core/classes/FunctionalInterfaceSourceGenerator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/GenericSourceGenerator.java b/src/main/java/org/burningwave/core/classes/GenericSourceGenerator.java index f2ed0ec73..c49371dd2 100644 --- a/src/main/java/org/burningwave/core/classes/GenericSourceGenerator.java +++ b/src/main/java/org/burningwave/core/classes/GenericSourceGenerator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/JavaClass.java b/src/main/java/org/burningwave/core/classes/JavaClass.java index 20d8b182b..8f09eccdc 100644 --- a/src/main/java/org/burningwave/core/classes/JavaClass.java +++ b/src/main/java/org/burningwave/core/classes/JavaClass.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/JavaMemoryCompiler.java b/src/main/java/org/burningwave/core/classes/JavaMemoryCompiler.java index a1beb552e..e5e25a3aa 100644 --- a/src/main/java/org/burningwave/core/classes/JavaMemoryCompiler.java +++ b/src/main/java/org/burningwave/core/classes/JavaMemoryCompiler.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/JavaMemoryCompilerImpl.java b/src/main/java/org/burningwave/core/classes/JavaMemoryCompilerImpl.java index 169d760fe..d2f312f74 100644 --- a/src/main/java/org/burningwave/core/classes/JavaMemoryCompilerImpl.java +++ b/src/main/java/org/burningwave/core/classes/JavaMemoryCompilerImpl.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/LoadOrBuildAndDefineConfig.java b/src/main/java/org/burningwave/core/classes/LoadOrBuildAndDefineConfig.java index 99f17546b..8fecb5131 100644 --- a/src/main/java/org/burningwave/core/classes/LoadOrBuildAndDefineConfig.java +++ b/src/main/java/org/burningwave/core/classes/LoadOrBuildAndDefineConfig.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/LoadOrBuildAndDefineConfigAbst.java b/src/main/java/org/burningwave/core/classes/LoadOrBuildAndDefineConfigAbst.java index 1ae019a4c..4b194d9ee 100644 --- a/src/main/java/org/burningwave/core/classes/LoadOrBuildAndDefineConfigAbst.java +++ b/src/main/java/org/burningwave/core/classes/LoadOrBuildAndDefineConfigAbst.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/MemberCriteria.java b/src/main/java/org/burningwave/core/classes/MemberCriteria.java index f472dd586..a07afa243 100644 --- a/src/main/java/org/burningwave/core/classes/MemberCriteria.java +++ b/src/main/java/org/burningwave/core/classes/MemberCriteria.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/Members.java b/src/main/java/org/burningwave/core/classes/Members.java index 090a00e54..a024390d0 100644 --- a/src/main/java/org/burningwave/core/classes/Members.java +++ b/src/main/java/org/burningwave/core/classes/Members.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/MembersRetriever.java b/src/main/java/org/burningwave/core/classes/MembersRetriever.java index 76843b39c..668ed009f 100644 --- a/src/main/java/org/burningwave/core/classes/MembersRetriever.java +++ b/src/main/java/org/burningwave/core/classes/MembersRetriever.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/MemoryClassLoader.java b/src/main/java/org/burningwave/core/classes/MemoryClassLoader.java index cdcccbb18..5c147caa4 100644 --- a/src/main/java/org/burningwave/core/classes/MemoryClassLoader.java +++ b/src/main/java/org/burningwave/core/classes/MemoryClassLoader.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/MethodCriteria.java b/src/main/java/org/burningwave/core/classes/MethodCriteria.java index e76595310..9d62f7c70 100644 --- a/src/main/java/org/burningwave/core/classes/MethodCriteria.java +++ b/src/main/java/org/burningwave/core/classes/MethodCriteria.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/Methods.java b/src/main/java/org/burningwave/core/classes/Methods.java index e7289ec41..7f5f1b9c0 100644 --- a/src/main/java/org/burningwave/core/classes/Methods.java +++ b/src/main/java/org/burningwave/core/classes/Methods.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/Modules.java b/src/main/java/org/burningwave/core/classes/Modules.java index ea7816eea..cd09416a1 100644 --- a/src/main/java/org/burningwave/core/classes/Modules.java +++ b/src/main/java/org/burningwave/core/classes/Modules.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/PathScannerClassLoader.java b/src/main/java/org/burningwave/core/classes/PathScannerClassLoader.java index 7c4ca559e..eaf582836 100644 --- a/src/main/java/org/burningwave/core/classes/PathScannerClassLoader.java +++ b/src/main/java/org/burningwave/core/classes/PathScannerClassLoader.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/PojoSourceGenerator.java b/src/main/java/org/burningwave/core/classes/PojoSourceGenerator.java index 55ca2718a..4b88eb07a 100644 --- a/src/main/java/org/burningwave/core/classes/PojoSourceGenerator.java +++ b/src/main/java/org/burningwave/core/classes/PojoSourceGenerator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/SearchConfig.java b/src/main/java/org/burningwave/core/classes/SearchConfig.java index 3c1777477..d7c4379ed 100644 --- a/src/main/java/org/burningwave/core/classes/SearchConfig.java +++ b/src/main/java/org/burningwave/core/classes/SearchConfig.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/SearchContext.java b/src/main/java/org/burningwave/core/classes/SearchContext.java index a0f191f34..6a3acca88 100644 --- a/src/main/java/org/burningwave/core/classes/SearchContext.java +++ b/src/main/java/org/burningwave/core/classes/SearchContext.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/SearchResult.java b/src/main/java/org/burningwave/core/classes/SearchResult.java index 0d7aafd1a..75c969b26 100644 --- a/src/main/java/org/burningwave/core/classes/SearchResult.java +++ b/src/main/java/org/burningwave/core/classes/SearchResult.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/SourceCodeHandler.java b/src/main/java/org/burningwave/core/classes/SourceCodeHandler.java index 398cfb982..1beaa4fdf 100644 --- a/src/main/java/org/burningwave/core/classes/SourceCodeHandler.java +++ b/src/main/java/org/burningwave/core/classes/SourceCodeHandler.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/SourceGenerator.java b/src/main/java/org/burningwave/core/classes/SourceGenerator.java index 6d01c2dac..52ed3a9ea 100644 --- a/src/main/java/org/burningwave/core/classes/SourceGenerator.java +++ b/src/main/java/org/burningwave/core/classes/SourceGenerator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/TypeDeclarationSourceGenerator.java b/src/main/java/org/burningwave/core/classes/TypeDeclarationSourceGenerator.java index 7242ab6a4..cadd91ff4 100644 --- a/src/main/java/org/burningwave/core/classes/TypeDeclarationSourceGenerator.java +++ b/src/main/java/org/burningwave/core/classes/TypeDeclarationSourceGenerator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/UnitSourceGenerator.java b/src/main/java/org/burningwave/core/classes/UnitSourceGenerator.java index 98a8aee9e..5d4bba20c 100644 --- a/src/main/java/org/burningwave/core/classes/UnitSourceGenerator.java +++ b/src/main/java/org/burningwave/core/classes/UnitSourceGenerator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/classes/VariableSourceGenerator.java b/src/main/java/org/burningwave/core/classes/VariableSourceGenerator.java index a3f330250..5d3658d1f 100644 --- a/src/main/java/org/burningwave/core/classes/VariableSourceGenerator.java +++ b/src/main/java/org/burningwave/core/classes/VariableSourceGenerator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/concurrent/NullExecutableException.java b/src/main/java/org/burningwave/core/concurrent/NullExecutableException.java index 5730b1ace..40be14176 100644 --- a/src/main/java/org/burningwave/core/concurrent/NullExecutableException.java +++ b/src/main/java/org/burningwave/core/concurrent/NullExecutableException.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/concurrent/QueuedTaskExecutor.java b/src/main/java/org/burningwave/core/concurrent/QueuedTaskExecutor.java index 8f934c2a0..4942d244e 100644 --- a/src/main/java/org/burningwave/core/concurrent/QueuedTaskExecutor.java +++ b/src/main/java/org/burningwave/core/concurrent/QueuedTaskExecutor.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/concurrent/Synchronizer.java b/src/main/java/org/burningwave/core/concurrent/Synchronizer.java index 89c76722e..088e67cee 100644 --- a/src/main/java/org/burningwave/core/concurrent/Synchronizer.java +++ b/src/main/java/org/burningwave/core/concurrent/Synchronizer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/concurrent/TaskStateException.java b/src/main/java/org/burningwave/core/concurrent/TaskStateException.java index 90008074a..ccab8dbd1 100644 --- a/src/main/java/org/burningwave/core/concurrent/TaskStateException.java +++ b/src/main/java/org/burningwave/core/concurrent/TaskStateException.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/concurrent/TasksMonitorer.java b/src/main/java/org/burningwave/core/concurrent/TasksMonitorer.java index 184d79f37..4bc8b6644 100644 --- a/src/main/java/org/burningwave/core/concurrent/TasksMonitorer.java +++ b/src/main/java/org/burningwave/core/concurrent/TasksMonitorer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/concurrent/Thread.java b/src/main/java/org/burningwave/core/concurrent/Thread.java index 96fd8dd56..6ca32cab6 100644 --- a/src/main/java/org/burningwave/core/concurrent/Thread.java +++ b/src/main/java/org/burningwave/core/concurrent/Thread.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/Executor.java b/src/main/java/org/burningwave/core/function/Executor.java index 325eabc59..66e6941d1 100644 --- a/src/main/java/org/burningwave/core/function/Executor.java +++ b/src/main/java/org/burningwave/core/function/Executor.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/MultiParamsConsumer.java b/src/main/java/org/burningwave/core/function/MultiParamsConsumer.java index 62efc8363..16bce0865 100644 --- a/src/main/java/org/burningwave/core/function/MultiParamsConsumer.java +++ b/src/main/java/org/burningwave/core/function/MultiParamsConsumer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/MultiParamsFunction.java b/src/main/java/org/burningwave/core/function/MultiParamsFunction.java index a2b28418c..b70e3ac09 100644 --- a/src/main/java/org/burningwave/core/function/MultiParamsFunction.java +++ b/src/main/java/org/burningwave/core/function/MultiParamsFunction.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/MultiParamsPredicate.java b/src/main/java/org/burningwave/core/function/MultiParamsPredicate.java index ca74de69f..ba2f32635 100644 --- a/src/main/java/org/burningwave/core/function/MultiParamsPredicate.java +++ b/src/main/java/org/burningwave/core/function/MultiParamsPredicate.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/PentaConsumer.java b/src/main/java/org/burningwave/core/function/PentaConsumer.java index 0835b548c..04d434c5e 100644 --- a/src/main/java/org/burningwave/core/function/PentaConsumer.java +++ b/src/main/java/org/burningwave/core/function/PentaConsumer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/PentaFunction.java b/src/main/java/org/burningwave/core/function/PentaFunction.java index 7c86cb10c..10c099ce5 100644 --- a/src/main/java/org/burningwave/core/function/PentaFunction.java +++ b/src/main/java/org/burningwave/core/function/PentaFunction.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/PentaPredicate.java b/src/main/java/org/burningwave/core/function/PentaPredicate.java index b6c71fe96..7cf28fa80 100644 --- a/src/main/java/org/burningwave/core/function/PentaPredicate.java +++ b/src/main/java/org/burningwave/core/function/PentaPredicate.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/QuadConsumer.java b/src/main/java/org/burningwave/core/function/QuadConsumer.java index 572fd6772..469b41ee9 100644 --- a/src/main/java/org/burningwave/core/function/QuadConsumer.java +++ b/src/main/java/org/burningwave/core/function/QuadConsumer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/QuadPredicate.java b/src/main/java/org/burningwave/core/function/QuadPredicate.java index 50bbdd249..07e54f8a7 100644 --- a/src/main/java/org/burningwave/core/function/QuadPredicate.java +++ b/src/main/java/org/burningwave/core/function/QuadPredicate.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/Runnable.java b/src/main/java/org/burningwave/core/function/Runnable.java index 2bd5046e4..6f75a7e65 100644 --- a/src/main/java/org/burningwave/core/function/Runnable.java +++ b/src/main/java/org/burningwave/core/function/Runnable.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/ThrowingBiConsumer.java b/src/main/java/org/burningwave/core/function/ThrowingBiConsumer.java index ad3c75d1f..c37bcb1bd 100644 --- a/src/main/java/org/burningwave/core/function/ThrowingBiConsumer.java +++ b/src/main/java/org/burningwave/core/function/ThrowingBiConsumer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/ThrowingBiFunction.java b/src/main/java/org/burningwave/core/function/ThrowingBiFunction.java index 7cdd5fe63..42cb34cff 100644 --- a/src/main/java/org/burningwave/core/function/ThrowingBiFunction.java +++ b/src/main/java/org/burningwave/core/function/ThrowingBiFunction.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/ThrowingBiPredicate.java b/src/main/java/org/burningwave/core/function/ThrowingBiPredicate.java index 1f118a050..52123d98c 100644 --- a/src/main/java/org/burningwave/core/function/ThrowingBiPredicate.java +++ b/src/main/java/org/burningwave/core/function/ThrowingBiPredicate.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/ThrowingConsumer.java b/src/main/java/org/burningwave/core/function/ThrowingConsumer.java index 2c9953e49..b0302a75f 100644 --- a/src/main/java/org/burningwave/core/function/ThrowingConsumer.java +++ b/src/main/java/org/burningwave/core/function/ThrowingConsumer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/ThrowingFunction.java b/src/main/java/org/burningwave/core/function/ThrowingFunction.java index 2d2e148f3..a25f62176 100644 --- a/src/main/java/org/burningwave/core/function/ThrowingFunction.java +++ b/src/main/java/org/burningwave/core/function/ThrowingFunction.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/ThrowingPredicate.java b/src/main/java/org/burningwave/core/function/ThrowingPredicate.java index 015859376..30edd76a4 100644 --- a/src/main/java/org/burningwave/core/function/ThrowingPredicate.java +++ b/src/main/java/org/burningwave/core/function/ThrowingPredicate.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/ThrowingQuadFunction.java b/src/main/java/org/burningwave/core/function/ThrowingQuadFunction.java index 277dcbc4f..f5cd0cacf 100644 --- a/src/main/java/org/burningwave/core/function/ThrowingQuadFunction.java +++ b/src/main/java/org/burningwave/core/function/ThrowingQuadFunction.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/ThrowingRunnable.java b/src/main/java/org/burningwave/core/function/ThrowingRunnable.java index 5a63ab123..11bbcaed8 100644 --- a/src/main/java/org/burningwave/core/function/ThrowingRunnable.java +++ b/src/main/java/org/burningwave/core/function/ThrowingRunnable.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/ThrowingSupplier.java b/src/main/java/org/burningwave/core/function/ThrowingSupplier.java index f5eaf68c0..b0c146d38 100644 --- a/src/main/java/org/burningwave/core/function/ThrowingSupplier.java +++ b/src/main/java/org/burningwave/core/function/ThrowingSupplier.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/ThrowingTriFunction.java b/src/main/java/org/burningwave/core/function/ThrowingTriFunction.java index 1a2ba690f..4ac5a95c7 100644 --- a/src/main/java/org/burningwave/core/function/ThrowingTriFunction.java +++ b/src/main/java/org/burningwave/core/function/ThrowingTriFunction.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/ThrowingTriPredicate.java b/src/main/java/org/burningwave/core/function/ThrowingTriPredicate.java index ed7d094e3..68aed5470 100644 --- a/src/main/java/org/burningwave/core/function/ThrowingTriPredicate.java +++ b/src/main/java/org/burningwave/core/function/ThrowingTriPredicate.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/TriConsumer.java b/src/main/java/org/burningwave/core/function/TriConsumer.java index 4873d1ffd..5f570a8c6 100644 --- a/src/main/java/org/burningwave/core/function/TriConsumer.java +++ b/src/main/java/org/burningwave/core/function/TriConsumer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/TriFunction.java b/src/main/java/org/burningwave/core/function/TriFunction.java index 69aa2be3f..c5e2e61e8 100644 --- a/src/main/java/org/burningwave/core/function/TriFunction.java +++ b/src/main/java/org/burningwave/core/function/TriFunction.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/function/TriPredicate.java b/src/main/java/org/burningwave/core/function/TriPredicate.java index 354a23953..880b7dfe6 100644 --- a/src/main/java/org/burningwave/core/function/TriPredicate.java +++ b/src/main/java/org/burningwave/core/function/TriPredicate.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/ByteBufferInputStream.java b/src/main/java/org/burningwave/core/io/ByteBufferInputStream.java index 3c7262db9..be7b3ed28 100644 --- a/src/main/java/org/burningwave/core/io/ByteBufferInputStream.java +++ b/src/main/java/org/burningwave/core/io/ByteBufferInputStream.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/ByteBufferOutputStream.java b/src/main/java/org/burningwave/core/io/ByteBufferOutputStream.java index d6cf91ecb..7e08874f7 100644 --- a/src/main/java/org/burningwave/core/io/ByteBufferOutputStream.java +++ b/src/main/java/org/burningwave/core/io/ByteBufferOutputStream.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/FileCriteria.java b/src/main/java/org/burningwave/core/io/FileCriteria.java index 9812fb2ca..26e698005 100644 --- a/src/main/java/org/burningwave/core/io/FileCriteria.java +++ b/src/main/java/org/burningwave/core/io/FileCriteria.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/FileInputStream.java b/src/main/java/org/burningwave/core/io/FileInputStream.java index dd929b66f..1ea1ff1f5 100644 --- a/src/main/java/org/burningwave/core/io/FileInputStream.java +++ b/src/main/java/org/burningwave/core/io/FileInputStream.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/FileOutputStream.java b/src/main/java/org/burningwave/core/io/FileOutputStream.java index 890d8874c..f707be7fc 100644 --- a/src/main/java/org/burningwave/core/io/FileOutputStream.java +++ b/src/main/java/org/burningwave/core/io/FileOutputStream.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/FileSystemHelper.java b/src/main/java/org/burningwave/core/io/FileSystemHelper.java index 72e3bd6b0..4ad108c38 100644 --- a/src/main/java/org/burningwave/core/io/FileSystemHelper.java +++ b/src/main/java/org/burningwave/core/io/FileSystemHelper.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/FileSystemItem.java b/src/main/java/org/burningwave/core/io/FileSystemItem.java index 042eea976..100fd3dde 100644 --- a/src/main/java/org/burningwave/core/io/FileSystemItem.java +++ b/src/main/java/org/burningwave/core/io/FileSystemItem.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/FileSystemItemNotFoundException.java b/src/main/java/org/burningwave/core/io/FileSystemItemNotFoundException.java index 1c065da1b..a3f49127f 100644 --- a/src/main/java/org/burningwave/core/io/FileSystemItemNotFoundException.java +++ b/src/main/java/org/burningwave/core/io/FileSystemItemNotFoundException.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/IterableZipContainer.java b/src/main/java/org/burningwave/core/io/IterableZipContainer.java index 941278fb1..5edea6f20 100644 --- a/src/main/java/org/burningwave/core/io/IterableZipContainer.java +++ b/src/main/java/org/burningwave/core/io/IterableZipContainer.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/PathHelper.java b/src/main/java/org/burningwave/core/io/PathHelper.java index 66186c0aa..84912e7b2 100644 --- a/src/main/java/org/burningwave/core/io/PathHelper.java +++ b/src/main/java/org/burningwave/core/io/PathHelper.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/PathHelperImpl.java b/src/main/java/org/burningwave/core/io/PathHelperImpl.java index c6c36cf83..4395cdb92 100644 --- a/src/main/java/org/burningwave/core/io/PathHelperImpl.java +++ b/src/main/java/org/burningwave/core/io/PathHelperImpl.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/Resources.java b/src/main/java/org/burningwave/core/io/Resources.java index 93e53b158..180d54dbe 100644 --- a/src/main/java/org/burningwave/core/io/Resources.java +++ b/src/main/java/org/burningwave/core/io/Resources.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/Streams.java b/src/main/java/org/burningwave/core/io/Streams.java index ef106831d..e62be9fd8 100644 --- a/src/main/java/org/burningwave/core/io/Streams.java +++ b/src/main/java/org/burningwave/core/io/Streams.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/StreamsImpl.java b/src/main/java/org/burningwave/core/io/StreamsImpl.java index c3b065ce5..ac48dcf1c 100644 --- a/src/main/java/org/burningwave/core/io/StreamsImpl.java +++ b/src/main/java/org/burningwave/core/io/StreamsImpl.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/ZipContainerEntryCriteria.java b/src/main/java/org/burningwave/core/io/ZipContainerEntryCriteria.java index 023e20bb9..0753d828e 100644 --- a/src/main/java/org/burningwave/core/io/ZipContainerEntryCriteria.java +++ b/src/main/java/org/burningwave/core/io/ZipContainerEntryCriteria.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/ZipFile.java b/src/main/java/org/burningwave/core/io/ZipFile.java index 625e8e017..04b07337c 100644 --- a/src/main/java/org/burningwave/core/io/ZipFile.java +++ b/src/main/java/org/burningwave/core/io/ZipFile.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/io/ZipInputStream.java b/src/main/java/org/burningwave/core/io/ZipInputStream.java index 93fa5f40c..2eae84f40 100644 --- a/src/main/java/org/burningwave/core/io/ZipInputStream.java +++ b/src/main/java/org/burningwave/core/io/ZipInputStream.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/iterable/IterableObjectHelper.java b/src/main/java/org/burningwave/core/iterable/IterableObjectHelper.java index 3c323b760..2ae9c5054 100644 --- a/src/main/java/org/burningwave/core/iterable/IterableObjectHelper.java +++ b/src/main/java/org/burningwave/core/iterable/IterableObjectHelper.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/iterable/IterableObjectHelperImpl.java b/src/main/java/org/burningwave/core/iterable/IterableObjectHelperImpl.java index eaa6442b4..eaaf9247d 100644 --- a/src/main/java/org/burningwave/core/iterable/IterableObjectHelperImpl.java +++ b/src/main/java/org/burningwave/core/iterable/IterableObjectHelperImpl.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/iterable/Properties.java b/src/main/java/org/burningwave/core/iterable/Properties.java index 73e9a7455..151ed7df6 100644 --- a/src/main/java/org/burningwave/core/iterable/Properties.java +++ b/src/main/java/org/burningwave/core/iterable/Properties.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/iterable/TaskBasedIterator.java b/src/main/java/org/burningwave/core/iterable/TaskBasedIterator.java index 19820b42d..66efc6e71 100644 --- a/src/main/java/org/burningwave/core/iterable/TaskBasedIterator.java +++ b/src/main/java/org/burningwave/core/iterable/TaskBasedIterator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/iterable/ThreadBasedIterator.java b/src/main/java/org/burningwave/core/iterable/ThreadBasedIterator.java index db0423072..ecc667c89 100644 --- a/src/main/java/org/burningwave/core/iterable/ThreadBasedIterator.java +++ b/src/main/java/org/burningwave/core/iterable/ThreadBasedIterator.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without diff --git a/src/main/java/org/burningwave/core/jvm/BufferHandler.java b/src/main/java/org/burningwave/core/jvm/BufferHandler.java index da4e4b557..7e84c6eb3 100644 --- a/src/main/java/org/burningwave/core/jvm/BufferHandler.java +++ b/src/main/java/org/burningwave/core/jvm/BufferHandler.java @@ -9,7 +9,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2019-2022 Roberto Gentili + * Copyright (c) 2019-2023 Roberto Gentili * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without From a88402f784ff5fef45e27275eed1de286c95be9e Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:05:29 +0200 Subject: [PATCH 04/24] Dependency update. Releasing new version --- pom.xml | 64 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index f6bd4c6ba..a325131c7 100644 --- a/pom.xml +++ b/pom.xml @@ -90,13 +90,14 @@ https://burningwave@github.com/burningwave/core.git 4.3.0 - 1.2.11 + 1.4.11 0.7.6.201602180812 2.0.2 - 5.9.1 - 1.9.1 - 8.14.2 + 5.10.0 + 1.10.0 + 8.15.0 3.0.0 + 5.1.9 3.8.1 2.8.2 1.6 @@ -108,7 +109,7 @@ 1.9.5 3.0.0-M5 1.6.12 - 1.7.36 + 2.0.9 @@ -260,39 +261,54 @@ false - + - maven-jar-plugin - ${maven-jar-plugin.version} + org.apache.felix + maven-bundle-plugin + ${maven-bundle-plugin.version} + true + + + generate-manifest + process-classes + + manifest + + + - - module-info.class - META-INF/maven/ - - - false - - true - true - - - Burningwave + ${project.build.outputDirectory}/META-INF/ + Framework + ${organization.name} https://github.com/burningwave/core/blob/master/LICENSE 2 Core ${project.groupId}.${project.artifactId} - Burningwave + ${organization.name} ${project.description} ${project.version} osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" - javax.tools,io.github.toolfactory.jvm;version="9.4.4",org.burningwave.jvm;version="8.14.2";resolution:=optional,io.github.toolfactory.jvm.util,org.slf4j;version="1.7.0";resolution:=optional - org.burningwave.core;uses:="org.burningwave.core.classes,org.burningwave.core.concurrent,org.burningwave.core.function,org.burningwave.core.io,org.burningwave.core.iterable";version="12.45.3",org.burningwave.core.assembler;uses:="io.github.toolfactory.jvm,org.burningwave.core,org.burningwave.core.classes,org.burningwave.core.concurrent,org.burningwave.core.io,org.burningwave.core.iterable,org.burningwave.core.jvm";version="12.45.3",org.burningwave.core.classes;uses:="io.github.toolfactory.jvm.util,org.burningwave.core,org.burningwave.core.concurrent,org.burningwave.core.function,org.burningwave.core.io,org.burningwave.core.iterable";version="12.45.3",org.burningwave.core.concurrent;uses:="org.burningwave.core,org.burningwave.core.function";version="12.45.3",org.burningwave.core.function;version="12.45.3",org.burningwave.core.io;uses:="org.burningwave.core,org.burningwave.core.classes";version="12.45.3",org.burningwave.core.iterable;uses:="org.burningwave.core,org.burningwave.core.concurrent,org.burningwave.core.function";version="12.45.3",org.burningwave.core.jvm;uses:="org.burningwave.core,org.burningwave.core.io,org.burningwave.core.iterable";version="12.45.3" + javax.tools,io.github.toolfactory.jvm;version="9.6.0",org.burningwave.jvm;version="${burningwave-jvm-driver.version}";resolution:=optional,io.github.toolfactory.jvm.util,org.slf4j;version="1.7.0";resolution:=optional true - + + + + + maven-jar-plugin + ${maven-jar-plugin.version} + + + module-info.class + META-INF/maven/ + + + false + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + maven-deploy-plugin ${maven-deploy-plugin.version} From c6495ca7f0c960f5ad7ff6d4fdbf629b99c9c2dc Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:20:21 +0200 Subject: [PATCH 05/24] Dependency update. Releasing new version --- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index a325131c7..2fd64ca9a 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ https://burningwave@github.com/burningwave/core.git 4.3.0 - 1.4.11 + 1.3.11 0.7.6.201602180812 2.0.2 5.10.0 @@ -279,14 +279,14 @@ ${project.build.outputDirectory}/META-INF/ - Framework - ${organization.name} - https://github.com/burningwave/core/blob/master/LICENSE - 2 - Core - ${project.groupId}.${project.artifactId} - ${organization.name} - ${project.description} + Framework + ${organization.name} + https://github.com/burningwave/core/blob/master/LICENSE + 2 + Core + ${project.groupId}.${project.artifactId} + ${organization.name} + ${project.description} ${project.version} osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" javax.tools,io.github.toolfactory.jvm;version="9.6.0",org.burningwave.jvm;version="${burningwave-jvm-driver.version}";resolution:=optional,io.github.toolfactory.jvm.util,org.slf4j;version="1.7.0";resolution:=optional From f8dc2dccfe298ac33bf28e7ad520df1722742361 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:36:06 +0200 Subject: [PATCH 06/24] Enabled fast release. Releasing new version --- .github/workflows/[A] build and test, release if requested.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/[A] build and test, release if requested.yml b/.github/workflows/[A] build and test, release if requested.yml index 9aa48d59a..c7aa35a96 100644 --- a/.github/workflows/[A] build and test, release if requested.yml +++ b/.github/workflows/[A] build and test, release if requested.yml @@ -40,7 +40,7 @@ jobs: release: name: Release if requested - needs: [build-and-test-with-Java-8-and-later] +# needs: [build-and-test-with-Java-8-and-later] runs-on: ubuntu-latest if: github.event_name == 'push' && endsWith(github.event.head_commit.message, 'Releasing new version') steps: From e54f1caf82857cc12bfa7185334ddbe8e975ddf0 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 13:37:23 +0000 Subject: [PATCH 07/24] [maven-release-plugin] prepare release core-12.63.2 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2fd64ca9a..70e26264d 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.burningwave core - 12.63.2-SNAPSHOT + 12.63.2 jar Burningwave Core @@ -132,7 +132,7 @@ scm:git:${repository.url} scm:git:${repository.url} https://github.com/burningwave/core - HEAD + core-12.63.2 From e5b7221eec624de78e0bb0c6951eba8537ce6bc6 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 13:37:25 +0000 Subject: [PATCH 08/24] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 70e26264d..89798c7c2 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.burningwave core - 12.63.2 + 12.63.3-SNAPSHOT jar Burningwave Core @@ -132,7 +132,7 @@ scm:git:${repository.url} scm:git:${repository.url} https://github.com/burningwave/core - core-12.63.2 + HEAD From 9395b284131af9ae87390b1e8ff671a7a9186084 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:41:30 +0200 Subject: [PATCH 09/24] Released new version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47a8aa90b..bb07e3600 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ [![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/core/12)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/core/) [![GitHub](https://img.shields.io/github/license/burningwave/core)](https://github.com/burningwave/core/blob/master/LICENSE) -[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/6394878268) +[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/6575436470) -[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs/6394878268) +[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs/6575436470) [![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/core/master)](https://coveralls.io/github/burningwave/core?branch=master) [![GitHub open issues](https://img.shields.io/github/issues/burningwave/core)](https://github.com/burningwave/core/issues) @@ -49,7 +49,7 @@ To include Burningwave Core library in your projects simply use with **Apache Ma org.burningwave core - 12.63.1 + 12.63.2 ``` From 9d0513ccb15b1d934684854d2dd905eb26e9ba42 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 13:41:51 +0000 Subject: [PATCH 10/24] Update --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 47a8aa90b..bb07e3600 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,9 +7,9 @@ [![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/core/12)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/core/) [![GitHub](https://img.shields.io/github/license/burningwave/core)](https://github.com/burningwave/core/blob/master/LICENSE) -[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/6394878268) +[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/6575436470) -[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs/6394878268) +[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs/6575436470) [![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/core/master)](https://coveralls.io/github/burningwave/core?branch=master) [![GitHub open issues](https://img.shields.io/github/issues/burningwave/core)](https://github.com/burningwave/core/issues) @@ -49,7 +49,7 @@ To include Burningwave Core library in your projects simply use with **Apache Ma org.burningwave core - 12.63.1 + 12.63.2 ``` From 62ef328c8baf6677b7fa6f2699c585e0e70054cf Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:42:48 +0200 Subject: [PATCH 11/24] Reset --- .../workflows/[A] build and test, release if requested.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/[A] build and test, release if requested.yml b/.github/workflows/[A] build and test, release if requested.yml index c7aa35a96..2e7851976 100644 --- a/.github/workflows/[A] build and test, release if requested.yml +++ b/.github/workflows/[A] build and test, release if requested.yml @@ -7,7 +7,7 @@ on: paths: - "src/main/**.java" - "src/test/**.java" - - ".github/workflows/**" +# - ".github/workflows/**" - "**.properties" - "**.xml" @@ -40,7 +40,7 @@ jobs: release: name: Release if requested -# needs: [build-and-test-with-Java-8-and-later] + needs: [build-and-test-with-Java-8-and-later] runs-on: ubuntu-latest if: github.event_name == 'push' && endsWith(github.event.head_commit.message, 'Releasing new version') steps: From 02256cc2de386af2cd0daca77c89b03dc227dd4c Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:52:27 +0200 Subject: [PATCH 12/24] bug fix --- src/test/java/org/burningwave/core/ClassHunterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/burningwave/core/ClassHunterTest.java b/src/test/java/org/burningwave/core/ClassHunterTest.java index d5bb1de22..04f099a46 100644 --- a/src/test/java/org/burningwave/core/ClassHunterTest.java +++ b/src/test/java/org/burningwave/core/ClassHunterTest.java @@ -159,7 +159,7 @@ public void findRecursiveInChildrenExcludingZipAndJar() throws Exception { pathHelper.getPaths(path -> path.endsWith("jar")) ).addFileSystemItems( //folder inside a compressed archive - pathHelper.getResource("../logback-core-1.2.11.jar/ch/qos") + pathHelper.getResource("../logback-core-1.3.11.jar/ch/qos") ).setFindFunction( currentScannedPath -> { // Check if the path is a folder outside of a zip archive From 5d5aebde507440dd12cfff31bbcc92c5c3881a1c Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:53:12 +0200 Subject: [PATCH 13/24] Update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb07e3600..88e5a3735 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ [![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/core/12)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/core/) [![GitHub](https://img.shields.io/github/license/burningwave/core)](https://github.com/burningwave/core/blob/master/LICENSE) -[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/6575436470) +[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/6575632605) -[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs/6575436470) +[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs/6575632605) [![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/core/master)](https://coveralls.io/github/burningwave/core?branch=master) [![GitHub open issues](https://img.shields.io/github/issues/burningwave/core)](https://github.com/burningwave/core/issues) From 7d05d7eeee7d2638769c7f2c4685cab04c31bcf2 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 13:53:33 +0000 Subject: [PATCH 14/24] Update --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index bb07e3600..88e5a3735 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,9 +7,9 @@ [![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/core/12)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/core/) [![GitHub](https://img.shields.io/github/license/burningwave/core)](https://github.com/burningwave/core/blob/master/LICENSE) -[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/6575436470) +[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/6575632605) -[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs/6575436470) +[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs/6575632605) [![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/core/master)](https://coveralls.io/github/burningwave/core?branch=master) [![GitHub open issues](https://img.shields.io/github/issues/burningwave/core)](https://github.com/burningwave/core/issues) From 08c23f4b6e869c5585256e0ee43f2697a45bcd69 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 17:13:51 +0200 Subject: [PATCH 15/24] Enabled fast release --- .github/workflows/[A] build and test, release if requested.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/[A] build and test, release if requested.yml b/.github/workflows/[A] build and test, release if requested.yml index 2e7851976..6430e847d 100644 --- a/.github/workflows/[A] build and test, release if requested.yml +++ b/.github/workflows/[A] build and test, release if requested.yml @@ -40,7 +40,7 @@ jobs: release: name: Release if requested - needs: [build-and-test-with-Java-8-and-later] +# needs: [build-and-test-with-Java-8-and-later] runs-on: ubuntu-latest if: github.event_name == 'push' && endsWith(github.event.head_commit.message, 'Releasing new version') steps: From d476352f15ab86801cda9e3d84332a8faefdc568 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 17:14:12 +0200 Subject: [PATCH 16/24] OSGI data fix. Releasing new version --- pom.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 89798c7c2..2ded3da9c 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.burningwave core - 12.63.3-SNAPSHOT + 12.64.0-SNAPSHOT jar Burningwave Core @@ -287,10 +287,12 @@ ${project.groupId}.${project.artifactId} ${organization.name} ${project.description} - ${project.version} - osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" - javax.tools,io.github.toolfactory.jvm;version="9.6.0",org.burningwave.jvm;version="${burningwave-jvm-driver.version}";resolution:=optional,io.github.toolfactory.jvm.util,org.slf4j;version="1.7.0";resolution:=optional - true + ${project.version} + osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" + javax.tools,io.github.toolfactory.jvm;version="9.6.0",io.github.toolfactory.jvm.util;version="9.6.0",org.burningwave.jvm;version="${burningwave-jvm-driver.version}";resolution:=optional,io.github.toolfactory.jvm.util,org.slf4j;version="1.7.0";resolution:=optional + true + <_dsannotations>* + <_metatypeannotations>* From d3a8d35848bb511e5b25de79bd6250ddcf52725c Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:15:21 +0000 Subject: [PATCH 17/24] [maven-release-plugin] prepare release core-12.64.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2ded3da9c..f5b6e2e84 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.burningwave core - 12.64.0-SNAPSHOT + 12.64.0 jar Burningwave Core @@ -132,7 +132,7 @@ scm:git:${repository.url} scm:git:${repository.url} https://github.com/burningwave/core - HEAD + core-12.64.0 From eb1cb8151cde7cbbd9c0ae2b04b4d174acddab78 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:15:23 +0000 Subject: [PATCH 18/24] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f5b6e2e84..6e63ed4ad 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.burningwave core - 12.64.0 + 12.64.1-SNAPSHOT jar Burningwave Core @@ -132,7 +132,7 @@ scm:git:${repository.url} scm:git:${repository.url} https://github.com/burningwave/core - core-12.64.0 + HEAD From 72123d8ee4869ec04ff7263d6a6b7912ff70f9d3 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 17:17:01 +0200 Subject: [PATCH 19/24] OSGI data fix. Releasing new version --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6e63ed4ad..1b14addee 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.burningwave core - 12.64.1-SNAPSHOT + 12.64.0-SNAPSHOT jar Burningwave Core @@ -278,6 +278,7 @@ ${project.build.outputDirectory}/META-INF/ + true Framework ${organization.name} From 0372379e1d190827518ccf821b8ecde264fdd0ab Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:18:24 +0000 Subject: [PATCH 20/24] [maven-release-plugin] prepare release core-12.64.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1b14addee..212010249 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.burningwave core - 12.64.0-SNAPSHOT + 12.64.0 jar Burningwave Core @@ -132,7 +132,7 @@ scm:git:${repository.url} scm:git:${repository.url} https://github.com/burningwave/core - HEAD + core-12.64.0 From a50410f820db22c8f5e3a47c149a232c210245a0 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:18:26 +0000 Subject: [PATCH 21/24] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 212010249..1fba76e10 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.burningwave core - 12.64.0 + 12.64.1-SNAPSHOT jar Burningwave Core @@ -132,7 +132,7 @@ scm:git:${repository.url} scm:git:${repository.url} https://github.com/burningwave/core - core-12.64.0 + HEAD From a534396743d863e384d23b1dea132c582df20ba3 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 17:22:14 +0200 Subject: [PATCH 22/24] Released new version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88e5a3735..815424bd1 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ [![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/core/12)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/core/) [![GitHub](https://img.shields.io/github/license/burningwave/core)](https://github.com/burningwave/core/blob/master/LICENSE) -[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/6575632605) +[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs//6576718084) -[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs/6575632605) +[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs//6576718084) [![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/core/master)](https://coveralls.io/github/burningwave/core?branch=master) [![GitHub open issues](https://img.shields.io/github/issues/burningwave/core)](https://github.com/burningwave/core/issues) @@ -49,7 +49,7 @@ To include Burningwave Core library in your projects simply use with **Apache Ma org.burningwave core - 12.63.2 + 12.64.0 ``` From f06d57f16e3dfc50e9be658586e6f4b2ea6e1b62 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 17:22:26 +0200 Subject: [PATCH 23/24] Reset --- .github/workflows/[A] build and test, release if requested.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/[A] build and test, release if requested.yml b/.github/workflows/[A] build and test, release if requested.yml index 6430e847d..2e7851976 100644 --- a/.github/workflows/[A] build and test, release if requested.yml +++ b/.github/workflows/[A] build and test, release if requested.yml @@ -40,7 +40,7 @@ jobs: release: name: Release if requested -# needs: [build-and-test-with-Java-8-and-later] + needs: [build-and-test-with-Java-8-and-later] runs-on: ubuntu-latest if: github.event_name == 'push' && endsWith(github.event.head_commit.message, 'Releasing new version') steps: From 80cef4132ec977b780ff2b17fc24d0d68140acec Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 19 Oct 2023 15:22:49 +0000 Subject: [PATCH 24/24] Update --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 88e5a3735..815424bd1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,9 +7,9 @@ [![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/core/12)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/core/) [![GitHub](https://img.shields.io/github/license/burningwave/core)](https://github.com/burningwave/core/blob/master/LICENSE) -[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/6575632605) +[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs//6576718084) -[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs/6575632605) +[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs//6576718084) [![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/core/master)](https://coveralls.io/github/burningwave/core?branch=master) [![GitHub open issues](https://img.shields.io/github/issues/burningwave/core)](https://github.com/burningwave/core/issues) @@ -49,7 +49,7 @@ To include Burningwave Core library in your projects simply use with **Apache Ma org.burningwave core - 12.63.2 + 12.64.0 ```