diff --git a/build.gradle b/build.gradle index 759ad4f..39a2f00 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/docs/guide/guide.gradle b/docs/guide/guide.gradle index 86ecf15..f72c4ef 100644 --- a/docs/guide/guide.gradle +++ b/docs/guide/guide.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +15,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +buildscript { + repositories { + mavenCentral() + } + dependencies { + classpath("org.ajoberstar.grgit:grgit-core:$grgitVersion") + } +} + plugins { id 'org.kordamp.gradle.guide' id 'org.ajoberstar.git-publish' diff --git a/examples/micronaut-log4aws-demo/micronaut-log4aws-demo.gradle b/examples/micronaut-log4aws-demo/micronaut-log4aws-demo.gradle index 8ca31a9..11df1d3 100644 --- a/examples/micronaut-log4aws-demo/micronaut-log4aws-demo.gradle +++ b/examples/micronaut-log4aws-demo/micronaut-log4aws-demo.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/micronaut-log4aws-demo/src/main/java/com/agorapulse/micronaut/log4aws/demo/LoggingDemo.java b/examples/micronaut-log4aws-demo/src/main/java/com/agorapulse/micronaut/log4aws/demo/LoggingDemo.java index 66c0be9..9e55c7e 100644 --- a/examples/micronaut-log4aws-demo/src/main/java/com/agorapulse/micronaut/log4aws/demo/LoggingDemo.java +++ b/examples/micronaut-log4aws-demo/src/main/java/com/agorapulse/micronaut/log4aws/demo/LoggingDemo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/micronaut-log4aws-demo/src/main/java/com/agorapulse/micronaut/log4aws/demo/LoggingService.java b/examples/micronaut-log4aws-demo/src/main/java/com/agorapulse/micronaut/log4aws/demo/LoggingService.java index 7a4400a..da5ca35 100644 --- a/examples/micronaut-log4aws-demo/src/main/java/com/agorapulse/micronaut/log4aws/demo/LoggingService.java +++ b/examples/micronaut-log4aws-demo/src/main/java/com/agorapulse/micronaut/log4aws/demo/LoggingService.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/micronaut-log4aws-demo/src/main/resources/log4j2.xml b/examples/micronaut-log4aws-demo/src/main/resources/log4j2.xml index 84cb69c..941d8ab 100644 --- a/examples/micronaut-log4aws-demo/src/main/resources/log4j2.xml +++ b/examples/micronaut-log4aws-demo/src/main/resources/log4j2.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Agorapulse. + Copyright 2020-2024 Agorapulse. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/examples/micronaut-log4aws-demo/src/main/resources/sentry.properties b/examples/micronaut-log4aws-demo/src/main/resources/sentry.properties index df039f0..a41bb52 100644 --- a/examples/micronaut-log4aws-demo/src/main/resources/sentry.properties +++ b/examples/micronaut-log4aws-demo/src/main/resources/sentry.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2023 Agorapulse. +# Copyright 2020-2024 Agorapulse. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/micronaut-log4aws-demo/src/test/groovy/com/agorapulse/micronaut/log4aws/demo/LoggingServiceSpec.groovy b/examples/micronaut-log4aws-demo/src/test/groovy/com/agorapulse/micronaut/log4aws/demo/LoggingServiceSpec.groovy index 7dee8b2..df10dcf 100644 --- a/examples/micronaut-log4aws-demo/src/test/groovy/com/agorapulse/micronaut/log4aws/demo/LoggingServiceSpec.groovy +++ b/examples/micronaut-log4aws-demo/src/test/groovy/com/agorapulse/micronaut/log4aws/demo/LoggingServiceSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/gradle.properties b/gradle.properties index 121a41c..d5ba20e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2023 Agorapulse. +# Copyright 2020-2024 Agorapulse. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,6 +23,7 @@ kordampPluginVersion = 0.53.0 coverallsPluginVersion = 2.9.0 gitPublishPluginVersion = 2.1.3 nexusPluginVersion=1.0.0 +grgitVersion=5.0.0 micronautVersion = 4.2.0 micronautGradlePluginVersion = 4.2.0 diff --git a/settings.gradle b/settings.gradle index 8ff1e59..54e4c95 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/micronaut-log4aws.gradle b/subprojects/micronaut-log4aws/micronaut-log4aws.gradle index fb3c2f0..9d9cdc2 100644 --- a/subprojects/micronaut-log4aws/micronaut-log4aws.gradle +++ b/subprojects/micronaut-log4aws/micronaut-log4aws.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ dependencies { compileOnly 'io.micronaut:micronaut-function' compileOnly 'io.micronaut:micronaut-http' implementation 'io.micronaut:micronaut-aop' - implementation 'io.reactivex.rxjava2:rxjava' + implementation 'io.micronaut.reactor:micronaut-reactor' testImplementation 'io.micronaut.validation:micronaut-validation' testImplementation 'io.micronaut:micronaut-http-server-netty' diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/AwsLambdaEventProcessor.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/AwsLambdaEventProcessor.java index f926b9e..42d37fb 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/AwsLambdaEventProcessor.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/AwsLambdaEventProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/Log4AwsFactory.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/Log4AwsFactory.java index 7493b88..eb752e4 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/Log4AwsFactory.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/Log4AwsFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/LogError.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/LogError.java index f9ed170..1a328f3 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/LogError.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/LogError.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/LogExceptionsInterceptor.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/LogExceptionsInterceptor.java index 992e09a..44dd6b4 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/LogExceptionsInterceptor.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/LogExceptionsInterceptor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/function/Logging.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/function/Logging.java index f0fe120..bbba211 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/function/Logging.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/function/Logging.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/function/LoggingFunctionInitializer.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/function/LoggingFunctionInitializer.java index 051e9d4..d343973 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/function/LoggingFunctionInitializer.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/function/LoggingFunctionInitializer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/MDCFilter.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/MDCFilter.java index 5147145..abc2b45 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/MDCFilter.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/MDCFilter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,10 +26,14 @@ import io.micronaut.http.annotation.Filter; import io.micronaut.http.filter.HttpServerFilter; import io.micronaut.http.filter.ServerFilterChain; -import io.reactivex.Flowable; import org.reactivestreams.Publisher; +import reactor.core.publisher.Flux; -import java.util.*; +import java.util.Arrays; +import java.util.Collections; +import java.util.LinkedHashMap; +import java.util.List; +import java.util.Map; import java.util.stream.Collectors; import java.util.stream.StreamSupport; @@ -50,13 +54,13 @@ public int getOrder() { @Override public Publisher> doFilter(HttpRequest request, ServerFilterChain chain) { Map tags = getTags(request); - return Flowable + return Flux .just(request) .switchMap(r -> { TagHelper.setTags(tags); return chain.proceed(request); }) - .doFinally(() -> TagHelper.clearTags(tags)); + .doFinally(signal -> TagHelper.clearTags(tags)); } public Map getTags(HttpRequest request) { diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/MicronautRequestEventProcessor.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/MicronautRequestEventProcessor.java index c0022d6..a254202 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/MicronautRequestEventProcessor.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/MicronautRequestEventProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/ReactiveSentryFilter.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/ReactiveSentryFilter.java index 00b59fa..da676b9 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/ReactiveSentryFilter.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/ReactiveSentryFilter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,10 +25,10 @@ import io.micronaut.http.annotation.Filter; import io.micronaut.http.filter.HttpServerFilter; import io.micronaut.http.filter.ServerFilterChain; -import io.reactivex.Flowable; import io.sentry.Breadcrumb; import io.sentry.IHub; import org.reactivestreams.Publisher; +import reactor.core.publisher.Flux; @Filter("/**") @Requires(property = "sentry.filter.type", value = "reactive") @@ -48,7 +48,7 @@ public int getOrder() { @Override public Publisher> doFilter(HttpRequest request, ServerFilterChain chain) { - return Flowable + return Flux .just(request) .doOnNext(r -> { hub.pushScope(); @@ -58,7 +58,7 @@ public Publisher> doFilter(HttpRequest request, Server }); }) .switchMap(r -> chain.proceed(request)) - .doFinally(hub::popScope); + .doFinally(signal -> hub.popScope()); } } diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/SentryFilter.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/SentryFilter.java index e5c1747..c6acb36 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/SentryFilter.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/http/SentryFilter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,10 +23,10 @@ import io.micronaut.http.annotation.Filter; import io.micronaut.http.filter.HttpServerFilter; import io.micronaut.http.filter.ServerFilterChain; -import io.reactivex.Flowable; import io.sentry.Breadcrumb; import io.sentry.IHub; import org.reactivestreams.Publisher; +import reactor.core.publisher.Flux; @Filter("/**") public class SentryFilter implements HttpServerFilter { @@ -44,7 +44,7 @@ public int getOrder() { @Override public Publisher> doFilter(HttpRequest request, ServerFilterChain chain) { - return Flowable + return Flux .just(request) .switchMap(r -> { hub.pushScope(); diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/slf4j/LoggerWithTags.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/slf4j/LoggerWithTags.java index a23ff8c..910e6f3 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/slf4j/LoggerWithTags.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/slf4j/LoggerWithTags.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/slf4j/TagHelper.java b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/slf4j/TagHelper.java index 452ebe5..8c61473 100644 --- a/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/slf4j/TagHelper.java +++ b/subprojects/micronaut-log4aws/src/main/java/com/agorapulse/micronaut/log4aws/slf4j/TagHelper.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/LogErrorInterceptorSpec.groovy b/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/LogErrorInterceptorSpec.groovy index dce01e5..c963072 100644 --- a/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/LogErrorInterceptorSpec.groovy +++ b/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/LogErrorInterceptorSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/GlobalErrorHandler.groovy b/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/GlobalErrorHandler.groovy index 50fd261..13ef27e 100644 --- a/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/GlobalErrorHandler.groovy +++ b/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/GlobalErrorHandler.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/MockHub.java b/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/MockHub.java index 85079f7..2ad396c 100644 --- a/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/MockHub.java +++ b/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/MockHub.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/SentryFilterSpec.groovy b/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/SentryFilterSpec.groovy index 561fe3b..928d831 100644 --- a/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/SentryFilterSpec.groovy +++ b/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/SentryFilterSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/TestController.groovy b/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/TestController.groovy index a817da5..e99811c 100644 --- a/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/TestController.groovy +++ b/subprojects/micronaut-log4aws/src/test/groovy/com/agorapulse/micronaut/log4aws/http/TestController.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/test/resources/log4j2.xml b/subprojects/micronaut-log4aws/src/test/resources/log4j2.xml index cd1c41c..5c5bf94 100644 --- a/subprojects/micronaut-log4aws/src/test/resources/log4j2.xml +++ b/subprojects/micronaut-log4aws/src/test/resources/log4j2.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Agorapulse. + Copyright 2020-2024 Agorapulse. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/subprojects/micronaut-log4aws/src/test/resources/sentry.properties b/subprojects/micronaut-log4aws/src/test/resources/sentry.properties index bdfdd82..38b86ea 100644 --- a/subprojects/micronaut-log4aws/src/test/resources/sentry.properties +++ b/subprojects/micronaut-log4aws/src/test/resources/sentry.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2023 Agorapulse. +# Copyright 2020-2024 Agorapulse. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test-lambda-only/micronaut-log4aws-test-lambda-only.gradle b/testprojects/micronaut-log4aws-test-lambda-only/micronaut-log4aws-test-lambda-only.gradle index f3342bf..13a4492 100644 --- a/testprojects/micronaut-log4aws-test-lambda-only/micronaut-log4aws-test-lambda-only.gradle +++ b/testprojects/micronaut-log4aws-test-lambda-only/micronaut-log4aws-test-lambda-only.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test-lambda-only/src/test/groovy/com/agorapulse/micronaut/log4aws/test/lambdaonly/LambdaOnlySpec.groovy b/testprojects/micronaut-log4aws-test-lambda-only/src/test/groovy/com/agorapulse/micronaut/log4aws/test/lambdaonly/LambdaOnlySpec.groovy index 7cda607..8e994b7 100644 --- a/testprojects/micronaut-log4aws-test-lambda-only/src/test/groovy/com/agorapulse/micronaut/log4aws/test/lambdaonly/LambdaOnlySpec.groovy +++ b/testprojects/micronaut-log4aws-test-lambda-only/src/test/groovy/com/agorapulse/micronaut/log4aws/test/lambdaonly/LambdaOnlySpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test-lambda-only/src/test/resources/log4j2.xml b/testprojects/micronaut-log4aws-test-lambda-only/src/test/resources/log4j2.xml index f78e317..feb7ca4 100644 --- a/testprojects/micronaut-log4aws-test-lambda-only/src/test/resources/log4j2.xml +++ b/testprojects/micronaut-log4aws-test-lambda-only/src/test/resources/log4j2.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Agorapulse. + Copyright 2020-2024 Agorapulse. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test-lower-case/micronaut-log4aws-test-lower-case.gradle b/testprojects/micronaut-log4aws-test-lower-case/micronaut-log4aws-test-lower-case.gradle index dc16f5d..8743b7f 100644 --- a/testprojects/micronaut-log4aws-test-lower-case/micronaut-log4aws-test-lower-case.gradle +++ b/testprojects/micronaut-log4aws-test-lower-case/micronaut-log4aws-test-lower-case.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test-lower-case/src/test/groovy/com/agorapulse/micronaut/log4aws/test/lowercase/LowerCaseSpec.groovy b/testprojects/micronaut-log4aws-test-lower-case/src/test/groovy/com/agorapulse/micronaut/log4aws/test/lowercase/LowerCaseSpec.groovy index 8525068..5284b55 100644 --- a/testprojects/micronaut-log4aws-test-lower-case/src/test/groovy/com/agorapulse/micronaut/log4aws/test/lowercase/LowerCaseSpec.groovy +++ b/testprojects/micronaut-log4aws-test-lower-case/src/test/groovy/com/agorapulse/micronaut/log4aws/test/lowercase/LowerCaseSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test-lower-case/src/test/resources/log4j2.xml b/testprojects/micronaut-log4aws-test-lower-case/src/test/resources/log4j2.xml index ab2b8d8..e99ac2d 100644 --- a/testprojects/micronaut-log4aws-test-lower-case/src/test/resources/log4j2.xml +++ b/testprojects/micronaut-log4aws-test-lower-case/src/test/resources/log4j2.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Agorapulse. + Copyright 2020-2024 Agorapulse. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test-root-only/micronaut-log4aws-test-root-only.gradle b/testprojects/micronaut-log4aws-test-root-only/micronaut-log4aws-test-root-only.gradle index dc16f5d..8743b7f 100644 --- a/testprojects/micronaut-log4aws-test-root-only/micronaut-log4aws-test-root-only.gradle +++ b/testprojects/micronaut-log4aws-test-root-only/micronaut-log4aws-test-root-only.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test-root-only/src/test/groovy/com/agorapulse/micronaut/log4aws/test/rootonly/RootOnlySpec.groovy b/testprojects/micronaut-log4aws-test-root-only/src/test/groovy/com/agorapulse/micronaut/log4aws/test/rootonly/RootOnlySpec.groovy index 0d7f816..60497cc 100644 --- a/testprojects/micronaut-log4aws-test-root-only/src/test/groovy/com/agorapulse/micronaut/log4aws/test/rootonly/RootOnlySpec.groovy +++ b/testprojects/micronaut-log4aws-test-root-only/src/test/groovy/com/agorapulse/micronaut/log4aws/test/rootonly/RootOnlySpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test-root-only/src/test/resources/log4j2.xml b/testprojects/micronaut-log4aws-test-root-only/src/test/resources/log4j2.xml index dff47c4..7ee3916 100644 --- a/testprojects/micronaut-log4aws-test-root-only/src/test/resources/log4j2.xml +++ b/testprojects/micronaut-log4aws-test-root-only/src/test/resources/log4j2.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Agorapulse. + Copyright 2020-2024 Agorapulse. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test/micronaut-log4aws-test.gradle b/testprojects/micronaut-log4aws-test/micronaut-log4aws-test.gradle index bca76a6..227ce4e 100644 --- a/testprojects/micronaut-log4aws-test/micronaut-log4aws-test.gradle +++ b/testprojects/micronaut-log4aws-test/micronaut-log4aws-test.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test/src/main/groovy/com/agorapulse/micronaut/log4aws/test/Log4AwsFactorySpec.groovy b/testprojects/micronaut-log4aws-test/src/main/groovy/com/agorapulse/micronaut/log4aws/test/Log4AwsFactorySpec.groovy index 9cbbabb..215575d 100644 --- a/testprojects/micronaut-log4aws-test/src/main/groovy/com/agorapulse/micronaut/log4aws/test/Log4AwsFactorySpec.groovy +++ b/testprojects/micronaut-log4aws-test/src/main/groovy/com/agorapulse/micronaut/log4aws/test/Log4AwsFactorySpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testprojects/micronaut-log4aws-test/src/test/groovy/com/agorapulse/micronaut/log4aws/test/NoConfSpec.groovy b/testprojects/micronaut-log4aws-test/src/test/groovy/com/agorapulse/micronaut/log4aws/test/NoConfSpec.groovy index e4acdca..2d4e5cc 100644 --- a/testprojects/micronaut-log4aws-test/src/test/groovy/com/agorapulse/micronaut/log4aws/test/NoConfSpec.groovy +++ b/testprojects/micronaut-log4aws-test/src/test/groovy/com/agorapulse/micronaut/log4aws/test/NoConfSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Agorapulse. + * Copyright 2020-2024 Agorapulse. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.