diff --git a/aop/src/main/java/io/micronaut/aop/Adapter.java b/aop/src/main/java/io/micronaut/aop/Adapter.java index 8094a5ba28f..a7dd555c388 100644 --- a/aop/src/main/java/io/micronaut/aop/Adapter.java +++ b/aop/src/main/java/io/micronaut/aop/Adapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; import io.micronaut.context.annotation.DefaultScope; diff --git a/aop/src/main/java/io/micronaut/aop/Around.java b/aop/src/main/java/io/micronaut/aop/Around.java index c5ceff4d213..3812f037340 100644 --- a/aop/src/main/java/io/micronaut/aop/Around.java +++ b/aop/src/main/java/io/micronaut/aop/Around.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/aop/src/main/java/io/micronaut/aop/HotSwappableInterceptedProxy.java b/aop/src/main/java/io/micronaut/aop/HotSwappableInterceptedProxy.java index 2a73eaa1268..d4a5a460788 100644 --- a/aop/src/main/java/io/micronaut/aop/HotSwappableInterceptedProxy.java +++ b/aop/src/main/java/io/micronaut/aop/HotSwappableInterceptedProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; /** diff --git a/aop/src/main/java/io/micronaut/aop/InterceptPhase.java b/aop/src/main/java/io/micronaut/aop/InterceptPhase.java index 1ac12778c73..1ffb839aeac 100644 --- a/aop/src/main/java/io/micronaut/aop/InterceptPhase.java +++ b/aop/src/main/java/io/micronaut/aop/InterceptPhase.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; /** diff --git a/aop/src/main/java/io/micronaut/aop/Intercepted.java b/aop/src/main/java/io/micronaut/aop/Intercepted.java index 37b0daf9369..2d231c32551 100644 --- a/aop/src/main/java/io/micronaut/aop/Intercepted.java +++ b/aop/src/main/java/io/micronaut/aop/Intercepted.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; /** diff --git a/aop/src/main/java/io/micronaut/aop/InterceptedProxy.java b/aop/src/main/java/io/micronaut/aop/InterceptedProxy.java index 23a3572da1d..8abb645e313 100644 --- a/aop/src/main/java/io/micronaut/aop/InterceptedProxy.java +++ b/aop/src/main/java/io/micronaut/aop/InterceptedProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; import io.micronaut.inject.qualifiers.Qualified; diff --git a/aop/src/main/java/io/micronaut/aop/Interceptor.java b/aop/src/main/java/io/micronaut/aop/Interceptor.java index abec4122e92..59e6d2e3b58 100644 --- a/aop/src/main/java/io/micronaut/aop/Interceptor.java +++ b/aop/src/main/java/io/micronaut/aop/Interceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; import io.micronaut.core.order.Ordered; diff --git a/aop/src/main/java/io/micronaut/aop/Introduced.java b/aop/src/main/java/io/micronaut/aop/Introduced.java index eed29f41154..da553aa1660 100644 --- a/aop/src/main/java/io/micronaut/aop/Introduced.java +++ b/aop/src/main/java/io/micronaut/aop/Introduced.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; /** diff --git a/aop/src/main/java/io/micronaut/aop/Introduction.java b/aop/src/main/java/io/micronaut/aop/Introduction.java index 7af36680ac5..c590eb5ceee 100644 --- a/aop/src/main/java/io/micronaut/aop/Introduction.java +++ b/aop/src/main/java/io/micronaut/aop/Introduction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; import io.micronaut.context.annotation.Executable; diff --git a/aop/src/main/java/io/micronaut/aop/InvocationContext.java b/aop/src/main/java/io/micronaut/aop/InvocationContext.java index 816f1cca4a6..da5052f2a86 100644 --- a/aop/src/main/java/io/micronaut/aop/InvocationContext.java +++ b/aop/src/main/java/io/micronaut/aop/InvocationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; import io.micronaut.core.annotation.AnnotationMetadataDelegate; diff --git a/aop/src/main/java/io/micronaut/aop/MethodInterceptor.java b/aop/src/main/java/io/micronaut/aop/MethodInterceptor.java index 1ce9d1296f6..7c35f2a4269 100644 --- a/aop/src/main/java/io/micronaut/aop/MethodInterceptor.java +++ b/aop/src/main/java/io/micronaut/aop/MethodInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; /** diff --git a/aop/src/main/java/io/micronaut/aop/MethodInvocationContext.java b/aop/src/main/java/io/micronaut/aop/MethodInvocationContext.java index 7c001978c6d..b2cd048c229 100644 --- a/aop/src/main/java/io/micronaut/aop/MethodInvocationContext.java +++ b/aop/src/main/java/io/micronaut/aop/MethodInvocationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop; import io.micronaut.inject.ExecutableMethod; diff --git a/aop/src/main/java/io/micronaut/aop/chain/AdapterIntroduction.java b/aop/src/main/java/io/micronaut/aop/chain/AdapterIntroduction.java index 6bb37cdacff..e3599af81d6 100644 --- a/aop/src/main/java/io/micronaut/aop/chain/AdapterIntroduction.java +++ b/aop/src/main/java/io/micronaut/aop/chain/AdapterIntroduction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop.chain; import io.micronaut.aop.Adapter; diff --git a/aop/src/main/java/io/micronaut/aop/chain/InterceptorChain.java b/aop/src/main/java/io/micronaut/aop/chain/InterceptorChain.java index 0104e0ec1be..d4e279b21ac 100644 --- a/aop/src/main/java/io/micronaut/aop/chain/InterceptorChain.java +++ b/aop/src/main/java/io/micronaut/aop/chain/InterceptorChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop.chain; import io.micronaut.aop.*; diff --git a/aop/src/main/java/io/micronaut/aop/chain/MethodInterceptorChain.java b/aop/src/main/java/io/micronaut/aop/chain/MethodInterceptorChain.java index 915ba6250e9..f1226bb1df0 100644 --- a/aop/src/main/java/io/micronaut/aop/chain/MethodInterceptorChain.java +++ b/aop/src/main/java/io/micronaut/aop/chain/MethodInterceptorChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop.chain; import io.micronaut.aop.Interceptor; diff --git a/aop/src/main/java/io/micronaut/aop/chain/package-info.java b/aop/src/main/java/io/micronaut/aop/chain/package-info.java index 38b61cf90f3..7e2aaa63238 100644 --- a/aop/src/main/java/io/micronaut/aop/chain/package-info.java +++ b/aop/src/main/java/io/micronaut/aop/chain/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * The interception chain for AOP. * diff --git a/aop/src/main/java/io/micronaut/aop/exceptions/UnimplementedAdviceException.java b/aop/src/main/java/io/micronaut/aop/exceptions/UnimplementedAdviceException.java index 48ff72a8046..f0acce2d76f 100644 --- a/aop/src/main/java/io/micronaut/aop/exceptions/UnimplementedAdviceException.java +++ b/aop/src/main/java/io/micronaut/aop/exceptions/UnimplementedAdviceException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop.exceptions; import io.micronaut.inject.ExecutableMethod; diff --git a/aop/src/main/java/io/micronaut/aop/exceptions/package-info.java b/aop/src/main/java/io/micronaut/aop/exceptions/package-info.java index 783e23b224b..dae6fa08243 100644 --- a/aop/src/main/java/io/micronaut/aop/exceptions/package-info.java +++ b/aop/src/main/java/io/micronaut/aop/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * AOP Advise exceptions. * diff --git a/aop/src/main/java/io/micronaut/aop/package-info.java b/aop/src/main/java/io/micronaut/aop/package-info.java index 5823ff98552..ae3897ffc52 100644 --- a/aop/src/main/java/io/micronaut/aop/package-info.java +++ b/aop/src/main/java/io/micronaut/aop/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * The main classes implementing cross cutting behavior in Micronaut. * diff --git a/aop/src/main/java/io/micronaut/aop/writer/AopProxyWriter.java b/aop/src/main/java/io/micronaut/aop/writer/AopProxyWriter.java index be7db5d54f8..8b13864b94d 100644 --- a/aop/src/main/java/io/micronaut/aop/writer/AopProxyWriter.java +++ b/aop/src/main/java/io/micronaut/aop/writer/AopProxyWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.aop.writer; import io.micronaut.aop.HotSwappableInterceptedProxy; diff --git a/aop/src/main/java/io/micronaut/aop/writer/package-info.java b/aop/src/main/java/io/micronaut/aop/writer/package-info.java index 46f69ef59df..900bcd853fb 100644 --- a/aop/src/main/java/io/micronaut/aop/writer/package-info.java +++ b/aop/src/main/java/io/micronaut/aop/writer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Proxy writers. * diff --git a/aop/src/test/groovy/io/micronaut/aop/InterceptorChainSpec.groovy b/aop/src/test/groovy/io/micronaut/aop/InterceptorChainSpec.groovy index d430386173e..463aa2fa883 100644 --- a/aop/src/test/groovy/io/micronaut/aop/InterceptorChainSpec.groovy +++ b/aop/src/test/groovy/io/micronaut/aop/InterceptorChainSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/test/groovy/io/micronaut/aop/Trace.java b/aop/src/test/groovy/io/micronaut/aop/Trace.java index 7f116ae51ef..3db6842385d 100644 --- a/aop/src/test/groovy/io/micronaut/aop/Trace.java +++ b/aop/src/test/groovy/io/micronaut/aop/Trace.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/test/groovy/io/micronaut/aop/TraceInterceptor.java b/aop/src/test/groovy/io/micronaut/aop/TraceInterceptor.java index 78d4afd083f..9125e37ff07 100644 --- a/aop/src/test/groovy/io/micronaut/aop/TraceInterceptor.java +++ b/aop/src/test/groovy/io/micronaut/aop/TraceInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBuffer.java b/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBuffer.java index cf7d38b3cf0..6c3978495b9 100644 --- a/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBuffer.java +++ b/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.buffer.netty; import io.micronaut.core.annotation.Internal; diff --git a/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBufferFactory.java b/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBufferFactory.java index 1c90288b69a..b26665e523b 100644 --- a/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBufferFactory.java +++ b/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBufferFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.buffer.netty; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/buffer-netty/src/main/java/io/micronaut/buffer/netty/package-info.java b/buffer-netty/src/main/java/io/micronaut/buffer/netty/package-info.java index d93824a8bae..de0749af1af 100644 --- a/buffer-netty/src/main/java/io/micronaut/buffer/netty/package-info.java +++ b/buffer-netty/src/main/java/io/micronaut/buffer/netty/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty HTTP Byte buffer. * diff --git a/cli/src/main/groovy/io/micronaut/cli/MicronautCli.groovy b/cli/src/main/groovy/io/micronaut/cli/MicronautCli.groovy index 9249d51fb5d..e6b90028f5e 100644 --- a/cli/src/main/groovy/io/micronaut/cli/MicronautCli.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/MicronautCli.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli import groovy.transform.Canonical diff --git a/cli/src/main/groovy/io/micronaut/cli/boot/DependencyVersions.groovy b/cli/src/main/groovy/io/micronaut/cli/boot/DependencyVersions.groovy index 32545fb0862..4629523ca8a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/boot/DependencyVersions.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/boot/DependencyVersions.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.boot import groovy.grape.Grape diff --git a/cli/src/main/groovy/io/micronaut/cli/boot/SpringInvoker.groovy b/cli/src/main/groovy/io/micronaut/cli/boot/SpringInvoker.groovy index ce2c73ef01e..47fd77d6738 100644 --- a/cli/src/main/groovy/io/micronaut/cli/boot/SpringInvoker.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/boot/SpringInvoker.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.boot import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/codegen/model/Model.groovy b/cli/src/main/groovy/io/micronaut/cli/codegen/model/Model.groovy index 822033fb350..c984f6f075b 100644 --- a/cli/src/main/groovy/io/micronaut/cli/codegen/model/Model.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/codegen/model/Model.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.codegen.model /** diff --git a/cli/src/main/groovy/io/micronaut/cli/codegen/model/ModelBuilder.groovy b/cli/src/main/groovy/io/micronaut/cli/codegen/model/ModelBuilder.groovy index 0977c97d4d9..0b28fcef330 100644 --- a/cli/src/main/groovy/io/micronaut/cli/codegen/model/ModelBuilder.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/codegen/model/ModelBuilder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.codegen.model import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/config/CodeGenConfig.groovy b/cli/src/main/groovy/io/micronaut/cli/config/CodeGenConfig.groovy index 0d0b58d6edb..5cf4ad8213f 100644 --- a/cli/src/main/groovy/io/micronaut/cli/config/CodeGenConfig.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/config/CodeGenConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.config import groovy.transform.Canonical diff --git a/cli/src/main/groovy/io/micronaut/cli/config/ConfigMap.groovy b/cli/src/main/groovy/io/micronaut/cli/config/ConfigMap.groovy index 1fddcc26261..f0910e60cba 100644 --- a/cli/src/main/groovy/io/micronaut/cli/config/ConfigMap.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/config/ConfigMap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.config /** diff --git a/cli/src/main/groovy/io/micronaut/cli/config/NavigableMap.groovy b/cli/src/main/groovy/io/micronaut/cli/config/NavigableMap.groovy index c1581fe75ba..7732edc7b05 100644 --- a/cli/src/main/groovy/io/micronaut/cli/config/NavigableMap.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/config/NavigableMap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.config import groovy.transform.CompileDynamic diff --git a/cli/src/main/groovy/io/micronaut/cli/console/interactive/CandidateListCompletionHandler.java b/cli/src/main/groovy/io/micronaut/cli/console/interactive/CandidateListCompletionHandler.java index 4315ccf0894..062b77ae24c 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/interactive/CandidateListCompletionHandler.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/interactive/CandidateListCompletionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.console.interactive; import jline.console.ConsoleReader; diff --git a/cli/src/main/groovy/io/micronaut/cli/console/interactive/package-info.java b/cli/src/main/groovy/io/micronaut/cli/console/interactive/package-info.java index 44969a710d5..960e7091cdf 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/interactive/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/interactive/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** *
Completion handling for CLI.
* diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleAntBuilder.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleAntBuilder.java index b8936d23b4e..6f9da76c55f 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleAntBuilder.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleAntBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.console.logging; import groovy.util.AntBuilder; diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleBuildListener.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleBuildListener.java index 841729497ec..070a6e27ab9 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleBuildListener.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleBuildListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.console.logging; import org.apache.tools.ant.BuildEvent; diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleErrorPrintStream.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleErrorPrintStream.java index 97d9de85747..d76598b32b1 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleErrorPrintStream.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleErrorPrintStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.console.logging; import java.io.PrintStream; diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleLogger.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleLogger.java index d5f62f4d632..f66affafaab 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleLogger.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.console.logging; /** diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsolePrintStream.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsolePrintStream.java index 6991e67ce1d..a91046c2748 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsolePrintStream.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsolePrintStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.console.logging; import java.io.PrintStream; diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/MicronautConsole.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/MicronautConsole.java index 92eaa5fa342..e234238fa22 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/MicronautConsole.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/MicronautConsole.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.console.logging; import static org.fusesource.jansi.Ansi.Color.BLUE; diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/package-info.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/package-info.java index 18c4b138d53..37c42c32c78 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** *Console logging within the CLI.
* diff --git a/cli/src/main/groovy/io/micronaut/cli/console/parsing/ScriptNameResolver.groovy b/cli/src/main/groovy/io/micronaut/cli/console/parsing/ScriptNameResolver.groovy index 8d42c19e029..357fab83b1a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/parsing/ScriptNameResolver.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/console/parsing/ScriptNameResolver.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.console.parsing import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/console/parsing/package-info.java b/cli/src/main/groovy/io/micronaut/cli/console/parsing/package-info.java index debf13d965e..2c56bc83227 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/parsing/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/parsing/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** *Command line parsing in the CLI.
* diff --git a/cli/src/main/groovy/io/micronaut/cli/console/proxy/SystemPropertiesAuthenticator.groovy b/cli/src/main/groovy/io/micronaut/cli/console/proxy/SystemPropertiesAuthenticator.groovy index a8033ca254c..73dfa765777 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/proxy/SystemPropertiesAuthenticator.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/console/proxy/SystemPropertiesAuthenticator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.console.proxy import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/CodeSnippetPrinter.groovy b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/CodeSnippetPrinter.groovy index 8ae5d685d85..991887a3d65 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/CodeSnippetPrinter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/CodeSnippetPrinter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.exceptions.reporting /** diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTraceFilterer.java b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTraceFilterer.java index 6300fdeb18e..ec8791173da 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTraceFilterer.java +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTraceFilterer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.exceptions.reporting; import org.apache.commons.logging.Log; diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTracePrinter.groovy b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTracePrinter.groovy index 4e39318072b..519f13bc536 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTracePrinter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTracePrinter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.exceptions.reporting import org.codehaus.groovy.control.MultipleCompilationErrorsException diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/SourceCodeAware.java b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/SourceCodeAware.java index f4f6cf30f30..323ce889fd2 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/SourceCodeAware.java +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/SourceCodeAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.exceptions.reporting; import java.io.Serializable; diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTraceFilterer.java b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTraceFilterer.java index e0d6f55390f..d38e1fa9a22 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTraceFilterer.java +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTraceFilterer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.exceptions.reporting; /** diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTracePrinter.groovy b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTracePrinter.groovy index ea062c770d5..8f738f17dc1 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTracePrinter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTracePrinter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.exceptions.reporting /** diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/package-info.java b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/package-info.java index 8d73dbc1fab..f43a5a69f39 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** *Exceptions reporting and printing in the CLI.
* diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/AllClassCompleter.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/AllClassCompleter.groovy index e95614a4897..59e03eb8676 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/AllClassCompleter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/AllClassCompleter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClassNameCompleter.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClassNameCompleter.groovy index 83ac7922feb..422001557c0 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClassNameCompleter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClassNameCompleter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.interactive.completers import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClosureCompleter.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClosureCompleter.groovy index dd2a4968e08..762211b7580 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClosureCompleter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClosureCompleter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.interactive.completers import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/EscapingFileNameCompletor.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/EscapingFileNameCompletor.groovy index 4dd620b128b..d0e39d23605 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/EscapingFileNameCompletor.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/EscapingFileNameCompletor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.interactive.completers import jline.console.completer.FileNameCompleter diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/RegexCompletor.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/RegexCompletor.groovy index 88b734c39ea..a18ab4ca507 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/RegexCompletor.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/RegexCompletor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.interactive.completers import jline.console.completer.Completer diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SimpleOrFileNameCompletor.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SimpleOrFileNameCompletor.groovy index 7c2aadd9e64..315f0a8e9f5 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SimpleOrFileNameCompletor.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SimpleOrFileNameCompletor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.interactive.completers import jline.console.completer.Completer diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SortedAggregateCompleter.java b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SortedAggregateCompleter.java index 8b66aa6222e..9d03627fbb4 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SortedAggregateCompleter.java +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SortedAggregateCompleter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.interactive.completers; import static jline.internal.Preconditions.checkNotNull; diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/StringsCompleter.java b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/StringsCompleter.java index adb72d0960c..ca756743af0 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/StringsCompleter.java +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/StringsCompleter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.interactive.completers; import static jline.internal.Preconditions.checkNotNull; diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/TestsCompleter.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/TestsCompleter.groovy index 1a709ff4268..783688a35f8 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/TestsCompleter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/TestsCompleter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.interactive.completers import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/package-info.java b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/package-info.java index 82e0d8e18e4..6777ee4a96c 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** *Completion within the CLI.
* diff --git a/cli/src/main/groovy/io/micronaut/cli/io/IOUtils.groovy b/cli/src/main/groovy/io/micronaut/cli/io/IOUtils.groovy index 785b98fd9d0..8b28cd48b83 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/IOUtils.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/IOUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/io/ResourceUtils.groovy b/cli/src/main/groovy/io/micronaut/cli/io/ResourceUtils.groovy index fdae88efac9..41cb1ab5930 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/ResourceUtils.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/ResourceUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/AbstractFileResolvingResource.java b/cli/src/main/groovy/io/micronaut/cli/io/support/AbstractFileResolvingResource.java index 59c3a0a4950..27e89209ba7 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/AbstractFileResolvingResource.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/AbstractFileResolvingResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; import java.io.File; diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/AntPathMatcher.java b/cli/src/main/groovy/io/micronaut/cli/io/support/AntPathMatcher.java index e5c6da4a0be..ddeee317e99 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/AntPathMatcher.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/AntPathMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; import org.codehaus.groovy.runtime.StringGroovyMethods; diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/BuildTokens.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/BuildTokens.groovy index dad53267ecc..9ff844c03d6 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/BuildTokens.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/BuildTokens.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support import io.micronaut.cli.profile.Feature diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/ByteArrayResource.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/ByteArrayResource.groovy index bb6a8bc730d..f85d45c4699 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/ByteArrayResource.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/ByteArrayResource.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/ClassPathResource.java b/cli/src/main/groovy/io/micronaut/cli/io/support/ClassPathResource.java index 3abc0f633c5..adf41950d4b 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/ClassPathResource.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/ClassPathResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; import java.io.FileNotFoundException; diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/DefaultResourceLoader.java b/cli/src/main/groovy/io/micronaut/cli/io/support/DefaultResourceLoader.java index 9bb5cd72ec3..24369e79dfd 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/DefaultResourceLoader.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/DefaultResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; import java.net.MalformedURLException; diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResource.java b/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResource.java index f1e770c9ec7..0c79b680fee 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResource.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; import java.io.File; diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResourceLoader.java b/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResourceLoader.java index e81f3065042..f76b5711f58 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResourceLoader.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; /** diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/GradleBuildTokens.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/GradleBuildTokens.groovy index 1e6c1ee53e2..4e36a6276e7 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/GradleBuildTokens.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/GradleBuildTokens.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/MavenBuildTokens.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/MavenBuildTokens.groovy index 14c70034021..4296952f01e 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/MavenBuildTokens.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/MavenBuildTokens.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/PathMatchingResourcePatternResolver.java b/cli/src/main/groovy/io/micronaut/cli/io/support/PathMatchingResourcePatternResolver.java index ce1b5c667f1..1a28662c26d 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/PathMatchingResourcePatternResolver.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/PathMatchingResourcePatternResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; import java.io.File; diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/Resource.java b/cli/src/main/groovy/io/micronaut/cli/io/support/Resource.java index a5a45011771..59f663b806e 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/Resource.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/Resource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; import java.io.File; diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLoader.java b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLoader.java index c06b1518765..b6c5aca792f 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLoader.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; /** diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLocator.java b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLocator.java index 4fdc0c5084f..7ae175afa33 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLocator.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; import java.io.File; diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceUtils.java b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceUtils.java index c880681f637..db9cd45c604 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceUtils.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; import java.io.File; diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/SpringIOUtils.java b/cli/src/main/groovy/io/micronaut/cli/io/support/SpringIOUtils.java index 52dff5713ce..f6bcedbb758 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/SpringIOUtils.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/SpringIOUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; import groovy.util.XmlSlurper; diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/StaticResourceLoader.java b/cli/src/main/groovy/io/micronaut/cli/io/support/StaticResourceLoader.java index 3dcc120188a..9ce78429be4 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/StaticResourceLoader.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/StaticResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; /** diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/SystemOutErrCapturer.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/SystemOutErrCapturer.groovy index 723852dcb78..f95983a5bc2 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/SystemOutErrCapturer.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/SystemOutErrCapturer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/SystemStreamsRedirector.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/SystemStreamsRedirector.groovy index ee3df8c1210..19298f317ae 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/SystemStreamsRedirector.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/SystemStreamsRedirector.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/UrlResource.java b/cli/src/main/groovy/io/micronaut/cli/io/support/UrlResource.java index 2664ace094f..d3da9b09bd4 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/UrlResource.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/UrlResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.io.support; import java.io.File; diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/XmlMerger.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/XmlMerger.groovy index c62d1fd5743..48772a3de3f 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/XmlMerger.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/XmlMerger.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/package-info.java b/cli/src/main/groovy/io/micronaut/cli/io/support/package-info.java index 8aa88d5ecd1..fd68ad4540b 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** *CLI i/o support.
* diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/AbstractProfile.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/AbstractProfile.groovy index e9cf759942b..ed64db327a4 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/AbstractProfile.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/AbstractProfile.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/Command.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/Command.groovy index 5b0ee7e4873..e5b7c22edac 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/Command.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/Command.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile import io.micronaut.cli.util.Named diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/CommandCancellationListener.java b/cli/src/main/groovy/io/micronaut/cli/profile/CommandCancellationListener.java index f23cb8ffe20..521c6ca9a3b 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/CommandCancellationListener.java +++ b/cli/src/main/groovy/io/micronaut/cli/profile/CommandCancellationListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile; /** diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/CommandException.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/CommandException.groovy index 54e0c3fb68b..18e4f219262 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/CommandException.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/CommandException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile import groovy.transform.InheritConstructors diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/DefaultFeature.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/DefaultFeature.groovy index abc4a56b4cb..3dc26e2a3de 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/DefaultFeature.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/DefaultFeature.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ExecutionContext.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ExecutionContext.groovy index 2be71a4afca..a9540b66212 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ExecutionContext.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ExecutionContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile import picocli.CommandLine.ParseResult diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/Feature.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/Feature.groovy index c359b81b888..07e2847d89b 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/Feature.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/Feature.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile import io.micronaut.cli.config.NavigableMap diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/FileSystemProfile.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/FileSystemProfile.groovy index 2ed8515cf87..22e939afda6 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/FileSystemProfile.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/FileSystemProfile.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeature.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeature.groovy index 70c065e2035..3caec4565bc 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeature.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeature.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile class OneOfFeature { diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeatureGroup.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeatureGroup.groovy index 7857a1a9d34..0309715fece 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeatureGroup.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeatureGroup.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.cli.profile class OneOfFeatureGroup { diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/Profile.java b/cli/src/main/groovy/io/micronaut/cli/profile/Profile.java index 1839879b036..78cbeac6f0a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/Profile.java +++ b/cli/src/main/groovy/io/micronaut/cli/profile/Profile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile; import jline.console.completer.Completer; diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileCommand.groovy index 00b1d31188d..85f7f8313e2 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile /** diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepository.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepository.groovy index d379e12f5ce..3932e2e75f2 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepository.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepository.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile import io.micronaut.cli.io.support.Resource diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepositoryAware.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepositoryAware.groovy index af1d66dd0a6..b2ebaf49c06 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepositoryAware.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepositoryAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile /** diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectCommand.groovy index fbf73271db1..77be3ab1d9a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile /** diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContext.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContext.groovy index 648d6078ae6..721f0bbe400 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContext.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile import io.micronaut.cli.config.ConfigMap diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContextAware.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContextAware.groovy index c47b6e9aff0..fb73c6e62b0 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContextAware.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContextAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile /** diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ResourceProfile.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ResourceProfile.groovy index aa869fc3993..eda194f1bb2 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ResourceProfile.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ResourceProfile.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateAppCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateAppCommand.groovy index e50f739d488..a451808515a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateAppCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateAppCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateCommand.groovy index 21586fbdbfe..ebc19bb00a4 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileDynamic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ArgumentCompletingCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ArgumentCompletingCommand.groovy index 45d93fe9608..50776138994 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ArgumentCompletingCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ArgumentCompletingCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandCompleter.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandCompleter.groovy index 5dd1fe791cd..137df1fc586 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandCompleter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandCompleter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import io.micronaut.cli.profile.Command diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandRegistry.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandRegistry.groovy index 87847184fb2..af60ac9f725 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandRegistry.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandRegistry.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommonOptionsMixin.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommonOptionsMixin.groovy index a80c1153ef9..ff85c73d9ed 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommonOptionsMixin.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommonOptionsMixin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateAppCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateAppCommand.groovy index 98f9154c13a..356c4c30110 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateAppCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateAppCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateCliAppCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateCliAppCommand.groovy index 4faa4bc6bf2..4fe3ea0eab4 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateCliAppCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateCliAppCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFederationCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFederationCommand.groovy index a3ea41ec8a2..1ad9ddb9250 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFederationCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFederationCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileDynamic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFunctionCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFunctionCommand.groovy index 753a0de1dd7..bef50b03409 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFunctionCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFunctionCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateProfileCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateProfileCommand.groovy index f1d4bec53f5..ca30e0df2cd 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateProfileCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateProfileCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import io.micronaut.cli.MicronautCli diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpCommand.groovy index 31e8eafc1af..26553ce57e8 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import io.micronaut.cli.console.logging.MicronautConsole diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpOptionsMixin.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpOptionsMixin.groovy index d3d01005b2a..18952877d67 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpOptionsMixin.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpOptionsMixin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ListProfilesCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ListProfilesCommand.groovy index 5360e5708a5..72a55d4fb8d 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ListProfilesCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ListProfilesCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/MicronautCliVersionProvider.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/MicronautCliVersionProvider.groovy index 46fd9a68c38..8a311a12dd1 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/MicronautCliVersionProvider.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/MicronautCliVersionProvider.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/PicocliCompleter.java b/cli/src/main/groovy/io/micronaut/cli/profile/commands/PicocliCompleter.java index 96599a57524..a6abc8a760a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/PicocliCompleter.java +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/PicocliCompleter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands; import jline.console.completer.ArgumentCompleter; diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileCompletionCandidates.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileCompletionCandidates.groovy index 3568ee58f56..35c86a97095 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileCompletionCandidates.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileCompletionCandidates.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic; diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileInfoCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileInfoCommand.groovy index 01190d059a7..70593393c35 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileInfoCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileInfoCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedBuildTool.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedBuildTool.groovy index 723e29e03b5..fbe60a19cf1 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedBuildTool.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedBuildTool.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedLanguage.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedLanguage.groovy index a420a650839..9aee2124e25 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedLanguage.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedLanguage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedProvider.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedProvider.groovy index 74883f3bca3..ccb9605f153 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedProvider.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedProvider.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedTestFramework.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedTestFramework.groovy index c4e9e4661f2..a1aa1d72c53 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedTestFramework.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedTestFramework.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/CommandEvents.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/CommandEvents.groovy index 99ec0732701..f7fc5a5dbb9 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/CommandEvents.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/CommandEvents.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.events import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/EventStorage.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/EventStorage.groovy index 48ac76e468b..24c4fba5800 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/EventStorage.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/EventStorage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.events import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ClasspathCommandResourceResolver.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ClasspathCommandResourceResolver.groovy index 5e50e71f984..dbbe70434a3 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ClasspathCommandResourceResolver.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ClasspathCommandResourceResolver.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.factory import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandFactory.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandFactory.groovy index 5467432e8be..46c372f3916 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandFactory.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.factory import io.micronaut.cli.profile.Command diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandResourceResolver.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandResourceResolver.groovy index eb4b0efb0b9..aae60587b71 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandResourceResolver.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandResourceResolver.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.factory import io.micronaut.cli.io.support.Resource diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/FileSystemCommandResourceResolver.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/FileSystemCommandResourceResolver.groovy index aa489114f46..2fc78b1a759 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/FileSystemCommandResourceResolver.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/FileSystemCommandResourceResolver.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.factory import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/GroovyScriptCommandFactory.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/GroovyScriptCommandFactory.groovy index 798cc5ce4ca..a45a793af9d 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/GroovyScriptCommandFactory.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/GroovyScriptCommandFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.factory import groovy.transform.CompileDynamic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ResourceResolvingCommandFactory.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ResourceResolvingCommandFactory.groovy index b6b93d13c28..947da8d99b7 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ResourceResolvingCommandFactory.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ResourceResolvingCommandFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.factory import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ServiceCommandFactory.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ServiceCommandFactory.groovy index 3defc64cda4..64e96109599 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ServiceCommandFactory.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ServiceCommandFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.factory import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteraction.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteraction.groovy index 36b6cf3e540..9eab620b54a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteraction.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteraction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.io import io.micronaut.cli.io.support.Resource diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteractionImpl.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteractionImpl.groovy index a880c3a944d..e0c4bc5faa1 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteractionImpl.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteractionImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.io import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/ServerInteraction.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/ServerInteraction.groovy index 13811373c22..b4de84431d6 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/ServerInteraction.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/ServerInteraction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.io import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/script/GroovyScriptCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/script/GroovyScriptCommand.groovy index 5912a6cffc4..190cb51d2c8 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/script/GroovyScriptCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/script/GroovyScriptCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.script import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/SimpleTemplate.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/SimpleTemplate.groovy index e12cc5fde3e..e45f11df4b7 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/SimpleTemplate.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/SimpleTemplate.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.templates import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateException.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateException.groovy index 745918bdf33..7f76dafd5a5 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateException.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.templates import groovy.transform.InheritConstructors diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRenderer.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRenderer.groovy index 6fc1f1b546d..cfa23d4091c 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRenderer.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRenderer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.templates import groovy.transform.CompileDynamic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRendererImpl.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRendererImpl.groovy index c80a67c60d9..ba3320b8f70 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRendererImpl.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRendererImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.commands.templates import groovy.text.GStringTemplateEngine diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/package-info.java b/cli/src/main/groovy/io/micronaut/cli/profile/package-info.java index d0e4c6c3685..efa3ccdb753 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/profile/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** *CLI Profile classes.
* diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/repository/AbstractJarProfileRepository.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/repository/AbstractJarProfileRepository.groovy index be0430900a7..ecdca48f219 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/repository/AbstractJarProfileRepository.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/repository/AbstractJarProfileRepository.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.repository import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/repository/AetherGrapeEngineFactory.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/repository/AetherGrapeEngineFactory.groovy index ffe75de46bd..fa6a7d8bf8f 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/repository/AetherGrapeEngineFactory.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/repository/AetherGrapeEngineFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.repository import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/repository/MavenProfileRepository.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/repository/MavenProfileRepository.groovy index e955cf575ad..1eb9fbec1e9 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/repository/MavenProfileRepository.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/repository/MavenProfileRepository.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.repository import groovy.transform.CompileDynamic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/repository/RepositoryConfiguration.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/repository/RepositoryConfiguration.groovy index ccb65e508d0..95168c75442 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/repository/RepositoryConfiguration.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/repository/RepositoryConfiguration.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.repository import org.springframework.util.ObjectUtils diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/repository/StaticJarProfileRepository.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/repository/StaticJarProfileRepository.groovy index aeaeaa95153..6047c79b8c3 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/repository/StaticJarProfileRepository.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/repository/StaticJarProfileRepository.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.repository import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/support/ArtefactVariableResolver.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/support/ArtefactVariableResolver.groovy index 9611f90d13b..9c8354f7fd1 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/support/ArtefactVariableResolver.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/support/ArtefactVariableResolver.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.profile.support import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/util/CliSettings.groovy b/cli/src/main/groovy/io/micronaut/cli/util/CliSettings.groovy index c1aecd6aaaa..6e25083f225 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/CliSettings.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/util/CliSettings.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.util import groovy.transform.CompileStatic diff --git a/cli/src/main/groovy/io/micronaut/cli/util/CosineSimilarity.groovy b/cli/src/main/groovy/io/micronaut/cli/util/CosineSimilarity.groovy index c51b1d35dd3..160fb4895b3 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/CosineSimilarity.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/util/CosineSimilarity.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.util /** diff --git a/cli/src/main/groovy/io/micronaut/cli/util/Described.groovy b/cli/src/main/groovy/io/micronaut/cli/util/Described.groovy index 364abf46252..3c95dfba03a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/Described.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/util/Described.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.util /** diff --git a/cli/src/main/groovy/io/micronaut/cli/util/NameUtils.java b/cli/src/main/groovy/io/micronaut/cli/util/NameUtils.java index a963decf66d..760a791f68a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/NameUtils.java +++ b/cli/src/main/groovy/io/micronaut/cli/util/NameUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.util; import java.util.ArrayList; diff --git a/cli/src/main/groovy/io/micronaut/cli/util/Named.groovy b/cli/src/main/groovy/io/micronaut/cli/util/Named.groovy index 6572030ae0e..391959d7e05 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/Named.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/util/Named.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.util /** diff --git a/cli/src/main/groovy/io/micronaut/cli/util/VersionInfo.groovy b/cli/src/main/groovy/io/micronaut/cli/util/VersionInfo.groovy index 4eb934fb6aa..0a3ff49b4b0 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/VersionInfo.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/util/VersionInfo.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cli.util import io.micronaut.cli.MicronautCli diff --git a/cli/src/main/groovy/io/micronaut/cli/util/package-info.java b/cli/src/main/groovy/io/micronaut/cli/util/package-info.java index eac9183bc5b..779f01b3a80 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** *CLI Utils.
* diff --git a/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/CassandraConfiguration.java b/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/CassandraConfiguration.java index 8341209f967..68c66dfaf73 100644 --- a/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/CassandraConfiguration.java +++ b/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/CassandraConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.cassandra; import com.datastax.driver.core.Cluster; diff --git a/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/ClusterFactory.java b/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/ClusterFactory.java index daf179ac5a3..17ed64bd72e 100644 --- a/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/ClusterFactory.java +++ b/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/ClusterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.cassandra; import com.datastax.driver.core.Cluster; diff --git a/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/package-info.java b/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/package-info.java index f6439954052..89ceeb570dc 100644 --- a/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/package-info.java +++ b/configurations/cassandra/src/main/java/io/micronaut/configuration/cassandra/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Configuration for Cassandra. */ diff --git a/configurations/cassandra/src/test/groovy/io/micronaut/configuration/cassandra/CassandraConfigurationSpec.groovy b/configurations/cassandra/src/test/groovy/io/micronaut/configuration/cassandra/CassandraConfigurationSpec.groovy index 91ba43de69f..86003dcce2f 100644 --- a/configurations/cassandra/src/test/groovy/io/micronaut/configuration/cassandra/CassandraConfigurationSpec.groovy +++ b/configurations/cassandra/src/test/groovy/io/micronaut/configuration/cassandra/CassandraConfigurationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/DefaultConstraintValidatorFactory.java b/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/DefaultConstraintValidatorFactory.java index 39033649e34..323a39d3f7c 100644 --- a/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/DefaultConstraintValidatorFactory.java +++ b/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/DefaultConstraintValidatorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.hibernate.validator; import io.micronaut.context.BeanContext; diff --git a/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/DefaultParameterNameProvider.java b/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/DefaultParameterNameProvider.java index 16478fd3d04..7e68721dcfa 100644 --- a/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/DefaultParameterNameProvider.java +++ b/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/DefaultParameterNameProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.hibernate.validator; import io.micronaut.context.BeanContext; diff --git a/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/ValidatorFactoryProvider.java b/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/ValidatorFactoryProvider.java index f8ad8f6910c..895a124d836 100644 --- a/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/ValidatorFactoryProvider.java +++ b/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/ValidatorFactoryProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.hibernate.validator; import io.micronaut.context.annotation.Bean; diff --git a/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/package-info.java b/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/package-info.java index cf0b1bab8da..bb39373cc1d 100644 --- a/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/package-info.java +++ b/configurations/hibernate-validator/src/main/java/io/micronaut/configuration/hibernate/validator/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/BigNumber.java b/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/BigNumber.java index 8db3cb23761..5cb6c5d8b1e 100644 --- a/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/BigNumber.java +++ b/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/BigNumber.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.configuration.hibernate.validator; import javax.validation.Constraint; diff --git a/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/BigNumberValidator.java b/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/BigNumberValidator.java index 1fd766d1f28..ca60d82568f 100644 --- a/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/BigNumberValidator.java +++ b/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/BigNumberValidator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.configuration.hibernate.validator; import io.micronaut.context.BeanContext; diff --git a/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/NoBean.java b/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/NoBean.java index d9ff54a8f82..17bf7dcef44 100644 --- a/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/NoBean.java +++ b/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/NoBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.configuration.hibernate.validator; import javax.validation.Payload; diff --git a/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/NoBeanValidator.java b/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/NoBeanValidator.java index ea20044308a..fb413cc96cb 100644 --- a/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/NoBeanValidator.java +++ b/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/NoBeanValidator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.configuration.hibernate.validator; import io.micronaut.core.util.StringUtils; diff --git a/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/ValidatedBeanSpec.groovy b/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/ValidatedBeanSpec.groovy index eb8a06479b7..d1cfa76b4ae 100644 --- a/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/ValidatedBeanSpec.groovy +++ b/configurations/hibernate-validator/src/test/groovy/io/micronaut/configuration/hibernate/validator/ValidatedBeanSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/JmxConfiguration.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/JmxConfiguration.java index e8d9d5c93f6..f64c558ee26 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/JmxConfiguration.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/JmxConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.jmx; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/MBeanServerFactoryBean.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/MBeanServerFactoryBean.java index 8a8c3df2b8c..191af25ac1d 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/MBeanServerFactoryBean.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/MBeanServerFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.jmx; import io.micronaut.context.ApplicationContext; diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/AbstractDynamicMBeanFactory.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/AbstractDynamicMBeanFactory.java index 4f32475323e..ccc5833118d 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/AbstractDynamicMBeanFactory.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/AbstractDynamicMBeanFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.jmx.context; import io.micronaut.core.async.publisher.Publishers; diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/DefaultNameGenerator.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/DefaultNameGenerator.java index 21be4c06737..0b96f424cfc 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/DefaultNameGenerator.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/DefaultNameGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.jmx.context; import io.micronaut.inject.BeanDefinition; diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/DynamicMBeanFactory.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/DynamicMBeanFactory.java index f956fe57bfd..56c5671ab77 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/DynamicMBeanFactory.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/DynamicMBeanFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.jmx.context; import io.micronaut.inject.BeanDefinition; diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/NameGenerator.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/NameGenerator.java index 8271d5da724..977e8bd34a8 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/NameGenerator.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/NameGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.jmx.context; import io.micronaut.inject.BeanDefinition; diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/package-info.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/package-info.java index d9ef46ac098..6dfcf85438d 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/package-info.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/context/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes that relate to MBeans and the bean context. */ diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointMBeanFactory.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointMBeanFactory.java index 9e7ab6c5a1f..9c915c203ef 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointMBeanFactory.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointMBeanFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.jmx.endpoint; import io.micronaut.configuration.jmx.context.AbstractDynamicMBeanFactory; diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointMethodJmxProcessor.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointMethodJmxProcessor.java index 1f3e00ba48d..3f6952b11f2 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointMethodJmxProcessor.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointMethodJmxProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.jmx.endpoint; import io.micronaut.configuration.jmx.JmxConfiguration; diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointNameGenerator.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointNameGenerator.java index 29842e80d78..3d4fc22ac62 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointNameGenerator.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/EndpointNameGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.jmx.endpoint; import io.micronaut.configuration.jmx.context.DefaultNameGenerator; diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/package-info.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/package-info.java index 74f456d1e8a..12e77b23fdb 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/package-info.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/endpoint/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Configures MBeans for endpoints. */ diff --git a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/package-info.java b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/package-info.java index f67967161b1..9889d600f18 100644 --- a/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/package-info.java +++ b/configurations/jmx/src/main/java/io/micronaut/configuration/jmx/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * A configuration that creates beans for JMX. */ diff --git a/configurations/jmx/src/test/groovy/io/micronaut/configuration/jmx/HealthEndpointSpec.groovy b/configurations/jmx/src/test/groovy/io/micronaut/configuration/jmx/HealthEndpointSpec.groovy index 276f9332c1a..d404a52de73 100644 --- a/configurations/jmx/src/test/groovy/io/micronaut/configuration/jmx/HealthEndpointSpec.groovy +++ b/configurations/jmx/src/test/groovy/io/micronaut/configuration/jmx/HealthEndpointSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.configuration.jmx import io.micronaut.context.ApplicationContext diff --git a/configurations/jmx/src/test/groovy/io/micronaut/configuration/jmx/LoggersEndpointSpec.groovy b/configurations/jmx/src/test/groovy/io/micronaut/configuration/jmx/LoggersEndpointSpec.groovy index cfd658fcfd8..8312a709f11 100644 --- a/configurations/jmx/src/test/groovy/io/micronaut/configuration/jmx/LoggersEndpointSpec.groovy +++ b/configurations/jmx/src/test/groovy/io/micronaut/configuration/jmx/LoggersEndpointSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.configuration.jmx import io.micronaut.context.ApplicationContext diff --git a/configurations/openapi/src/main/java/io/micronaut/openapi/javadoc/JavadocDescription.java b/configurations/openapi/src/main/java/io/micronaut/openapi/javadoc/JavadocDescription.java index 3747ccc00bc..f1ebd951614 100644 --- a/configurations/openapi/src/main/java/io/micronaut/openapi/javadoc/JavadocDescription.java +++ b/configurations/openapi/src/main/java/io/micronaut/openapi/javadoc/JavadocDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.openapi.javadoc; import javax.annotation.Nullable; diff --git a/configurations/openapi/src/main/java/io/micronaut/openapi/javadoc/JavadocParser.java b/configurations/openapi/src/main/java/io/micronaut/openapi/javadoc/JavadocParser.java index 3110490253c..c3d7fd19dc4 100644 --- a/configurations/openapi/src/main/java/io/micronaut/openapi/javadoc/JavadocParser.java +++ b/configurations/openapi/src/main/java/io/micronaut/openapi/javadoc/JavadocParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.openapi.javadoc; import io.micronaut.core.annotation.Experimental; diff --git a/configurations/openapi/src/main/java/io/micronaut/openapi/util/YAMLFactory.java b/configurations/openapi/src/main/java/io/micronaut/openapi/util/YAMLFactory.java index 820b41f2097..cdc2db8a92a 100644 --- a/configurations/openapi/src/main/java/io/micronaut/openapi/util/YAMLFactory.java +++ b/configurations/openapi/src/main/java/io/micronaut/openapi/util/YAMLFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /* This copy of Jackson JSON processor YAML module is licensed under the Apache (Software) License, version 2.0 ("the License"). diff --git a/configurations/openapi/src/main/java/io/micronaut/openapi/util/YAMLGenerator.java b/configurations/openapi/src/main/java/io/micronaut/openapi/util/YAMLGenerator.java index 8490143f6c1..875b240006b 100644 --- a/configurations/openapi/src/main/java/io/micronaut/openapi/util/YAMLGenerator.java +++ b/configurations/openapi/src/main/java/io/micronaut/openapi/util/YAMLGenerator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /* This copy of Jackson JSON processor YAML module is licensed under the Apache (Software) License, version 2.0 ("the License"). diff --git a/configurations/openapi/src/main/java/io/micronaut/openapi/util/Yaml.java b/configurations/openapi/src/main/java/io/micronaut/openapi/util/Yaml.java index ad452f9bd41..e4b28b5c578 100644 --- a/configurations/openapi/src/main/java/io/micronaut/openapi/util/Yaml.java +++ b/configurations/openapi/src/main/java/io/micronaut/openapi/util/Yaml.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.openapi.util; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/AbstractOpenApiVisitor.java b/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/AbstractOpenApiVisitor.java index 32270874dca..9348324ca7e 100644 --- a/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/AbstractOpenApiVisitor.java +++ b/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/AbstractOpenApiVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.openapi.visitor; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/OpenApiApplicationVisitor.java b/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/OpenApiApplicationVisitor.java index 37f4c5b1e04..ae6ce463d3c 100644 --- a/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/OpenApiApplicationVisitor.java +++ b/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/OpenApiApplicationVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.openapi.visitor; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/OpenApiControllerVisitor.java b/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/OpenApiControllerVisitor.java index 754a332e66c..a6c76ead7c8 100644 --- a/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/OpenApiControllerVisitor.java +++ b/configurations/openapi/src/main/java/io/micronaut/openapi/visitor/OpenApiControllerVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.openapi.visitor; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/javadoc/JavadocParserSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/javadoc/JavadocParserSpec.groovy index 707e037a24a..76eca7f34da 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/javadoc/JavadocParserSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/javadoc/JavadocParserSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.javadoc import spock.lang.Specification diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiApplicationVisitorSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiApplicationVisitorSpec.groovy index d53a7d2c279..885f708619d 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiApplicationVisitorSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiApplicationVisitorSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.inject.BeanDefinition diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiControllerVisitorSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiControllerVisitorSpec.groovy index b11ddddff2f..4c4ecab3ee2 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiControllerVisitorSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiControllerVisitorSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiInheritedPojoControllerSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiInheritedPojoControllerSpec.groovy index 34cf3840eb8..b1f0de48a13 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiInheritedPojoControllerSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiInheritedPojoControllerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationCallbackSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationCallbackSpec.groovy index f7e376b46db..6a552b2aba7 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationCallbackSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationCallbackSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationHeadersSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationHeadersSpec.groovy index 325697743ad..d84be739b33 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationHeadersSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationHeadersSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationLinkSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationLinkSpec.groovy index 9570f06c945..698ce2f3a05 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationLinkSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationLinkSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationParseSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationParseSpec.groovy index 152a389d4f6..8c481558fdb 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationParseSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiOperationParseSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiParameterMappingSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiParameterMappingSpec.groovy index 4644e348a2f..218e1915fcd 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiParameterMappingSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiParameterMappingSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiPojoControllerSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiPojoControllerSpec.groovy index 9e6814094df..0cd2415d9ee 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiPojoControllerSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiPojoControllerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiPublicFieldsSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiPublicFieldsSpec.groovy index 1135873dae1..f7c96c6a712 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiPublicFieldsSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiPublicFieldsSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSchemaGenericsSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSchemaGenericsSpec.groovy index 6204805a024..a3e90aea8a0 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSchemaGenericsSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSchemaGenericsSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSchemaJavaTimeSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSchemaJavaTimeSpec.groovy index ff23cac3633..3565ceddd06 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSchemaJavaTimeSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSchemaJavaTimeSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSecurityRequirementSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSecurityRequirementSpec.groovy index 754005e84c4..b5879260010 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSecurityRequirementSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiSecurityRequirementSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/SchemaMetaAnnotationSpec.groovy b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/SchemaMetaAnnotationSpec.groovy index 236cedb4e5b..1e728e5d817 100644 --- a/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/SchemaMetaAnnotationSpec.groovy +++ b/configurations/openapi/src/test/groovy/io/micronaut/openapi/visitor/SchemaMetaAnnotationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.openapi.visitor import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/MicronautFactory.java b/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/MicronautFactory.java index 71525a7293d..b53a42be2ed 100644 --- a/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/MicronautFactory.java +++ b/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/MicronautFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.picocli; import io.micronaut.context.env.Environment; diff --git a/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/PicocliRunner.java b/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/PicocliRunner.java index 81f6d79b4a5..41457f953b5 100644 --- a/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/PicocliRunner.java +++ b/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/PicocliRunner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.picocli; import io.micronaut.context.ApplicationContext; diff --git a/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/package-info.java b/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/package-info.java index 0a8d8b0dd4a..bf8d1e2305e 100644 --- a/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/package-info.java +++ b/configurations/picocli/src/main/java/io/micronaut/configuration/picocli/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/configurations/picocli/src/test/java/io/micronaut/configuration/picocli/MicronautFactoryTest.java b/configurations/picocli/src/test/java/io/micronaut/configuration/picocli/MicronautFactoryTest.java index 046c950e488..8f876eb7667 100644 --- a/configurations/picocli/src/test/java/io/micronaut/configuration/picocli/MicronautFactoryTest.java +++ b/configurations/picocli/src/test/java/io/micronaut/configuration/picocli/MicronautFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.picocli; import io.micronaut.context.ApplicationContext; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/ContextAuthenticationMapper.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/ContextAuthenticationMapper.java index 6966601e61c..f30525c62e2 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/ContextAuthenticationMapper.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/ContextAuthenticationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap; import io.micronaut.core.convert.value.ConvertibleValues; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/DefaultContextAuthenticationMapper.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/DefaultContextAuthenticationMapper.java index 68ae2829b4d..766d9f4760f 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/DefaultContextAuthenticationMapper.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/DefaultContextAuthenticationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap; import io.micronaut.core.convert.value.ConvertibleValues; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/LdapAuthenticationProvider.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/LdapAuthenticationProvider.java index 5b9e7c77c61..726752b8e10 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/LdapAuthenticationProvider.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/LdapAuthenticationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap; import io.micronaut.configuration.security.ldap.configuration.LdapConfiguration; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/GroupPropertiesSearchSettings.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/GroupPropertiesSearchSettings.java index 449c5326739..0de926ab7d0 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/GroupPropertiesSearchSettings.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/GroupPropertiesSearchSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.configuration; import io.micronaut.configuration.security.ldap.context.SearchSettings; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/LdapConfiguration.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/LdapConfiguration.java index d40ef6d58c1..1fb4ba78ffa 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/LdapConfiguration.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/LdapConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.configuration; import io.micronaut.configuration.security.ldap.context.ContextConfigurationContextSettings; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/SearchPropertiesSearchSettings.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/SearchPropertiesSearchSettings.java index 96af9dc706d..e6159e879a3 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/SearchPropertiesSearchSettings.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/configuration/SearchPropertiesSearchSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.configuration; import io.micronaut.configuration.security.ldap.context.SearchSettings; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/AttributesConvertibleValues.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/AttributesConvertibleValues.java index 40dbf3ad60d..1ace302d881 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/AttributesConvertibleValues.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/AttributesConvertibleValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.context; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextBuilder.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextBuilder.java index a40858a17ca..b119afabfd2 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextBuilder.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.context; import javax.annotation.Nullable; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextConfigurationContextSettings.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextConfigurationContextSettings.java index 4ba46fcf112..c05c9b14816 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextConfigurationContextSettings.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextConfigurationContextSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.context; import io.micronaut.configuration.security.ldap.configuration.LdapConfiguration; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextSettings.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextSettings.java index 4aedd0cc51f..4be491a5000 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextSettings.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/ContextSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.context; /** diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/DefaultContextBuilder.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/DefaultContextBuilder.java index 91d37984af4..b1484853a86 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/DefaultContextBuilder.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/DefaultContextBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.context; import org.slf4j.Logger; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/DefaultLdapSearchService.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/DefaultLdapSearchService.java index bc1530ae24d..4139bfa400c 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/DefaultLdapSearchService.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/DefaultLdapSearchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.context; import javax.inject.Singleton; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/LdapSearchResult.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/LdapSearchResult.java index 6d97c80f09f..c8370c78e09 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/LdapSearchResult.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/LdapSearchResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.context; import io.micronaut.core.convert.value.ConvertibleValues; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/LdapSearchService.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/LdapSearchService.java index 0c305d285db..8fa31e218ef 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/LdapSearchService.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/LdapSearchService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.context; import javax.naming.NamingException; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/SearchProvider.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/SearchProvider.java index 8d0bb75b017..281b574207d 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/SearchProvider.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/SearchProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.context; import javax.naming.NamingException; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/SearchSettings.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/SearchSettings.java index c96f868d682..ce86c298ab2 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/SearchSettings.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/context/SearchSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.context; /** diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/group/DefaultLdapGroupProcessor.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/group/DefaultLdapGroupProcessor.java index 0fdf27c1bb1..71c9f7007ff 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/group/DefaultLdapGroupProcessor.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/group/DefaultLdapGroupProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.group; import io.micronaut.configuration.security.ldap.context.LdapSearchResult; diff --git a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/group/LdapGroupProcessor.java b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/group/LdapGroupProcessor.java index 06666706a8e..091d0f4627a 100644 --- a/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/group/LdapGroupProcessor.java +++ b/configurations/security-ldap/src/main/java/io/micronaut/configuration/security/ldap/group/LdapGroupProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.configuration.security.ldap.group; import io.micronaut.configuration.security.ldap.context.LdapSearchResult; diff --git a/configurations/security-ldap/src/test/groovy/io/micronaut/security/ldap/InMemoryLdapSpec.groovy b/configurations/security-ldap/src/test/groovy/io/micronaut/security/ldap/InMemoryLdapSpec.groovy index 52e54adcb56..814cf6e3843 100644 --- a/configurations/security-ldap/src/test/groovy/io/micronaut/security/ldap/InMemoryLdapSpec.groovy +++ b/configurations/security-ldap/src/test/groovy/io/micronaut/security/ldap/InMemoryLdapSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.ldap import com.unboundid.ldap.listener.InMemoryDirectoryServer diff --git a/configurations/security-ldap/src/test/groovy/io/micronaut/security/ldap/LdapAuthenticationSpec.groovy b/configurations/security-ldap/src/test/groovy/io/micronaut/security/ldap/LdapAuthenticationSpec.groovy index d9b868f122e..9a1f482be19 100644 --- a/configurations/security-ldap/src/test/groovy/io/micronaut/security/ldap/LdapAuthenticationSpec.groovy +++ b/configurations/security-ldap/src/test/groovy/io/micronaut/security/ldap/LdapAuthenticationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.ldap import io.micronaut.configuration.security.ldap.LdapAuthenticationProvider diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotatedTypeInfo.java b/core/src/main/java/io/micronaut/core/annotation/AnnotatedTypeInfo.java index b99735d701b..a0cafc4dacd 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotatedTypeInfo.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotatedTypeInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; /** diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationClassValue.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationClassValue.java index 739d515496d..cdf3f195b85 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationClassValue.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationClassValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import io.micronaut.core.naming.Named; diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadata.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadata.java index 5138c9e7898..f65932fc45a 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadata.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import io.micronaut.core.reflect.ClassUtils; diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataDelegate.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataDelegate.java index 95e182cdadf..64f7fffbe08 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataDelegate.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataDelegate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import io.micronaut.core.type.Argument; diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataProvider.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataProvider.java index 2ff67ff34d0..1ecf600f956 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataProvider.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.Annotation; diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataResolver.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataResolver.java index a7ea1357499..4e0caff33a2 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataResolver.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import javax.annotation.Nonnull; diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationSource.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationSource.java index 0b503a683e4..fd7de3afe74 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationSource.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import io.micronaut.core.util.ArgumentUtils; diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationUtil.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationUtil.java index bbb1bda3db3..2763e9d6b6f 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationUtil.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import io.micronaut.core.util.StringUtils; diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationValue.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationValue.java index 50e2724bfd5..19647a72050 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationValue.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationValueBuilder.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationValueBuilder.java index 611497dc4f8..f2b893b43f1 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationValueBuilder.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationValueBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import javax.annotation.Nullable; diff --git a/core/src/main/java/io/micronaut/core/annotation/Blocking.java b/core/src/main/java/io/micronaut/core/annotation/Blocking.java index c20e3087d57..f7b3cd000f7 100644 --- a/core/src/main/java/io/micronaut/core/annotation/Blocking.java +++ b/core/src/main/java/io/micronaut/core/annotation/Blocking.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/io/micronaut/core/annotation/EmptyAnnotationMetadata.java b/core/src/main/java/io/micronaut/core/annotation/EmptyAnnotationMetadata.java index 5454effc9c4..45239b05cf4 100644 --- a/core/src/main/java/io/micronaut/core/annotation/EmptyAnnotationMetadata.java +++ b/core/src/main/java/io/micronaut/core/annotation/EmptyAnnotationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; /** diff --git a/core/src/main/java/io/micronaut/core/annotation/Experimental.java b/core/src/main/java/io/micronaut/core/annotation/Experimental.java index 4684eb2d61e..0a3157486a4 100644 --- a/core/src/main/java/io/micronaut/core/annotation/Experimental.java +++ b/core/src/main/java/io/micronaut/core/annotation/Experimental.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.Retention; diff --git a/core/src/main/java/io/micronaut/core/annotation/Internal.java b/core/src/main/java/io/micronaut/core/annotation/Internal.java index ef6898d31c8..7cfb9a97b8c 100644 --- a/core/src/main/java/io/micronaut/core/annotation/Internal.java +++ b/core/src/main/java/io/micronaut/core/annotation/Internal.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.Documented; diff --git a/core/src/main/java/io/micronaut/core/annotation/NonBlocking.java b/core/src/main/java/io/micronaut/core/annotation/NonBlocking.java index a122d09e08f..6f90e7ebd48 100644 --- a/core/src/main/java/io/micronaut/core/annotation/NonBlocking.java +++ b/core/src/main/java/io/micronaut/core/annotation/NonBlocking.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/io/micronaut/core/annotation/TypeHint.java b/core/src/main/java/io/micronaut/core/annotation/TypeHint.java index 7c64448e6a7..b898de9efe0 100644 --- a/core/src/main/java/io/micronaut/core/annotation/TypeHint.java +++ b/core/src/main/java/io/micronaut/core/annotation/TypeHint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/io/micronaut/core/annotation/UsedByGeneratedCode.java b/core/src/main/java/io/micronaut/core/annotation/UsedByGeneratedCode.java index 749fe14c22b..7ede20150b4 100644 --- a/core/src/main/java/io/micronaut/core/annotation/UsedByGeneratedCode.java +++ b/core/src/main/java/io/micronaut/core/annotation/UsedByGeneratedCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/io/micronaut/core/annotation/package-info.java b/core/src/main/java/io/micronaut/core/annotation/package-info.java index f0a9c7d60c5..c655353e1bf 100644 --- a/core/src/main/java/io/micronaut/core/annotation/package-info.java +++ b/core/src/main/java/io/micronaut/core/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core annotation classes. * diff --git a/core/src/main/java/io/micronaut/core/async/SupplierUtil.java b/core/src/main/java/io/micronaut/core/async/SupplierUtil.java index fc0811a8fa7..446036e15e8 100644 --- a/core/src/main/java/io/micronaut/core/async/SupplierUtil.java +++ b/core/src/main/java/io/micronaut/core/async/SupplierUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async; import java.util.Optional; diff --git a/core/src/main/java/io/micronaut/core/async/annotation/SingleResult.java b/core/src/main/java/io/micronaut/core/async/annotation/SingleResult.java index 6f8f063249e..f7ca29e4263 100644 --- a/core/src/main/java/io/micronaut/core/async/annotation/SingleResult.java +++ b/core/src/main/java/io/micronaut/core/async/annotation/SingleResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.annotation; import java.lang.annotation.Documented; diff --git a/core/src/main/java/io/micronaut/core/async/package-info.java b/core/src/main/java/io/micronaut/core/async/package-info.java index 0c077ef6d9d..ea351a2cb85 100644 --- a/core/src/main/java/io/micronaut/core/async/package-info.java +++ b/core/src/main/java/io/micronaut/core/async/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Supplier helper methods. * diff --git a/core/src/main/java/io/micronaut/core/async/processor/SingleSubscriberProcessor.java b/core/src/main/java/io/micronaut/core/async/processor/SingleSubscriberProcessor.java index b54c465297e..15152349bea 100644 --- a/core/src/main/java/io/micronaut/core/async/processor/SingleSubscriberProcessor.java +++ b/core/src/main/java/io/micronaut/core/async/processor/SingleSubscriberProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.processor; import io.micronaut.core.async.subscriber.CompletionAwareSubscriber; diff --git a/core/src/main/java/io/micronaut/core/async/processor/SingleThreadedBufferingProcessor.java b/core/src/main/java/io/micronaut/core/async/processor/SingleThreadedBufferingProcessor.java index c9a2eccd18a..5e51807c14d 100644 --- a/core/src/main/java/io/micronaut/core/async/processor/SingleThreadedBufferingProcessor.java +++ b/core/src/main/java/io/micronaut/core/async/processor/SingleThreadedBufferingProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.processor; import io.micronaut.core.async.subscriber.SingleThreadedBufferingSubscriber; diff --git a/core/src/main/java/io/micronaut/core/async/processor/package-info.java b/core/src/main/java/io/micronaut/core/async/processor/package-info.java index 106997b4869..c11c13aee98 100644 --- a/core/src/main/java/io/micronaut/core/async/processor/package-info.java +++ b/core/src/main/java/io/micronaut/core/async/processor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core async processing. * diff --git a/core/src/main/java/io/micronaut/core/async/publisher/AsyncSingleResultPublisher.java b/core/src/main/java/io/micronaut/core/async/publisher/AsyncSingleResultPublisher.java index d027a4cb66a..e6b861e596c 100644 --- a/core/src/main/java/io/micronaut/core/async/publisher/AsyncSingleResultPublisher.java +++ b/core/src/main/java/io/micronaut/core/async/publisher/AsyncSingleResultPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.publisher; import org.reactivestreams.Publisher; diff --git a/core/src/main/java/io/micronaut/core/async/publisher/CompletableFuturePublisher.java b/core/src/main/java/io/micronaut/core/async/publisher/CompletableFuturePublisher.java index 6a5bb13be50..354cdf0daae 100644 --- a/core/src/main/java/io/micronaut/core/async/publisher/CompletableFuturePublisher.java +++ b/core/src/main/java/io/micronaut/core/async/publisher/CompletableFuturePublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.publisher; import org.reactivestreams.Publisher; diff --git a/core/src/main/java/io/micronaut/core/async/publisher/Publishers.java b/core/src/main/java/io/micronaut/core/async/publisher/Publishers.java index d12599cae05..fde00a427f4 100644 --- a/core/src/main/java/io/micronaut/core/async/publisher/Publishers.java +++ b/core/src/main/java/io/micronaut/core/async/publisher/Publishers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.publisher; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/async/publisher/SingleSubscriberPublisher.java b/core/src/main/java/io/micronaut/core/async/publisher/SingleSubscriberPublisher.java index 0762729b1ff..642da78b2ac 100644 --- a/core/src/main/java/io/micronaut/core/async/publisher/SingleSubscriberPublisher.java +++ b/core/src/main/java/io/micronaut/core/async/publisher/SingleSubscriberPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.publisher; import org.reactivestreams.Publisher; diff --git a/core/src/main/java/io/micronaut/core/async/publisher/package-info.java b/core/src/main/java/io/micronaut/core/async/publisher/package-info.java index 3ce9b9c733c..77a87b81087 100644 --- a/core/src/main/java/io/micronaut/core/async/publisher/package-info.java +++ b/core/src/main/java/io/micronaut/core/async/publisher/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core async publishing. * diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/Completable.java b/core/src/main/java/io/micronaut/core/async/subscriber/Completable.java index 5fd73d55612..fa47a9445a7 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/Completable.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/Completable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.subscriber; /** diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/CompletionAwareSubscriber.java b/core/src/main/java/io/micronaut/core/async/subscriber/CompletionAwareSubscriber.java index ab87fbd7a7a..2fc33fecfc7 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/CompletionAwareSubscriber.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/CompletionAwareSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.subscriber; import org.reactivestreams.Subscriber; diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/Emitter.java b/core/src/main/java/io/micronaut/core/async/subscriber/Emitter.java index 6369a3ffc01..21216ba8ef6 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/Emitter.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/Emitter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.subscriber; /** diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/SingleThreadedBufferingSubscriber.java b/core/src/main/java/io/micronaut/core/async/subscriber/SingleThreadedBufferingSubscriber.java index c77ef6fddaf..c3b02c16c00 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/SingleThreadedBufferingSubscriber.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/SingleThreadedBufferingSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.subscriber; import org.reactivestreams.Subscriber; diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/TypedSubscriber.java b/core/src/main/java/io/micronaut/core/async/subscriber/TypedSubscriber.java index c186e40184b..677bd45f763 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/TypedSubscriber.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/TypedSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.async.subscriber; import io.micronaut.core.type.Argument; diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/package-info.java b/core/src/main/java/io/micronaut/core/async/subscriber/package-info.java index 3dd2abe5767..71ae7f937fa 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/package-info.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core async subscribers. * diff --git a/core/src/main/java/io/micronaut/core/attr/AttributeHolder.java b/core/src/main/java/io/micronaut/core/attr/AttributeHolder.java index a4a51e63d21..811a1a17f8e 100644 --- a/core/src/main/java/io/micronaut/core/attr/AttributeHolder.java +++ b/core/src/main/java/io/micronaut/core/attr/AttributeHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.attr; import io.micronaut.core.convert.value.ConvertibleValues; diff --git a/core/src/main/java/io/micronaut/core/attr/MutableAttributeHolder.java b/core/src/main/java/io/micronaut/core/attr/MutableAttributeHolder.java index 12c95f530e6..60c6c438501 100644 --- a/core/src/main/java/io/micronaut/core/attr/MutableAttributeHolder.java +++ b/core/src/main/java/io/micronaut/core/attr/MutableAttributeHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.attr; import io.micronaut.core.convert.value.MutableConvertibleValues; diff --git a/core/src/main/java/io/micronaut/core/attr/package-info.java b/core/src/main/java/io/micronaut/core/attr/package-info.java index fd0fa657dd1..3ba100d30d4 100644 --- a/core/src/main/java/io/micronaut/core/attr/package-info.java +++ b/core/src/main/java/io/micronaut/core/attr/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core attribute holder. * diff --git a/core/src/main/java/io/micronaut/core/beans/BeanInfo.java b/core/src/main/java/io/micronaut/core/beans/BeanInfo.java index 34040a32a89..74f52dccc5f 100644 --- a/core/src/main/java/io/micronaut/core/beans/BeanInfo.java +++ b/core/src/main/java/io/micronaut/core/beans/BeanInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import java.util.Map; diff --git a/core/src/main/java/io/micronaut/core/beans/BeanMap.java b/core/src/main/java/io/micronaut/core/beans/BeanMap.java index 640c99b3dab..589997b81f9 100644 --- a/core/src/main/java/io/micronaut/core/beans/BeanMap.java +++ b/core/src/main/java/io/micronaut/core/beans/BeanMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import java.util.Map; diff --git a/core/src/main/java/io/micronaut/core/beans/Introspector.java b/core/src/main/java/io/micronaut/core/beans/Introspector.java index c222f6bb12e..3a4582b0ec4 100644 --- a/core/src/main/java/io/micronaut/core/beans/Introspector.java +++ b/core/src/main/java/io/micronaut/core/beans/Introspector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/beans/PropertyDescriptor.java b/core/src/main/java/io/micronaut/core/beans/PropertyDescriptor.java index f3826ef909c..ac3a834ad79 100644 --- a/core/src/main/java/io/micronaut/core/beans/PropertyDescriptor.java +++ b/core/src/main/java/io/micronaut/core/beans/PropertyDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.naming.Named; diff --git a/core/src/main/java/io/micronaut/core/beans/ReflectionBeanMap.java b/core/src/main/java/io/micronaut/core/beans/ReflectionBeanMap.java index 37dcab0741a..a70caa2c3a1 100644 --- a/core/src/main/java/io/micronaut/core/beans/ReflectionBeanMap.java +++ b/core/src/main/java/io/micronaut/core/beans/ReflectionBeanMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/beans/SimpleBeanInfo.java b/core/src/main/java/io/micronaut/core/beans/SimpleBeanInfo.java index dcc6608d45c..b7aafd412d1 100644 --- a/core/src/main/java/io/micronaut/core/beans/SimpleBeanInfo.java +++ b/core/src/main/java/io/micronaut/core/beans/SimpleBeanInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import static io.micronaut.core.naming.NameUtils.decapitalize; diff --git a/core/src/main/java/io/micronaut/core/beans/package-info.java b/core/src/main/java/io/micronaut/core/beans/package-info.java index 6e9bd03d887..769c253c7d5 100644 --- a/core/src/main/java/io/micronaut/core/beans/package-info.java +++ b/core/src/main/java/io/micronaut/core/beans/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core bean information classes. * diff --git a/core/src/main/java/io/micronaut/core/bind/ArgumentBinder.java b/core/src/main/java/io/micronaut/core/bind/ArgumentBinder.java index 1199f197992..2a6823fe42d 100644 --- a/core/src/main/java/io/micronaut/core/bind/ArgumentBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/ArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.bind; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/core/src/main/java/io/micronaut/core/bind/ArgumentBinderRegistry.java b/core/src/main/java/io/micronaut/core/bind/ArgumentBinderRegistry.java index e1a8d4f886b..536f1dbcbb5 100644 --- a/core/src/main/java/io/micronaut/core/bind/ArgumentBinderRegistry.java +++ b/core/src/main/java/io/micronaut/core/bind/ArgumentBinderRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.bind; import io.micronaut.core.type.Argument; diff --git a/core/src/main/java/io/micronaut/core/bind/BeanPropertyBinder.java b/core/src/main/java/io/micronaut/core/bind/BeanPropertyBinder.java index 925f8877195..d5eecbf9525 100644 --- a/core/src/main/java/io/micronaut/core/bind/BeanPropertyBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/BeanPropertyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.bind; import io.micronaut.core.beans.BeanMap; diff --git a/core/src/main/java/io/micronaut/core/bind/BoundExecutable.java b/core/src/main/java/io/micronaut/core/bind/BoundExecutable.java index 90295c0cb60..81cb64f75cf 100644 --- a/core/src/main/java/io/micronaut/core/bind/BoundExecutable.java +++ b/core/src/main/java/io/micronaut/core/bind/BoundExecutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.bind; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/core/src/main/java/io/micronaut/core/bind/DefaultExecutableBinder.java b/core/src/main/java/io/micronaut/core/bind/DefaultExecutableBinder.java index 659a8bfc11b..13cdffc89ca 100644 --- a/core/src/main/java/io/micronaut/core/bind/DefaultExecutableBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/DefaultExecutableBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.bind; import io.micronaut.core.bind.exceptions.UnsatisfiedArgumentException; diff --git a/core/src/main/java/io/micronaut/core/bind/ExecutableBinder.java b/core/src/main/java/io/micronaut/core/bind/ExecutableBinder.java index 7db4d0e4c05..cd3bba1fbf9 100644 --- a/core/src/main/java/io/micronaut/core/bind/ExecutableBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/ExecutableBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.bind; import io.micronaut.core.bind.exceptions.UnsatisfiedArgumentException; diff --git a/core/src/main/java/io/micronaut/core/bind/TypeArgumentBinder.java b/core/src/main/java/io/micronaut/core/bind/TypeArgumentBinder.java index 19e1c5ce3cd..db563500ba6 100644 --- a/core/src/main/java/io/micronaut/core/bind/TypeArgumentBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/TypeArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.bind; import io.micronaut.core.type.Argument; diff --git a/core/src/main/java/io/micronaut/core/bind/annotation/AbstractAnnotatedArgumentBinder.java b/core/src/main/java/io/micronaut/core/bind/annotation/AbstractAnnotatedArgumentBinder.java index efad90d7c18..8e433e1c32b 100644 --- a/core/src/main/java/io/micronaut/core/bind/annotation/AbstractAnnotatedArgumentBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/annotation/AbstractAnnotatedArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.bind.annotation; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/core/src/main/java/io/micronaut/core/bind/annotation/AnnotatedArgumentBinder.java b/core/src/main/java/io/micronaut/core/bind/annotation/AnnotatedArgumentBinder.java index a20f5b88b02..6ba42a909b4 100644 --- a/core/src/main/java/io/micronaut/core/bind/annotation/AnnotatedArgumentBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/annotation/AnnotatedArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.bind.annotation; import io.micronaut.core.bind.ArgumentBinder; diff --git a/core/src/main/java/io/micronaut/core/bind/annotation/Bindable.java b/core/src/main/java/io/micronaut/core/bind/annotation/Bindable.java index ccfde7031cb..676292cd5f2 100644 --- a/core/src/main/java/io/micronaut/core/bind/annotation/Bindable.java +++ b/core/src/main/java/io/micronaut/core/bind/annotation/Bindable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.bind.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/core/src/main/java/io/micronaut/core/bind/annotation/package-info.java b/core/src/main/java/io/micronaut/core/bind/annotation/package-info.java index 52a44a897a8..33f210b968f 100644 --- a/core/src/main/java/io/micronaut/core/bind/annotation/package-info.java +++ b/core/src/main/java/io/micronaut/core/bind/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core bind annotation classes. * diff --git a/core/src/main/java/io/micronaut/core/bind/exceptions/UnsatisfiedArgumentException.java b/core/src/main/java/io/micronaut/core/bind/exceptions/UnsatisfiedArgumentException.java index 6244cbf97f1..384cd12785b 100644 --- a/core/src/main/java/io/micronaut/core/bind/exceptions/UnsatisfiedArgumentException.java +++ b/core/src/main/java/io/micronaut/core/bind/exceptions/UnsatisfiedArgumentException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.bind.exceptions; import io.micronaut.core.type.Argument; diff --git a/core/src/main/java/io/micronaut/core/bind/exceptions/package-info.java b/core/src/main/java/io/micronaut/core/bind/exceptions/package-info.java index 3c7ccb87eb5..732d34a48b0 100644 --- a/core/src/main/java/io/micronaut/core/bind/exceptions/package-info.java +++ b/core/src/main/java/io/micronaut/core/bind/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Exceptions that occur during data binding. * diff --git a/core/src/main/java/io/micronaut/core/bind/package-info.java b/core/src/main/java/io/micronaut/core/bind/package-info.java index ff0ea7ff8ce..f55082526f9 100644 --- a/core/src/main/java/io/micronaut/core/bind/package-info.java +++ b/core/src/main/java/io/micronaut/core/bind/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core argument and property bind classes. * diff --git a/core/src/main/java/io/micronaut/core/cli/CommandLine.java b/core/src/main/java/io/micronaut/core/cli/CommandLine.java index 66190652404..2e76423f892 100644 --- a/core/src/main/java/io/micronaut/core/cli/CommandLine.java +++ b/core/src/main/java/io/micronaut/core/cli/CommandLine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.cli; import java.util.List; diff --git a/core/src/main/java/io/micronaut/core/cli/CommandLineParser.java b/core/src/main/java/io/micronaut/core/cli/CommandLineParser.java index 4a54f690824..c518a3fad20 100644 --- a/core/src/main/java/io/micronaut/core/cli/CommandLineParser.java +++ b/core/src/main/java/io/micronaut/core/cli/CommandLineParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.cli; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/cli/DefaultCommandLine.java b/core/src/main/java/io/micronaut/core/cli/DefaultCommandLine.java index f678335ba36..5c7f7b6721d 100644 --- a/core/src/main/java/io/micronaut/core/cli/DefaultCommandLine.java +++ b/core/src/main/java/io/micronaut/core/cli/DefaultCommandLine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.cli; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/cli/Option.java b/core/src/main/java/io/micronaut/core/cli/Option.java index 609c43b9f91..819626adddc 100644 --- a/core/src/main/java/io/micronaut/core/cli/Option.java +++ b/core/src/main/java/io/micronaut/core/cli/Option.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.cli; /** diff --git a/core/src/main/java/io/micronaut/core/cli/exceptions/ParseException.java b/core/src/main/java/io/micronaut/core/cli/exceptions/ParseException.java index 38888e25d09..65391a36633 100644 --- a/core/src/main/java/io/micronaut/core/cli/exceptions/ParseException.java +++ b/core/src/main/java/io/micronaut/core/cli/exceptions/ParseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.cli.exceptions; /** diff --git a/core/src/main/java/io/micronaut/core/cli/exceptions/package-info.java b/core/src/main/java/io/micronaut/core/cli/exceptions/package-info.java index ef8a010892d..0ec0e2f5c3d 100644 --- a/core/src/main/java/io/micronaut/core/cli/exceptions/package-info.java +++ b/core/src/main/java/io/micronaut/core/cli/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core CLI exceptions. * diff --git a/core/src/main/java/io/micronaut/core/cli/package-info.java b/core/src/main/java/io/micronaut/core/cli/package-info.java index 7bf9de3ecd9..fee5b346dea 100644 --- a/core/src/main/java/io/micronaut/core/cli/package-info.java +++ b/core/src/main/java/io/micronaut/core/cli/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core CLI dispatch level. * diff --git a/core/src/main/java/io/micronaut/core/convert/ArgumentConversionContext.java b/core/src/main/java/io/micronaut/core/convert/ArgumentConversionContext.java index 9a0d0967949..79fce92e39b 100644 --- a/core/src/main/java/io/micronaut/core/convert/ArgumentConversionContext.java +++ b/core/src/main/java/io/micronaut/core/convert/ArgumentConversionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/core/src/main/java/io/micronaut/core/convert/ConversionContext.java b/core/src/main/java/io/micronaut/core/convert/ConversionContext.java index adc3dc3abcc..07b3727f80d 100644 --- a/core/src/main/java/io/micronaut/core/convert/ConversionContext.java +++ b/core/src/main/java/io/micronaut/core/convert/ConversionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert; import io.micronaut.core.annotation.AnnotationMetadataProvider; diff --git a/core/src/main/java/io/micronaut/core/convert/ConversionError.java b/core/src/main/java/io/micronaut/core/convert/ConversionError.java index bc1be6e567f..1994009f54d 100644 --- a/core/src/main/java/io/micronaut/core/convert/ConversionError.java +++ b/core/src/main/java/io/micronaut/core/convert/ConversionError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert; import java.util.Optional; diff --git a/core/src/main/java/io/micronaut/core/convert/ConversionService.java b/core/src/main/java/io/micronaut/core/convert/ConversionService.java index 1e47a29c13f..3df1af20bfb 100644 --- a/core/src/main/java/io/micronaut/core/convert/ConversionService.java +++ b/core/src/main/java/io/micronaut/core/convert/ConversionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert; import io.micronaut.core.type.Argument; diff --git a/core/src/main/java/io/micronaut/core/convert/DefaultArgumentConversionContext.java b/core/src/main/java/io/micronaut/core/convert/DefaultArgumentConversionContext.java index 6f5575eef3d..aa2873dfb12 100644 --- a/core/src/main/java/io/micronaut/core/convert/DefaultArgumentConversionContext.java +++ b/core/src/main/java/io/micronaut/core/convert/DefaultArgumentConversionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/convert/DefaultConversionService.java b/core/src/main/java/io/micronaut/core/convert/DefaultConversionService.java index 84e40795964..5f9b89c680b 100644 --- a/core/src/main/java/io/micronaut/core/convert/DefaultConversionService.java +++ b/core/src/main/java/io/micronaut/core/convert/DefaultConversionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert; import io.micronaut.core.annotation.AnnotationClassValue; diff --git a/core/src/main/java/io/micronaut/core/convert/ErrorsContext.java b/core/src/main/java/io/micronaut/core/convert/ErrorsContext.java index 9f68de5afc9..fe347629cd4 100644 --- a/core/src/main/java/io/micronaut/core/convert/ErrorsContext.java +++ b/core/src/main/java/io/micronaut/core/convert/ErrorsContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert; import java.util.Collections; diff --git a/core/src/main/java/io/micronaut/core/convert/TypeConverter.java b/core/src/main/java/io/micronaut/core/convert/TypeConverter.java index 63303370994..35af1869245 100644 --- a/core/src/main/java/io/micronaut/core/convert/TypeConverter.java +++ b/core/src/main/java/io/micronaut/core/convert/TypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert; import io.micronaut.core.annotation.Indexed; diff --git a/core/src/main/java/io/micronaut/core/convert/TypeConverterRegistrar.java b/core/src/main/java/io/micronaut/core/convert/TypeConverterRegistrar.java index 0b7579c23db..0e8e9e4715a 100644 --- a/core/src/main/java/io/micronaut/core/convert/TypeConverterRegistrar.java +++ b/core/src/main/java/io/micronaut/core/convert/TypeConverterRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert; import io.micronaut.core.annotation.Indexed; diff --git a/core/src/main/java/io/micronaut/core/convert/exceptions/ConversionErrorException.java b/core/src/main/java/io/micronaut/core/convert/exceptions/ConversionErrorException.java index b02bf1f60a9..b12f18444cd 100644 --- a/core/src/main/java/io/micronaut/core/convert/exceptions/ConversionErrorException.java +++ b/core/src/main/java/io/micronaut/core/convert/exceptions/ConversionErrorException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.exceptions; import io.micronaut.core.convert.ConversionError; diff --git a/core/src/main/java/io/micronaut/core/convert/exceptions/package-info.java b/core/src/main/java/io/micronaut/core/convert/exceptions/package-info.java index 4752ffe834e..e1295f665ff 100644 --- a/core/src/main/java/io/micronaut/core/convert/exceptions/package-info.java +++ b/core/src/main/java/io/micronaut/core/convert/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core type conversion exceptions. * diff --git a/core/src/main/java/io/micronaut/core/convert/format/Format.java b/core/src/main/java/io/micronaut/core/convert/format/Format.java index e0dbc117cea..31d74f1a6b2 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/Format.java +++ b/core/src/main/java/io/micronaut/core/convert/format/Format.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.format; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/core/src/main/java/io/micronaut/core/convert/format/FormattingTypeConverter.java b/core/src/main/java/io/micronaut/core/convert/format/FormattingTypeConverter.java index dcccfc2cad1..2e48c6063dd 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/FormattingTypeConverter.java +++ b/core/src/main/java/io/micronaut/core/convert/format/FormattingTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.format; import io.micronaut.core.convert.TypeConverter; diff --git a/core/src/main/java/io/micronaut/core/convert/format/MapFormat.java b/core/src/main/java/io/micronaut/core/convert/format/MapFormat.java index 6e4d1bd9c78..17bdf2d3f6e 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/MapFormat.java +++ b/core/src/main/java/io/micronaut/core/convert/format/MapFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.format; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/core/src/main/java/io/micronaut/core/convert/format/ReadableBytes.java b/core/src/main/java/io/micronaut/core/convert/format/ReadableBytes.java index 10c3cbf3b4e..2a4d6d41979 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/ReadableBytes.java +++ b/core/src/main/java/io/micronaut/core/convert/format/ReadableBytes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.format; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/core/src/main/java/io/micronaut/core/convert/format/ReadableBytesTypeConverter.java b/core/src/main/java/io/micronaut/core/convert/format/ReadableBytesTypeConverter.java index 2c5205cdcb0..6ccad5d8345 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/ReadableBytesTypeConverter.java +++ b/core/src/main/java/io/micronaut/core/convert/format/ReadableBytesTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.format; import io.micronaut.core.convert.ConversionContext; diff --git a/core/src/main/java/io/micronaut/core/convert/format/package-info.java b/core/src/main/java/io/micronaut/core/convert/format/package-info.java index 06cd1215fe5..f869d367221 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/package-info.java +++ b/core/src/main/java/io/micronaut/core/convert/format/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core type conversion formatting. * diff --git a/core/src/main/java/io/micronaut/core/convert/package-info.java b/core/src/main/java/io/micronaut/core/convert/package-info.java index bef9028cc82..34c1092b4e2 100644 --- a/core/src/main/java/io/micronaut/core/convert/package-info.java +++ b/core/src/main/java/io/micronaut/core/convert/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core type conversion classes. * diff --git a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValues.java b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValues.java index 4c16d221ceb..264dccbab5a 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValues.java +++ b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.value; import io.micronaut.core.convert.ConversionContext; diff --git a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValuesMap.java b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValuesMap.java index 474bd24c0b3..48f6f16b65c 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValuesMap.java +++ b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.value; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValues.java b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValues.java index e3f2161136e..8f3e9d4fba7 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValues.java +++ b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.value; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValuesMap.java b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValuesMap.java index ce30e4b0bf4..2a0bfce0f26 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValuesMap.java +++ b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.value; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValues.java b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValues.java index a860891f907..dccdc0df758 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValues.java +++ b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.value; import java.util.List; diff --git a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValuesMap.java b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValuesMap.java index e0960160ed6..92296cd8910 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValuesMap.java +++ b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.value; import io.micronaut.core.convert.ConversionService; diff --git a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValues.java b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValues.java index c23d81baaa9..ecf6716ae4d 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValues.java +++ b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.value; import javax.annotation.Nullable; diff --git a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValuesMap.java b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValuesMap.java index e3398ea0740..5840b641447 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValuesMap.java +++ b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert.value; import io.micronaut.core.convert.ConversionService; diff --git a/core/src/main/java/io/micronaut/core/convert/value/package-info.java b/core/src/main/java/io/micronaut/core/convert/value/package-info.java index ef84ecabd76..e1298114b02 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/package-info.java +++ b/core/src/main/java/io/micronaut/core/convert/value/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core type conversion of multiple values. * diff --git a/core/src/main/java/io/micronaut/core/exceptions/BeanExceptionHandler.java b/core/src/main/java/io/micronaut/core/exceptions/BeanExceptionHandler.java index 0cc0f33f5bb..eb96436a156 100644 --- a/core/src/main/java/io/micronaut/core/exceptions/BeanExceptionHandler.java +++ b/core/src/main/java/io/micronaut/core/exceptions/BeanExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.exceptions; import javax.annotation.Nonnull; diff --git a/core/src/main/java/io/micronaut/core/exceptions/ExceptionHandler.java b/core/src/main/java/io/micronaut/core/exceptions/ExceptionHandler.java index cf232898940..1751248eb4c 100644 --- a/core/src/main/java/io/micronaut/core/exceptions/ExceptionHandler.java +++ b/core/src/main/java/io/micronaut/core/exceptions/ExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.exceptions; /** diff --git a/core/src/main/java/io/micronaut/core/exceptions/package-info.java b/core/src/main/java/io/micronaut/core/exceptions/package-info.java index 559bfecd69b..0a2f1497b6a 100644 --- a/core/src/main/java/io/micronaut/core/exceptions/package-info.java +++ b/core/src/main/java/io/micronaut/core/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Common exception handling classes. * diff --git a/core/src/main/java/io/micronaut/core/io/FileReadable.java b/core/src/main/java/io/micronaut/core/io/FileReadable.java index 2d8c9da7d70..1efc71d4cc8 100644 --- a/core/src/main/java/io/micronaut/core/io/FileReadable.java +++ b/core/src/main/java/io/micronaut/core/io/FileReadable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/io/IOUtils.java b/core/src/main/java/io/micronaut/core/io/IOUtils.java index a14d3e22341..c0efe211bd2 100644 --- a/core/src/main/java/io/micronaut/core/io/IOUtils.java +++ b/core/src/main/java/io/micronaut/core/io/IOUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io; import io.micronaut.core.annotation.Blocking; diff --git a/core/src/main/java/io/micronaut/core/io/Readable.java b/core/src/main/java/io/micronaut/core/io/Readable.java index 35e6c1019f7..e69ac68a45e 100644 --- a/core/src/main/java/io/micronaut/core/io/Readable.java +++ b/core/src/main/java/io/micronaut/core/io/Readable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io; import io.micronaut.core.naming.Named; diff --git a/core/src/main/java/io/micronaut/core/io/ResourceLoader.java b/core/src/main/java/io/micronaut/core/io/ResourceLoader.java index 8cc7d7277ca..4afa0d4083f 100644 --- a/core/src/main/java/io/micronaut/core/io/ResourceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/ResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io; import java.io.InputStream; diff --git a/core/src/main/java/io/micronaut/core/io/ResourceResolver.java b/core/src/main/java/io/micronaut/core/io/ResourceResolver.java index b2bcc522604..fa29264c970 100644 --- a/core/src/main/java/io/micronaut/core/io/ResourceResolver.java +++ b/core/src/main/java/io/micronaut/core/io/ResourceResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io; import io.micronaut.core.io.file.FileSystemResourceLoader; diff --git a/core/src/main/java/io/micronaut/core/io/Streamable.java b/core/src/main/java/io/micronaut/core/io/Streamable.java index 8113a6bdc37..6676b2dc13a 100644 --- a/core/src/main/java/io/micronaut/core/io/Streamable.java +++ b/core/src/main/java/io/micronaut/core/io/Streamable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io; import javax.annotation.Nullable; diff --git a/core/src/main/java/io/micronaut/core/io/UrlReadable.java b/core/src/main/java/io/micronaut/core/io/UrlReadable.java index ce4658b6ed5..202a5cb8318 100644 --- a/core/src/main/java/io/micronaut/core/io/UrlReadable.java +++ b/core/src/main/java/io/micronaut/core/io/UrlReadable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/io/Writable.java b/core/src/main/java/io/micronaut/core/io/Writable.java index 949ec5237f5..9cb94311794 100644 --- a/core/src/main/java/io/micronaut/core/io/Writable.java +++ b/core/src/main/java/io/micronaut/core/io/Writable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io; import javax.annotation.Nullable; diff --git a/core/src/main/java/io/micronaut/core/io/buffer/ByteBuffer.java b/core/src/main/java/io/micronaut/core/io/buffer/ByteBuffer.java index 8b677770e6d..10ffa21516b 100644 --- a/core/src/main/java/io/micronaut/core/io/buffer/ByteBuffer.java +++ b/core/src/main/java/io/micronaut/core/io/buffer/ByteBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.buffer; import java.io.InputStream; diff --git a/core/src/main/java/io/micronaut/core/io/buffer/ByteBufferFactory.java b/core/src/main/java/io/micronaut/core/io/buffer/ByteBufferFactory.java index e79f6f32370..c2a0607cd29 100644 --- a/core/src/main/java/io/micronaut/core/io/buffer/ByteBufferFactory.java +++ b/core/src/main/java/io/micronaut/core/io/buffer/ByteBufferFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.buffer; /** diff --git a/core/src/main/java/io/micronaut/core/io/buffer/ReferenceCounted.java b/core/src/main/java/io/micronaut/core/io/buffer/ReferenceCounted.java index 6eb0dc9ceb7..1a7155310b4 100644 --- a/core/src/main/java/io/micronaut/core/io/buffer/ReferenceCounted.java +++ b/core/src/main/java/io/micronaut/core/io/buffer/ReferenceCounted.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.buffer; /** diff --git a/core/src/main/java/io/micronaut/core/io/buffer/package-info.java b/core/src/main/java/io/micronaut/core/io/buffer/package-info.java index 1ce83947952..2e652d69c34 100644 --- a/core/src/main/java/io/micronaut/core/io/buffer/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/buffer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core buffer factory. * diff --git a/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java b/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java index 9336699edbe..59b3aa178ef 100644 --- a/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.file; import io.micronaut.core.io.ResourceLoader; diff --git a/core/src/main/java/io/micronaut/core/io/file/FileSystemResourceLoader.java b/core/src/main/java/io/micronaut/core/io/file/FileSystemResourceLoader.java index 2d43ca134e6..4c9069675ed 100644 --- a/core/src/main/java/io/micronaut/core/io/file/FileSystemResourceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/file/FileSystemResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.file; import io.micronaut.core.io.ResourceLoader; diff --git a/core/src/main/java/io/micronaut/core/io/file/package-info.java b/core/src/main/java/io/micronaut/core/io/file/package-info.java index b93d3b98e2f..fecc7019cd1 100644 --- a/core/src/main/java/io/micronaut/core/io/file/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/file/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core file i/o. * diff --git a/core/src/main/java/io/micronaut/core/io/package-info.java b/core/src/main/java/io/micronaut/core/io/package-info.java index a5d9da836c4..0391fb94663 100644 --- a/core/src/main/java/io/micronaut/core/io/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core input/output. * diff --git a/core/src/main/java/io/micronaut/core/io/scan/AnnotatedTypeInfoVisitor.java b/core/src/main/java/io/micronaut/core/io/scan/AnnotatedTypeInfoVisitor.java index e8d11c924c2..b1eb6d00da2 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/AnnotatedTypeInfoVisitor.java +++ b/core/src/main/java/io/micronaut/core/io/scan/AnnotatedTypeInfoVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.scan; import io.micronaut.core.annotation.AnnotatedTypeInfo; diff --git a/core/src/main/java/io/micronaut/core/io/scan/AnnotationScanner.java b/core/src/main/java/io/micronaut/core/io/scan/AnnotationScanner.java index 05ec36599dc..d05c3bc514b 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/AnnotationScanner.java +++ b/core/src/main/java/io/micronaut/core/io/scan/AnnotationScanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.scan; import java.lang.annotation.Annotation; diff --git a/core/src/main/java/io/micronaut/core/io/scan/CachingClassPathAnnotationScanner.java b/core/src/main/java/io/micronaut/core/io/scan/CachingClassPathAnnotationScanner.java index ba4a70bfd02..6e907771a0b 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/CachingClassPathAnnotationScanner.java +++ b/core/src/main/java/io/micronaut/core/io/scan/CachingClassPathAnnotationScanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.scan; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/io/scan/ClassPathAnnotationScanner.java b/core/src/main/java/io/micronaut/core/io/scan/ClassPathAnnotationScanner.java index 10de3dbb23b..d25072f27f2 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/ClassPathAnnotationScanner.java +++ b/core/src/main/java/io/micronaut/core/io/scan/ClassPathAnnotationScanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.scan; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/io/scan/ClassPathResourceLoader.java b/core/src/main/java/io/micronaut/core/io/scan/ClassPathResourceLoader.java index b6921945632..3022d4a2fb4 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/ClassPathResourceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/scan/ClassPathResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.scan; import io.micronaut.core.io.ResourceLoader; diff --git a/core/src/main/java/io/micronaut/core/io/scan/DefaultClassPathResourceLoader.java b/core/src/main/java/io/micronaut/core/io/scan/DefaultClassPathResourceLoader.java index 0b1276bcf56..1b0448157fb 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/DefaultClassPathResourceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/scan/DefaultClassPathResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.scan; import io.micronaut.core.io.ResourceLoader; diff --git a/core/src/main/java/io/micronaut/core/io/scan/package-info.java b/core/src/main/java/io/micronaut/core/io/scan/package-info.java index e83af7731d7..c521c335f39 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/scan/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core scan with annotation. * diff --git a/core/src/main/java/io/micronaut/core/io/service/DefaultServiceDefinition.java b/core/src/main/java/io/micronaut/core/io/service/DefaultServiceDefinition.java index b4ace44a7d7..352d132e445 100644 --- a/core/src/main/java/io/micronaut/core/io/service/DefaultServiceDefinition.java +++ b/core/src/main/java/io/micronaut/core/io/service/DefaultServiceDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.service; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/io/service/ServiceDefinition.java b/core/src/main/java/io/micronaut/core/io/service/ServiceDefinition.java index d14b6da9478..1ad7e38b875 100644 --- a/core/src/main/java/io/micronaut/core/io/service/ServiceDefinition.java +++ b/core/src/main/java/io/micronaut/core/io/service/ServiceDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.service; import java.util.function.Supplier; diff --git a/core/src/main/java/io/micronaut/core/io/service/SoftServiceLoader.java b/core/src/main/java/io/micronaut/core/io/service/SoftServiceLoader.java index 375dbcdc5bc..88eb7efccb3 100644 --- a/core/src/main/java/io/micronaut/core/io/service/SoftServiceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/service/SoftServiceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.service; import io.micronaut.core.reflect.ClassUtils; diff --git a/core/src/main/java/io/micronaut/core/io/service/StreamSoftServiceLoader.java b/core/src/main/java/io/micronaut/core/io/service/StreamSoftServiceLoader.java index dfd0e3080d9..64b8a8ef30b 100644 --- a/core/src/main/java/io/micronaut/core/io/service/StreamSoftServiceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/service/StreamSoftServiceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.service; import io.micronaut.core.reflect.ClassUtils; diff --git a/core/src/main/java/io/micronaut/core/io/service/package-info.java b/core/src/main/java/io/micronaut/core/io/service/package-info.java index e3bb3791a8b..7005bd745fc 100644 --- a/core/src/main/java/io/micronaut/core/io/service/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/service/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core i/o service classes. * diff --git a/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java b/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java index f2f6cfc1d44..101bd9e1a34 100644 --- a/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java +++ b/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.socket; import io.micronaut.core.util.ArgumentUtils; diff --git a/core/src/main/java/io/micronaut/core/io/socket/package-info.java b/core/src/main/java/io/micronaut/core/io/socket/package-info.java index 40c8e9b5a0c..8d80cc871af 100644 --- a/core/src/main/java/io/micronaut/core/io/socket/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/socket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core i/o socketutils. * diff --git a/core/src/main/java/io/micronaut/core/naming/Described.java b/core/src/main/java/io/micronaut/core/naming/Described.java index 357429264a9..cf578965590 100644 --- a/core/src/main/java/io/micronaut/core/naming/Described.java +++ b/core/src/main/java/io/micronaut/core/naming/Described.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.naming; /** diff --git a/core/src/main/java/io/micronaut/core/naming/NameResolver.java b/core/src/main/java/io/micronaut/core/naming/NameResolver.java index 343cb5da901..15f16ef2ca0 100644 --- a/core/src/main/java/io/micronaut/core/naming/NameResolver.java +++ b/core/src/main/java/io/micronaut/core/naming/NameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.naming; import java.util.Optional; diff --git a/core/src/main/java/io/micronaut/core/naming/NameUtils.java b/core/src/main/java/io/micronaut/core/naming/NameUtils.java index 1aac4ef5c39..051aaea8ef4 100644 --- a/core/src/main/java/io/micronaut/core/naming/NameUtils.java +++ b/core/src/main/java/io/micronaut/core/naming/NameUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.naming; import io.micronaut.core.util.StringUtils; diff --git a/core/src/main/java/io/micronaut/core/naming/Named.java b/core/src/main/java/io/micronaut/core/naming/Named.java index 2d96e719377..d1713e53781 100644 --- a/core/src/main/java/io/micronaut/core/naming/Named.java +++ b/core/src/main/java/io/micronaut/core/naming/Named.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.naming; /** diff --git a/core/src/main/java/io/micronaut/core/naming/conventions/MethodConvention.java b/core/src/main/java/io/micronaut/core/naming/conventions/MethodConvention.java index 008b50e2d18..ea341a0bf88 100644 --- a/core/src/main/java/io/micronaut/core/naming/conventions/MethodConvention.java +++ b/core/src/main/java/io/micronaut/core/naming/conventions/MethodConvention.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.naming.conventions; import io.micronaut.core.annotation.Experimental; diff --git a/core/src/main/java/io/micronaut/core/naming/conventions/PropertyConvention.java b/core/src/main/java/io/micronaut/core/naming/conventions/PropertyConvention.java index 7b9e5d32fbf..35fe40897b0 100644 --- a/core/src/main/java/io/micronaut/core/naming/conventions/PropertyConvention.java +++ b/core/src/main/java/io/micronaut/core/naming/conventions/PropertyConvention.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.naming.conventions; import io.micronaut.core.annotation.Experimental; diff --git a/core/src/main/java/io/micronaut/core/naming/conventions/StringConvention.java b/core/src/main/java/io/micronaut/core/naming/conventions/StringConvention.java index c60629ee3d9..e2a7be9fdf4 100644 --- a/core/src/main/java/io/micronaut/core/naming/conventions/StringConvention.java +++ b/core/src/main/java/io/micronaut/core/naming/conventions/StringConvention.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.naming.conventions; import io.micronaut.core.naming.NameUtils; diff --git a/core/src/main/java/io/micronaut/core/naming/conventions/TypeConvention.java b/core/src/main/java/io/micronaut/core/naming/conventions/TypeConvention.java index e520e42907e..7f54eacf155 100644 --- a/core/src/main/java/io/micronaut/core/naming/conventions/TypeConvention.java +++ b/core/src/main/java/io/micronaut/core/naming/conventions/TypeConvention.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.naming.conventions; import io.micronaut.core.annotation.Experimental; diff --git a/core/src/main/java/io/micronaut/core/naming/conventions/package-info.java b/core/src/main/java/io/micronaut/core/naming/conventions/package-info.java index 3d02bde59a7..be27bf9c192 100644 --- a/core/src/main/java/io/micronaut/core/naming/conventions/package-info.java +++ b/core/src/main/java/io/micronaut/core/naming/conventions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core name conventions for properties and methods, etc. * diff --git a/core/src/main/java/io/micronaut/core/naming/package-info.java b/core/src/main/java/io/micronaut/core/naming/package-info.java index 893cadef9e0..afc12fb8879 100644 --- a/core/src/main/java/io/micronaut/core/naming/package-info.java +++ b/core/src/main/java/io/micronaut/core/naming/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core name resolution. * diff --git a/core/src/main/java/io/micronaut/core/order/OrderUtil.java b/core/src/main/java/io/micronaut/core/order/OrderUtil.java index b9e09be7dad..3e45cb693c6 100644 --- a/core/src/main/java/io/micronaut/core/order/OrderUtil.java +++ b/core/src/main/java/io/micronaut/core/order/OrderUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.order; import java.util.Arrays; diff --git a/core/src/main/java/io/micronaut/core/order/Ordered.java b/core/src/main/java/io/micronaut/core/order/Ordered.java index b2a35eb5b4f..5a5f930be9e 100644 --- a/core/src/main/java/io/micronaut/core/order/Ordered.java +++ b/core/src/main/java/io/micronaut/core/order/Ordered.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.order; /** diff --git a/core/src/main/java/io/micronaut/core/order/package-info.java b/core/src/main/java/io/micronaut/core/order/package-info.java index ae22e3982dc..d5b127a964f 100644 --- a/core/src/main/java/io/micronaut/core/order/package-info.java +++ b/core/src/main/java/io/micronaut/core/order/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core ordered objects. * diff --git a/core/src/main/java/io/micronaut/core/reflect/ClassLoadingReporter.java b/core/src/main/java/io/micronaut/core/reflect/ClassLoadingReporter.java index 257c9f9dcb9..645dc555322 100644 --- a/core/src/main/java/io/micronaut/core/reflect/ClassLoadingReporter.java +++ b/core/src/main/java/io/micronaut/core/reflect/ClassLoadingReporter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.reflect; import io.micronaut.core.util.Toggleable; diff --git a/core/src/main/java/io/micronaut/core/reflect/ClassUtils.java b/core/src/main/java/io/micronaut/core/reflect/ClassUtils.java index d468803c2c1..66228eabaa3 100644 --- a/core/src/main/java/io/micronaut/core/reflect/ClassUtils.java +++ b/core/src/main/java/io/micronaut/core/reflect/ClassUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.reflect; import io.micronaut.core.util.ArrayUtils; diff --git a/core/src/main/java/io/micronaut/core/reflect/GenericTypeUtils.java b/core/src/main/java/io/micronaut/core/reflect/GenericTypeUtils.java index 5c53db5e994..9faa53a1ac9 100644 --- a/core/src/main/java/io/micronaut/core/reflect/GenericTypeUtils.java +++ b/core/src/main/java/io/micronaut/core/reflect/GenericTypeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.reflect; import io.micronaut.core.util.ArrayUtils; diff --git a/core/src/main/java/io/micronaut/core/reflect/InstantiationUtils.java b/core/src/main/java/io/micronaut/core/reflect/InstantiationUtils.java index 8b6257502b1..c80ef10ec43 100644 --- a/core/src/main/java/io/micronaut/core/reflect/InstantiationUtils.java +++ b/core/src/main/java/io/micronaut/core/reflect/InstantiationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.reflect; import io.micronaut.core.reflect.exception.InstantiationException; diff --git a/core/src/main/java/io/micronaut/core/reflect/ReflectionUtils.java b/core/src/main/java/io/micronaut/core/reflect/ReflectionUtils.java index cdf53d0a895..d5e1dd61828 100644 --- a/core/src/main/java/io/micronaut/core/reflect/ReflectionUtils.java +++ b/core/src/main/java/io/micronaut/core/reflect/ReflectionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.reflect; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/reflect/exception/InstantiationException.java b/core/src/main/java/io/micronaut/core/reflect/exception/InstantiationException.java index 713b3f6ea77..db8fefe0534 100644 --- a/core/src/main/java/io/micronaut/core/reflect/exception/InstantiationException.java +++ b/core/src/main/java/io/micronaut/core/reflect/exception/InstantiationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.reflect.exception; /** diff --git a/core/src/main/java/io/micronaut/core/reflect/exception/InvocationException.java b/core/src/main/java/io/micronaut/core/reflect/exception/InvocationException.java index d15b03c68b1..8d31b01d8b6 100644 --- a/core/src/main/java/io/micronaut/core/reflect/exception/InvocationException.java +++ b/core/src/main/java/io/micronaut/core/reflect/exception/InvocationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.reflect.exception; /** diff --git a/core/src/main/java/io/micronaut/core/reflect/exception/package-info.java b/core/src/main/java/io/micronaut/core/reflect/exception/package-info.java index 5cde2d66c89..6dcf19e556a 100644 --- a/core/src/main/java/io/micronaut/core/reflect/exception/package-info.java +++ b/core/src/main/java/io/micronaut/core/reflect/exception/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core reflection exception. * diff --git a/core/src/main/java/io/micronaut/core/reflect/package-info.java b/core/src/main/java/io/micronaut/core/reflect/package-info.java index cdb94d378e2..c533bbf50b8 100644 --- a/core/src/main/java/io/micronaut/core/reflect/package-info.java +++ b/core/src/main/java/io/micronaut/core/reflect/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core reflections utils. * diff --git a/core/src/main/java/io/micronaut/core/serialize/JdkSerializer.java b/core/src/main/java/io/micronaut/core/serialize/JdkSerializer.java index b75241d7fc9..809d9528612 100644 --- a/core/src/main/java/io/micronaut/core/serialize/JdkSerializer.java +++ b/core/src/main/java/io/micronaut/core/serialize/JdkSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.serialize; import io.micronaut.core.convert.ConversionService; diff --git a/core/src/main/java/io/micronaut/core/serialize/ObjectSerializer.java b/core/src/main/java/io/micronaut/core/serialize/ObjectSerializer.java index 443a852c4d2..2ca4bc25068 100644 --- a/core/src/main/java/io/micronaut/core/serialize/ObjectSerializer.java +++ b/core/src/main/java/io/micronaut/core/serialize/ObjectSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.serialize; import io.micronaut.core.serialize.exceptions.SerializationException; diff --git a/core/src/main/java/io/micronaut/core/serialize/exceptions/SerializationException.java b/core/src/main/java/io/micronaut/core/serialize/exceptions/SerializationException.java index e159d1ba616..c835221e8d3 100644 --- a/core/src/main/java/io/micronaut/core/serialize/exceptions/SerializationException.java +++ b/core/src/main/java/io/micronaut/core/serialize/exceptions/SerializationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.serialize.exceptions; /** diff --git a/core/src/main/java/io/micronaut/core/serialize/exceptions/package-info.java b/core/src/main/java/io/micronaut/core/serialize/exceptions/package-info.java index 7647c60b070..5f115cbaefd 100644 --- a/core/src/main/java/io/micronaut/core/serialize/exceptions/package-info.java +++ b/core/src/main/java/io/micronaut/core/serialize/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core object serialization exceptions. * diff --git a/core/src/main/java/io/micronaut/core/serialize/package-info.java b/core/src/main/java/io/micronaut/core/serialize/package-info.java index b1122ade416..4b527070146 100644 --- a/core/src/main/java/io/micronaut/core/serialize/package-info.java +++ b/core/src/main/java/io/micronaut/core/serialize/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core object serializations. * diff --git a/core/src/main/java/io/micronaut/core/type/Argument.java b/core/src/main/java/io/micronaut/core/type/Argument.java index 45e00598283..1683fe1279f 100644 --- a/core/src/main/java/io/micronaut/core/type/Argument.java +++ b/core/src/main/java/io/micronaut/core/type/Argument.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/core/src/main/java/io/micronaut/core/type/ArgumentValue.java b/core/src/main/java/io/micronaut/core/type/ArgumentValue.java index f5942c810be..41b36e62d1c 100644 --- a/core/src/main/java/io/micronaut/core/type/ArgumentValue.java +++ b/core/src/main/java/io/micronaut/core/type/ArgumentValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; /** diff --git a/core/src/main/java/io/micronaut/core/type/DefaultArgument.java b/core/src/main/java/io/micronaut/core/type/DefaultArgument.java index e141ae90b59..45c92622245 100644 --- a/core/src/main/java/io/micronaut/core/type/DefaultArgument.java +++ b/core/src/main/java/io/micronaut/core/type/DefaultArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/core/src/main/java/io/micronaut/core/type/DefaultArgumentValue.java b/core/src/main/java/io/micronaut/core/type/DefaultArgumentValue.java index b1b4563e425..0e46b201105 100644 --- a/core/src/main/java/io/micronaut/core/type/DefaultArgumentValue.java +++ b/core/src/main/java/io/micronaut/core/type/DefaultArgumentValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/core/src/main/java/io/micronaut/core/type/DefaultMutableArgumentValue.java b/core/src/main/java/io/micronaut/core/type/DefaultMutableArgumentValue.java index b0126116600..577b6a03eb3 100644 --- a/core/src/main/java/io/micronaut/core/type/DefaultMutableArgumentValue.java +++ b/core/src/main/java/io/micronaut/core/type/DefaultMutableArgumentValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/type/Executable.java b/core/src/main/java/io/micronaut/core/type/Executable.java index 6e1616b871e..80f1d23c77a 100644 --- a/core/src/main/java/io/micronaut/core/type/Executable.java +++ b/core/src/main/java/io/micronaut/core/type/Executable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; import io.micronaut.core.annotation.AnnotationMetadataProvider; diff --git a/core/src/main/java/io/micronaut/core/type/GenericArgument.java b/core/src/main/java/io/micronaut/core/type/GenericArgument.java index 01d1e2d567e..689ff4e183c 100644 --- a/core/src/main/java/io/micronaut/core/type/GenericArgument.java +++ b/core/src/main/java/io/micronaut/core/type/GenericArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/core/src/main/java/io/micronaut/core/type/Headers.java b/core/src/main/java/io/micronaut/core/type/Headers.java index c838eba55cb..1f0c69fab91 100644 --- a/core/src/main/java/io/micronaut/core/type/Headers.java +++ b/core/src/main/java/io/micronaut/core/type/Headers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; import io.micronaut.core.convert.value.ConvertibleMultiValues; diff --git a/core/src/main/java/io/micronaut/core/type/MutableArgumentValue.java b/core/src/main/java/io/micronaut/core/type/MutableArgumentValue.java index bff8e49ddb2..0d81605ea91 100644 --- a/core/src/main/java/io/micronaut/core/type/MutableArgumentValue.java +++ b/core/src/main/java/io/micronaut/core/type/MutableArgumentValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; /** diff --git a/core/src/main/java/io/micronaut/core/type/MutableHeaders.java b/core/src/main/java/io/micronaut/core/type/MutableHeaders.java index c1094648101..b14f028dbf4 100644 --- a/core/src/main/java/io/micronaut/core/type/MutableHeaders.java +++ b/core/src/main/java/io/micronaut/core/type/MutableHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; diff --git a/core/src/main/java/io/micronaut/core/type/ReturnType.java b/core/src/main/java/io/micronaut/core/type/ReturnType.java index 4eb402aa0bb..59c97dc30a8 100644 --- a/core/src/main/java/io/micronaut/core/type/ReturnType.java +++ b/core/src/main/java/io/micronaut/core/type/ReturnType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; import io.micronaut.core.annotation.AnnotationSource; diff --git a/core/src/main/java/io/micronaut/core/type/TypeVariableResolver.java b/core/src/main/java/io/micronaut/core/type/TypeVariableResolver.java index eef77f0e397..d80b78faefc 100644 --- a/core/src/main/java/io/micronaut/core/type/TypeVariableResolver.java +++ b/core/src/main/java/io/micronaut/core/type/TypeVariableResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type; import java.util.Collection; diff --git a/core/src/main/java/io/micronaut/core/type/package-info.java b/core/src/main/java/io/micronaut/core/type/package-info.java index e25a24d598f..a4962ea2879 100644 --- a/core/src/main/java/io/micronaut/core/type/package-info.java +++ b/core/src/main/java/io/micronaut/core/type/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core argument types. * diff --git a/core/src/main/java/io/micronaut/core/util/ArgumentUtils.java b/core/src/main/java/io/micronaut/core/util/ArgumentUtils.java index 348f3a9e50f..8e00bed538d 100644 --- a/core/src/main/java/io/micronaut/core/util/ArgumentUtils.java +++ b/core/src/main/java/io/micronaut/core/util/ArgumentUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.util; import javax.annotation.Nonnull; diff --git a/core/src/main/java/io/micronaut/core/util/ArrayUtils.java b/core/src/main/java/io/micronaut/core/util/ArrayUtils.java index d4b3dca1619..eedc2095000 100644 --- a/core/src/main/java/io/micronaut/core/util/ArrayUtils.java +++ b/core/src/main/java/io/micronaut/core/util/ArrayUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.util; import javax.annotation.Nullable; diff --git a/core/src/main/java/io/micronaut/core/util/CollectionUtils.java b/core/src/main/java/io/micronaut/core/util/CollectionUtils.java index a5cc6ae6cf8..1da009b9ee1 100644 --- a/core/src/main/java/io/micronaut/core/util/CollectionUtils.java +++ b/core/src/main/java/io/micronaut/core/util/CollectionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.util; import io.micronaut.core.annotation.UsedByGeneratedCode; diff --git a/core/src/main/java/io/micronaut/core/util/PathMatcher.java b/core/src/main/java/io/micronaut/core/util/PathMatcher.java index 7d71afa0f6c..2eaec220a66 100644 --- a/core/src/main/java/io/micronaut/core/util/PathMatcher.java +++ b/core/src/main/java/io/micronaut/core/util/PathMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.util; /** diff --git a/core/src/main/java/io/micronaut/core/util/StreamUtils.java b/core/src/main/java/io/micronaut/core/util/StreamUtils.java index 7938e137cf4..1735f56f0df 100644 --- a/core/src/main/java/io/micronaut/core/util/StreamUtils.java +++ b/core/src/main/java/io/micronaut/core/util/StreamUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.util; import java.util.*; diff --git a/core/src/main/java/io/micronaut/core/util/StringUtils.java b/core/src/main/java/io/micronaut/core/util/StringUtils.java index cd0f962a492..0f1e23713ca 100644 --- a/core/src/main/java/io/micronaut/core/util/StringUtils.java +++ b/core/src/main/java/io/micronaut/core/util/StringUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.util; import javax.annotation.Nullable; diff --git a/core/src/main/java/io/micronaut/core/util/Toggleable.java b/core/src/main/java/io/micronaut/core/util/Toggleable.java index 5a2411c87ff..5cfabdafbf6 100644 --- a/core/src/main/java/io/micronaut/core/util/Toggleable.java +++ b/core/src/main/java/io/micronaut/core/util/Toggleable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.util; /** diff --git a/core/src/main/java/io/micronaut/core/util/functional/ThrowingFunction.java b/core/src/main/java/io/micronaut/core/util/functional/ThrowingFunction.java index 6297f4396bb..6bc87374ff8 100644 --- a/core/src/main/java/io/micronaut/core/util/functional/ThrowingFunction.java +++ b/core/src/main/java/io/micronaut/core/util/functional/ThrowingFunction.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.util.functional; import java.util.Objects; diff --git a/core/src/main/java/io/micronaut/core/util/functional/ThrowingSupplier.java b/core/src/main/java/io/micronaut/core/util/functional/ThrowingSupplier.java index 6b07c69c033..e24d95933d8 100644 --- a/core/src/main/java/io/micronaut/core/util/functional/ThrowingSupplier.java +++ b/core/src/main/java/io/micronaut/core/util/functional/ThrowingSupplier.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.util.functional; /** diff --git a/core/src/main/java/io/micronaut/core/util/package-info.java b/core/src/main/java/io/micronaut/core/util/package-info.java index a5b36c1f120..c23bd1fee22 100644 --- a/core/src/main/java/io/micronaut/core/util/package-info.java +++ b/core/src/main/java/io/micronaut/core/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core utilities. * diff --git a/core/src/main/java/io/micronaut/core/value/MapPropertyResolver.java b/core/src/main/java/io/micronaut/core/value/MapPropertyResolver.java index a9751c6633c..3d65a5fc194 100644 --- a/core/src/main/java/io/micronaut/core/value/MapPropertyResolver.java +++ b/core/src/main/java/io/micronaut/core/value/MapPropertyResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.value; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/core/src/main/java/io/micronaut/core/value/MapValueResolver.java b/core/src/main/java/io/micronaut/core/value/MapValueResolver.java index 4eb1bb45ba9..cc6d8d586d5 100644 --- a/core/src/main/java/io/micronaut/core/value/MapValueResolver.java +++ b/core/src/main/java/io/micronaut/core/value/MapValueResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.value; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/core/src/main/java/io/micronaut/core/value/OptionalMultiValues.java b/core/src/main/java/io/micronaut/core/value/OptionalMultiValues.java index 1b7a5199213..c7bfb979012 100644 --- a/core/src/main/java/io/micronaut/core/value/OptionalMultiValues.java +++ b/core/src/main/java/io/micronaut/core/value/OptionalMultiValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.value; import java.util.Collections; diff --git a/core/src/main/java/io/micronaut/core/value/OptionalMultiValuesMap.java b/core/src/main/java/io/micronaut/core/value/OptionalMultiValuesMap.java index 433c3df9c6f..644ab72b644 100644 --- a/core/src/main/java/io/micronaut/core/value/OptionalMultiValuesMap.java +++ b/core/src/main/java/io/micronaut/core/value/OptionalMultiValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.value; import java.util.List; diff --git a/core/src/main/java/io/micronaut/core/value/OptionalValues.java b/core/src/main/java/io/micronaut/core/value/OptionalValues.java index bd7da62ce8b..f0a5b52479c 100644 --- a/core/src/main/java/io/micronaut/core/value/OptionalValues.java +++ b/core/src/main/java/io/micronaut/core/value/OptionalValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.value; import javax.annotation.Nullable; diff --git a/core/src/main/java/io/micronaut/core/value/OptionalValuesMap.java b/core/src/main/java/io/micronaut/core/value/OptionalValuesMap.java index abee0621230..02fde00fc2c 100644 --- a/core/src/main/java/io/micronaut/core/value/OptionalValuesMap.java +++ b/core/src/main/java/io/micronaut/core/value/OptionalValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.value; import java.util.Collection; diff --git a/core/src/main/java/io/micronaut/core/value/PropertyNotFoundException.java b/core/src/main/java/io/micronaut/core/value/PropertyNotFoundException.java index 509f8bf8a72..edcf42ccb2c 100644 --- a/core/src/main/java/io/micronaut/core/value/PropertyNotFoundException.java +++ b/core/src/main/java/io/micronaut/core/value/PropertyNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.value; /** diff --git a/core/src/main/java/io/micronaut/core/value/PropertyResolver.java b/core/src/main/java/io/micronaut/core/value/PropertyResolver.java index b238d9ec354..1d80b8bb002 100644 --- a/core/src/main/java/io/micronaut/core/value/PropertyResolver.java +++ b/core/src/main/java/io/micronaut/core/value/PropertyResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.value; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/core/src/main/java/io/micronaut/core/value/ValueException.java b/core/src/main/java/io/micronaut/core/value/ValueException.java index ef7eb8c1112..68d4e5c5bb8 100644 --- a/core/src/main/java/io/micronaut/core/value/ValueException.java +++ b/core/src/main/java/io/micronaut/core/value/ValueException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.value; /** diff --git a/core/src/main/java/io/micronaut/core/value/ValueResolver.java b/core/src/main/java/io/micronaut/core/value/ValueResolver.java index 9f12748e8c0..b67b1569112 100644 --- a/core/src/main/java/io/micronaut/core/value/ValueResolver.java +++ b/core/src/main/java/io/micronaut/core/value/ValueResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.value; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/core/src/main/java/io/micronaut/core/value/package-info.java b/core/src/main/java/io/micronaut/core/value/package-info.java index a916cb22350..1dc3965b59b 100644 --- a/core/src/main/java/io/micronaut/core/value/package-info.java +++ b/core/src/main/java/io/micronaut/core/value/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core property and value resolution. * diff --git a/core/src/main/java/io/micronaut/core/version/SemanticVersion.java b/core/src/main/java/io/micronaut/core/version/SemanticVersion.java index 187d15a0cb0..5db2a4d583e 100644 --- a/core/src/main/java/io/micronaut/core/version/SemanticVersion.java +++ b/core/src/main/java/io/micronaut/core/version/SemanticVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.version; /** diff --git a/core/src/main/java/io/micronaut/core/version/VersionUtils.java b/core/src/main/java/io/micronaut/core/version/VersionUtils.java index a7b53e8244d..2535ceb2195 100644 --- a/core/src/main/java/io/micronaut/core/version/VersionUtils.java +++ b/core/src/main/java/io/micronaut/core/version/VersionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.version; import java.io.IOException; diff --git a/core/src/main/java/io/micronaut/core/version/annotation/Version.java b/core/src/main/java/io/micronaut/core/version/annotation/Version.java index 446d901be1e..8a5b7ddcf12 100644 --- a/core/src/main/java/io/micronaut/core/version/annotation/Version.java +++ b/core/src/main/java/io/micronaut/core/version/annotation/Version.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.version.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/io/micronaut/core/version/package-info.java b/core/src/main/java/io/micronaut/core/version/package-info.java index 0293c13589e..83d4fd39c22 100644 --- a/core/src/main/java/io/micronaut/core/version/package-info.java +++ b/core/src/main/java/io/micronaut/core/version/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut core comparing versions. * diff --git a/core/src/main/resources/io/micronaut/core/beans/messages.properties b/core/src/main/resources/io/micronaut/core/beans/messages.properties index 0b5e10a6483..82cd1eeadf6 100644 --- a/core/src/main/resources/io/micronaut/core/beans/messages.properties +++ b/core/src/main/resources/io/micronaut/core/beans/messages.properties @@ -1,5 +1,5 @@ # -# Copyright 2017-2018 original authors +# Copyright 2017-2019 original authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/src/test/groovy/io/micronaut/core/annotation/AnnotationValueBuilderSpec.groovy b/core/src/test/groovy/io/micronaut/core/annotation/AnnotationValueBuilderSpec.groovy index 2f3740c529e..370c608761e 100644 --- a/core/src/test/groovy/io/micronaut/core/annotation/AnnotationValueBuilderSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/annotation/AnnotationValueBuilderSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.annotation import spock.lang.Specification diff --git a/core/src/test/groovy/io/micronaut/core/beans/BeanMapSpec.groovy b/core/src/test/groovy/io/micronaut/core/beans/BeanMapSpec.groovy index ade02d060ce..6396966b731 100644 --- a/core/src/test/groovy/io/micronaut/core/beans/BeanMapSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/beans/BeanMapSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans import spock.lang.Specification diff --git a/core/src/test/groovy/io/micronaut/core/beans/NoProps.java b/core/src/test/groovy/io/micronaut/core/beans/NoProps.java index ef5f92d6b53..356db741b08 100644 --- a/core/src/test/groovy/io/micronaut/core/beans/NoProps.java +++ b/core/src/test/groovy/io/micronaut/core/beans/NoProps.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.beans; public class NoProps { diff --git a/core/src/test/groovy/io/micronaut/core/bind/ExecutableBinderSpec.groovy b/core/src/test/groovy/io/micronaut/core/bind/ExecutableBinderSpec.groovy index 9736d22d6f4..66d069224fd 100644 --- a/core/src/test/groovy/io/micronaut/core/bind/ExecutableBinderSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/bind/ExecutableBinderSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.bind import io.micronaut.core.annotation.AnnotationMetadata diff --git a/core/src/test/groovy/io/micronaut/core/convert/DefaultConversionServiceSpec.groovy b/core/src/test/groovy/io/micronaut/core/convert/DefaultConversionServiceSpec.groovy index 1819692cf81..db0d937a7fb 100644 --- a/core/src/test/groovy/io/micronaut/core/convert/DefaultConversionServiceSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/convert/DefaultConversionServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.convert import io.micronaut.core.convert.format.Format diff --git a/core/src/test/groovy/io/micronaut/core/convert/value/ConvertibleValuesSpec.groovy b/core/src/test/groovy/io/micronaut/core/convert/value/ConvertibleValuesSpec.groovy index a02a3f305d1..d139d38fc2e 100644 --- a/core/src/test/groovy/io/micronaut/core/convert/value/ConvertibleValuesSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/convert/value/ConvertibleValuesSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.convert.value import spock.lang.Specification diff --git a/core/src/test/groovy/io/micronaut/core/io/ClasspathResourceLoaderSpec.groovy b/core/src/test/groovy/io/micronaut/core/io/ClasspathResourceLoaderSpec.groovy index b0d107e75ad..b873e0a4f6c 100644 --- a/core/src/test/groovy/io/micronaut/core/io/ClasspathResourceLoaderSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/io/ClasspathResourceLoaderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io import io.micronaut.core.io.scan.ClassPathResourceLoader diff --git a/core/src/test/groovy/io/micronaut/core/io/FileSystemResourceLoaderSpec.groovy b/core/src/test/groovy/io/micronaut/core/io/FileSystemResourceLoaderSpec.groovy index e472efa999d..c82b76036a5 100644 --- a/core/src/test/groovy/io/micronaut/core/io/FileSystemResourceLoaderSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/io/FileSystemResourceLoaderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io import io.micronaut.core.io.file.DefaultFileSystemResourceLoader diff --git a/core/src/test/groovy/io/micronaut/core/io/ResourceResolverSpec.groovy b/core/src/test/groovy/io/micronaut/core/io/ResourceResolverSpec.groovy index bf3f4488442..d84914b9a46 100644 --- a/core/src/test/groovy/io/micronaut/core/io/ResourceResolverSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/io/ResourceResolverSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io import io.micronaut.core.io.file.DefaultFileSystemResourceLoader diff --git a/core/src/test/groovy/io/micronaut/core/io/scan/ClassPathScannerSpec.groovy b/core/src/test/groovy/io/micronaut/core/io/scan/ClassPathScannerSpec.groovy index 43ab83c2a2c..b2ca8d201b6 100644 --- a/core/src/test/groovy/io/micronaut/core/io/scan/ClassPathScannerSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/io/scan/ClassPathScannerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.scan import groovy.transform.AutoClone diff --git a/core/src/test/groovy/io/micronaut/core/io/scan/nested/Foo2.groovy b/core/src/test/groovy/io/micronaut/core/io/scan/nested/Foo2.groovy index 3a60e54cb3c..43e7af91ee8 100644 --- a/core/src/test/groovy/io/micronaut/core/io/scan/nested/Foo2.groovy +++ b/core/src/test/groovy/io/micronaut/core/io/scan/nested/Foo2.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.scan.nested import groovy.transform.AutoClone diff --git a/core/src/test/groovy/io/micronaut/core/io/scan2/Foo3.groovy b/core/src/test/groovy/io/micronaut/core/io/scan2/Foo3.groovy index 80921461e2b..10b18774510 100644 --- a/core/src/test/groovy/io/micronaut/core/io/scan2/Foo3.groovy +++ b/core/src/test/groovy/io/micronaut/core/io/scan2/Foo3.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.io.scan2 import groovy.transform.AutoClone diff --git a/core/src/test/groovy/io/micronaut/core/naming/NameUtilsSpec.groovy b/core/src/test/groovy/io/micronaut/core/naming/NameUtilsSpec.groovy index da8cd1a60b5..d31bb2dbda1 100644 --- a/core/src/test/groovy/io/micronaut/core/naming/NameUtilsSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/naming/NameUtilsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.naming import spock.lang.Specification diff --git a/core/src/test/groovy/io/micronaut/core/naming/conventions/TypeConventionSpec.groovy b/core/src/test/groovy/io/micronaut/core/naming/conventions/TypeConventionSpec.groovy index 67343003160..6b7fd8b1ae1 100644 --- a/core/src/test/groovy/io/micronaut/core/naming/conventions/TypeConventionSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/naming/conventions/TypeConventionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.naming.conventions import spock.lang.Specification diff --git a/core/src/test/groovy/io/micronaut/core/reflect/GenericTypeUtilsSpec.groovy b/core/src/test/groovy/io/micronaut/core/reflect/GenericTypeUtilsSpec.groovy index 2ea177a6a77..22a7816bf15 100644 --- a/core/src/test/groovy/io/micronaut/core/reflect/GenericTypeUtilsSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/reflect/GenericTypeUtilsSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.reflect import spock.lang.Specification diff --git a/core/src/test/groovy/io/micronaut/core/reflect/ReflectionUtilsSpec.groovy b/core/src/test/groovy/io/micronaut/core/reflect/ReflectionUtilsSpec.groovy index a6f09e3d489..08d1206dcee 100644 --- a/core/src/test/groovy/io/micronaut/core/reflect/ReflectionUtilsSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/reflect/ReflectionUtilsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/groovy/io/micronaut/core/serialize/JdkSerializerSpec.groovy b/core/src/test/groovy/io/micronaut/core/serialize/JdkSerializerSpec.groovy index 8046bd3c20e..6827ebb1a3c 100644 --- a/core/src/test/groovy/io/micronaut/core/serialize/JdkSerializerSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/serialize/JdkSerializerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.serialize import spock.lang.Specification diff --git a/core/src/test/groovy/io/micronaut/core/type/ArgumentSpec.groovy b/core/src/test/groovy/io/micronaut/core/type/ArgumentSpec.groovy index 0c107e3e207..ee1fe2d6c10 100644 --- a/core/src/test/groovy/io/micronaut/core/type/ArgumentSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/type/ArgumentSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.type import spock.lang.Specification diff --git a/core/src/test/groovy/io/micronaut/core/util/StringUtilsSpec.groovy b/core/src/test/groovy/io/micronaut/core/util/StringUtilsSpec.groovy index 4eb10430a4c..5b8c7d4e06b 100644 --- a/core/src/test/groovy/io/micronaut/core/util/StringUtilsSpec.groovy +++ b/core/src/test/groovy/io/micronaut/core/util/StringUtilsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfigClient.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfigClient.java index 8491b4aa6cd..e958f39ae1d 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfigClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfigClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.aws.parameterstore; import com.amazonaws.SdkClientException; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfiguration.java index 58b8668cf71..860bb68f236 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.aws.parameterstore; import io.micronaut.configuration.aws.AWSClientConfiguration; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/package-info.java index 0fb16949881..e891ad8f865 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Integration with AWS ParameterStore. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryClientResolver.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryClientResolver.java index 27df3eb3689..b1d0b065d4f 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryClientResolver.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryClientResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.aws.route53; import com.amazonaws.regions.Regions; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryResolver.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryResolver.java index b107cb91ddf..607d3a36170 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryResolver.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.aws.route53; import com.amazonaws.services.servicediscovery.AWSServiceDiscoveryAsync; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53AutoRegistrationConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53AutoRegistrationConfiguration.java index e1dd64e51d6..2989624e19c 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53AutoRegistrationConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53AutoRegistrationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.aws.route53; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53ClientDiscoveryConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53ClientDiscoveryConfiguration.java index 6a6fda2d616..0e3e3941d0c 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53ClientDiscoveryConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53ClientDiscoveryConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.aws.route53; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53DiscoveryConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53DiscoveryConfiguration.java index af306171853..04d1e9c686e 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53DiscoveryConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53DiscoveryConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.aws.route53; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/Route53AutoNamingClient.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/Route53AutoNamingClient.java index 4d977347d63..05b63927ec8 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/Route53AutoNamingClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/Route53AutoNamingClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.aws.route53.client; import com.amazonaws.services.servicediscovery.AWSServiceDiscoveryAsync; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/package-info.java index 046af078072..8546ade412c 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Integration with AWS Route53. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/package-info.java index 02e43f1ce55..2166e4f68aa 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Integration with AWS Route53. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/EC2ServiceInstance.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/EC2ServiceInstance.java index a4fc7808e7b..4721c8d1110 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/EC2ServiceInstance.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/EC2ServiceInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.aws.route53.registration; import io.micronaut.core.convert.value.ConvertibleValues; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/Route53AutoNamingRegistrationClient.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/Route53AutoNamingRegistrationClient.java index 37a26fd56c1..ec71190001c 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/Route53AutoNamingRegistrationClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/Route53AutoNamingRegistrationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.aws.route53.registration; import com.amazonaws.services.servicediscovery.AWSServiceDiscovery; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/ServiceRegistrationStatusTask.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/ServiceRegistrationStatusTask.java index 5c7220eccf0..6b4020dfd37 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/ServiceRegistrationStatusTask.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/ServiceRegistrationStatusTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.aws.route53.registration; import com.amazonaws.services.servicediscovery.AWSServiceDiscoveryAsync; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/package-info.java index 257cefed123..17693e984e1 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Integration with AWS Route53. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/CachingCompositeDiscoveryClient.java b/discovery-client/src/main/java/io/micronaut/discovery/client/CachingCompositeDiscoveryClient.java index 2c24a7f92a3..742f840f4e3 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/CachingCompositeDiscoveryClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/CachingCompositeDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.client; import io.micronaut.cache.annotation.Cacheable; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/ClientUtil.java b/discovery-client/src/main/java/io/micronaut/discovery/client/ClientUtil.java index d03e96a7ea2..7982b57799b 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/ClientUtil.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/ClientUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.client; import java.util.Collections; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientCacheConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientCacheConfiguration.java index 27b5f1abfba..ee3a44fdfc5 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientCacheConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientCacheConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.client; import static io.micronaut.discovery.client.DiscoveryClientCacheConfiguration.CACHE_NAME; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientConfiguration.java index 5b409dd5f05..f67ccd8de16 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.client; import io.micronaut.context.exceptions.ConfigurationException; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryServerInstanceList.java b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryServerInstanceList.java index 87b872c5c25..dbda1700cd8 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryServerInstanceList.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryServerInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.client; import io.micronaut.context.event.ApplicationEventListener; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/DnsResolver.java b/discovery-client/src/main/java/io/micronaut/discovery/client/DnsResolver.java index 7366629ad59..7891b67f362 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/DnsResolver.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/DnsResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.client; import javax.naming.NamingException; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/EndpointUtil.java b/discovery-client/src/main/java/io/micronaut/discovery/client/EndpointUtil.java index 2273f181e9e..3ea4bff8bb2 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/EndpointUtil.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/EndpointUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.client; import io.micronaut.core.annotation.Internal; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/config/DistributedPropertySourceLocator.java b/discovery-client/src/main/java/io/micronaut/discovery/client/config/DistributedPropertySourceLocator.java index 495b0331ade..a3070a0ac46 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/config/DistributedPropertySourceLocator.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/config/DistributedPropertySourceLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.client.config; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/config/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/client/config/package-info.java index b2fb387ace6..e1e87852500 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/config/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Discovery client configuration. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/client/package-info.java index 1364015680f..fb46c40aec7 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Discovery client classes. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/registration/DiscoveryServiceAutoRegistration.java b/discovery-client/src/main/java/io/micronaut/discovery/client/registration/DiscoveryServiceAutoRegistration.java index 54c0650ca3b..a20b2a4183d 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/registration/DiscoveryServiceAutoRegistration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/registration/DiscoveryServiceAutoRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.client.registration; import io.micronaut.discovery.ServiceInstance; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/registration/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/client/registration/package-info.java index 11d7e81d3df..d0d41d07fe3 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/registration/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/registration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Discovery client registration. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulConfiguration.java index 7756469ca88..d3d9dff4600 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstance.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstance.java index 4f54bfbf47c..b99f6aa9935 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstance.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul; import io.micronaut.core.convert.value.ConvertibleValues; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstanceList.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstanceList.java index a2b9bf30336..9ab8ed7751c 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstanceList.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractConsulClient.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractConsulClient.java index 1fd20bfa6fc..6478c6db336 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractConsulClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractConsulClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractServiceEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractServiceEntry.java index 7477194b4a2..4f6e5a359e8 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractServiceEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractServiceEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CatalogEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CatalogEntry.java index c46cfd7ba28..76e9a135003 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CatalogEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CatalogEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/Check.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/Check.java index ef77f73e578..e39360a1c38 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/Check.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/Check.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.databind.PropertyNamingStrategy; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CheckEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CheckEntry.java index bfcbb03353f..217f63e5766 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CheckEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CheckEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulAslTokenFilter.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulAslTokenFilter.java index bc8b82eeb82..262655a7753 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulAslTokenFilter.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulAslTokenFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import io.micronaut.context.annotation.Requires; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulClient.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulClient.java index e5c37afdc47..bc4575de7b6 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import io.micronaut.core.async.publisher.Publishers; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulOperations.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulOperations.java index 26eeafbaad3..4cdb8314b19 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulOperations.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import io.micronaut.http.HttpStatus; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HTTPCheck.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HTTPCheck.java index f0163e1d175..15ca5df7cbe 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HTTPCheck.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HTTPCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HealthEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HealthEntry.java index 55c5b2576be..326bd5b901e 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HealthEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HealthEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.databind.PropertyNamingStrategy; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/KeyValue.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/KeyValue.java index 3582b67de39..2e34bcac3b8 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/KeyValue.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/KeyValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/LocalAgentConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/LocalAgentConfiguration.java index 21deeeb666b..9ed57be6046 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/LocalAgentConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/LocalAgentConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/MemberEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/MemberEntry.java index 841959eee70..2596c7c84a2 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/MemberEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/MemberEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewCheck.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewCheck.java index b4f2268282c..19719fd10c4 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewCheck.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewServiceEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewServiceEntry.java index 1d936d76024..5be34db751e 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewServiceEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewServiceEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NodeEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NodeEntry.java index a210548b5d6..59f50f488de 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NodeEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NodeEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ServiceEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ServiceEntry.java index fc9e51ae238..a91c50b4725 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ServiceEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ServiceEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/TTLCheck.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/TTLCheck.java index fc619b5ebaa..94b3c8fc66d 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/TTLCheck.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/TTLCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.client.v1; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/package-info.java index 7eb4c2c7a55..96cd3d97ef9 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Consul client service operations. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/RequiresConsul.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/RequiresConsul.java index 1ccab54041e..6ca36eafc48 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/RequiresConsul.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/RequiresConsul.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.condition; import io.micronaut.context.annotation.Requires; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/package-info.java index 374755ee75b..7a332a39b7a 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Consul annotation. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/config/ConsulConfigurationClient.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/config/ConsulConfigurationClient.java index 2fff4c8b3bd..6859c3b1b37 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/config/ConsulConfigurationClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/config/ConsulConfigurationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.config; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/config/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/config/package-info.java index 6a65fdef4ee..7aeae548711 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/config/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Consul configuration client. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/health/ConsulHealthIndicator.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/health/ConsulHealthIndicator.java index ee759b6e209..343b42b09ab 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/health/ConsulHealthIndicator.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/health/ConsulHealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.health; import io.micronaut.context.annotation.Requires; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/health/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/health/package-info.java index 1860ab6e473..9eedc6affd8 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/health/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/health/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Consul health indicator. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/package-info.java index eeab5878ded..63f8365a1c5 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package contains client APIs, service discovery and distributed configuration integration between Micronaut * and Consul (https://www.consul.io). diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/ConsulAutoRegistration.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/ConsulAutoRegistration.java index 0fca79489d4..50f0bd513f4 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/ConsulAutoRegistration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/ConsulAutoRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.consul.registration; import io.micronaut.context.annotation.Requires; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/package-info.java index f4f26bd1a9c..bc9c5ee310a 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Consul discovery registration. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaConfiguration.java index 384b75328c7..d817b1209bb 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka; import io.micronaut.context.annotation.ConfigurationBuilder; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstance.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstance.java index 90626d57f01..0cf72d7e55f 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstance.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka; import io.micronaut.core.convert.value.ConvertibleValues; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstanceList.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstanceList.java index 17a14705227..6ee23f0a9cd 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstanceList.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka; import io.micronaut.discovery.client.DiscoveryClientConfiguration; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/AbstractEurekaClient.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/AbstractEurekaClient.java index 097a6cd9b81..7e3ab3af5d3 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/AbstractEurekaClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/AbstractEurekaClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka.client.v2; import static com.fasterxml.jackson.databind.DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ApplicationInfo.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ApplicationInfo.java index f3e9f7c14c0..106f7277402 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ApplicationInfo.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ApplicationInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka.client.v2; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ConfigurableInstanceInfo.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ConfigurableInstanceInfo.java index c10ca537936..5583c2ab813 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ConfigurableInstanceInfo.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ConfigurableInstanceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka.client.v2; import javax.validation.constraints.Min; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/DataCenterTypeInfoResolver.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/DataCenterTypeInfoResolver.java index 46311a4a09c..045d6d92335 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/DataCenterTypeInfoResolver.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/DataCenterTypeInfoResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka.client.v2; import com.fasterxml.jackson.databind.DatabindContext; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaClient.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaClient.java index 1766e7ba580..b8cf55b35ff 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka.client.v2; import io.micronaut.discovery.DiscoveryClient; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaOperations.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaOperations.java index 80a484ae9aa..10d4ad57be9 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaOperations.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka.client.v2; import io.micronaut.http.HttpStatus; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/InstanceInfo.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/InstanceInfo.java index 6fdddb9ad5f..be349f41448 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/InstanceInfo.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/InstanceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka.client.v2; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/MyDataCenterInfo.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/MyDataCenterInfo.java index 47af19eee99..e675e2a4544 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/MyDataCenterInfo.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/MyDataCenterInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka.client.v2; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/package-info.java index c7960ed984b..c6c6bbe6c15 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package contains Eureka client classes. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEureka.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEureka.java index a6489eca162..273153281cf 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEureka.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEureka.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka.condition; import io.micronaut.context.annotation.Requires; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/package-info.java index 3c6d9a2c68f..4f3ed820639 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Eureka discovery annotation. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/EurekaHealthIndicator.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/EurekaHealthIndicator.java index 89709022c6c..b1b4f644df5 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/EurekaHealthIndicator.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/EurekaHealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka.health; import io.micronaut.context.annotation.Requires; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/package-info.java index a1599942116..89b72039530 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Eureka health indicator. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/package-info.java index a0a4a211756..19fe4d9e4ef 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package contains client APIs, service discovery and distributed configuration integration between Micronaut * and Eureka (https://github.com/Netflix/eureka). diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/EurekaAutoRegistration.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/EurekaAutoRegistration.java index 9865afa2ffd..7deed25cdae 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/EurekaAutoRegistration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/EurekaAutoRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.eureka.registration; import io.micronaut.context.annotation.Requires; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/package-info.java index c8ccb69af02..336b7ce0bb5 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Eureka registration classes. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClient.java b/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClient.java index 12a5663dfd4..82595472108 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.kubernetes; import io.micronaut.context.annotation.Requires; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/package-info.java index efcc20c0feb..460876c1a19 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Kubernetes classes. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/SpringCloudConfigConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/SpringCloudConfigConfiguration.java index 556dda49ab9..e7f723fc0b8 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/SpringCloudConfigConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/SpringCloudConfigConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.spring; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/condition/RequiresSpringCloudConfig.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/condition/RequiresSpringCloudConfig.java index ffcc3d154b2..9dc7c7f29df 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/condition/RequiresSpringCloudConfig.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/condition/RequiresSpringCloudConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.spring.condition; import io.micronaut.context.annotation.Requires; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/condition/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/condition/package-info.java index 5e5f7d7a37e..2e8558fa075 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/condition/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/condition/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Spring Cloud Config and Vault annotations. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudConfigurationClient.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudConfigurationClient.java index 7ea266b7d6f..95f69894015 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudConfigurationClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudConfigurationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.spring.config; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigClient.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigClient.java index 7f9b1844ce6..e2880156628 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.spring.config.client; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigOperations.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigOperations.java index cd98474039d..959ef0f732e 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigOperations.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.spring.config.client; import io.micronaut.discovery.spring.SpringCloudConfigConfiguration; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/package-info.java index 390b5adede3..a091a4e849d 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Spring Cloud Config client service operations. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/response/ConfigServerPropertySource.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/response/ConfigServerPropertySource.java index 22093a4a827..996cf8bd4fd 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/response/ConfigServerPropertySource.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/response/ConfigServerPropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.spring.config.client.response; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/response/ConfigServerResponse.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/response/ConfigServerResponse.java index 270f081d8c3..ccf92608997 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/response/ConfigServerResponse.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/response/ConfigServerResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.spring.config.client.response; import java.util.ArrayList; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/package-info.java index d80aedd57ce..59b4495df52 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Spring Cloud Config client. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/package-info.java index 99f467bb17c..bed4eb4f456 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package contains client APIs, service discovery and distributed configuration integration between Micronaut * and Spring Cloud Config Server and Vault. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/AmazonEC2InstanceResolverSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/AmazonEC2InstanceResolverSpec.groovy index d0f88b1cd50..f7cea8b244c 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/AmazonEC2InstanceResolverSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/AmazonEC2InstanceResolverSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/DigitalOceanMetadataResolverSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/DigitalOceanMetadataResolverSpec.groovy index b12503bc4ad..a3641b1c3c5 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/DigitalOceanMetadataResolverSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/DigitalOceanMetadataResolverSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.discovery.cloud import com.fasterxml.jackson.databind.ObjectMapper diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/GoogleComputeInstanceResolverSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/GoogleComputeInstanceResolverSpec.groovy index 8a958e5d797..ef661b15b40 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/GoogleComputeInstanceResolverSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/cloud/GoogleComputeInstanceResolverSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ClientScopeSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ClientScopeSpec.groovy index 22b1dcfb217..b96bbe9b8e5 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ClientScopeSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ClientScopeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulAutoRegistrationSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulAutoRegistrationSpec.groovy index 8088c35bf43..d026be84f9f 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulAutoRegistrationSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulAutoRegistrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulClientSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulClientSpec.groovy index 35cee851d0f..4130dee2691 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulClientSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulClientSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulHealthStatusSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulHealthStatusSpec.groovy index 2455a515122..17581e1d21b 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulHealthStatusSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulHealthStatusSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockAutoRegistrationSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockAutoRegistrationSpec.groovy index 8d2be90e6f0..886e1091d95 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockAutoRegistrationSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockAutoRegistrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientFilesSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientFilesSpec.groovy index 5005f5deb1f..014d629a3c5 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientFilesSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientFilesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientJsonSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientJsonSpec.groovy index f8a6ebd7f05..a1e1da41cbd 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientJsonSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientJsonSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientNativeSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientNativeSpec.groovy index 1cfe8031444..0c688d2ddba 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientNativeSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientNativeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientPropertiesSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientPropertiesSpec.groovy index de3c66fd8b5..59af46213ec 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientPropertiesSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientPropertiesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientYamlSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientYamlSpec.groovy index 09108fe3225..777bdecec30 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientYamlSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockConfigurationClientYamlSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockHealthStatusSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockHealthStatusSpec.groovy index 739e5dc1bd9..c363a60bdd6 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockHealthStatusSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/ConsulMockHealthStatusSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConfigurationDiscoverySpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConfigurationDiscoverySpec.groovy index 9f6ea54c2c5..ebc680bb178 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConfigurationDiscoverySpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConfigurationDiscoverySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulAuth.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulAuth.groovy index cfdba355f02..b0c2f8436bf 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulAuth.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulAuth.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulServer.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulServer.groovy index 78de4d3d1ab..63fd9d397f9 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulServer.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulServer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulSpec.groovy index 4fce74292d1..0e1402cef0d 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/TtlHeartbeatSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/TtlHeartbeatSpec.groovy index 468c247265d..bd5cc7d9964 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/TtlHeartbeatSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/TtlHeartbeatSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockCheckEntry.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockCheckEntry.groovy index 45da15fb280..5e59e17e01c 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockCheckEntry.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockCheckEntry.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockHealthEntry.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockHealthEntry.groovy index 8cb639b1889..b1e83cc1818 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockHealthEntry.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockHealthEntry.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaAutoRegistrationSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaAutoRegistrationSpec.groovy index 416272ea1ad..1f1dc37fc5a 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaAutoRegistrationSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaAutoRegistrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaClientConfigSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaClientConfigSpec.groovy index 834928f58e9..07db171e793 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaClientConfigSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaClientConfigSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaClientSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaClientSpec.groovy index 7086bc1acd7..e084988ddfb 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaClientSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaClientSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaContextPathSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaContextPathSpec.groovy index 672787b0504..48a1796f176 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaContextPathSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaContextPathSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.discovery.eureka import io.micronaut.context.ApplicationContext diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaInstanceInfoSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaInstanceInfoSpec.groovy index ad96b224bd6..1bd446d5eab 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaInstanceInfoSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaInstanceInfoSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.discovery.eureka import com.fasterxml.jackson.databind.ObjectMapper diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockAutoRegistrationSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockAutoRegistrationSpec.groovy index 59b354a8604..ec256ea9e36 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockAutoRegistrationSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockAutoRegistrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockBasicAuthSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockBasicAuthSpec.groovy index 3c0e0f73c06..6c363871a9d 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockBasicAuthSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockBasicAuthSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockHeartbeatSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockHeartbeatSpec.groovy index 883369371e6..7a45e61466e 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockHeartbeatSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/EurekaMockHeartbeatSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaAuth.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaAuth.groovy index 9ab4baa00f0..eb5a1601b31 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaAuth.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaAuth.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaServer.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaServer.groovy index 95510735d65..f970e2edd39 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaServer.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaServer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/InstanceInfoSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/InstanceInfoSpec.groovy index 7b8668af11a..71f574748d0 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/InstanceInfoSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/InstanceInfoSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.discovery.eureka.client.v2 import io.micronaut.discovery.eureka.EurekaServiceInstance diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfo.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfo.groovy index 298434caa70..7930bc58ad1 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfo.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfo.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfos.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfos.groovy index 0bfb7f355fc..f6718d037f8 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfos.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfos.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/health/EurekaHealthIndicatorSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/health/EurekaHealthIndicatorSpec.groovy index 26590623337..b9399ac127d 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/health/EurekaHealthIndicatorSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/health/EurekaHealthIndicatorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClientSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClientSpec.groovy index 72493230edb..a4e3357d637 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClientSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClientSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/propertystore/AWSParameterStoreClientSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/propertystore/AWSParameterStoreClientSpec.groovy index cc0fce6db71..0da67d3c09a 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/propertystore/AWSParameterStoreClientSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/propertystore/AWSParameterStoreClientSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/propertystore/AWSPropertyStoreMockConfigurationClientSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/propertystore/AWSPropertyStoreMockConfigurationClientSpec.groovy index 9f989c76e79..9eb4d8cc1a3 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/propertystore/AWSPropertyStoreMockConfigurationClientSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/propertystore/AWSPropertyStoreMockConfigurationClientSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.propertystore import com.amazonaws.services.simplesystemsmanagement.AWSSimpleSystemsManagementAsync diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/route53/AWSServiceDiscoveryAsyncMock.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/route53/AWSServiceDiscoveryAsyncMock.groovy index ccbf4211129..15be01e34f2 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/route53/AWSServiceDiscoveryAsyncMock.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/route53/AWSServiceDiscoveryAsyncMock.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/route53/Route53AutoNamingClientSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/route53/Route53AutoNamingClientSpec.groovy index 45327481ae9..1b2f46633eb 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/route53/Route53AutoNamingClientSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/route53/Route53AutoNamingClientSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/route53/Route53AutoNamingClientUnitSpec.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/route53/Route53AutoNamingClientUnitSpec.groovy index 036ab302419..152fc2d418f 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/route53/Route53AutoNamingClientUnitSpec.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/route53/Route53AutoNamingClientUnitSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/spring/MockSpringCloudConfigServer.java b/discovery-client/src/test/groovy/io/micronaut/discovery/spring/MockSpringCloudConfigServer.java index 34e5e672dad..5ec9dd45d40 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/spring/MockSpringCloudConfigServer.java +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/spring/MockSpringCloudConfigServer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.discovery.spring; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigDemoController.java b/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigDemoController.java index f000fa8cf4d..2ec8142b794 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigDemoController.java +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigDemoController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.discovery.spring; import io.micronaut.context.annotation.Value; diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigTest.java b/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigTest.java index f76004057e3..90157069ef8 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigTest.java +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.discovery.spring; import io.micronaut.context.ApplicationContext; diff --git a/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionDiscoveryClient.java b/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionDiscoveryClient.java index 2fefb184118..c07b194d846 100644 --- a/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionDiscoveryClient.java +++ b/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client; import io.micronaut.core.async.publisher.Publishers; diff --git a/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionInvokerChooser.java b/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionInvokerChooser.java index f78871c93a1..9f5cc4c13b3 100644 --- a/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionInvokerChooser.java +++ b/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionInvokerChooser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client; import io.micronaut.context.annotation.Primary; diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionClient.java b/function-client/src/main/java/io/micronaut/function/client/FunctionClient.java index b17fed4b28f..2b52e042b90 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionClient.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionDefinition.java b/function-client/src/main/java/io/micronaut/function/client/FunctionDefinition.java index ade8b585328..4963b985167 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionDefinition.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client; import java.net.URI; diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionDefinitionProvider.java b/function-client/src/main/java/io/micronaut/function/client/FunctionDefinitionProvider.java index e21defba0f7..28b4c0cb450 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionDefinitionProvider.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionDefinitionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client; import java.util.Collection; diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionDiscoveryClient.java b/function-client/src/main/java/io/micronaut/function/client/FunctionDiscoveryClient.java index bd76e61be43..2fd6a4170ac 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionDiscoveryClient.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client; import org.reactivestreams.Publisher; diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionInvoker.java b/function-client/src/main/java/io/micronaut/function/client/FunctionInvoker.java index ef5b3c44ff6..be0a0789714 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionInvoker.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionInvoker.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client; import io.micronaut.core.type.Argument; diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionInvokerChooser.java b/function-client/src/main/java/io/micronaut/function/client/FunctionInvokerChooser.java index 10bfe959cca..954ffb5dc89 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionInvokerChooser.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionInvokerChooser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client; import java.util.Optional; diff --git a/function-client/src/main/java/io/micronaut/function/client/aop/FunctionClientAdvice.java b/function-client/src/main/java/io/micronaut/function/client/aop/FunctionClientAdvice.java index 1471cb6c4fd..bdbb8ef0012 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aop/FunctionClientAdvice.java +++ b/function-client/src/main/java/io/micronaut/function/client/aop/FunctionClientAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.aop; import io.micronaut.aop.MethodInterceptor; diff --git a/function-client/src/main/java/io/micronaut/function/client/aop/package-info.java b/function-client/src/main/java/io/micronaut/function/client/aop/package-info.java index 1aff9f32419..8d595f7f2ce 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aop/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/aop/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Function client aop advice. * diff --git a/function-client/src/main/java/io/micronaut/function/client/aws/AWSInvokeRequestDefinition.java b/function-client/src/main/java/io/micronaut/function/client/aws/AWSInvokeRequestDefinition.java index 64fe4b21148..7fb951e1d07 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aws/AWSInvokeRequestDefinition.java +++ b/function-client/src/main/java/io/micronaut/function/client/aws/AWSInvokeRequestDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.aws; import com.amazonaws.services.lambda.model.InvokeRequest; diff --git a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaAsyncClientFactory.java b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaAsyncClientFactory.java index 13a655f0160..39e1b5cc83c 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaAsyncClientFactory.java +++ b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaAsyncClientFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.aws; import com.amazonaws.services.lambda.AWSLambdaAsync; diff --git a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaConfiguration.java b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaConfiguration.java index 9e1c67df3c5..fc12e7cf6df 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaConfiguration.java +++ b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.aws; import com.amazonaws.auth.AWSCredentialsProviderChain; diff --git a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaFunctionExecutor.java b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaFunctionExecutor.java index 4684c2fa6b1..86b00e82d5a 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaFunctionExecutor.java +++ b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaFunctionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.aws; import com.amazonaws.services.lambda.AWSLambdaAsync; diff --git a/function-client/src/main/java/io/micronaut/function/client/aws/package-info.java b/function-client/src/main/java/io/micronaut/function/client/aws/package-info.java index 8083b4421b7..a68e7762727 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aws/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/aws/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Function AWS lamda configuration. * diff --git a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionException.java b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionException.java index 74c81c35f8f..f8db6378c5f 100644 --- a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionException.java +++ b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.exceptions; /** diff --git a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionExecutionException.java b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionExecutionException.java index 467c0f2b656..8cc68784478 100644 --- a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionExecutionException.java +++ b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionExecutionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.exceptions; /** diff --git a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionNotFoundException.java b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionNotFoundException.java index a3b0a8e5e14..285af7e08c2 100644 --- a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionNotFoundException.java +++ b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.exceptions; /** diff --git a/function-client/src/main/java/io/micronaut/function/client/exceptions/package-info.java b/function-client/src/main/java/io/micronaut/function/client/exceptions/package-info.java index 5ae1856d126..b3690429f26 100644 --- a/function-client/src/main/java/io/micronaut/function/client/exceptions/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Function client exceptions. * diff --git a/function-client/src/main/java/io/micronaut/function/client/http/HttpFunctionExecutor.java b/function-client/src/main/java/io/micronaut/function/client/http/HttpFunctionExecutor.java index 4ef175464db..eba01fd2be8 100644 --- a/function-client/src/main/java/io/micronaut/function/client/http/HttpFunctionExecutor.java +++ b/function-client/src/main/java/io/micronaut/function/client/http/HttpFunctionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.http; import io.micronaut.core.annotation.AnnotationMetadataResolver; diff --git a/function-client/src/main/java/io/micronaut/function/client/http/package-info.java b/function-client/src/main/java/io/micronaut/function/client/http/package-info.java index 47dabecb6f2..798b0de7584 100644 --- a/function-client/src/main/java/io/micronaut/function/client/http/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/http/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Http executor. * diff --git a/function-client/src/main/java/io/micronaut/function/client/local/LocalFunctionDefinitionProvider.java b/function-client/src/main/java/io/micronaut/function/client/local/LocalFunctionDefinitionProvider.java index b08b0cdb7b0..acd0d42c374 100644 --- a/function-client/src/main/java/io/micronaut/function/client/local/LocalFunctionDefinitionProvider.java +++ b/function-client/src/main/java/io/micronaut/function/client/local/LocalFunctionDefinitionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.local; import io.micronaut.context.annotation.Requires; diff --git a/function-client/src/main/java/io/micronaut/function/client/local/package-info.java b/function-client/src/main/java/io/micronaut/function/client/local/package-info.java index e27de712a82..954d4909998 100644 --- a/function-client/src/main/java/io/micronaut/function/client/local/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/local/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Local function. * diff --git a/function-client/src/main/java/io/micronaut/function/client/package-info.java b/function-client/src/main/java/io/micronaut/function/client/package-info.java index 4a1092fa6a3..da07e9a6cac 100644 --- a/function-client/src/main/java/io/micronaut/function/client/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Function discovery classes. * diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/AwsLambdaInvokeSpec.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/AwsLambdaInvokeSpec.groovy index f934b88d99a..9babdc013f1 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/AwsLambdaInvokeSpec.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/AwsLambdaInvokeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.aws import io.reactivex.Single diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationRequest.java b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationRequest.java index 2f0d707dbf4..7857da02d43 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationRequest.java +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.function.client.aws; public class IsbnValidationRequest { diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationResponse.java b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationResponse.java index 28c3259171a..9640b4780dd 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationResponse.java +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.function.client.aws; public class IsbnValidationResponse { diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationSpec.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationSpec.groovy index fd36ea81745..02285018476 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationSpec.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.function.client.aws import io.micronaut.context.ApplicationContext diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorClient.java b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorClient.java index f7c5eaed4e5..ec5a2200a9b 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorClient.java +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.function.client.aws; import io.micronaut.context.annotation.Requires; diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorFunction.java b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorFunction.java index 7f66d35c8dd..b7ffb0f950f 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorFunction.java +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorFunction.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.function.client.aws; import io.micronaut.context.annotation.Requires; diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/LocalFunctionInvokeSpec.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/LocalFunctionInvokeSpec.groovy index fddbba9e515..d196859231a 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/LocalFunctionInvokeSpec.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/LocalFunctionInvokeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.aws import io.micronaut.context.ApplicationContext diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/MathService.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/MathService.groovy index 011b7ea7607..89135383bde 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/MathService.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/MathService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.aws import io.micronaut.context.annotation.Value diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/MaxFunction.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/MaxFunction.groovy index ddcaec5ca8f..dc3eb491691 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/MaxFunction.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/MaxFunction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.aws //tag::maxFunction[] diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/RoundFunction.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/RoundFunction.groovy index 4d91547cadf..28c5504a837 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/RoundFunction.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/RoundFunction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/Sum.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/Sum.groovy index d261db81b8e..77cccc456ea 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/Sum.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/Sum.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.aws /** diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/SumFunction.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/SumFunction.groovy index ff14764ecc7..439097312c2 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/SumFunction.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/SumFunction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.client.aws /** diff --git a/function-web/src/main/java/io/micronaut/function/web/AnnotatedFunctionRouteBuilder.java b/function-web/src/main/java/io/micronaut/function/web/AnnotatedFunctionRouteBuilder.java index 38b22459027..380f8ca2790 100644 --- a/function-web/src/main/java/io/micronaut/function/web/AnnotatedFunctionRouteBuilder.java +++ b/function-web/src/main/java/io/micronaut/function/web/AnnotatedFunctionRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.web; import io.micronaut.context.ExecutionHandleLocator; diff --git a/function-web/src/main/java/io/micronaut/function/web/package-info.java b/function-web/src/main/java/io/micronaut/function/web/package-info.java index 333e061b7e0..42d284fe9fa 100644 --- a/function-web/src/main/java/io/micronaut/function/web/package-info.java +++ b/function-web/src/main/java/io/micronaut/function/web/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-web/src/test/groovy/io/micronaut/function/web/JavaLambdaFunctionSpec.groovy b/function-web/src/test/groovy/io/micronaut/function/web/JavaLambdaFunctionSpec.groovy index bbf57f8ac6d..845446b16f9 100644 --- a/function-web/src/test/groovy/io/micronaut/function/web/JavaLambdaFunctionSpec.groovy +++ b/function-web/src/test/groovy/io/micronaut/function/web/JavaLambdaFunctionSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.function.web import groovy.transform.NotYetImplemented diff --git a/function-web/src/test/groovy/io/micronaut/function/web/TestFunctionFactory.java b/function-web/src/test/groovy/io/micronaut/function/web/TestFunctionFactory.java index 4363f9239cc..b2604b3a40d 100644 --- a/function-web/src/test/groovy/io/micronaut/function/web/TestFunctionFactory.java +++ b/function-web/src/test/groovy/io/micronaut/function/web/TestFunctionFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.function.web; import io.micronaut.context.annotation.Factory; diff --git a/function-web/src/test/groovy/io/micronaut/function/web/WebFunctionSpec.groovy b/function-web/src/test/groovy/io/micronaut/function/web/WebFunctionSpec.groovy index 6ff7376c2f5..8e2eae4dea4 100644 --- a/function-web/src/test/groovy/io/micronaut/function/web/WebFunctionSpec.groovy +++ b/function-web/src/test/groovy/io/micronaut/function/web/WebFunctionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/DefaultLocalFunctionRegistry.java b/function/src/main/java/io/micronaut/function/DefaultLocalFunctionRegistry.java index 4d25dba349f..c1696f8c745 100644 --- a/function/src/main/java/io/micronaut/function/DefaultLocalFunctionRegistry.java +++ b/function/src/main/java/io/micronaut/function/DefaultLocalFunctionRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function; import io.micronaut.context.processor.ExecutableMethodProcessor; diff --git a/function/src/main/java/io/micronaut/function/FunctionBean.java b/function/src/main/java/io/micronaut/function/FunctionBean.java index ec4b80a2ca6..feaed5b9699 100644 --- a/function/src/main/java/io/micronaut/function/FunctionBean.java +++ b/function/src/main/java/io/micronaut/function/FunctionBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/function/src/main/java/io/micronaut/function/LocalFunctionRegistry.java b/function/src/main/java/io/micronaut/function/LocalFunctionRegistry.java index 3258c87f93a..a391281d6a1 100644 --- a/function/src/main/java/io/micronaut/function/LocalFunctionRegistry.java +++ b/function/src/main/java/io/micronaut/function/LocalFunctionRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function; import io.micronaut.inject.ExecutableMethod; diff --git a/function/src/main/java/io/micronaut/function/executor/AbstractExecutor.java b/function/src/main/java/io/micronaut/function/executor/AbstractExecutor.java index 446f695391e..6da3176fa32 100644 --- a/function/src/main/java/io/micronaut/function/executor/AbstractExecutor.java +++ b/function/src/main/java/io/micronaut/function/executor/AbstractExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.executor; import io.micronaut.context.ApplicationContext; diff --git a/function/src/main/java/io/micronaut/function/executor/AbstractFunctionExecutor.java b/function/src/main/java/io/micronaut/function/executor/AbstractFunctionExecutor.java index 8bc58be8046..e32db4dfa42 100644 --- a/function/src/main/java/io/micronaut/function/executor/AbstractFunctionExecutor.java +++ b/function/src/main/java/io/micronaut/function/executor/AbstractFunctionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.executor; /** diff --git a/function/src/main/java/io/micronaut/function/executor/DefaultFunctionExitHandler.java b/function/src/main/java/io/micronaut/function/executor/DefaultFunctionExitHandler.java index 74a8f7abb1b..c0cf4b75946 100644 --- a/function/src/main/java/io/micronaut/function/executor/DefaultFunctionExitHandler.java +++ b/function/src/main/java/io/micronaut/function/executor/DefaultFunctionExitHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.executor; /** diff --git a/function/src/main/java/io/micronaut/function/executor/FunctionApplication.java b/function/src/main/java/io/micronaut/function/executor/FunctionApplication.java index c25ab2f25b4..f891415e591 100644 --- a/function/src/main/java/io/micronaut/function/executor/FunctionApplication.java +++ b/function/src/main/java/io/micronaut/function/executor/FunctionApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.executor; import io.micronaut.core.cli.CommandLine; diff --git a/function/src/main/java/io/micronaut/function/executor/FunctionExecutor.java b/function/src/main/java/io/micronaut/function/executor/FunctionExecutor.java index 6520c6bc251..a51fecf4ce9 100644 --- a/function/src/main/java/io/micronaut/function/executor/FunctionExecutor.java +++ b/function/src/main/java/io/micronaut/function/executor/FunctionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.executor; /** diff --git a/function/src/main/java/io/micronaut/function/executor/FunctionExitHandler.java b/function/src/main/java/io/micronaut/function/executor/FunctionExitHandler.java index ee2e1f49e73..eaadf807945 100644 --- a/function/src/main/java/io/micronaut/function/executor/FunctionExitHandler.java +++ b/function/src/main/java/io/micronaut/function/executor/FunctionExitHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.executor; /** diff --git a/function/src/main/java/io/micronaut/function/executor/FunctionInitializer.java b/function/src/main/java/io/micronaut/function/executor/FunctionInitializer.java index e3a00f7262b..d0980de6850 100644 --- a/function/src/main/java/io/micronaut/function/executor/FunctionInitializer.java +++ b/function/src/main/java/io/micronaut/function/executor/FunctionInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.executor; import io.micronaut.context.ApplicationContext; diff --git a/function/src/main/java/io/micronaut/function/executor/StreamFunctionExecutor.java b/function/src/main/java/io/micronaut/function/executor/StreamFunctionExecutor.java index 17c329d1071..fabfbe8361c 100644 --- a/function/src/main/java/io/micronaut/function/executor/StreamFunctionExecutor.java +++ b/function/src/main/java/io/micronaut/function/executor/StreamFunctionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.executor; import io.micronaut.context.ApplicationContext; diff --git a/function/src/main/java/io/micronaut/function/executor/package-info.java b/function/src/main/java/io/micronaut/function/executor/package-info.java index f1aaab81eb7..fdbb4d588d7 100644 --- a/function/src/main/java/io/micronaut/function/executor/package-info.java +++ b/function/src/main/java/io/micronaut/function/executor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/package-info.java b/function/src/main/java/io/micronaut/function/package-info.java index e6c7258f9ab..8298db98de1 100644 --- a/function/src/main/java/io/micronaut/function/package-info.java +++ b/function/src/main/java/io/micronaut/function/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/test/groovy/io/micronaut/function/executor/FunctionApplicationSpec.groovy b/function/src/test/groovy/io/micronaut/function/executor/FunctionApplicationSpec.groovy index ced8a03a4e5..11186d95c4a 100644 --- a/function/src/test/groovy/io/micronaut/function/executor/FunctionApplicationSpec.groovy +++ b/function/src/test/groovy/io/micronaut/function/executor/FunctionApplicationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.function.executor import io.micronaut.function.LocalFunctionRegistry diff --git a/function/src/test/groovy/io/micronaut/function/executor/FunctionInitializerSpec.java b/function/src/test/groovy/io/micronaut/function/executor/FunctionInitializerSpec.java index de6f9848acc..4560c1d7859 100644 --- a/function/src/test/groovy/io/micronaut/function/executor/FunctionInitializerSpec.java +++ b/function/src/test/groovy/io/micronaut/function/executor/FunctionInitializerSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.function.executor; import org.junit.Assert; diff --git a/function/src/test/groovy/io/micronaut/function/executor/TestFunctionExitHandler.java b/function/src/test/groovy/io/micronaut/function/executor/TestFunctionExitHandler.java index ee82bdb56f7..d752e0a78f1 100644 --- a/function/src/test/groovy/io/micronaut/function/executor/TestFunctionExitHandler.java +++ b/function/src/test/groovy/io/micronaut/function/executor/TestFunctionExitHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.function.executor; import javax.inject.Singleton; diff --git a/function/src/test/groovy/io/micronaut/function/executor/TestFunctionFactory.java b/function/src/test/groovy/io/micronaut/function/executor/TestFunctionFactory.java index 44f1fc43128..d70e4f5a14e 100644 --- a/function/src/test/groovy/io/micronaut/function/executor/TestFunctionFactory.java +++ b/function/src/test/groovy/io/micronaut/function/executor/TestFunctionFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.function.executor; import io.micronaut.context.annotation.Factory; diff --git a/graal/src/main/java/io/micronaut/graal/reflect/GraalClassLoadingAnalyzer.java b/graal/src/main/java/io/micronaut/graal/reflect/GraalClassLoadingAnalyzer.java index 9bb131140df..01d881730db 100644 --- a/graal/src/main/java/io/micronaut/graal/reflect/GraalClassLoadingAnalyzer.java +++ b/graal/src/main/java/io/micronaut/graal/reflect/GraalClassLoadingAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.graal.reflect; import io.micronaut.context.ApplicationContext; diff --git a/graal/src/main/java/io/micronaut/graal/reflect/GraalClassLoadingReporter.java b/graal/src/main/java/io/micronaut/graal/reflect/GraalClassLoadingReporter.java index c0c9402fffa..47be77a47f3 100644 --- a/graal/src/main/java/io/micronaut/graal/reflect/GraalClassLoadingReporter.java +++ b/graal/src/main/java/io/micronaut/graal/reflect/GraalClassLoadingReporter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.graal.reflect; import com.fasterxml.jackson.core.util.DefaultPrettyPrinter; diff --git a/graal/src/main/java/io/micronaut/graal/reflect/package-info.java b/graal/src/main/java/io/micronaut/graal/reflect/package-info.java index ff9d8b2554d..f9e04092f8e 100644 --- a/graal/src/main/java/io/micronaut/graal/reflect/package-info.java +++ b/graal/src/main/java/io/micronaut/graal/reflect/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Utilities for use with GraalVM native image. * diff --git a/gradle/license.gradle b/gradle/license.gradle index e7f9e57329a..ef983d9dfde 100644 --- a/gradle/license.gradle +++ b/gradle/license.gradle @@ -9,7 +9,7 @@ license { java = 'SLASHSTAR_STYLE' groovy = 'SLASHSTAR_STYLE' } - ext.year = '2017-2018' + ext.year = '2017-2019' exclude '**/*.txt' exclude '**/*.html' @@ -18,6 +18,7 @@ license { exclude '**/io/micronaut/core/io/scan/AnnotationClassReader.java' exclude '**/io/micronaut/core/io/scan/Attribute.java' exclude '**/io/micronaut/core/io/scan/Context.java' + exclude '**/io/micronaut/core/util/clhm/**' exclude '**/io/micronaut/core/util/AntPathMatcher.java' exclude '**/io/micronaut/discovery/eureka/client/v2/AmazonInfo.java' exclude '**/io/micronaut/discovery/eureka/client/v2/DataCenterInfo.java' @@ -26,6 +27,7 @@ license { exclude '**/io/micronaut/scheduling/cron/CronExpression.java' exclude '**/org/atinject/tck/auto/Tck.kt' exclude '**/io/micronaut/http/netty/stream/package-info.java' + exclude '**/io/micronaut/http/uri/QueryStringDecoder.java' exclude '**/build-info.properties' exclude '**/git.properties' exclude '**/othergit.properties' diff --git a/http-client/src/main/java/io/micronaut/http/client/BlockingHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/BlockingHttpClient.java index 9ebd4d111e4..a06ff337553 100644 --- a/http-client/src/main/java/io/micronaut/http/client/BlockingHttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/BlockingHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.core.annotation.Blocking; diff --git a/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java index d3e44006eb4..bc8658f68cf 100644 --- a/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import com.fasterxml.jackson.databind.JsonNode; diff --git a/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClientConfiguration.java b/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClientConfiguration.java index 4b8d31490fd..44308775fa0 100644 --- a/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClientConfiguration.java +++ b/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClientConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/http-client/src/main/java/io/micronaut/http/client/DefaultLoadBalancerResolver.java b/http-client/src/main/java/io/micronaut/http/client/DefaultLoadBalancerResolver.java index 588b6180330..02887d2ada2 100644 --- a/http-client/src/main/java/io/micronaut/http/client/DefaultLoadBalancerResolver.java +++ b/http-client/src/main/java/io/micronaut/http/client/DefaultLoadBalancerResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.context.BeanContext; diff --git a/http-client/src/main/java/io/micronaut/http/client/FullNettyClientHttpResponse.java b/http-client/src/main/java/io/micronaut/http/client/FullNettyClientHttpResponse.java index 33083694af3..6248199d19d 100644 --- a/http-client/src/main/java/io/micronaut/http/client/FullNettyClientHttpResponse.java +++ b/http-client/src/main/java/io/micronaut/http/client/FullNettyClientHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.core.annotation.Internal; diff --git a/http-client/src/main/java/io/micronaut/http/client/HttpClient.java b/http-client/src/main/java/io/micronaut/http/client/HttpClient.java index 49866dc5a82..02210cf0827 100644 --- a/http-client/src/main/java/io/micronaut/http/client/HttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/HttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.context.LifeCycle; diff --git a/http-client/src/main/java/io/micronaut/http/client/HttpClientConfiguration.java b/http-client/src/main/java/io/micronaut/http/client/HttpClientConfiguration.java index 1d5c9b59791..159fb3bb42b 100644 --- a/http-client/src/main/java/io/micronaut/http/client/HttpClientConfiguration.java +++ b/http-client/src/main/java/io/micronaut/http/client/HttpClientConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.core.convert.format.ReadableBytes; diff --git a/http-client/src/main/java/io/micronaut/http/client/LoadBalancer.java b/http-client/src/main/java/io/micronaut/http/client/LoadBalancer.java index f8565a41210..3d79bc3a4b9 100644 --- a/http-client/src/main/java/io/micronaut/http/client/LoadBalancer.java +++ b/http-client/src/main/java/io/micronaut/http/client/LoadBalancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.core.async.publisher.Publishers; diff --git a/http-client/src/main/java/io/micronaut/http/client/LoadBalancerResolver.java b/http-client/src/main/java/io/micronaut/http/client/LoadBalancerResolver.java index e90450f7483..22ae09f288c 100644 --- a/http-client/src/main/java/io/micronaut/http/client/LoadBalancerResolver.java +++ b/http-client/src/main/java/io/micronaut/http/client/LoadBalancerResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import java.util.Optional; diff --git a/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequest.java b/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequest.java index 968d4802e64..d5d5ccf2b2a 100644 --- a/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequest.java +++ b/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.core.annotation.Internal; diff --git a/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequestFactory.java b/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequestFactory.java index 6acae7cc332..06336e3d6f4 100644 --- a/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequestFactory.java +++ b/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequestFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.core.annotation.Internal; diff --git a/http-client/src/main/java/io/micronaut/http/client/NettyStreamedHttpResponse.java b/http-client/src/main/java/io/micronaut/http/client/NettyStreamedHttpResponse.java index 2ffc3bed053..eecf619fb52 100644 --- a/http-client/src/main/java/io/micronaut/http/client/NettyStreamedHttpResponse.java +++ b/http-client/src/main/java/io/micronaut/http/client/NettyStreamedHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.http.netty.stream.StreamedHttpResponse; diff --git a/http-client/src/main/java/io/micronaut/http/client/ReactiveClientResultTransformer.java b/http-client/src/main/java/io/micronaut/http/client/ReactiveClientResultTransformer.java index ca3cc4f8760..1f32ee6b502 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ReactiveClientResultTransformer.java +++ b/http-client/src/main/java/io/micronaut/http/client/ReactiveClientResultTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; /** diff --git a/http-client/src/main/java/io/micronaut/http/client/RxHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/RxHttpClient.java index acd1b1d5fdb..a3023f24315 100644 --- a/http-client/src/main/java/io/micronaut/http/client/RxHttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/RxHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.core.io.buffer.ByteBuffer; diff --git a/http-client/src/main/java/io/micronaut/http/client/RxStreamingHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/RxStreamingHttpClient.java index 4b1ff669caf..37fffb8b9b8 100644 --- a/http-client/src/main/java/io/micronaut/http/client/RxStreamingHttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/RxStreamingHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.core.io.buffer.ByteBuffer; diff --git a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientCondition.java b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientCondition.java index 5b01c035732..5c7d636a706 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientCondition.java +++ b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.context.ApplicationContext; diff --git a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientConfiguration.java b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientConfiguration.java index a449cf6c36c..c60c60da448 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientConfiguration.java +++ b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientFactory.java b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientFactory.java index 142b9f3c843..3771d4fc181 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientFactory.java +++ b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.context.BeanContext; diff --git a/http-client/src/main/java/io/micronaut/http/client/StreamingHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/StreamingHttpClient.java index 6865f57e823..7e6afcc8629 100644 --- a/http-client/src/main/java/io/micronaut/http/client/StreamingHttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/StreamingHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client; import io.micronaut.core.io.buffer.ByteBuffer; diff --git a/http-client/src/main/java/io/micronaut/http/client/annotation/Client.java b/http-client/src/main/java/io/micronaut/http/client/annotation/Client.java index 66fbb131d8b..0fa9f91e435 100644 --- a/http-client/src/main/java/io/micronaut/http/client/annotation/Client.java +++ b/http-client/src/main/java/io/micronaut/http/client/annotation/Client.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http-client/src/main/java/io/micronaut/http/client/annotation/package-info.java b/http-client/src/main/java/io/micronaut/http/client/annotation/package-info.java index 07eb458366f..444b99e1bd6 100644 --- a/http-client/src/main/java/io/micronaut/http/client/annotation/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Annotations associated with the HTTP client. * diff --git a/http-client/src/main/java/io/micronaut/http/client/converters/ClientResponseConverter.java b/http-client/src/main/java/io/micronaut/http/client/converters/ClientResponseConverter.java index 3014725d739..cc7d05a9861 100644 --- a/http-client/src/main/java/io/micronaut/http/client/converters/ClientResponseConverter.java +++ b/http-client/src/main/java/io/micronaut/http/client/converters/ClientResponseConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/http-client/src/main/java/io/micronaut/http/client/converters/LoadBalancerConverters.java b/http-client/src/main/java/io/micronaut/http/client/converters/LoadBalancerConverters.java index a8453e3785e..c2221ed8eef 100644 --- a/http-client/src/main/java/io/micronaut/http/client/converters/LoadBalancerConverters.java +++ b/http-client/src/main/java/io/micronaut/http/client/converters/LoadBalancerConverters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.converters; import io.micronaut.core.convert.ConversionService; diff --git a/http-client/src/main/java/io/micronaut/http/client/converters/package-info.java b/http-client/src/main/java/io/micronaut/http/client/converters/package-info.java index fe0470fcd72..ef48e2c30da 100644 --- a/http-client/src/main/java/io/micronaut/http/client/converters/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP Client response converters. * diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/ContentLengthExceededException.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/ContentLengthExceededException.java index 0a9a087d9b0..02e47951517 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/ContentLengthExceededException.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/ContentLengthExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.exceptions; /** diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/EmptyResponseException.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/EmptyResponseException.java index 7eabe8db7cd..05b48893f09 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/EmptyResponseException.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/EmptyResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.exceptions; /** diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientErrorDecoder.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientErrorDecoder.java index 746f49cda54..c6044f17c4a 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientErrorDecoder.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientErrorDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.exceptions; import io.micronaut.core.naming.Described; diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientException.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientException.java index 8d0beadbe79..bcace33a6b4 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientException.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.exceptions; import io.micronaut.http.exceptions.HttpException; diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientResponseException.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientResponseException.java index 49058ba04b3..a85425df911 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientResponseException.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.exceptions; import io.micronaut.http.HttpResponse; diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/ReadTimeoutException.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/ReadTimeoutException.java index a8536a79a2c..13b3fd1eb3c 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/ReadTimeoutException.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/ReadTimeoutException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.exceptions; /** diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/package-info.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/package-info.java index 63ca15d822f..75d9adca9c0 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP Client exceptions. * diff --git a/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerContextFilter.java b/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerContextFilter.java index 2b5d462e0a2..918835580ec 100644 --- a/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerContextFilter.java +++ b/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerContextFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.filters; import io.micronaut.core.annotation.Internal; diff --git a/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerRequestTracingPublisher.java b/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerRequestTracingPublisher.java index 3be679b5b68..8bcac9968f0 100644 --- a/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerRequestTracingPublisher.java +++ b/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerRequestTracingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.filters; import io.micronaut.core.annotation.Internal; diff --git a/http-client/src/main/java/io/micronaut/http/client/filters/package-info.java b/http-client/src/main/java/io/micronaut/http/client/filters/package-info.java index 1a74b49f546..4b9732958bc 100644 --- a/http-client/src/main/java/io/micronaut/http/client/filters/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/filters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Client filter implementations. * diff --git a/http-client/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntroductionAdvice.java b/http-client/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntroductionAdvice.java index 28ece7e2ce6..ebf38cc1619 100644 --- a/http-client/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntroductionAdvice.java +++ b/http-client/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntroductionAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.interceptor; import com.fasterxml.jackson.databind.DeserializationFeature; diff --git a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/ClientVersioningConfiguration.java b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/ClientVersioningConfiguration.java index 7c506e0defd..3b12385478d 100644 --- a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/ClientVersioningConfiguration.java +++ b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/ClientVersioningConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.interceptor.configuration; import io.micronaut.context.annotation.Parameter; diff --git a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/package-info.java b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/package-info.java index 30626d295fb..a2a61f717da 100644 --- a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * {@link io.micronaut.http.client.annotation.Client} versioning configuration. * diff --git a/http-client/src/main/java/io/micronaut/http/client/interceptor/package-info.java b/http-client/src/main/java/io/micronaut/http/client/interceptor/package-info.java index 3f96f5b535a..7e8bdecf547 100644 --- a/http-client/src/main/java/io/micronaut/http/client/interceptor/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/interceptor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP introduction advice. * diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/AbstractRoundRobinLoadBalancer.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/AbstractRoundRobinLoadBalancer.java index 3e89cbd03c7..6b1fed56623 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/AbstractRoundRobinLoadBalancer.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/AbstractRoundRobinLoadBalancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.loadbalance; import io.micronaut.discovery.ServiceInstance; diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientLoadBalancerFactory.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientLoadBalancerFactory.java index 3408bd33272..50e111151d2 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientLoadBalancerFactory.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientLoadBalancerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.loadbalance; import io.micronaut.discovery.DiscoveryClient; diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientRoundRobinLoadBalancer.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientRoundRobinLoadBalancer.java index ddfe1c3a882..82bdc76c94c 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientRoundRobinLoadBalancer.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientRoundRobinLoadBalancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.loadbalance; import io.micronaut.core.async.publisher.Publishers; diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/FixedLoadBalancer.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/FixedLoadBalancer.java index fddc2fd68fd..aa3d2233b85 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/FixedLoadBalancer.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/FixedLoadBalancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.loadbalance; import io.micronaut.core.async.publisher.Publishers; diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListLoadBalancerFactory.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListLoadBalancerFactory.java index c173f7d14a5..c888eb80d5b 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListLoadBalancerFactory.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListLoadBalancerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.loadbalance; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListRoundRobinLoadBalancer.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListRoundRobinLoadBalancer.java index e5f80878cc1..caa41a3a0f6 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListRoundRobinLoadBalancer.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListRoundRobinLoadBalancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.loadbalance; import io.micronaut.core.async.publisher.Publishers; diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/package-info.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/package-info.java index 2a81d8be948..adfb7a6648b 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP load balance strategies. * diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/AbstractFilePart.java b/http-client/src/main/java/io/micronaut/http/client/multipart/AbstractFilePart.java index 3c9287f16ef..31eadbf472c 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/AbstractFilePart.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/AbstractFilePart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.multipart; import io.micronaut.core.naming.NameUtils; diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/BytePart.java b/http-client/src/main/java/io/micronaut/http/client/multipart/BytePart.java index 73813a5f889..99ecce8cf7b 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/BytePart.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/BytePart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.multipart; import io.micronaut.http.MediaType; diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/FilePart.java b/http-client/src/main/java/io/micronaut/http/client/multipart/FilePart.java index 36134ba3fdd..affad3aef70 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/FilePart.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/FilePart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.multipart; import io.micronaut.http.MediaType; diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/InputStreamPart.java b/http-client/src/main/java/io/micronaut/http/client/multipart/InputStreamPart.java index 0eb15839208..121e5dcb258 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/InputStreamPart.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/InputStreamPart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.multipart; import io.micronaut.http.MediaType; diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/MultipartBody.java b/http-client/src/main/java/io/micronaut/http/client/multipart/MultipartBody.java index da002d6b784..1fc2bbd81ac 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/MultipartBody.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/MultipartBody.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.multipart; import io.micronaut.http.MediaType; diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/Part.java b/http-client/src/main/java/io/micronaut/http/client/multipart/Part.java index 2f99783dca7..281392729f0 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/Part.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/Part.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.multipart; import io.netty.handler.codec.http.HttpRequest; diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/StringPart.java b/http-client/src/main/java/io/micronaut/http/client/multipart/StringPart.java index 12639e7ba45..71d50366fd0 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/StringPart.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/StringPart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.multipart; import io.netty.handler.codec.http.HttpRequest; diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/package-info.java b/http-client/src/main/java/io/micronaut/http/client/multipart/package-info.java index b349c996381..e0b73f29e5d 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP Netty multipart requests. * diff --git a/http-client/src/main/java/io/micronaut/http/client/package-info.java b/http-client/src/main/java/io/micronaut/http/client/package-info.java index f54cb7aa9dc..9ab6a6482e6 100644 --- a/http-client/src/main/java/io/micronaut/http/client/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP Client requests, interfaces and configuration. * diff --git a/http-client/src/main/java/io/micronaut/http/client/reactor/ReactorReactiveClientResultTransformer.java b/http-client/src/main/java/io/micronaut/http/client/reactor/ReactorReactiveClientResultTransformer.java index ad7805f14d0..51679a5c924 100644 --- a/http-client/src/main/java/io/micronaut/http/client/reactor/ReactorReactiveClientResultTransformer.java +++ b/http-client/src/main/java/io/micronaut/http/client/reactor/ReactorReactiveClientResultTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.reactor; import io.micronaut.context.annotation.Requires; diff --git a/http-client/src/main/java/io/micronaut/http/client/reactor/package-info.java b/http-client/src/main/java/io/micronaut/http/client/reactor/package-info.java index b8225f09dd4..3f2ee213b86 100644 --- a/http-client/src/main/java/io/micronaut/http/client/reactor/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/reactor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Reactive transformers. * diff --git a/http-client/src/main/java/io/micronaut/http/client/rxjava2/RxReactiveClientResultTransformer.java b/http-client/src/main/java/io/micronaut/http/client/rxjava2/RxReactiveClientResultTransformer.java index afeec201fcb..66383d4f8b6 100644 --- a/http-client/src/main/java/io/micronaut/http/client/rxjava2/RxReactiveClientResultTransformer.java +++ b/http-client/src/main/java/io/micronaut/http/client/rxjava2/RxReactiveClientResultTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.rxjava2; import io.micronaut.context.annotation.Requires; diff --git a/http-client/src/main/java/io/micronaut/http/client/rxjava2/package-info.java b/http-client/src/main/java/io/micronaut/http/client/rxjava2/package-info.java index 0470c38c16a..d834412d035 100644 --- a/http-client/src/main/java/io/micronaut/http/client/rxjava2/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/rxjava2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Rx Reactive transformers. * diff --git a/http-client/src/main/java/io/micronaut/http/client/scope/ClientScope.java b/http-client/src/main/java/io/micronaut/http/client/scope/ClientScope.java index e044f4b4e3f..10c2828bcfc 100644 --- a/http-client/src/main/java/io/micronaut/http/client/scope/ClientScope.java +++ b/http-client/src/main/java/io/micronaut/http/client/scope/ClientScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.scope; import io.micronaut.context.BeanContext; diff --git a/http-client/src/main/java/io/micronaut/http/client/scope/package-info.java b/http-client/src/main/java/io/micronaut/http/client/scope/package-info.java index 87cca23695a..6f4e20dbdf4 100644 --- a/http-client/src/main/java/io/micronaut/http/client/scope/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/scope/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Client scope. * diff --git a/http-client/src/main/java/io/micronaut/http/client/sse/RxSseClient.java b/http-client/src/main/java/io/micronaut/http/client/sse/RxSseClient.java index 1d5afb6d1e2..0ee6fd5e341 100644 --- a/http-client/src/main/java/io/micronaut/http/client/sse/RxSseClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/sse/RxSseClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.sse; import io.micronaut.core.io.buffer.ByteBuffer; diff --git a/http-client/src/main/java/io/micronaut/http/client/sse/SseClient.java b/http-client/src/main/java/io/micronaut/http/client/sse/SseClient.java index 700aeef23af..8dbf888da0e 100644 --- a/http-client/src/main/java/io/micronaut/http/client/sse/SseClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/sse/SseClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.sse; import io.micronaut.core.io.buffer.ByteBuffer; diff --git a/http-client/src/main/java/io/micronaut/http/client/sse/package-info.java b/http-client/src/main/java/io/micronaut/http/client/sse/package-info.java index e2710efd26a..d824133702d 100644 --- a/http-client/src/main/java/io/micronaut/http/client/sse/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/sse/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains client interfaces for reading Server Sent Events (SSE). * diff --git a/http-client/src/main/java/io/micronaut/http/client/ssl/NettyClientSslBuilder.java b/http-client/src/main/java/io/micronaut/http/client/ssl/NettyClientSslBuilder.java index 8d49fe56b15..55e80960ae6 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ssl/NettyClientSslBuilder.java +++ b/http-client/src/main/java/io/micronaut/http/client/ssl/NettyClientSslBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.ssl; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/http-client/src/main/java/io/micronaut/http/client/ssl/package-info.java b/http-client/src/main/java/io/micronaut/http/client/ssl/package-info.java index 4f7f2a16e05..0aa65451180 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ssl/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/ssl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty client SSL. * diff --git a/http-client/src/main/java/io/micronaut/http/client/websocket/NettyWebSocketClientHandler.java b/http-client/src/main/java/io/micronaut/http/client/websocket/NettyWebSocketClientHandler.java index 043decfafb9..f91b39a134f 100644 --- a/http-client/src/main/java/io/micronaut/http/client/websocket/NettyWebSocketClientHandler.java +++ b/http-client/src/main/java/io/micronaut/http/client/websocket/NettyWebSocketClientHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.websocket; import io.micronaut.core.annotation.Internal; diff --git a/http-client/src/main/java/io/micronaut/http/client/websocket/package-info.java b/http-client/src/main/java/io/micronaut/http/client/websocket/package-info.java index 235283c2461..e65e600301d 100644 --- a/http-client/src/main/java/io/micronaut/http/client/websocket/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes specific to WebSocket handling in the client. * diff --git a/http-client/src/test/groovy/io/micronaut/http/client/BasicAuthSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/BasicAuthSpec.groovy index fe07a466102..efc8e9c1932 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/BasicAuthSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/BasicAuthSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/BigDecimalSerializationSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/BigDecimalSerializationSpec.groovy index 27f09b79fe8..b6301a7bdbc 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/BigDecimalSerializationSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/BigDecimalSerializationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client import com.fasterxml.jackson.core.JsonGenerator diff --git a/http-client/src/test/groovy/io/micronaut/http/client/ClientIntroductionAdviceSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/ClientIntroductionAdviceSpec.groovy index 9b09993bb32..05663511a24 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/ClientIntroductionAdviceSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/ClientIntroductionAdviceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/ClientScopeSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/ClientScopeSpec.groovy index 971c4f7f9ea..3ac2b8fd250 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/ClientScopeSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/ClientScopeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/ClientSpecificLoggerSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/ClientSpecificLoggerSpec.groovy index e6631db4c0e..efc8c646351 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/ClientSpecificLoggerSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/ClientSpecificLoggerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/ConventionsSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/ConventionsSpec.groovy index dc6437664ae..8f7c7017b2e 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/ConventionsSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/ConventionsSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/CustomErrorTypeSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/CustomErrorTypeSpec.groovy index df00cd7daab..35e6798c065 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/CustomErrorTypeSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/CustomErrorTypeSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/DataStreamSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/DataStreamSpec.groovy index 67aedcf3953..af7ad3d7e80 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/DataStreamSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/DataStreamSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/HostHeaderSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/HostHeaderSpec.groovy index 20757edd5a6..1320232a32b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/HostHeaderSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/HostHeaderSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/HttpDeleteSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/HttpDeleteSpec.groovy index 89a3355fde5..c597a7f4f2d 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/HttpDeleteSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/HttpDeleteSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/HttpGetSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/HttpGetSpec.groovy index b39f5f679af..7765cec3a57 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/HttpGetSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/HttpGetSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/HttpGetTest.java b/http-client/src/test/groovy/io/micronaut/http/client/HttpGetTest.java index c4fc9d27af7..ff5e9728fec 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/HttpGetTest.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/HttpGetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/HttpPatchSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/HttpPatchSpec.groovy index 0591e74da1b..5844007c27e 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/HttpPatchSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/HttpPatchSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/HttpPostSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/HttpPostSpec.groovy index 9068f8eb451..a89fe04cc5b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/HttpPostSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/HttpPostSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/HttpPutSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/HttpPutSpec.groovy index ff7dab0b635..161c78943ec 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/HttpPutSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/HttpPutSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/JsonStreamSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/JsonStreamSpec.groovy index dc72ea365e5..5648386443b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/JsonStreamSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/JsonStreamSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/MaxResponseSizeSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/MaxResponseSizeSpec.groovy index 8efcb693211..307739dc6be 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/MaxResponseSizeSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/MaxResponseSizeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/MyJavaService.java b/http-client/src/test/groovy/io/micronaut/http/client/MyJavaService.java index 6fb01840fb1..64816bd42d9 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/MyJavaService.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/MyJavaService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client; import io.micronaut.http.client.annotation.Client; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/ReadTimeoutSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/ReadTimeoutSpec.groovy index 3e631ccacfc..e5c3f9cfb1e 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/ReadTimeoutSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/ReadTimeoutSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/ServerErrorSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/ServerErrorSpec.groovy index 185727f6dba..1fc1a3b040b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/ServerErrorSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/ServerErrorSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/ServerRedirectSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/ServerRedirectSpec.groovy index 525b4f725e5..1b48af7d406 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/ServerRedirectSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/ServerRedirectSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/SslSelfSignedSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/SslSelfSignedSpec.groovy index 583c68f45a3..88bc1c0b6ee 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/SslSelfSignedSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/SslSelfSignedSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/SslSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/SslSpec.groovy index b7b30efea53..f9c471af782 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/SslSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/SslSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/SslStaticCertSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/SslStaticCertSpec.groovy index c96b0b8ed74..0af35463517 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/SslStaticCertSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/SslStaticCertSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/StreamRequestSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/StreamRequestSpec.groovy index 26e68d6fcb8..bb473476bf6 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/StreamRequestSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/StreamRequestSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingCrudSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingCrudSpec.groovy index 5eeb15b59f3..6adf252026f 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingCrudSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingCrudSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingFallbackSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingFallbackSpec.groovy index da66f32f84d..32f754c5392 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingFallbackSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingFallbackSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingPojoCrudSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingPojoCrudSpec.groovy index 2f3718e9aac..5105c841068 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingPojoCrudSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/BlockingPojoCrudSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/ClientFilterSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/ClientFilterSpec.groovy index b7ec064d6bf..b0e32f1be83 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/ClientFilterSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/ClientFilterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/CompletableFutureCrudSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/CompletableFutureCrudSpec.groovy index cef8b7f299e..9584dc52e99 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/CompletableFutureCrudSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/CompletableFutureCrudSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/CompletableFutureFallbackSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/CompletableFutureFallbackSpec.groovy index 5d4e876b88b..0d07d0914d5 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/CompletableFutureFallbackSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/CompletableFutureFallbackSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/HateosCrudSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/HateosCrudSpec.groovy index 02d874c4112..58c9c6bf949 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/HateosCrudSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/HateosCrudSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/HeaderSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/HeaderSpec.groovy index 705fe655365..8d99b0f0b6b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/HeaderSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/HeaderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/HeadersSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/HeadersSpec.groovy index 8abf162519c..1b5b5cd9a93 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/HeadersSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/HeadersSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/NotFoundSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/NotFoundSpec.groovy index 579649e6838..21c06c7fd47 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/NotFoundSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/NotFoundSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.aop import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/NullableCrudSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/NullableCrudSpec.groovy index ba499ea7a48..126445b868b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/NullableCrudSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/NullableCrudSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/ParameterSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/ParameterSpec.groovy index 62d5c623215..e82a8e3015e 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/ParameterSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/ParameterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/PathVariableSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/PathVariableSpec.groovy index a2833b23e7a..b8f69746c74 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/PathVariableSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/PathVariableSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.aop import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/PlaceholdersInClientSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/PlaceholdersInClientSpec.groovy index 10be53a7bfd..c0106c49cfe 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/PlaceholdersInClientSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/PlaceholdersInClientSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/PublisherCrudSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/PublisherCrudSpec.groovy index 56b24e7e583..502fa4981c5 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/PublisherCrudSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/PublisherCrudSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/QueryParametersSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/QueryParametersSpec.groovy index dcca1047a63..332aeaa2cdc 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/QueryParametersSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/QueryParametersSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.aop import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/ReactorCrudSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/ReactorCrudSpec.groovy index 60a83044170..eb163b788e4 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/ReactorCrudSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/ReactorCrudSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/ReactorFallbackSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/ReactorFallbackSpec.groovy index 861938377cc..a60812600ae 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/ReactorFallbackSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/ReactorFallbackSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/RxJavaCrudSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/RxJavaCrudSpec.groovy index 636b6f7b7fa..6cfb876d56f 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/RxJavaCrudSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/RxJavaCrudSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/RxJavaFallbackSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/RxJavaFallbackSpec.groovy index 3d00d5ba49f..1a0e0e61fa6 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/RxJavaFallbackSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/RxJavaFallbackSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/StreamSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/StreamSpec.groovy index 1e6bbf0c604..cc3e508507a 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/StreamSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/StreamSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/aop/cache/CachingRxJavaCrudSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/aop/cache/CachingRxJavaCrudSpec.groovy index bdd3018dbc6..38a31885b5f 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/aop/cache/CachingRxJavaCrudSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/aop/cache/CachingRxJavaCrudSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.aop.cache import io.micronaut.cache.annotation.CacheInvalidate diff --git a/http-client/src/test/groovy/io/micronaut/http/client/config/DefaultHttpClientConfigurationSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/config/DefaultHttpClientConfigurationSpec.groovy index f78676415b2..c84177a4060 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/config/DefaultHttpClientConfigurationSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/config/DefaultHttpClientConfigurationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.config import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/convert/Bar.java b/http-client/src/test/groovy/io/micronaut/http/client/convert/Bar.java index 79a10505e5f..15ab9af7ae7 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/convert/Bar.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/convert/Bar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.convert; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/convert/DateTimeConversionSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/convert/DateTimeConversionSpec.groovy index 501f1163b35..db6a5cadfcd 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/convert/DateTimeConversionSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/convert/DateTimeConversionSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.convert import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/convert/Foo.java b/http-client/src/test/groovy/io/micronaut/http/client/convert/Foo.java index b3e03c4e9f9..89b018ca46b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/convert/Foo.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/convert/Foo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.convert; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/convert/FooBarController.java b/http-client/src/test/groovy/io/micronaut/http/client/convert/FooBarController.java index 9028094192d..88a9eef83cf 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/convert/FooBarController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/convert/FooBarController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.convert; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverterWithMethodReferenceSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverterWithMethodReferenceSpec.groovy index 9a8c5c916b4..04672ece194 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverterWithMethodReferenceSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverterWithMethodReferenceSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.convert import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverters.java b/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverters.java index 51405c3e85e..d74acfadba0 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverters.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverters.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.convert; import io.micronaut.context.annotation.Bean; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/Pet.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/Pet.java index ec8eeebfa67..1618dc3ef38 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/Pet.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/Pet.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation; /** diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetClient.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetClient.java index 60268e80451..63cfd45e22d 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetClient.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation; // tag::imports[] diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetController.java index ada13f0e37a..67173628732 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation; // tag::imports[] diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetControllerTest.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetControllerTest.java index 2452a4a5fb9..b05ff7876c4 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetControllerTest.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation; import io.micronaut.context.ApplicationContext; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetOperations.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetOperations.java index 3db868a9477..841e81e3c9a 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetOperations.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation; // tag::imports[] diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/HeaderTest.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/HeaderTest.java index 4d53fc6f0b2..f4e907bf1ce 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/HeaderTest.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/HeaderTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.annotation.headers; import io.micronaut.context.ApplicationContext; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetClient.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetClient.java index 33cee7836cc..ad86ea0b7d0 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetClient.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation.headers; import io.micronaut.http.annotation.Get; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetController.java index d6ee5cc629f..2b68ccbce1e 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.annotation.headers; import io.micronaut.http.HttpResponse; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetClient.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetClient.java index e00afe8af72..8003877cd97 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetClient.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation.retry; import io.micronaut.http.client.annotation.Client; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetFallback.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetFallback.java index c3afd45f5ae..3865a2d43a7 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetFallback.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetFallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation.retry; import io.micronaut.http.client.docs.annotation.Pet; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Book.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Book.java index c8b2e38f599..9db0ef25758 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Book.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Book.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.basics; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookController.java index 22a98700fc7..a48c0585bf6 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.basics; import io.micronaut.http.HttpStatus; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookControllerTest.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookControllerTest.java index 020801ee915..223a1ccb54b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookControllerTest.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.basics; import io.micronaut.context.ApplicationContext; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloController.java index 28bb81c776b..9000d4dfaa6 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloControllerTest.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloControllerTest.java index 134cd60164a..adea620e994 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloControllerTest.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Message.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Message.java index 00d2be64071..08b93b560e2 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Message.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/Book.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/Book.java index 4215b8348b8..f485a288e3e 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/Book.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/Book.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.binding; import java.net.URL; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookController.java index c25f0a400fc..21c5ea1061a 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.binding; import io.micronaut.http.HttpStatus; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookControllerTest.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookControllerTest.java index ae2576343f1..a3965d2f67f 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookControllerTest.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.binding; import io.micronaut.context.ApplicationContext; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/BindHttpClientExceptionBodySpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/BindHttpClientExceptionBodySpec.groovy index 7aab782e1af..a773e110451 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/BindHttpClientExceptionBodySpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/BindHttpClientExceptionBodySpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.httpclientexceptionbody import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/Book.groovy b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/Book.groovy index ae015595ec8..8566b72023b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/Book.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/Book.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.httpclientexceptionbody import groovy.transform.CompileStatic diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/BooksController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/BooksController.java index 3eae9b7e34d..d82d08d718e 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/BooksController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/BooksController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.httpclientexceptionbody; import io.micronaut.context.annotation.Requires; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/CustomError.groovy b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/CustomError.groovy index 6b3c8be8f23..ce3fa47e691 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/CustomError.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/CustomError.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.httpclientexceptionbody import groovy.transform.CompileStatic diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpResponseStatusController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpResponseStatusController.java index 832a2d46344..292a1eb8deb 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpResponseStatusController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpResponseStatusController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.httpstatus; import io.micronaut.context.annotation.Requires; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpStatusSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpStatusSpec.groovy index 01cd6aaa76f..7ff1952f13d 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpStatusSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpStatusSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/RespondHttpStatusController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/RespondHttpStatusController.java index 4a783dfa8a1..05c393514ad 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/RespondHttpStatusController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/RespondHttpStatusController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.httpstatus; import io.micronaut.context.annotation.Requires; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/StatusController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/StatusController.java index 883c22a2352..3f068562228 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/StatusController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/StatusController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.httpstatus; import io.micronaut.context.annotation.Requires; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineClient.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineClient.java index a7d65976733..14acd64e1db 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineClient.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.sse; import io.micronaut.http.MediaType; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineController.java index 6a601a82b09..861968acdc6 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.sse; import io.micronaut.http.MediaType; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineControllerTest.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineControllerTest.java index 1c438832f9e..7ef5bb8afa2 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineControllerTest.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineControllerTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.sse; import io.micronaut.context.ApplicationContext; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/Headline.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/Headline.java index 743b9cf3d03..c1c7b5e30b4 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/Headline.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/Headline.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.streaming; /** diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineClient.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineClient.java index 33817c485d4..23991d41fe6 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineClient.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.streaming; // tag::imports[] diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineController.java index 091bf72d900..b2477fd9dc2 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.streaming; // tag::imports[] diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineControllerTest.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineControllerTest.java index e757855719c..8ff0b5b431c 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineControllerTest.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.streaming; import io.micronaut.context.ApplicationContext; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/filter/MutateRequestClientFilterSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/filter/MutateRequestClientFilterSpec.groovy index 7190d0d3f1e..6800519af3b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/filter/MutateRequestClientFilterSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/filter/MutateRequestClientFilterSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.filter import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/reactor/ClientStreamSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/reactor/ClientStreamSpec.groovy index 13ec0f9d829..a4fe7b8ccbf 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/reactor/ClientStreamSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/reactor/ClientStreamSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.reactor import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientJsonRetrySpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientJsonRetrySpec.groovy index 5c84c7f9172..709c6ec5e4d 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientJsonRetrySpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientJsonRetrySpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.retry import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientRetrySpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientRetrySpec.groovy index 89c63882a4d..4002e9b2c23 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientRetrySpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientRetrySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientRetryWithFallbackSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientRetryWithFallbackSpec.groovy index 63698b08604..b6402e86bd2 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientRetryWithFallbackSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientRetryWithFallbackSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientWithCircuitBreakerSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientWithCircuitBreakerSpec.groovy index e0cc6a79b83..28af9c13de3 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientWithCircuitBreakerSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/retry/HttpClientWithCircuitBreakerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/ClientStreamSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/ClientStreamSpec.groovy index 27471872f15..b8330774ee9 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/ClientStreamSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/ClientStreamSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.rxjava2 import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/RxHttpPostSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/RxHttpPostSpec.groovy index cbfc0d238fd..7c18a23b0db 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/RxHttpPostSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/RxHttpPostSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/services/ManualHttpServiceDefinitionSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/services/ManualHttpServiceDefinitionSpec.groovy index 23c4b04a15e..4cb9ad4d82e 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/services/ManualHttpServiceDefinitionSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/services/ManualHttpServiceDefinitionSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.services import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/sse/ServerSentEventStreamingSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/sse/ServerSentEventStreamingSpec.groovy index 513196eaea3..7c3d5ad388f 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/sse/ServerSentEventStreamingSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/sse/ServerSentEventStreamingSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.sse import groovy.transform.EqualsAndHashCode diff --git a/http-client/src/test/groovy/io/micronaut/http/client/versioning/ClientVersioningConfSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/versioning/ClientVersioningConfSpec.groovy index ce8e4f670f4..f6b4c7b2ab4 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/versioning/ClientVersioningConfSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/versioning/ClientVersioningConfSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.versioning import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/versioning/ClientVersioningSpec.groovy b/http-client/src/test/groovy/io/micronaut/http/client/versioning/ClientVersioningSpec.groovy index f1d00f3be02..2ec6b97bb11 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/versioning/ClientVersioningSpec.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/versioning/ClientVersioningSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.versioning import io.micronaut.context.ApplicationContext diff --git a/http-netty/src/main/java/io/micronaut/http/netty/AbstractNettyHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/AbstractNettyHttpRequest.java index 4aead31af7e..b62329f1663 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/AbstractNettyHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/AbstractNettyHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpHeaders.java b/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpHeaders.java index 4f063e02dbc..a6956e9407f 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpHeaders.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpParameters.java b/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpParameters.java index 7bb64a18348..24faa0a9397 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpParameters.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/NettyMutableHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/NettyMutableHttpResponse.java index f982ee00cf4..68a08fc063f 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/NettyMutableHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/NettyMutableHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/channel/NettyThreadFactory.java b/http-netty/src/main/java/io/micronaut/http/netty/channel/NettyThreadFactory.java index 246eb8f2b24..455f05b2e9b 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/channel/NettyThreadFactory.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/channel/NettyThreadFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.channel; import io.micronaut.context.annotation.Bean; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/channel/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/channel/package-info.java index e05522aec66..a4ccdabf270 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/channel/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/channel/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty Thread factory. * diff --git a/http-netty/src/main/java/io/micronaut/http/netty/content/HttpContentUtil.java b/http-netty/src/main/java/io/micronaut/http/netty/content/HttpContentUtil.java index 3386bd84bd2..253f67f861d 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/content/HttpContentUtil.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/content/HttpContentUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.content; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/content/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/content/package-info.java index 39e66a2d3ab..5972a194b2d 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/content/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/content/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty HTTP content utils. * diff --git a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookie.java b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookie.java index b7d138a8b51..046faca0223 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookie.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookie.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.cookies; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookieFactory.java b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookieFactory.java index a58dddbd9ef..f6da327f9ce 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookieFactory.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookieFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.cookies; import io.micronaut.http.cookie.Cookie; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookies.java b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookies.java index bfe862d0a11..ff25c0d1672 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookies.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookies.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.cookies; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/cookies/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/cookies/package-info.java index 30c4ae5fcbc..7f8866beaf1 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/cookies/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/cookies/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty Cookies. * diff --git a/http-netty/src/main/java/io/micronaut/http/netty/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/package-info.java index 27140848fe3..e37bc7ea927 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty HTTP implementations. * diff --git a/http-netty/src/main/java/io/micronaut/http/netty/reactive/CancelledSubscriber.java b/http-netty/src/main/java/io/micronaut/http/netty/reactive/CancelledSubscriber.java index 388b80628d2..d9611f5830c 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/reactive/CancelledSubscriber.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/reactive/CancelledSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.reactive; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerPublisher.java b/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerPublisher.java index d3542b73b90..b8e6f035d4b 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerPublisher.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.reactive; import static io.micronaut.http.netty.reactive.HandlerPublisher.State.*; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerSubscriber.java b/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerSubscriber.java index 8e68d08c577..93e2cf49c63 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerSubscriber.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.reactive; import static io.micronaut.http.netty.reactive.HandlerSubscriber.State.CANCELLED; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/reactive/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/reactive/package-info.java index 9fc06e6fa9b..c7a6576df02 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/reactive/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/reactive/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpRequest.java index a2c04262506..eae23bd32cf 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpResponse.java index dd4eadd5d2c..ca197e3548a 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultWebSocketHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultWebSocketHttpResponse.java index 87826fd7e0e..23fa705233d 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultWebSocketHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultWebSocketHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpMessage.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpMessage.java index bf82506e2cb..916944e04ac 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpMessage.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpRequest.java index 74aa092e089..3957f572f21 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpResponse.java index b366e6465dd..8920176bc94 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpRequest.java index af7f3960850..79ca5326fa0 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpResponse.java index 486280e3dbc..e4e8a55c67c 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpRequest.java index ec178f84363..d604ccd0172 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpResponse.java index 27c34df5597..4b48b5978db 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsClientHandler.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsClientHandler.java index cecad54ec65..3a357d2e12d 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsClientHandler.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsClientHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java index e6ecb2abbd0..b83aedd2f09 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsServerHandler.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsServerHandler.java index 337030b278a..9b42b6f2f23 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsServerHandler.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsServerHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpMessage.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpMessage.java index 3a4b1058d91..c9d0eee21ca 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpMessage.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.netty.handler.codec.http.HttpContent; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpRequest.java index 700ed0a3468..dcd8a49314f 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.netty.handler.codec.http.HttpRequest; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpResponse.java index a4b3d12f31f..7fdf166a83b 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.netty.handler.codec.http.HttpResponse; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/WebSocketHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/WebSocketHttpResponse.java index 990f1cf732f..0bc2faf9e61 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/WebSocketHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/WebSocketHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.stream; import io.netty.handler.codec.http.HttpResponse; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/AbstractNettyWebSocketHandler.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/AbstractNettyWebSocketHandler.java index a78533ba4b9..54b2705d42b 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/AbstractNettyWebSocketHandler.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/AbstractNettyWebSocketHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.websocket; import io.micronaut.buffer.netty.NettyByteBufferFactory; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyRxWebSocketSession.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyRxWebSocketSession.java index 39d6f88cd82..64dfd221eb2 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyRxWebSocketSession.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyRxWebSocketSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.websocket; import io.micronaut.core.annotation.Internal; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyServerWebSocketBroadcaster.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyServerWebSocketBroadcaster.java index 0b14ccc1120..526677b9dca 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyServerWebSocketBroadcaster.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyServerWebSocketBroadcaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.websocket; import io.micronaut.context.annotation.Requires; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketMessageEncoder.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketMessageEncoder.java index c7b7b1000d6..1997dec10a7 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketMessageEncoder.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketMessageEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.websocket; import io.micronaut.buffer.netty.NettyByteBufferFactory; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketSessionRepository.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketSessionRepository.java index 363b737d2d5..0c3f2016982 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketSessionRepository.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketSessionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.websocket; import io.netty.channel.group.ChannelGroup; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/package-info.java index 7f4be5dcbc7..a7f40f68042 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty specific classes for WebSocket. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractBufferingHttpContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractBufferingHttpContentProcessor.java index c87e24f29f1..13512facf76 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractBufferingHttpContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractBufferingHttpContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractHttpContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractHttpContentProcessor.java index f947fd868a8..7b4c1536483 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractHttpContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractHttpContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ByteBufDelegate.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ByteBufDelegate.java index c5b4b8cdab6..36a51ba387a 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ByteBufDelegate.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ByteBufDelegate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessor.java index 61f140f05ee..d180de6ae58 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpMessage.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpMessage.java index 1274407c844..b2c01dbdf57 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpMessage.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpResponse.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpResponse.java index c96a130fd47..2babc696803 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpResponse.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateStreamedHttpResponse.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateStreamedHttpResponse.java index b347b3a4a3a..d9360b50aff 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateStreamedHttpResponse.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateStreamedHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentProcessor.java index 0f55443c365..aa1ea3dc7da 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentSubscriberFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentSubscriberFactory.java index 68fe302d3cb..94b0bef3622 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentSubscriberFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentSubscriberFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.http.MediaType; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessor.java index b6477004d74..8b2adb169d2 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.util.Toggleable; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentSubscriberFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentSubscriberFactory.java index 20767d79191..f56c8befdb3 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentSubscriberFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentSubscriberFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; /** diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpDataReference.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpDataReference.java index ab6e7af7471..bde96193644 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpDataReference.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpDataReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyEmbeddedServerInstance.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyEmbeddedServerInstance.java index 1636beb2d4b..1f063c10685 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyEmbeddedServerInstance.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyEmbeddedServerInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.context.annotation.Parameter; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpRequest.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpRequest.java index bc9902c2633..a524f0de49b 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpRequest.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpResponseFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpResponseFactory.java index 2e6d346fa53..771605d09d3 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpResponseFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpResponseFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpServer.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpServer.java index 6eb4aa0db0d..609f1d789b9 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpServer.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyRequestArgumentSatisfier.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyRequestArgumentSatisfier.java index 4a16e0441eb..9dc54b15d0c 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyRequestArgumentSatisfier.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyRequestArgumentSatisfier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.context.annotation.Primary; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java index bb5a2c0809f..002c3e25f7a 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.context.BeanLocator; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/SmartHttpContentCompressor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/SmartHttpContentCompressor.java index b8d099fe347..a81b0e35297 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/SmartHttpContentCompressor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/SmartHttpContentCompressor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/ContextCompletionAwareSubscriber.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/ContextCompletionAwareSubscriber.java index 771cc961ba2..39d27967536 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/ContextCompletionAwareSubscriber.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/ContextCompletionAwareSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.async; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/package-info.java index 470f3a682a4..ebd072e8092 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Asychronous handling. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/CompletableFutureBodyBinder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/CompletableFutureBodyBinder.java index 4f705684c62..abafcd15c3f 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/CompletableFutureBodyBinder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/CompletableFutureBodyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.binders; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/ObservableBodyBinder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/ObservableBodyBinder.java index dd0807292e3..94da542b47d 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/ObservableBodyBinder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/ObservableBodyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.binders; import io.micronaut.context.BeanLocator; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/PublisherBodyBinder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/PublisherBodyBinder.java index 923731bc601..2683f00feac 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/PublisherBodyBinder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/PublisherBodyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.binders; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/SingleBodyBinder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/SingleBodyBinder.java index a4e4164fb15..33525f0e725 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/SingleBodyBinder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/SingleBodyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.binders; import io.micronaut.context.BeanLocator; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/package-info.java index 9f6d0fd509c..a8533738a6c 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty argument binders. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyChannelOptionConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyChannelOptionConverter.java index 52ab28ee1f5..ad03a135e89 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyChannelOptionConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyChannelOptionConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.configuration; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyHttpServerConfiguration.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyHttpServerConfiguration.java index 8ef95eb22c8..8620f3ad211 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyHttpServerConfiguration.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyHttpServerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.configuration; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/package-info.java index e9beec0352b..0c0a49b2008 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty server configurations. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/AttributeConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/AttributeConverter.java index 30f151a069c..fc92ca59fa9 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/AttributeConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/AttributeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufConverters.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufConverters.java index c8e1fa80b38..57c33a04fa7 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufConverters.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufConverters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.converters; import io.micronaut.context.annotation.Bean; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufToObjectConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufToObjectConverter.java index 812594f9590..ae45c82d549 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufToObjectConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufToObjectConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/DuplicateRouteHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/DuplicateRouteHandler.java index 3c02b9d8716..fb8be542f26 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/DuplicateRouteHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/DuplicateRouteHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.converters; import io.micronaut.context.annotation.Primary; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToCompletedFileUploadConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToCompletedFileUploadConverter.java index 8abfd863f13..199fc65cfb0 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToCompletedFileUploadConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToCompletedFileUploadConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToObjectConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToObjectConverter.java index 168b3971eec..92e953e5de2 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToObjectConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToObjectConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToByteArrayConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToByteArrayConverter.java index 1e4573ca697..e8a94fa6e85 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToByteArrayConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToByteArrayConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToStringConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToStringConverter.java index 5fdcafbbd52..7c7d118ce96 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToStringConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToStringConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToArrayConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToArrayConverter.java index 8ec8612954b..3769622f264 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToArrayConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToArrayConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToObjectConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToObjectConverter.java index d6b3995a36c..a50aa8c8568 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToObjectConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToObjectConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/UnsatisfiedRouteHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/UnsatisfiedRouteHandler.java index 507d0564a25..95ffae66e45 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/UnsatisfiedRouteHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/UnsatisfiedRouteHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.converters; import io.micronaut.context.annotation.Primary; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/package-info.java index 8c65199db80..ba5eb120f8a 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty converters for various data types. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/HttpRequestDecoder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/HttpRequestDecoder.java index 162df5e340d..8dea9eae20d 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/HttpRequestDecoder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/HttpRequestDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.decoders; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/package-info.java index 00f8f24081c..b8f80869c49 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty decoders for Micronaut. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/HttpResponseEncoder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/HttpResponseEncoder.java index 1c9209b6a41..c96b8bf89bc 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/HttpResponseEncoder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/HttpResponseEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.encoders; import io.micronaut.buffer.netty.NettyByteBufferFactory; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/package-info.java index 1869e14fcb1..7c0751a662d 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty encoders for the Server. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/ChannelOutboundHandlerFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/ChannelOutboundHandlerFactory.java index 7622caeb4dd..6e23b3075ae 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/ChannelOutboundHandlerFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/ChannelOutboundHandlerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.handler; import io.netty.channel.ChannelOutboundHandler; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/package-info.java index fa8c015a432..e4101907042 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty channel output handling. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonContentProcessor.java index ee8637b9c5a..c20ec9531d7 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.jackson; import com.fasterxml.jackson.core.JsonFactory; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonHttpContentSubscriberFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonHttpContentSubscriberFactory.java index 0f11e113b47..59734feca0a 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonHttpContentSubscriberFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonHttpContentSubscriberFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.jackson; import com.fasterxml.jackson.core.JsonFactory; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewMediaTypeCodecFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewMediaTypeCodecFactory.java index 6874024366a..7e00c0f1ea2 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewMediaTypeCodecFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewMediaTypeCodecFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.jackson; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewServerFilter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewServerFilter.java index 7b73cafc076..2c669bbacdd 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewServerFilter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewServerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.jackson; import com.fasterxml.jackson.annotation.JsonView; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/package-info.java index e712b625e68..4a5bd0ac639 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JSON Jackson content processing. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedFileUpload.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedFileUpload.java index 4867458703a..4ff73c73b73 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedFileUpload.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedFileUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.multipart; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyPartData.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyPartData.java index 82de25a4047..852c47cad32 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyPartData.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyPartData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.multipart; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyStreamingFileUpload.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyStreamingFileUpload.java index 5a82787d63e..c9639daea3b 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyStreamingFileUpload.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyStreamingFileUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.multipart; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/package-info.java index e4ac260cd4b..07030fc0788 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty server multipart upload classes. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/package-info.java index d6cceaae8f9..087d7f5999e 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty server classes for Micronaut. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/NettyServerSslBuilder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/NettyServerSslBuilder.java index 47965991cd0..de5f1fe35d9 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/NettyServerSslBuilder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/NettyServerSslBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.ssl; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/package-info.java index 7fac41012fa..c3bc87bc204 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty SSL. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/DefaultCustomizableResponseTypeHandlerRegistry.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/DefaultCustomizableResponseTypeHandlerRegistry.java index f32999e0644..f5861a1a7d1 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/DefaultCustomizableResponseTypeHandlerRegistry.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/DefaultCustomizableResponseTypeHandlerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.types; import io.micronaut.core.util.CollectionUtils; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseType.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseType.java index 56347bbb138..fe49831c048 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseType.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.types; import io.micronaut.core.annotation.Experimental; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandler.java index b7a11da09b4..7805e1b574b 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.types; import io.micronaut.core.annotation.Experimental; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandlerRegistry.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandlerRegistry.java index 8ce21775c35..c27c83b226f 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandlerRegistry.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandlerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.types; import io.micronaut.core.annotation.Experimental; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyFileCustomizableResponseType.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyFileCustomizableResponseType.java index 2086aea2d1b..9409e80f8cf 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyFileCustomizableResponseType.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyFileCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.types; import io.micronaut.core.annotation.Experimental; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandler.java index 4161d29027d..36499d6c92d 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.types.files; import io.micronaut.http.HttpHeaders; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandlerConfiguration.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandlerConfiguration.java index 1cdea0a12f0..9bb7608c5ae 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandlerConfiguration.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandlerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.types.files; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettyStreamedFileCustomizableResponseType.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettyStreamedFileCustomizableResponseType.java index 79fb9c5b35d..d245caddef9 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettyStreamedFileCustomizableResponseType.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettyStreamedFileCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.types.files; import io.micronaut.http.HttpRequest; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettySystemFileCustomizableResponseType.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettySystemFileCustomizableResponseType.java index 5410f1ea0c2..f67252b2695 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettySystemFileCustomizableResponseType.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettySystemFileCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.types.files; import io.micronaut.http.HttpRequest; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/package-info.java index 014552362e8..671db6fb45f 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty file type and response handling. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/package-info.java index efce30c169b..78ed26c9e74 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty response types. * diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketHandler.java index 4d5009218d7..2a4f8af5b56 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.websocket; import io.micronaut.context.event.ApplicationEventPublisher; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketUpgradeHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketUpgradeHandler.java index fe051962d76..2fda712802f 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketUpgradeHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketUpgradeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.websocket; import io.micronaut.context.event.ApplicationEventPublisher; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/package-info.java index dd8eef62bd7..dca82cd6ac7 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Netty Server WebSocket support classes. * diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/consumes/ConsumesSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/consumes/ConsumesSpec.groovy index 85e967f5efa..06f7a726767 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/consumes/ConsumesSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/consumes/ConsumesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/consumes/TestController.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/consumes/TestController.groovy index 412df1970c2..2e5d68de994 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/consumes/TestController.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/consumes/TestController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy index c5b9b851a67..8282e9644a3 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy index 61bd6845c51..8275615ba4d 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy index ad46b512c1d..6447fc960a1 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/PrimarySpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/PrimarySpec.groovy index ba1fcf3479d..fae6dbfec82 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/PrimarySpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/PrimarySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy index 5bb915d8c8f..3ebd8f75a9b 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/BookController.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/BookController.java index f6063f3c3c6..c3b1afe0dd3 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/BookController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/BookController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.exception; import io.micronaut.context.annotation.Requires; diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/ExceptionHandlerSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/ExceptionHandlerSpec.groovy index 000e656a916..0f7ee2d8c1f 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/ExceptionHandlerSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/ExceptionHandlerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.exception import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockException.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockException.java index 9c5767b4a3a..8c91a60a793 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockException.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockException.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.exception; //tag::clazz[] diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockExceptionHandler.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockExceptionHandler.java index 0a7f0c1e806..c3100d0e562 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockExceptionHandler.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockExceptionHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.exception; import io.micronaut.context.annotation.Requires; diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/AtErrorExceptionHandlerPrecedenceSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/AtErrorExceptionHandlerPrecedenceSpec.groovy index 8a696df552e..74617adffb7 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/AtErrorExceptionHandlerPrecedenceSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/AtErrorExceptionHandlerPrecedenceSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.exception.aterrorexceptionhandlerprecedence import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/BookController.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/BookController.java index 40c41ed3c6b..e97d08e6ce2 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/BookController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/BookController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.exception.aterrorexceptionhandlerprecedence; import io.micronaut.context.annotation.Requires; diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockController.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockController.java index 62074f125e2..912c3b22484 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.exception.aterrorexceptionhandlerprecedence; import io.micronaut.context.annotation.Requires; diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockException.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockException.java index 50c6ef5f95d..361c8b22bc5 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockException.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockException.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.exception.aterrorexceptionhandlerprecedence; public class OutOfStockException extends RuntimeException { diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockExceptionHandler.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockExceptionHandler.java index 4c7e1bda40e..9474d2fbe3f 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockExceptionHandler.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockExceptionHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.exception.aterrorexceptionhandlerprecedence; import io.micronaut.context.annotation.Requires; diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/produces/ProducesSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/produces/ProducesSpec.groovy index 8a9036421cf..5f015126b1a 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/produces/ProducesSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/produces/ProducesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/produces/TestController.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/produces/TestController.groovy index a5b92c5e89a..379c269ebe4 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/produces/TestController.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/produces/TestController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.java b/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.java index 8e5a6c4bc5b..e65b77f9095 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.respondingnotfound; import io.micronaut.context.annotation.Requires; diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksSpec.groovy index ae3117ef074..c879d22c752 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.respondingnotfound import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/writable/TemplateController.java b/http-server-netty/src/test/groovy/io/micronaut/docs/writable/TemplateController.java index 12d288bbec6..645f6a7401d 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/writable/TemplateController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/writable/TemplateController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.writable; //tag::imports[] diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/writable/WritableSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/writable/WritableSpec.groovy index b1691272cfd..d01ae4bcbe9 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/writable/WritableSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/writable/WritableSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.writable import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/health/HeartbeatTaskSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/health/HeartbeatTaskSpec.groovy index d81b76ccd7a..ce5ff57d127 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/health/HeartbeatTaskSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/health/HeartbeatTaskSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/AbstractMicronautSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/AbstractMicronautSpec.groovy index dbf6ff8e23b..817d66feb48 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/AbstractMicronautSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/AbstractMicronautSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/SmartHttpContentCompressorSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/SmartHttpContentCompressorSpec.groovy index 5aa31bf57ec..2cb69651c42 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/SmartHttpContentCompressorSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/SmartHttpContentCompressorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/CookieBindingSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/CookieBindingSpec.groovy index ff8b017caae..69c8cec0925 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/CookieBindingSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/CookieBindingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/DefaultJsonErrorHandlingSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/DefaultJsonErrorHandlingSpec.groovy index ae71be82606..aac0e43c028 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/DefaultJsonErrorHandlingSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/DefaultJsonErrorHandlingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/FormDataBindingSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/FormDataBindingSpec.groovy index 72c8b047393..55f47a7a1ab 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/FormDataBindingSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/FormDataBindingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/HeaderBindingSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/HeaderBindingSpec.groovy index a9caa288a49..cd2e48994d2 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/HeaderBindingSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/HeaderBindingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/HttpResponseSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/HttpResponseSpec.groovy index b9bddd50901..c810a525994 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/HttpResponseSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/HttpResponseSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/JsonBodyBindingSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/JsonBodyBindingSpec.groovy index 14c458b01bf..55149445899 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/JsonBodyBindingSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/JsonBodyBindingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpRequestSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpRequestSpec.groovy index 83c19c22bf7..76ff7f81c6d 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpRequestSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpRequestSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpResponseSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpResponseSpec.groovy index 12ba4742452..4df90f98085 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpResponseSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpResponseSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpServerSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpServerSpec.groovy index 63523906cff..7719358a8d5 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpServerSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/NettyHttpServerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/ParameterBindingSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/ParameterBindingSpec.groovy index a07be3c85da..27ba52c0768 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/ParameterBindingSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/ParameterBindingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/RegexBindingSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/RegexBindingSpec.groovy index e9c0d71857e..2854e436c8d 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/RegexBindingSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/binding/RegexBindingSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.binding import io.micronaut.context.annotation.Requires diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/configuration/MaxHeaderSizeSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/configuration/MaxHeaderSizeSpec.groovy index 11a9b142272..8184f9258bd 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/configuration/MaxHeaderSizeSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/configuration/MaxHeaderSizeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.configuration import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/configuration/NettyHttpServerConfigurationSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/configuration/NettyHttpServerConfigurationSpec.groovy index 6f6a2e168c7..b1c6209b0eb 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/configuration/NettyHttpServerConfigurationSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/configuration/NettyHttpServerConfigurationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/consumes/ConsumesMatchesRouteSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/consumes/ConsumesMatchesRouteSpec.groovy index 779907f25ad..cfdbd0fed85 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/consumes/ConsumesMatchesRouteSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/consumes/ConsumesMatchesRouteSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.consumes import io.micronaut.context.annotation.Requires diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/consumes/ContentTypeHeaderSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/consumes/ContentTypeHeaderSpec.groovy index f748908c432..1d68681f073 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/consumes/ContentTypeHeaderSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/consumes/ContentTypeHeaderSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.consumes import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/context/ServerRequestContextSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/context/ServerRequestContextSpec.groovy index 671611e4393..2c0a7cb2ff1 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/context/ServerRequestContextSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/context/ServerRequestContextSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.context import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/converters/ConverterRegistrySpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/converters/ConverterRegistrySpec.groovy index 6a62b20ad5c..53638dee3d6 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/converters/ConverterRegistrySpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/converters/ConverterRegistrySpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.converters import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/cors/CorsFilterSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/cors/CorsFilterSpec.groovy index fd0557e3b68..c02406bbcbb 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/cors/CorsFilterSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/cors/CorsFilterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/cors/NettyCorsSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/cors/NettyCorsSpec.groovy index ef17aa5f66a..6435c5204a2 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/cors/NettyCorsSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/cors/NettyCorsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/errors/ErrorSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/errors/ErrorSpec.groovy index 96f4b5d13be..00ad7da4a94 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/errors/ErrorSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/errors/ErrorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/errors/HttpStatusExceptionSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/errors/HttpStatusExceptionSpec.groovy index 888ab8c68d1..6ac70606a3b 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/errors/HttpStatusExceptionSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/errors/HttpStatusExceptionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.errors import groovy.json.JsonSlurper diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/FirstFilter.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/FirstFilter.java index 364679c3cbb..5bd86fe7372 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/FirstFilter.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/FirstFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/HttpFilterSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/HttpFilterSpec.groovy index 09c4d5d9109..1f30f5f4c30 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/HttpFilterSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/HttpFilterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecondFilter.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecondFilter.java index 6b252850207..639f67e3430 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecondFilter.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecondFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecureController.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecureController.java index 6ec9f101382..1b4959d6960 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecureController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecureController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestReactiveFilter.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestReactiveFilter.java index 2aa3b6c89cd..9211675c777 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestReactiveFilter.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestReactiveFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestSecurityFilter.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestSecurityFilter.java index 79376ce9779..f57255c55d5 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestSecurityFilter.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestSecurityFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewController.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewController.groovy index 360202ff6b5..2e9cb71e758 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewController.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.jackson import com.fasterxml.jackson.annotation.JsonView diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewServerFilterSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewServerFilterSpec.groovy index d4b86ba241d..5ed7cf1eb2b 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewServerFilterSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewServerFilterSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.jackson import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewSetupSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewSetupSpec.groovy index 37ac085420a..32d0f034167 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewSetupSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewSetupSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/TestModel.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/TestModel.groovy index 7d49e094240..49f54fe608d 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/TestModel.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/TestModel.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.jackson import com.fasterxml.jackson.annotation.JsonView diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/Views.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/Views.groovy index 9bff6163575..88fc69389a1 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/Views.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/Views.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.jackson class Views { diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/Foo.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/Foo.java index 107261ec4b3..89e33c410d6 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/Foo.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterBindingSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterBindingSpec.groovy index 7eff5e89a74..c0dbe47f5e4 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterBindingSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterBindingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterController.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterController.java index 8b735746bf1..4f917d051c6 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ResponseController.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ResponseController.java index e13467ad6c7..5b0c985d57a 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ResponseController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ResponseController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/redirect/RedirectSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/redirect/RedirectSpec.groovy index 460ed97850f..a09896248e6 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/redirect/RedirectSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/redirect/RedirectSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/resources/StaticResourceResolutionSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/resources/StaticResourceResolutionSpec.groovy index 8d26aedeb5a..e76cd400bc8 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/resources/StaticResourceResolutionSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/resources/StaticResourceResolutionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.resources import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/sse/FluxEventSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/sse/FluxEventSpec.groovy index b35d739fe70..5cd3270c7ab 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/sse/FluxEventSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/sse/FluxEventSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.sse import io.micronaut.http.HttpRequest diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/sse/ServerSentEventSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/sse/ServerSentEventSpec.groovy index 37497ab0be7..224f356eaf3 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/sse/ServerSentEventSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/sse/ServerSentEventSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/CustomStaticMappingGlobalSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/CustomStaticMappingGlobalSpec.groovy index 242e6b0a19f..41dc0ed150a 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/CustomStaticMappingGlobalSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/CustomStaticMappingGlobalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/CustomStaticMappingLocalSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/CustomStaticMappingLocalSpec.groovy index 31778ee6f55..31fb27f751f 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/CustomStaticMappingLocalSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/CustomStaticMappingLocalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/stream/JsonStreamSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/stream/JsonStreamSpec.groovy index c0f1a83cb73..2e6edb7792f 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/stream/JsonStreamSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/stream/JsonStreamSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/types/FileTypeHandlerSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/types/FileTypeHandlerSpec.groovy index 78270cc1cc5..ad0fa7ceadb 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/types/FileTypeHandlerSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/types/FileTypeHandlerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/types/SslFileTypeHandlerSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/types/SslFileTypeHandlerSpec.groovy index ab6efe8ff06..a7136f2d43c 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/types/SslFileTypeHandlerSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/types/SslFileTypeHandlerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatClientWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatClientWebSocket.java index 2a94da3bb16..dffa697a56e 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatClientWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatClientWebSocket.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket; import io.micronaut.websocket.WebSocketSession; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatServerWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatServerWebSocket.java index abbff5b9093..9951d5a308e 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatServerWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatServerWebSocket.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket; import io.micronaut.websocket.WebSocketSession; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryWebSocketSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryWebSocketSpec.groovy index 7cd866f82be..c5127c860d3 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryWebSocketSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryWebSocketSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatClientWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatClientWebSocket.java index 2a682e705f2..95a17b59d6d 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatClientWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatClientWebSocket.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket; // tag::imports[] diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatServerWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatServerWebSocket.java index 12697fc0dda..f08bc92a17b 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatServerWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatServerWebSocket.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket; import io.micronaut.websocket.WebSocketBroadcaster; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/Message.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/Message.java index 3000d245642..17afb30a163 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/Message.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/Message.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket; import java.util.Objects; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoChatClientWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoChatClientWebSocket.java index 1a08e642da7..f70e3d20f22 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoChatClientWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoChatClientWebSocket.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket; import io.micronaut.websocket.annotation.ClientWebSocket; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoWebSocketSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoWebSocketSpec.groovy index 198021bbd80..a0a0721a644 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoWebSocketSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoWebSocketSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java index a991d305506..d62dd00efb0 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket; import io.micronaut.websocket.WebSocketBroadcaster; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/SimpleTextWebSocketSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/SimpleTextWebSocketSpec.groovy index d9e2ed9c7bc..fd40df75386 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/SimpleTextWebSocketSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/SimpleTextWebSocketSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/WebSocketErrorsSpec.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/WebSocketErrorsSpec.groovy index be7e19e41cd..ac395b969f0 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/WebSocketErrorsSpec.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/WebSocketErrorsSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket import io.micronaut.context.ApplicationContext diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/ErrorsClient.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/ErrorsClient.java index d3ec38a97c0..7d2065aca92 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/ErrorsClient.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/ErrorsClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket.errors; import io.micronaut.websocket.CloseReason; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocket.java index 7443d1d7eb3..c47af9237d1 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocket.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket.errors; import io.micronaut.websocket.annotation.OnClose; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocketWithOnError.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocketWithOnError.java index 9730d78b6c6..4a76bb3d141 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocketWithOnError.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocketWithOnError.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket.errors; import io.micronaut.websocket.CloseReason; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/TimeoutErrorSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/TimeoutErrorSocket.java index 0faf816e7a3..ce75c49cd7d 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/TimeoutErrorSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/TimeoutErrorSocket.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket.errors; import io.micronaut.websocket.annotation.OnClose; diff --git a/http-server/src/main/java/io/micronaut/http/server/HttpServerConfiguration.java b/http-server/src/main/java/io/micronaut/http/server/HttpServerConfiguration.java index b527f7b2a3a..77498f21061 100644 --- a/http-server/src/main/java/io/micronaut/http/server/HttpServerConfiguration.java +++ b/http-server/src/main/java/io/micronaut/http/server/HttpServerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/http-server/src/main/java/io/micronaut/http/server/binding/RequestArgumentSatisfier.java b/http-server/src/main/java/io/micronaut/http/server/binding/RequestArgumentSatisfier.java index 6e69ce95da9..a2631735cff 100644 --- a/http-server/src/main/java/io/micronaut/http/server/binding/RequestArgumentSatisfier.java +++ b/http-server/src/main/java/io/micronaut/http/server/binding/RequestArgumentSatisfier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.binding; import io.micronaut.core.annotation.Internal; diff --git a/http-server/src/main/java/io/micronaut/http/server/binding/package-info.java b/http-server/src/main/java/io/micronaut/http/server/binding/package-info.java index 7e63eeb85e9..ecfa6a5ee85 100644 --- a/http-server/src/main/java/io/micronaut/http/server/binding/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/binding/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP server request binding. * diff --git a/http-server/src/main/java/io/micronaut/http/server/codec/TextStreamCodec.java b/http-server/src/main/java/io/micronaut/http/server/codec/TextStreamCodec.java index 382811dc577..a3f6254b60c 100644 --- a/http-server/src/main/java/io/micronaut/http/server/codec/TextStreamCodec.java +++ b/http-server/src/main/java/io/micronaut/http/server/codec/TextStreamCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.codec; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/http-server/src/main/java/io/micronaut/http/server/codec/package-info.java b/http-server/src/main/java/io/micronaut/http/server/codec/package-info.java index 20be102e657..c7a55b3167f 100644 --- a/http-server/src/main/java/io/micronaut/http/server/codec/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/codec/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP encoders. * diff --git a/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextFilter.java b/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextFilter.java index 6af21ec6bf5..09374fccdc4 100644 --- a/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextFilter.java +++ b/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.context; import io.micronaut.core.annotation.Internal; diff --git a/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextInstrumentation.java b/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextInstrumentation.java index a587bc801db..467642369b2 100644 --- a/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextInstrumentation.java +++ b/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextInstrumentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.context; import io.micronaut.context.event.BeanCreatedEvent; diff --git a/http-server/src/main/java/io/micronaut/http/server/context/package-info.java b/http-server/src/main/java/io/micronaut/http/server/context/package-info.java index b689f5a42e7..13eb19b9182 100644 --- a/http-server/src/main/java/io/micronaut/http/server/context/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/context/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Support classes for binding the {@link io.micronaut.http.context.ServerRequestContext}. * diff --git a/http-server/src/main/java/io/micronaut/http/server/cors/CorsFilter.java b/http-server/src/main/java/io/micronaut/http/server/cors/CorsFilter.java index ed0a8522af1..566cbf728bf 100644 --- a/http-server/src/main/java/io/micronaut/http/server/cors/CorsFilter.java +++ b/http-server/src/main/java/io/micronaut/http/server/cors/CorsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.cors; import static io.micronaut.http.HttpHeaders.ACCESS_CONTROL_ALLOW_CREDENTIALS; diff --git a/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConfiguration.java b/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConfiguration.java index 7578bb9dff8..b88debaaff5 100644 --- a/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConfiguration.java +++ b/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.cors; import io.micronaut.http.HttpMethod; diff --git a/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConverter.java b/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConverter.java index 8c3d9699e40..78c80cccf04 100644 --- a/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConverter.java +++ b/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.cors; import io.micronaut.core.convert.ConversionContext; diff --git a/http-server/src/main/java/io/micronaut/http/server/cors/CorsUtil.java b/http-server/src/main/java/io/micronaut/http/server/cors/CorsUtil.java index 6de2f1fd1b0..4a9a67ed9f7 100644 --- a/http-server/src/main/java/io/micronaut/http/server/cors/CorsUtil.java +++ b/http-server/src/main/java/io/micronaut/http/server/cors/CorsUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.cors; import static io.micronaut.http.HttpHeaders.ACCESS_CONTROL_REQUEST_METHOD; diff --git a/http-server/src/main/java/io/micronaut/http/server/cors/package-info.java b/http-server/src/main/java/io/micronaut/http/server/cors/package-info.java index c276b907e1c..8c1a2215f2c 100644 --- a/http-server/src/main/java/io/micronaut/http/server/cors/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/cors/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/ContentLengthExceededHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/ContentLengthExceededHandler.java index 247a2dd7936..7725009cca8 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/ContentLengthExceededHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/ContentLengthExceededHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.exceptions; import io.micronaut.context.annotation.Primary; diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/ConversionErrorHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/ConversionErrorHandler.java index 4e81b6f914c..fba1b6c9137 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/ConversionErrorHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/ConversionErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.exceptions; import io.micronaut.context.annotation.Primary; diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/ExceptionHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/ExceptionHandler.java index c4d7956eb7d..32ebb839fc5 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/ExceptionHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/ExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.exceptions; import io.micronaut.http.HttpRequest; diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpServerException.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpServerException.java index 89d69dfc5fb..aced8f89f29 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpServerException.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpServerException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.exceptions; import io.micronaut.http.exceptions.HttpException; diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpStatusHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpStatusHandler.java index 030f4c47e7e..9a8a7876ef8 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpStatusHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpStatusHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.exceptions; import io.micronaut.context.annotation.Primary; diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/InternalServerException.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/InternalServerException.java index bc579e6e5cf..7f42a7f431f 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/InternalServerException.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/InternalServerException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.exceptions; /** diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/JsonExceptionHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/JsonExceptionHandler.java index 87b76ab44ee..821886a42a8 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/JsonExceptionHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/JsonExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.exceptions; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/ServerStartupException.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/ServerStartupException.java index e86ae1a27f5..8363d658fea 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/ServerStartupException.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/ServerStartupException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.exceptions; /** diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/UnsatisfiedArgumentHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/UnsatisfiedArgumentHandler.java index 60d703ba8a7..9e82b5f70e4 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/UnsatisfiedArgumentHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/UnsatisfiedArgumentHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.exceptions; import io.micronaut.core.bind.exceptions.UnsatisfiedArgumentException; diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/package-info.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/package-info.java index 80cedfef37a..18ca4d5b691 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP server exceptions. * diff --git a/http-server/src/main/java/io/micronaut/http/server/package-info.java b/http-server/src/main/java/io/micronaut/http/server/package-info.java index aa359668472..4d1b93bb6b5 100644 --- a/http-server/src/main/java/io/micronaut/http/server/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP server configuration. * diff --git a/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseType.java b/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseType.java index 3e328333f1d..90843339b84 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseType.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.types; import io.micronaut.http.MutableHttpResponse; diff --git a/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseTypeException.java b/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseTypeException.java index b32267276f2..cea11acb5c9 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseTypeException.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.types; /** diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/AttachedFile.java b/http-server/src/main/java/io/micronaut/http/server/types/files/AttachedFile.java index 753cd66f92b..6d610eec650 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/AttachedFile.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/AttachedFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.types.files; import io.micronaut.http.HttpHeaders; diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/FileCustomizableResponseType.java b/http-server/src/main/java/io/micronaut/http/server/types/files/FileCustomizableResponseType.java index ad619b18aed..b93ecbb8735 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/FileCustomizableResponseType.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/FileCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.types.files; import io.micronaut.core.annotation.Experimental; diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/StreamedFile.java b/http-server/src/main/java/io/micronaut/http/server/types/files/StreamedFile.java index 763cbc2e924..497567bb271 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/StreamedFile.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/StreamedFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.types.files; import io.micronaut.http.HttpHeaders; diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFile.java b/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFile.java index f575c41adff..2875fbb6c0f 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFile.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.types.files; import io.micronaut.http.HttpHeaders; diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFileCustomizableResponseType.java b/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFileCustomizableResponseType.java index e509658a2a8..ef810ab8b25 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFileCustomizableResponseType.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFileCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.types.files; import io.micronaut.http.MediaType; diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/package-info.java b/http-server/src/main/java/io/micronaut/http/server/types/files/package-info.java index 4277a7b2d83..f8eb282b256 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Special file type handlers. * diff --git a/http-server/src/main/java/io/micronaut/http/server/types/package-info.java b/http-server/src/main/java/io/micronaut/http/server/types/package-info.java index d82c30a7cba..d046e465ce6 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP server customizable response type. * diff --git a/http-server/src/main/java/io/micronaut/http/server/websocket/ServerWebSocketProcessor.java b/http-server/src/main/java/io/micronaut/http/server/websocket/ServerWebSocketProcessor.java index 91e37534f10..26871a8a4a1 100644 --- a/http-server/src/main/java/io/micronaut/http/server/websocket/ServerWebSocketProcessor.java +++ b/http-server/src/main/java/io/micronaut/http/server/websocket/ServerWebSocketProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.websocket; import io.micronaut.context.ExecutionHandleLocator; diff --git a/http/src/main/java/io/micronaut/http/DefaultHttpFactories.java b/http/src/main/java/io/micronaut/http/DefaultHttpFactories.java index e48bd315b01..807493be347 100644 --- a/http/src/main/java/io/micronaut/http/DefaultHttpFactories.java +++ b/http/src/main/java/io/micronaut/http/DefaultHttpFactories.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.core.annotation.Internal; diff --git a/http/src/main/java/io/micronaut/http/HttpAttributes.java b/http/src/main/java/io/micronaut/http/HttpAttributes.java index d793209c28b..8cc5b276bbc 100644 --- a/http/src/main/java/io/micronaut/http/HttpAttributes.java +++ b/http/src/main/java/io/micronaut/http/HttpAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; /** diff --git a/http/src/main/java/io/micronaut/http/HttpHeaderValues.java b/http/src/main/java/io/micronaut/http/HttpHeaderValues.java index dfaceec9498..8ecc02b1f8f 100644 --- a/http/src/main/java/io/micronaut/http/HttpHeaderValues.java +++ b/http/src/main/java/io/micronaut/http/HttpHeaderValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; /** diff --git a/http/src/main/java/io/micronaut/http/HttpHeaders.java b/http/src/main/java/io/micronaut/http/HttpHeaders.java index 8fe2096e1b0..116ec58177c 100644 --- a/http/src/main/java/io/micronaut/http/HttpHeaders.java +++ b/http/src/main/java/io/micronaut/http/HttpHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.core.convert.ConversionService; diff --git a/http/src/main/java/io/micronaut/http/HttpMessage.java b/http/src/main/java/io/micronaut/http/HttpMessage.java index 4a2eeaec939..4a70e6e5bc3 100644 --- a/http/src/main/java/io/micronaut/http/HttpMessage.java +++ b/http/src/main/java/io/micronaut/http/HttpMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.core.attr.MutableAttributeHolder; diff --git a/http/src/main/java/io/micronaut/http/HttpMessageWrapper.java b/http/src/main/java/io/micronaut/http/HttpMessageWrapper.java index 882da23da8a..6eb4e208864 100644 --- a/http/src/main/java/io/micronaut/http/HttpMessageWrapper.java +++ b/http/src/main/java/io/micronaut/http/HttpMessageWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.core.convert.value.MutableConvertibleValues; diff --git a/http/src/main/java/io/micronaut/http/HttpMethod.java b/http/src/main/java/io/micronaut/http/HttpMethod.java index 35e60e17ceb..d41882f0822 100644 --- a/http/src/main/java/io/micronaut/http/HttpMethod.java +++ b/http/src/main/java/io/micronaut/http/HttpMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; /** diff --git a/http/src/main/java/io/micronaut/http/HttpParameters.java b/http/src/main/java/io/micronaut/http/HttpParameters.java index 4bbc614abaf..ff1972bb949 100644 --- a/http/src/main/java/io/micronaut/http/HttpParameters.java +++ b/http/src/main/java/io/micronaut/http/HttpParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.core.convert.value.ConvertibleMultiValues; diff --git a/http/src/main/java/io/micronaut/http/HttpRequest.java b/http/src/main/java/io/micronaut/http/HttpRequest.java index f565229cc9e..9873912864b 100644 --- a/http/src/main/java/io/micronaut/http/HttpRequest.java +++ b/http/src/main/java/io/micronaut/http/HttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.http.cookie.Cookies; diff --git a/http/src/main/java/io/micronaut/http/HttpRequestFactory.java b/http/src/main/java/io/micronaut/http/HttpRequestFactory.java index 4d92f6884f7..cca715baa45 100644 --- a/http/src/main/java/io/micronaut/http/HttpRequestFactory.java +++ b/http/src/main/java/io/micronaut/http/HttpRequestFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; /** diff --git a/http/src/main/java/io/micronaut/http/HttpRequestWrapper.java b/http/src/main/java/io/micronaut/http/HttpRequestWrapper.java index 46df67ae9db..fcc3a697780 100644 --- a/http/src/main/java/io/micronaut/http/HttpRequestWrapper.java +++ b/http/src/main/java/io/micronaut/http/HttpRequestWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.http.cookie.Cookies; diff --git a/http/src/main/java/io/micronaut/http/HttpResponse.java b/http/src/main/java/io/micronaut/http/HttpResponse.java index 25e328af4f0..8e6459462a1 100644 --- a/http/src/main/java/io/micronaut/http/HttpResponse.java +++ b/http/src/main/java/io/micronaut/http/HttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.http.exceptions.UriSyntaxException; diff --git a/http/src/main/java/io/micronaut/http/HttpResponseFactory.java b/http/src/main/java/io/micronaut/http/HttpResponseFactory.java index 314a28fb392..c820bd22fab 100644 --- a/http/src/main/java/io/micronaut/http/HttpResponseFactory.java +++ b/http/src/main/java/io/micronaut/http/HttpResponseFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; /** diff --git a/http/src/main/java/io/micronaut/http/HttpResponseProvider.java b/http/src/main/java/io/micronaut/http/HttpResponseProvider.java index 2c4b33e3c7f..da35453a33e 100644 --- a/http/src/main/java/io/micronaut/http/HttpResponseProvider.java +++ b/http/src/main/java/io/micronaut/http/HttpResponseProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; /** diff --git a/http/src/main/java/io/micronaut/http/HttpResponseWrapper.java b/http/src/main/java/io/micronaut/http/HttpResponseWrapper.java index 49872dd7e41..4dc18c89b6c 100644 --- a/http/src/main/java/io/micronaut/http/HttpResponseWrapper.java +++ b/http/src/main/java/io/micronaut/http/HttpResponseWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; /** diff --git a/http/src/main/java/io/micronaut/http/HttpStatus.java b/http/src/main/java/io/micronaut/http/HttpStatus.java index 3d8033e9ac8..ed7acb5aa4b 100644 --- a/http/src/main/java/io/micronaut/http/HttpStatus.java +++ b/http/src/main/java/io/micronaut/http/HttpStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import java.util.Collections; diff --git a/http/src/main/java/io/micronaut/http/MediaType.java b/http/src/main/java/io/micronaut/http/MediaType.java index 03d5af995fd..47660a2d378 100644 --- a/http/src/main/java/io/micronaut/http/MediaType.java +++ b/http/src/main/java/io/micronaut/http/MediaType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.core.convert.ConversionService; diff --git a/http/src/main/java/io/micronaut/http/MediaTypeConverter.java b/http/src/main/java/io/micronaut/http/MediaTypeConverter.java index a3881a03288..b394548b2be 100644 --- a/http/src/main/java/io/micronaut/http/MediaTypeConverter.java +++ b/http/src/main/java/io/micronaut/http/MediaTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.core.convert.ConversionContext; diff --git a/http/src/main/java/io/micronaut/http/MutableHttpHeaders.java b/http/src/main/java/io/micronaut/http/MutableHttpHeaders.java index 36d4f6e3097..38ea49db89c 100644 --- a/http/src/main/java/io/micronaut/http/MutableHttpHeaders.java +++ b/http/src/main/java/io/micronaut/http/MutableHttpHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.core.type.MutableHeaders; diff --git a/http/src/main/java/io/micronaut/http/MutableHttpMessage.java b/http/src/main/java/io/micronaut/http/MutableHttpMessage.java index 07eb530c27a..ccc759e66d2 100644 --- a/http/src/main/java/io/micronaut/http/MutableHttpMessage.java +++ b/http/src/main/java/io/micronaut/http/MutableHttpMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import java.util.Base64; diff --git a/http/src/main/java/io/micronaut/http/MutableHttpParameters.java b/http/src/main/java/io/micronaut/http/MutableHttpParameters.java index df7d82d3fc7..5b35a61246f 100644 --- a/http/src/main/java/io/micronaut/http/MutableHttpParameters.java +++ b/http/src/main/java/io/micronaut/http/MutableHttpParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import java.util.Collections; diff --git a/http/src/main/java/io/micronaut/http/MutableHttpRequest.java b/http/src/main/java/io/micronaut/http/MutableHttpRequest.java index 627ee9a895d..d7bdc7afa40 100644 --- a/http/src/main/java/io/micronaut/http/MutableHttpRequest.java +++ b/http/src/main/java/io/micronaut/http/MutableHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.core.util.ArrayUtils; diff --git a/http/src/main/java/io/micronaut/http/MutableHttpResponse.java b/http/src/main/java/io/micronaut/http/MutableHttpResponse.java index 3605a6844ed..b8b5988e39a 100644 --- a/http/src/main/java/io/micronaut/http/MutableHttpResponse.java +++ b/http/src/main/java/io/micronaut/http/MutableHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http; import io.micronaut.http.cookie.Cookie; diff --git a/http/src/main/java/io/micronaut/http/annotation/Body.java b/http/src/main/java/io/micronaut/http/annotation/Body.java index f9223e8f19c..c95482aa409 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Body.java +++ b/http/src/main/java/io/micronaut/http/annotation/Body.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Consumes.java b/http/src/main/java/io/micronaut/http/annotation/Consumes.java index 78f2721ad60..4db86e6bc74 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Consumes.java +++ b/http/src/main/java/io/micronaut/http/annotation/Consumes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import io.micronaut.http.MediaType; diff --git a/http/src/main/java/io/micronaut/http/annotation/Controller.java b/http/src/main/java/io/micronaut/http/annotation/Controller.java index 0e375a938b3..ef4b89c68ee 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Controller.java +++ b/http/src/main/java/io/micronaut/http/annotation/Controller.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/CookieValue.java b/http/src/main/java/io/micronaut/http/annotation/CookieValue.java index 15fdbfe95bb..b37c74dd9b2 100644 --- a/http/src/main/java/io/micronaut/http/annotation/CookieValue.java +++ b/http/src/main/java/io/micronaut/http/annotation/CookieValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Delete.java b/http/src/main/java/io/micronaut/http/annotation/Delete.java index 44feae83804..71d64ccf11f 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Delete.java +++ b/http/src/main/java/io/micronaut/http/annotation/Delete.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Error.java b/http/src/main/java/io/micronaut/http/annotation/Error.java index 6aa6078b0c8..dad9c24a855 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Error.java +++ b/http/src/main/java/io/micronaut/http/annotation/Error.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Filter.java b/http/src/main/java/io/micronaut/http/annotation/Filter.java index c2ba10961a4..107a02afca4 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Filter.java +++ b/http/src/main/java/io/micronaut/http/annotation/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Get.java b/http/src/main/java/io/micronaut/http/annotation/Get.java index 0d2377e225a..defce998b10 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Get.java +++ b/http/src/main/java/io/micronaut/http/annotation/Get.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Head.java b/http/src/main/java/io/micronaut/http/annotation/Head.java index 74a06016989..e6d61a66298 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Head.java +++ b/http/src/main/java/io/micronaut/http/annotation/Head.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Header.java b/http/src/main/java/io/micronaut/http/annotation/Header.java index 0419885e041..201b110ca07 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Header.java +++ b/http/src/main/java/io/micronaut/http/annotation/Header.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Headers.java b/http/src/main/java/io/micronaut/http/annotation/Headers.java index 7a72fa5d32f..b99bafcaae6 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Headers.java +++ b/http/src/main/java/io/micronaut/http/annotation/Headers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import java.lang.annotation.Documented; diff --git a/http/src/main/java/io/micronaut/http/annotation/HttpMethodMapping.java b/http/src/main/java/io/micronaut/http/annotation/HttpMethodMapping.java index 0023034afe4..033187f4edf 100644 --- a/http/src/main/java/io/micronaut/http/annotation/HttpMethodMapping.java +++ b/http/src/main/java/io/micronaut/http/annotation/HttpMethodMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Options.java b/http/src/main/java/io/micronaut/http/annotation/Options.java index b55c027a2f8..90b26977ab5 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Options.java +++ b/http/src/main/java/io/micronaut/http/annotation/Options.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Part.java b/http/src/main/java/io/micronaut/http/annotation/Part.java index c17117064c5..3b7580eca95 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Part.java +++ b/http/src/main/java/io/micronaut/http/annotation/Part.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Patch.java b/http/src/main/java/io/micronaut/http/annotation/Patch.java index 8b2b59ab885..07aa88dc822 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Patch.java +++ b/http/src/main/java/io/micronaut/http/annotation/Patch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Post.java b/http/src/main/java/io/micronaut/http/annotation/Post.java index e7fd24237d2..cc30b42fdf2 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Post.java +++ b/http/src/main/java/io/micronaut/http/annotation/Post.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Produces.java b/http/src/main/java/io/micronaut/http/annotation/Produces.java index 8542834206d..3eef6ac2154 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Produces.java +++ b/http/src/main/java/io/micronaut/http/annotation/Produces.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Put.java b/http/src/main/java/io/micronaut/http/annotation/Put.java index 2b5b9269bc2..209007df4ee 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Put.java +++ b/http/src/main/java/io/micronaut/http/annotation/Put.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/QueryValue.java b/http/src/main/java/io/micronaut/http/annotation/QueryValue.java index 7f9a2dedb4b..a011e59917f 100644 --- a/http/src/main/java/io/micronaut/http/annotation/QueryValue.java +++ b/http/src/main/java/io/micronaut/http/annotation/QueryValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/Status.java b/http/src/main/java/io/micronaut/http/annotation/Status.java index 7f951e12da7..62f4cc573c4 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Status.java +++ b/http/src/main/java/io/micronaut/http/annotation/Status.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import io.micronaut.http.HttpStatus; diff --git a/http/src/main/java/io/micronaut/http/annotation/Trace.java b/http/src/main/java/io/micronaut/http/annotation/Trace.java index e0188d6e420..38577c0c52b 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Trace.java +++ b/http/src/main/java/io/micronaut/http/annotation/Trace.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/http/src/main/java/io/micronaut/http/annotation/UriMapping.java b/http/src/main/java/io/micronaut/http/annotation/UriMapping.java index ebc6b82468a..fbda961838e 100644 --- a/http/src/main/java/io/micronaut/http/annotation/UriMapping.java +++ b/http/src/main/java/io/micronaut/http/annotation/UriMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import java.lang.annotation.Documented; diff --git a/http/src/main/java/io/micronaut/http/annotation/package-info.java b/http/src/main/java/io/micronaut/http/annotation/package-info.java index 9def1b5d75a..ea13f49ed49 100644 --- a/http/src/main/java/io/micronaut/http/annotation/package-info.java +++ b/http/src/main/java/io/micronaut/http/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP annotations representing various requests types that are received. * diff --git a/http/src/main/java/io/micronaut/http/bind/DefaultRequestBinderRegistry.java b/http/src/main/java/io/micronaut/http/bind/DefaultRequestBinderRegistry.java index 2899b0d72e0..30de6b0e052 100644 --- a/http/src/main/java/io/micronaut/http/bind/DefaultRequestBinderRegistry.java +++ b/http/src/main/java/io/micronaut/http/bind/DefaultRequestBinderRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind; import io.micronaut.core.bind.ArgumentBinder; diff --git a/http/src/main/java/io/micronaut/http/bind/RequestBinderRegistry.java b/http/src/main/java/io/micronaut/http/bind/RequestBinderRegistry.java index 8ea22e64396..d2e6a2d7718 100644 --- a/http/src/main/java/io/micronaut/http/bind/RequestBinderRegistry.java +++ b/http/src/main/java/io/micronaut/http/bind/RequestBinderRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind; import io.micronaut.core.bind.ArgumentBinderRegistry; diff --git a/http/src/main/java/io/micronaut/http/bind/binders/AnnotatedRequestArgumentBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/AnnotatedRequestArgumentBinder.java index 91ebfb1eb1e..c5a0e91ccfa 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/AnnotatedRequestArgumentBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/AnnotatedRequestArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind.binders; import io.micronaut.core.bind.ArgumentBinder; diff --git a/http/src/main/java/io/micronaut/http/bind/binders/BodyArgumentBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/BodyArgumentBinder.java index 3f0ff31413b..bbf2d23580d 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/BodyArgumentBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/BodyArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind.binders; import io.micronaut.http.annotation.Body; diff --git a/http/src/main/java/io/micronaut/http/bind/binders/CookieAnnotationBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/CookieAnnotationBinder.java index 20e952a61c2..fbe8e6ee125 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/CookieAnnotationBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/CookieAnnotationBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind.binders; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/http/src/main/java/io/micronaut/http/bind/binders/DefaultBodyAnnotationBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/DefaultBodyAnnotationBinder.java index 00ed8089e47..57c3c670352 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/DefaultBodyAnnotationBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/DefaultBodyAnnotationBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind.binders; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/http/src/main/java/io/micronaut/http/bind/binders/HeaderAnnotationBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/HeaderAnnotationBinder.java index 49d915097ae..923ebb61251 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/HeaderAnnotationBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/HeaderAnnotationBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind.binders; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/http/src/main/java/io/micronaut/http/bind/binders/NonBlockingBodyArgumentBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/NonBlockingBodyArgumentBinder.java index 4e30480219d..4bf551f57f0 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/NonBlockingBodyArgumentBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/NonBlockingBodyArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind.binders; /** diff --git a/http/src/main/java/io/micronaut/http/bind/binders/ParameterAnnotationBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/ParameterAnnotationBinder.java index 8b7c81a09e6..12a5add764b 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/ParameterAnnotationBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/ParameterAnnotationBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind.binders; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/http/src/main/java/io/micronaut/http/bind/binders/RequestArgumentBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/RequestArgumentBinder.java index b040aa11c2c..a5c308c654f 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/RequestArgumentBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/RequestArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind.binders; import io.micronaut.core.annotation.Indexed; diff --git a/http/src/main/java/io/micronaut/http/bind/binders/TypedRequestArgumentBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/TypedRequestArgumentBinder.java index 8ecb2de6ec6..c8f97cd3cba 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/TypedRequestArgumentBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/TypedRequestArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind.binders; import io.micronaut.core.bind.TypeArgumentBinder; diff --git a/http/src/main/java/io/micronaut/http/bind/binders/package-info.java b/http/src/main/java/io/micronaut/http/bind/binders/package-info.java index db94cfd25ae..77cdc3fc505 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/package-info.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP server request binding annotation for various request types. * diff --git a/http/src/main/java/io/micronaut/http/bind/package-info.java b/http/src/main/java/io/micronaut/http/bind/package-info.java index f2fe757889f..66e0b62bc32 100644 --- a/http/src/main/java/io/micronaut/http/bind/package-info.java +++ b/http/src/main/java/io/micronaut/http/bind/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes specific to binding request data to methods. * diff --git a/http/src/main/java/io/micronaut/http/codec/CodecConfiguration.java b/http/src/main/java/io/micronaut/http/codec/CodecConfiguration.java index 8a8369a644e..1529d1d3722 100644 --- a/http/src/main/java/io/micronaut/http/codec/CodecConfiguration.java +++ b/http/src/main/java/io/micronaut/http/codec/CodecConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.codec; import io.micronaut.context.annotation.EachProperty; diff --git a/http/src/main/java/io/micronaut/http/codec/CodecException.java b/http/src/main/java/io/micronaut/http/codec/CodecException.java index cb9b8bd3c8b..dcfb0ecf6fd 100644 --- a/http/src/main/java/io/micronaut/http/codec/CodecException.java +++ b/http/src/main/java/io/micronaut/http/codec/CodecException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.codec; import io.micronaut.http.exceptions.HttpException; diff --git a/http/src/main/java/io/micronaut/http/codec/DefaultMediaTypeCodecRegistry.java b/http/src/main/java/io/micronaut/http/codec/DefaultMediaTypeCodecRegistry.java index 1051d6ab773..8d5760ce635 100644 --- a/http/src/main/java/io/micronaut/http/codec/DefaultMediaTypeCodecRegistry.java +++ b/http/src/main/java/io/micronaut/http/codec/DefaultMediaTypeCodecRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.codec; import io.micronaut.http.MediaType; diff --git a/http/src/main/java/io/micronaut/http/codec/MediaTypeCodec.java b/http/src/main/java/io/micronaut/http/codec/MediaTypeCodec.java index daee26fb2c6..1ee60ba9c26 100644 --- a/http/src/main/java/io/micronaut/http/codec/MediaTypeCodec.java +++ b/http/src/main/java/io/micronaut/http/codec/MediaTypeCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.codec; import io.micronaut.core.io.buffer.ByteBuffer; diff --git a/http/src/main/java/io/micronaut/http/codec/MediaTypeCodecRegistry.java b/http/src/main/java/io/micronaut/http/codec/MediaTypeCodecRegistry.java index 85ddb183e10..75832850c90 100644 --- a/http/src/main/java/io/micronaut/http/codec/MediaTypeCodecRegistry.java +++ b/http/src/main/java/io/micronaut/http/codec/MediaTypeCodecRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.codec; import io.micronaut.http.MediaType; diff --git a/http/src/main/java/io/micronaut/http/codec/package-info.java b/http/src/main/java/io/micronaut/http/codec/package-info.java index da84f104f03..fc39d78d400 100644 --- a/http/src/main/java/io/micronaut/http/codec/package-info.java +++ b/http/src/main/java/io/micronaut/http/codec/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes representing HTTP decoding. * diff --git a/http/src/main/java/io/micronaut/http/context/ServerRequestContext.java b/http/src/main/java/io/micronaut/http/context/ServerRequestContext.java index d442d9c8122..e40eba0fb27 100644 --- a/http/src/main/java/io/micronaut/http/context/ServerRequestContext.java +++ b/http/src/main/java/io/micronaut/http/context/ServerRequestContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.context; import io.micronaut.http.HttpRequest; diff --git a/http/src/main/java/io/micronaut/http/context/ServerRequestTracingPublisher.java b/http/src/main/java/io/micronaut/http/context/ServerRequestTracingPublisher.java index caac680d2c7..94a43133630 100644 --- a/http/src/main/java/io/micronaut/http/context/ServerRequestTracingPublisher.java +++ b/http/src/main/java/io/micronaut/http/context/ServerRequestTracingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.context; import io.micronaut.core.annotation.Internal; diff --git a/http/src/main/java/io/micronaut/http/context/package-info.java b/http/src/main/java/io/micronaut/http/context/package-info.java index cba62207211..56aa45bedcb 100644 --- a/http/src/main/java/io/micronaut/http/context/package-info.java +++ b/http/src/main/java/io/micronaut/http/context/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes for resolving and handling the current server {@link io.micronaut.http.HttpRequest}. * diff --git a/http/src/main/java/io/micronaut/http/cookie/Cookie.java b/http/src/main/java/io/micronaut/http/cookie/Cookie.java index b1bcf14838c..aa634d396b1 100644 --- a/http/src/main/java/io/micronaut/http/cookie/Cookie.java +++ b/http/src/main/java/io/micronaut/http/cookie/Cookie.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.cookie; import io.micronaut.core.util.ArgumentUtils; diff --git a/http/src/main/java/io/micronaut/http/cookie/CookieConfiguration.java b/http/src/main/java/io/micronaut/http/cookie/CookieConfiguration.java index fcab13a609d..716a2b67d6c 100644 --- a/http/src/main/java/io/micronaut/http/cookie/CookieConfiguration.java +++ b/http/src/main/java/io/micronaut/http/cookie/CookieConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.cookie; import javax.annotation.Nonnull; diff --git a/http/src/main/java/io/micronaut/http/cookie/CookieFactory.java b/http/src/main/java/io/micronaut/http/cookie/CookieFactory.java index aaa13eac7b8..40210f0a85e 100644 --- a/http/src/main/java/io/micronaut/http/cookie/CookieFactory.java +++ b/http/src/main/java/io/micronaut/http/cookie/CookieFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.cookie; import io.micronaut.core.io.service.ServiceDefinition; diff --git a/http/src/main/java/io/micronaut/http/cookie/Cookies.java b/http/src/main/java/io/micronaut/http/cookie/Cookies.java index e812c3a67f5..dcd95ff3346 100644 --- a/http/src/main/java/io/micronaut/http/cookie/Cookies.java +++ b/http/src/main/java/io/micronaut/http/cookie/Cookies.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.cookie; import io.micronaut.core.convert.value.ConvertibleValues; diff --git a/http/src/main/java/io/micronaut/http/cookie/package-info.java b/http/src/main/java/io/micronaut/http/cookie/package-info.java index 628fc9bd08b..12043f91018 100644 --- a/http/src/main/java/io/micronaut/http/cookie/package-info.java +++ b/http/src/main/java/io/micronaut/http/cookie/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP cookies classes. * diff --git a/http/src/main/java/io/micronaut/http/exceptions/ConnectionClosedException.java b/http/src/main/java/io/micronaut/http/exceptions/ConnectionClosedException.java index b730a1b0f0a..f2d1a8c65d6 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/ConnectionClosedException.java +++ b/http/src/main/java/io/micronaut/http/exceptions/ConnectionClosedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.exceptions; /** diff --git a/http/src/main/java/io/micronaut/http/exceptions/ContentLengthExceededException.java b/http/src/main/java/io/micronaut/http/exceptions/ContentLengthExceededException.java index ff709412ed1..cec9d8a4b06 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/ContentLengthExceededException.java +++ b/http/src/main/java/io/micronaut/http/exceptions/ContentLengthExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.exceptions; /** diff --git a/http/src/main/java/io/micronaut/http/exceptions/HttpException.java b/http/src/main/java/io/micronaut/http/exceptions/HttpException.java index 399b4a6fd12..d4e94183407 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/HttpException.java +++ b/http/src/main/java/io/micronaut/http/exceptions/HttpException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.exceptions; /** diff --git a/http/src/main/java/io/micronaut/http/exceptions/HttpStatusException.java b/http/src/main/java/io/micronaut/http/exceptions/HttpStatusException.java index fbf7e21dcc0..10f61f1ff61 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/HttpStatusException.java +++ b/http/src/main/java/io/micronaut/http/exceptions/HttpStatusException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.exceptions; import io.micronaut.http.HttpStatus; diff --git a/http/src/main/java/io/micronaut/http/exceptions/UriSyntaxException.java b/http/src/main/java/io/micronaut/http/exceptions/UriSyntaxException.java index 82a1513a918..08ce4e980db 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/UriSyntaxException.java +++ b/http/src/main/java/io/micronaut/http/exceptions/UriSyntaxException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.exceptions; import java.net.URISyntaxException; diff --git a/http/src/main/java/io/micronaut/http/exceptions/package-info.java b/http/src/main/java/io/micronaut/http/exceptions/package-info.java index c88e7cfa08a..63cd360bc2b 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/package-info.java +++ b/http/src/main/java/io/micronaut/http/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP exceptions. * diff --git a/http/src/main/java/io/micronaut/http/filter/ClientFilterChain.java b/http/src/main/java/io/micronaut/http/filter/ClientFilterChain.java index dd5f63899e3..dabd0896ada 100644 --- a/http/src/main/java/io/micronaut/http/filter/ClientFilterChain.java +++ b/http/src/main/java/io/micronaut/http/filter/ClientFilterChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.filter; import io.micronaut.http.HttpRequest; diff --git a/http/src/main/java/io/micronaut/http/filter/FilterChain.java b/http/src/main/java/io/micronaut/http/filter/FilterChain.java index 69e38a78514..730133bed61 100644 --- a/http/src/main/java/io/micronaut/http/filter/FilterChain.java +++ b/http/src/main/java/io/micronaut/http/filter/FilterChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.filter; import io.micronaut.http.HttpRequest; diff --git a/http/src/main/java/io/micronaut/http/filter/FilterOrderProvider.java b/http/src/main/java/io/micronaut/http/filter/FilterOrderProvider.java index cc35d33ca34..62d9c202544 100644 --- a/http/src/main/java/io/micronaut/http/filter/FilterOrderProvider.java +++ b/http/src/main/java/io/micronaut/http/filter/FilterOrderProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.filter; import io.micronaut.core.order.Ordered; diff --git a/http/src/main/java/io/micronaut/http/filter/HttpClientFilter.java b/http/src/main/java/io/micronaut/http/filter/HttpClientFilter.java index 4095d22ae15..a32db8545f6 100644 --- a/http/src/main/java/io/micronaut/http/filter/HttpClientFilter.java +++ b/http/src/main/java/io/micronaut/http/filter/HttpClientFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.filter; import io.micronaut.http.HttpRequest; diff --git a/http/src/main/java/io/micronaut/http/filter/HttpFilter.java b/http/src/main/java/io/micronaut/http/filter/HttpFilter.java index 0b812ddf6ab..8c609149e74 100644 --- a/http/src/main/java/io/micronaut/http/filter/HttpFilter.java +++ b/http/src/main/java/io/micronaut/http/filter/HttpFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.filter; import io.micronaut.core.order.Ordered; diff --git a/http/src/main/java/io/micronaut/http/filter/HttpServerFilter.java b/http/src/main/java/io/micronaut/http/filter/HttpServerFilter.java index ef28778bc3e..8165fb14bb5 100644 --- a/http/src/main/java/io/micronaut/http/filter/HttpServerFilter.java +++ b/http/src/main/java/io/micronaut/http/filter/HttpServerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.filter; import io.micronaut.http.HttpRequest; diff --git a/http/src/main/java/io/micronaut/http/filter/OncePerRequestHttpServerFilter.java b/http/src/main/java/io/micronaut/http/filter/OncePerRequestHttpServerFilter.java index 58fd50b07ba..0243dd940a1 100644 --- a/http/src/main/java/io/micronaut/http/filter/OncePerRequestHttpServerFilter.java +++ b/http/src/main/java/io/micronaut/http/filter/OncePerRequestHttpServerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.filter; import io.micronaut.core.convert.value.MutableConvertibleValues; diff --git a/http/src/main/java/io/micronaut/http/filter/ServerFilterChain.java b/http/src/main/java/io/micronaut/http/filter/ServerFilterChain.java index 9166c817801..6c90e19107f 100644 --- a/http/src/main/java/io/micronaut/http/filter/ServerFilterChain.java +++ b/http/src/main/java/io/micronaut/http/filter/ServerFilterChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.filter; import io.micronaut.http.HttpRequest; diff --git a/http/src/main/java/io/micronaut/http/filter/package-info.java b/http/src/main/java/io/micronaut/http/filter/package-info.java index 708fd3b587e..263c6fae88e 100644 --- a/http/src/main/java/io/micronaut/http/filter/package-info.java +++ b/http/src/main/java/io/micronaut/http/filter/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP filter chain. * diff --git a/http/src/main/java/io/micronaut/http/hateoas/AbstractResource.java b/http/src/main/java/io/micronaut/http/hateoas/AbstractResource.java index 6bb5f338825..113e900e3b2 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/AbstractResource.java +++ b/http/src/main/java/io/micronaut/http/hateoas/AbstractResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateoas; import io.micronaut.core.annotation.Internal; diff --git a/http/src/main/java/io/micronaut/http/hateoas/DefaultLink.java b/http/src/main/java/io/micronaut/http/hateoas/DefaultLink.java index 28fa77c69f3..c551fd9b2fe 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/DefaultLink.java +++ b/http/src/main/java/io/micronaut/http/hateoas/DefaultLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateoas; import io.micronaut.http.MediaType; diff --git a/http/src/main/java/io/micronaut/http/hateoas/JsonError.java b/http/src/main/java/io/micronaut/http/hateoas/JsonError.java index a35219ffc1b..d4cac073c35 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/JsonError.java +++ b/http/src/main/java/io/micronaut/http/hateoas/JsonError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateoas; import io.micronaut.core.annotation.Internal; diff --git a/http/src/main/java/io/micronaut/http/hateoas/Link.java b/http/src/main/java/io/micronaut/http/hateoas/Link.java index 2c648a09731..6f66801e917 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/Link.java +++ b/http/src/main/java/io/micronaut/http/hateoas/Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateoas; import io.micronaut.http.MediaType; diff --git a/http/src/main/java/io/micronaut/http/hateoas/Resource.java b/http/src/main/java/io/micronaut/http/hateoas/Resource.java index 90d716457bd..388053cc084 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/Resource.java +++ b/http/src/main/java/io/micronaut/http/hateoas/Resource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateoas; import io.micronaut.core.value.OptionalMultiValues; diff --git a/http/src/main/java/io/micronaut/http/hateoas/VndError.java b/http/src/main/java/io/micronaut/http/hateoas/VndError.java index 25abf85f91a..85cdcab1bed 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/VndError.java +++ b/http/src/main/java/io/micronaut/http/hateoas/VndError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateoas; import io.micronaut.core.annotation.Internal; diff --git a/http/src/main/java/io/micronaut/http/hateoas/package-info.java b/http/src/main/java/io/micronaut/http/hateoas/package-info.java index 265bd2bf0d8..0ca72fd7b7b 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/package-info.java +++ b/http/src/main/java/io/micronaut/http/hateoas/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * hateoas. * diff --git a/http/src/main/java/io/micronaut/http/hateos/AbstractResource.java b/http/src/main/java/io/micronaut/http/hateos/AbstractResource.java index 67edcbdcd25..fb192a966c9 100644 --- a/http/src/main/java/io/micronaut/http/hateos/AbstractResource.java +++ b/http/src/main/java/io/micronaut/http/hateos/AbstractResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateos; import io.micronaut.http.MediaType; diff --git a/http/src/main/java/io/micronaut/http/hateos/DefaultLink.java b/http/src/main/java/io/micronaut/http/hateos/DefaultLink.java index e31ba4d383f..ea6b760e1d0 100644 --- a/http/src/main/java/io/micronaut/http/hateos/DefaultLink.java +++ b/http/src/main/java/io/micronaut/http/hateos/DefaultLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateos; import io.micronaut.http.MediaType; diff --git a/http/src/main/java/io/micronaut/http/hateos/JsonError.java b/http/src/main/java/io/micronaut/http/hateos/JsonError.java index abcfa56ac14..041a83ee32a 100644 --- a/http/src/main/java/io/micronaut/http/hateos/JsonError.java +++ b/http/src/main/java/io/micronaut/http/hateos/JsonError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateos; import io.micronaut.core.annotation.Internal; diff --git a/http/src/main/java/io/micronaut/http/hateos/Link.java b/http/src/main/java/io/micronaut/http/hateos/Link.java index 4a3b07df9ff..61d54c09314 100644 --- a/http/src/main/java/io/micronaut/http/hateos/Link.java +++ b/http/src/main/java/io/micronaut/http/hateos/Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateos; import io.micronaut.http.MediaType; diff --git a/http/src/main/java/io/micronaut/http/hateos/Resource.java b/http/src/main/java/io/micronaut/http/hateos/Resource.java index 57297c6a47d..6ad09f91060 100644 --- a/http/src/main/java/io/micronaut/http/hateos/Resource.java +++ b/http/src/main/java/io/micronaut/http/hateos/Resource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateos; import io.micronaut.core.value.OptionalMultiValues; diff --git a/http/src/main/java/io/micronaut/http/hateos/VndError.java b/http/src/main/java/io/micronaut/http/hateos/VndError.java index f9ada92e4c2..09f623cf4e6 100644 --- a/http/src/main/java/io/micronaut/http/hateos/VndError.java +++ b/http/src/main/java/io/micronaut/http/hateos/VndError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.hateos; import io.micronaut.core.annotation.Internal; diff --git a/http/src/main/java/io/micronaut/http/hateos/package-info.java b/http/src/main/java/io/micronaut/http/hateos/package-info.java index 426df485bfe..00fc70a86e0 100644 --- a/http/src/main/java/io/micronaut/http/hateos/package-info.java +++ b/http/src/main/java/io/micronaut/http/hateos/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * @author Graeme Rocher * @since 1.0 diff --git a/http/src/main/java/io/micronaut/http/multipart/CompletedFileUpload.java b/http/src/main/java/io/micronaut/http/multipart/CompletedFileUpload.java index c59268f9638..7d04bfd57da 100644 --- a/http/src/main/java/io/micronaut/http/multipart/CompletedFileUpload.java +++ b/http/src/main/java/io/micronaut/http/multipart/CompletedFileUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.multipart; /** diff --git a/http/src/main/java/io/micronaut/http/multipart/FileUpload.java b/http/src/main/java/io/micronaut/http/multipart/FileUpload.java index 5e4ffb79546..1dccbc4f128 100644 --- a/http/src/main/java/io/micronaut/http/multipart/FileUpload.java +++ b/http/src/main/java/io/micronaut/http/multipart/FileUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.multipart; import io.micronaut.http.MediaType; diff --git a/http/src/main/java/io/micronaut/http/multipart/MultipartException.java b/http/src/main/java/io/micronaut/http/multipart/MultipartException.java index ed0db7bd193..3ca0754e53b 100644 --- a/http/src/main/java/io/micronaut/http/multipart/MultipartException.java +++ b/http/src/main/java/io/micronaut/http/multipart/MultipartException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.multipart; import io.micronaut.http.exceptions.HttpException; diff --git a/http/src/main/java/io/micronaut/http/multipart/PartData.java b/http/src/main/java/io/micronaut/http/multipart/PartData.java index 7d5d589df02..afd8ba00290 100644 --- a/http/src/main/java/io/micronaut/http/multipart/PartData.java +++ b/http/src/main/java/io/micronaut/http/multipart/PartData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.multipart; import io.micronaut.http.MediaType; diff --git a/http/src/main/java/io/micronaut/http/multipart/StreamingFileUpload.java b/http/src/main/java/io/micronaut/http/multipart/StreamingFileUpload.java index f3344158d83..911754cab26 100644 --- a/http/src/main/java/io/micronaut/http/multipart/StreamingFileUpload.java +++ b/http/src/main/java/io/micronaut/http/multipart/StreamingFileUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.multipart; import org.reactivestreams.Publisher; diff --git a/http/src/main/java/io/micronaut/http/multipart/package-info.java b/http/src/main/java/io/micronaut/http/multipart/package-info.java index 29b7a6c5302..901a99b01af 100644 --- a/http/src/main/java/io/micronaut/http/multipart/package-info.java +++ b/http/src/main/java/io/micronaut/http/multipart/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP multipart requests and file upload. * diff --git a/http/src/main/java/io/micronaut/http/package-info.java b/http/src/main/java/io/micronaut/http/package-info.java index 4b3d9b67615..11d427ebb89 100644 --- a/http/src/main/java/io/micronaut/http/package-info.java +++ b/http/src/main/java/io/micronaut/http/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP classes to represent methods, responses and attributes. * diff --git a/http/src/main/java/io/micronaut/http/resource/ResourceLoaderFactory.java b/http/src/main/java/io/micronaut/http/resource/ResourceLoaderFactory.java index 4eb73b6b2be..16ad3603ea7 100644 --- a/http/src/main/java/io/micronaut/http/resource/ResourceLoaderFactory.java +++ b/http/src/main/java/io/micronaut/http/resource/ResourceLoaderFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.resource; import io.micronaut.context.annotation.Bean; diff --git a/http/src/main/java/io/micronaut/http/resource/package-info.java b/http/src/main/java/io/micronaut/http/resource/package-info.java index 9c9a4e93279..489a42b8f4b 100644 --- a/http/src/main/java/io/micronaut/http/resource/package-info.java +++ b/http/src/main/java/io/micronaut/http/resource/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Resource loader factory. * diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpHeaders.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpHeaders.java index 81771bb6b9d..091b4f66167 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpHeaders.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.simple; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpParameters.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpParameters.java index 7784fb5dfa2..28d5a9a2d38 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpParameters.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.simple; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequest.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequest.java index e04158bfe37..f1374743567 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequest.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.simple; import io.micronaut.core.convert.ConversionService; diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequestFactory.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequestFactory.java index 1d37b14cee4..88737812eb9 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequestFactory.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequestFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.simple; import io.micronaut.http.HttpMethod; diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponse.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponse.java index 8e4ae47178b..272c4f14fc8 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponse.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.simple; import io.micronaut.core.convert.ConversionService; diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponseFactory.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponseFactory.java index 73cb04d11c8..9c019a5b176 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponseFactory.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponseFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.simple; import io.micronaut.http.HttpResponseFactory; diff --git a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookie.java b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookie.java index cd368a8adc9..0203939af5c 100644 --- a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookie.java +++ b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookie.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.simple.cookies; import io.micronaut.http.cookie.Cookie; diff --git a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookieFactory.java b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookieFactory.java index fa3321fece5..a6ec14b6edf 100644 --- a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookieFactory.java +++ b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookieFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.simple.cookies; import io.micronaut.http.cookie.Cookie; diff --git a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookies.java b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookies.java index eaae4e381e1..94ac1c12c27 100644 --- a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookies.java +++ b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookies.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.simple.cookies; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/http/src/main/java/io/micronaut/http/simple/cookies/package-info.java b/http/src/main/java/io/micronaut/http/simple/cookies/package-info.java index abbee6632e8..5b589635573 100644 --- a/http/src/main/java/io/micronaut/http/simple/cookies/package-info.java +++ b/http/src/main/java/io/micronaut/http/simple/cookies/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Simple HTTP cookies classes. * diff --git a/http/src/main/java/io/micronaut/http/simple/package-info.java b/http/src/main/java/io/micronaut/http/simple/package-info.java index 2cd7987620a..8f51698177f 100644 --- a/http/src/main/java/io/micronaut/http/simple/package-info.java +++ b/http/src/main/java/io/micronaut/http/simple/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Simple HTTP request and response classes. * diff --git a/http/src/main/java/io/micronaut/http/sse/DefaultEvent.java b/http/src/main/java/io/micronaut/http/sse/DefaultEvent.java index c70d71a2892..93ad2050f00 100644 --- a/http/src/main/java/io/micronaut/http/sse/DefaultEvent.java +++ b/http/src/main/java/io/micronaut/http/sse/DefaultEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.sse; import io.micronaut.core.annotation.Internal; diff --git a/http/src/main/java/io/micronaut/http/sse/Event.java b/http/src/main/java/io/micronaut/http/sse/Event.java index 368fdf4a785..901a53ceae5 100644 --- a/http/src/main/java/io/micronaut/http/sse/Event.java +++ b/http/src/main/java/io/micronaut/http/sse/Event.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.sse; import io.micronaut.core.util.ArgumentUtils; diff --git a/http/src/main/java/io/micronaut/http/sse/package-info.java b/http/src/main/java/io/micronaut/http/sse/package-info.java index b4d3a8d0555..4b309302fbd 100644 --- a/http/src/main/java/io/micronaut/http/sse/package-info.java +++ b/http/src/main/java/io/micronaut/http/sse/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Default server sent request. * diff --git a/http/src/main/java/io/micronaut/http/ssl/ClientAuthentication.java b/http/src/main/java/io/micronaut/http/ssl/ClientAuthentication.java index 7da0e1555dd..218cafcfc0f 100644 --- a/http/src/main/java/io/micronaut/http/ssl/ClientAuthentication.java +++ b/http/src/main/java/io/micronaut/http/ssl/ClientAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.ssl; /** diff --git a/http/src/main/java/io/micronaut/http/ssl/ClientSslConfiguration.java b/http/src/main/java/io/micronaut/http/ssl/ClientSslConfiguration.java index 8cc26230efe..6cbaae9c55b 100644 --- a/http/src/main/java/io/micronaut/http/ssl/ClientSslConfiguration.java +++ b/http/src/main/java/io/micronaut/http/ssl/ClientSslConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.ssl; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/http/src/main/java/io/micronaut/http/ssl/DefaultSslConfiguration.java b/http/src/main/java/io/micronaut/http/ssl/DefaultSslConfiguration.java index 4ecf6e5d7ae..eea8b9cafa5 100644 --- a/http/src/main/java/io/micronaut/http/ssl/DefaultSslConfiguration.java +++ b/http/src/main/java/io/micronaut/http/ssl/DefaultSslConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.ssl; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/http/src/main/java/io/micronaut/http/ssl/ServerSslConfiguration.java b/http/src/main/java/io/micronaut/http/ssl/ServerSslConfiguration.java index 262fc772e03..931c953d17e 100644 --- a/http/src/main/java/io/micronaut/http/ssl/ServerSslConfiguration.java +++ b/http/src/main/java/io/micronaut/http/ssl/ServerSslConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.ssl; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/http/src/main/java/io/micronaut/http/ssl/SslBuilder.java b/http/src/main/java/io/micronaut/http/ssl/SslBuilder.java index 1ebf31fd609..1f60b3c7863 100644 --- a/http/src/main/java/io/micronaut/http/ssl/SslBuilder.java +++ b/http/src/main/java/io/micronaut/http/ssl/SslBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.ssl; import io.micronaut.core.io.ResourceResolver; diff --git a/http/src/main/java/io/micronaut/http/ssl/SslConfiguration.java b/http/src/main/java/io/micronaut/http/ssl/SslConfiguration.java index c1004994c4d..9837e8bfa02 100644 --- a/http/src/main/java/io/micronaut/http/ssl/SslConfiguration.java +++ b/http/src/main/java/io/micronaut/http/ssl/SslConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.ssl; import io.micronaut.core.util.StringUtils; diff --git a/http/src/main/java/io/micronaut/http/ssl/SslConfigurationException.java b/http/src/main/java/io/micronaut/http/ssl/SslConfigurationException.java index 4d1011d64cb..3ac20784ed8 100644 --- a/http/src/main/java/io/micronaut/http/ssl/SslConfigurationException.java +++ b/http/src/main/java/io/micronaut/http/ssl/SslConfigurationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.ssl; /** diff --git a/http/src/main/java/io/micronaut/http/ssl/package-info.java b/http/src/main/java/io/micronaut/http/ssl/package-info.java index ee4ab24cf8a..d85b736a43c 100644 --- a/http/src/main/java/io/micronaut/http/ssl/package-info.java +++ b/http/src/main/java/io/micronaut/http/ssl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP SSL Authentication. * diff --git a/http/src/main/java/io/micronaut/http/uri/DefaultUriBuilder.java b/http/src/main/java/io/micronaut/http/uri/DefaultUriBuilder.java index acc615f4f80..ba54dbdd3b7 100644 --- a/http/src/main/java/io/micronaut/http/uri/DefaultUriBuilder.java +++ b/http/src/main/java/io/micronaut/http/uri/DefaultUriBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.uri; import io.micronaut.core.convert.value.MutableConvertibleMultiValues; diff --git a/http/src/main/java/io/micronaut/http/uri/UriBuilder.java b/http/src/main/java/io/micronaut/http/uri/UriBuilder.java index 9f848ac6d41..0633e50475e 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriBuilder.java +++ b/http/src/main/java/io/micronaut/http/uri/UriBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.uri; import io.micronaut.core.util.ArgumentUtils; diff --git a/http/src/main/java/io/micronaut/http/uri/UriMatchInfo.java b/http/src/main/java/io/micronaut/http/uri/UriMatchInfo.java index 88be14b05b6..05cf844303c 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriMatchInfo.java +++ b/http/src/main/java/io/micronaut/http/uri/UriMatchInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.uri; import java.util.List; diff --git a/http/src/main/java/io/micronaut/http/uri/UriMatchTemplate.java b/http/src/main/java/io/micronaut/http/uri/UriMatchTemplate.java index ce21dc348bd..efb2c009861 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriMatchTemplate.java +++ b/http/src/main/java/io/micronaut/http/uri/UriMatchTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.uri; import java.util.*; diff --git a/http/src/main/java/io/micronaut/http/uri/UriMatchVariable.java b/http/src/main/java/io/micronaut/http/uri/UriMatchVariable.java index 833294df494..a846c1ceb66 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriMatchVariable.java +++ b/http/src/main/java/io/micronaut/http/uri/UriMatchVariable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.uri; import java.util.Arrays; diff --git a/http/src/main/java/io/micronaut/http/uri/UriMatcher.java b/http/src/main/java/io/micronaut/http/uri/UriMatcher.java index 2c974547996..576788f8b32 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriMatcher.java +++ b/http/src/main/java/io/micronaut/http/uri/UriMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.uri; import java.net.URI; diff --git a/http/src/main/java/io/micronaut/http/uri/UriTemplate.java b/http/src/main/java/io/micronaut/http/uri/UriTemplate.java index 5dfdff4272e..9525532c250 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriTemplate.java +++ b/http/src/main/java/io/micronaut/http/uri/UriTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.uri; import io.micronaut.core.beans.BeanMap; diff --git a/http/src/main/java/io/micronaut/http/uri/UriTypeMatchTemplate.java b/http/src/main/java/io/micronaut/http/uri/UriTypeMatchTemplate.java index 62b43db11a0..e079f46c3dc 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriTypeMatchTemplate.java +++ b/http/src/main/java/io/micronaut/http/uri/UriTypeMatchTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.uri; import java.math.BigDecimal; diff --git a/http/src/main/java/io/micronaut/http/uri/package-info.java b/http/src/main/java/io/micronaut/http/uri/package-info.java index 3501a8bb970..9b619b319ab 100644 --- a/http/src/main/java/io/micronaut/http/uri/package-info.java +++ b/http/src/main/java/io/micronaut/http/uri/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP URI Matching. * diff --git a/http/src/main/java/io/micronaut/http/util/HttpUtil.java b/http/src/main/java/io/micronaut/http/util/HttpUtil.java index 85a4a77a4db..d9220564c34 100644 --- a/http/src/main/java/io/micronaut/http/util/HttpUtil.java +++ b/http/src/main/java/io/micronaut/http/util/HttpUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.util; import io.micronaut.http.HttpHeaders; diff --git a/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessor.java b/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessor.java index abefe9ad255..59e9a4093f9 100644 --- a/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessor.java +++ b/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.util; import io.micronaut.http.HttpRequest; diff --git a/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessorImpl.java b/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessorImpl.java index d7b6add7fde..7ed2904a5fd 100644 --- a/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessorImpl.java +++ b/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.util; import io.micronaut.http.HttpAttributes; diff --git a/http/src/main/java/io/micronaut/http/util/OutgointRequestProcessorMatcher.java b/http/src/main/java/io/micronaut/http/util/OutgointRequestProcessorMatcher.java index 6ab50358766..c3a66fb3e38 100644 --- a/http/src/main/java/io/micronaut/http/util/OutgointRequestProcessorMatcher.java +++ b/http/src/main/java/io/micronaut/http/util/OutgointRequestProcessorMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.util; import java.util.regex.Pattern; diff --git a/http/src/main/java/io/micronaut/http/util/package-info.java b/http/src/main/java/io/micronaut/http/util/package-info.java index aa1b7f162fe..d5eb89742e6 100644 --- a/http/src/main/java/io/micronaut/http/util/package-info.java +++ b/http/src/main/java/io/micronaut/http/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP Util classes. * diff --git a/http/src/test/groovy/io/micronaut/http/HttpHeadersSpec.groovy b/http/src/test/groovy/io/micronaut/http/HttpHeadersSpec.groovy index 9be043e21cc..a3c0fae68d5 100644 --- a/http/src/test/groovy/io/micronaut/http/HttpHeadersSpec.groovy +++ b/http/src/test/groovy/io/micronaut/http/HttpHeadersSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http import spock.lang.Specification diff --git a/http/src/test/groovy/io/micronaut/http/MediaTypeSpec.groovy b/http/src/test/groovy/io/micronaut/http/MediaTypeSpec.groovy index 965f0cf7959..451b006eaac 100644 --- a/http/src/test/groovy/io/micronaut/http/MediaTypeSpec.groovy +++ b/http/src/test/groovy/io/micronaut/http/MediaTypeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/test/groovy/io/micronaut/http/io/micronaut/core/io/ReadableConfigurationPropertiesSpec.groovy b/http/src/test/groovy/io/micronaut/http/io/micronaut/core/io/ReadableConfigurationPropertiesSpec.groovy index 49f5820f3d9..7074b508b6a 100644 --- a/http/src/test/groovy/io/micronaut/http/io/micronaut/core/io/ReadableConfigurationPropertiesSpec.groovy +++ b/http/src/test/groovy/io/micronaut/http/io/micronaut/core/io/ReadableConfigurationPropertiesSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.io.micronaut.core.io import io.micronaut.context.ApplicationContext diff --git a/http/src/test/groovy/io/micronaut/http/ssl/DefaultSslConfigurationSpec.groovy b/http/src/test/groovy/io/micronaut/http/ssl/DefaultSslConfigurationSpec.groovy index 9b7503043f6..21d9145dc04 100644 --- a/http/src/test/groovy/io/micronaut/http/ssl/DefaultSslConfigurationSpec.groovy +++ b/http/src/test/groovy/io/micronaut/http/ssl/DefaultSslConfigurationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.ssl import io.micronaut.context.ApplicationContext diff --git a/http/src/test/groovy/io/micronaut/http/uri/UriBuilderSpec.groovy b/http/src/test/groovy/io/micronaut/http/uri/UriBuilderSpec.groovy index f3bd477e1d2..623dd0ba4e4 100644 --- a/http/src/test/groovy/io/micronaut/http/uri/UriBuilderSpec.groovy +++ b/http/src/test/groovy/io/micronaut/http/uri/UriBuilderSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.uri import spock.lang.Specification diff --git a/http/src/test/groovy/io/micronaut/http/uri/UriMatchTemplateSpec.groovy b/http/src/test/groovy/io/micronaut/http/uri/UriMatchTemplateSpec.groovy index 9e33491608c..3b24d045d10 100644 --- a/http/src/test/groovy/io/micronaut/http/uri/UriMatchTemplateSpec.groovy +++ b/http/src/test/groovy/io/micronaut/http/uri/UriMatchTemplateSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/test/groovy/io/micronaut/http/uri/UriTemplateSpec.groovy b/http/src/test/groovy/io/micronaut/http/uri/UriTemplateSpec.groovy index d8e1ffc2443..c0822f4ba57 100644 --- a/http/src/test/groovy/io/micronaut/http/uri/UriTemplateSpec.groovy +++ b/http/src/test/groovy/io/micronaut/http/uri/UriTemplateSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/test/groovy/io/micronaut/http/uri/UriTypeMatchTemplateSpec.groovy b/http/src/test/groovy/io/micronaut/http/uri/UriTypeMatchTemplateSpec.groovy index 0a6020c7ac7..8797820c0b1 100644 --- a/http/src/test/groovy/io/micronaut/http/uri/UriTypeMatchTemplateSpec.groovy +++ b/http/src/test/groovy/io/micronaut/http/uri/UriTypeMatchTemplateSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/test/groovy/io/micronaut/http/util/OutgoingHttpRequestProcessorImplSpec.groovy b/http/src/test/groovy/io/micronaut/http/util/OutgoingHttpRequestProcessorImplSpec.groovy index ea408026bb3..01d346abb73 100644 --- a/http/src/test/groovy/io/micronaut/http/util/OutgoingHttpRequestProcessorImplSpec.groovy +++ b/http/src/test/groovy/io/micronaut/http/util/OutgoingHttpRequestProcessorImplSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.util import spock.lang.Specification diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/InjectTransform.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/InjectTransform.groovy index 7626b428881..f59e66bc075 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/InjectTransform.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/InjectTransform.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy import groovy.transform.CompileDynamic diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorEnd.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorEnd.groovy index 30018b7e665..e9405b9db77 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorEnd.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorEnd.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy import groovy.transform.CompileStatic diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorStart.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorStart.groovy index 785d1d45256..6fa6a12846c 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorStart.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorStart.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy import groovy.transform.CompileStatic diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorTransform.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorTransform.groovy index 8b7c960967a..ce387c60db4 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorTransform.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorTransform.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy import groovy.transform.CompileStatic diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilder.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilder.groovy index 5abfd4c5fb4..192257e66e7 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilder.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/config/GroovyConfigurationMetadataBuilder.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/config/GroovyConfigurationMetadataBuilder.groovy index 45711d7e03c..458f52dca58 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/config/GroovyConfigurationMetadataBuilder.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/config/GroovyConfigurationMetadataBuilder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/package-info.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/package-info.java index c50881e3e58..cc5120d4cc5 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/package-info.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package contains the AST transforms for Groovy that power Micronaut. Classes within this package * are considered internal and should not be referenced from application code. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstAnnotationUtils.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstAnnotationUtils.groovy index d8e2a07c71e..7e483486819 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstAnnotationUtils.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstAnnotationUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstClassUtils.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstClassUtils.groovy index 7e014e5fe94..7e488fb4499 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstClassUtils.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstClassUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstGenericUtils.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstGenericUtils.groovy index 1717585735c..7f41f7a6a7f 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstGenericUtils.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstGenericUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstMessageUtils.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstMessageUtils.groovy index dd03bc8b49f..f5d72a1a49b 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstMessageUtils.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstMessageUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstUtils.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstUtils.groovy index e7919ad055b..b075005ce7a 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstUtils.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/ExtendedParameter.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/ExtendedParameter.java index b540f0b5ce2..c9c7c7307eb 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/ExtendedParameter.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/ExtendedParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy.utils; import io.micronaut.core.annotation.Internal; diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/InMemoryByteCodeGroovyClassLoader.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/InMemoryByteCodeGroovyClassLoader.java index f77afdceb35..d0af2573bd1 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/InMemoryByteCodeGroovyClassLoader.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/InMemoryByteCodeGroovyClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy.utils; import groovy.lang.GroovyClassLoader; diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicAbstractMethodVisitor.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicAbstractMethodVisitor.groovy index 758182bf081..ce10e25d875 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicAbstractMethodVisitor.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicAbstractMethodVisitor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicMethodVisitor.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicMethodVisitor.groovy index 3ab6a3dafa5..2f7347c6554 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicMethodVisitor.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicMethodVisitor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/package-info.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/package-info.java index bb27b84a8dc..6fb98113d71 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/package-info.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** *AST Util transformations for injection.
* diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/AbstractGroovyElement.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/AbstractGroovyElement.groovy index 107036bcfce..011fb32d22d 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/AbstractGroovyElement.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/AbstractGroovyElement.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyClassElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyClassElement.java index 452759b8a72..634cd339032 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyClassElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyClassElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy.visitor; import io.micronaut.ast.groovy.utils.AstAnnotationUtils; diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyConstructorElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyConstructorElement.java index 9ec9bd09747..601bee65f1a 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyConstructorElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyConstructorElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyEnumElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyEnumElement.java index 578459e9ea2..1e579bb8769 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyEnumElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyEnumElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyFieldElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyFieldElement.java index 8bfba0378e3..902fdd14caa 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyFieldElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyFieldElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy.visitor; import io.micronaut.ast.groovy.utils.AstAnnotationUtils; diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyMethodElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyMethodElement.java index ad99ce5f3f0..66d035ae8da 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyMethodElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyMethodElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy.visitor; import io.micronaut.ast.groovy.utils.AstAnnotationUtils; diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyParameterElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyParameterElement.java index a7048d26fdc..0204ca2fad1 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyParameterElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyParameterElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy.visitor; import io.micronaut.ast.groovy.utils.AstAnnotationUtils; diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyPropertyElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyPropertyElement.java index 7cfba6ed7ea..eaf908c6305 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyPropertyElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyPropertyElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyVisitorContext.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyVisitorContext.java index eb88434ba87..d3158e4f63b 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyVisitorContext.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyVisitorContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy.visitor; import groovy.lang.GroovyClassLoader; diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/LoadedVisitor.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/LoadedVisitor.groovy index c3bd14a48d8..e0b2ec69043 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/LoadedVisitor.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/LoadedVisitor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.ast.groovy.visitor import groovy.transform.CompileStatic diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/package-info.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/package-info.java index 829924ef286..8e6937c7847 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/package-info.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** *Visitor context when visiting groovy code.
* diff --git a/inject-groovy/src/test/groovy/io/micronaut/AbstractBeanDefinitionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/AbstractBeanDefinitionSpec.groovy index 4c56144d64e..3a4def577f2 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/AbstractBeanDefinitionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/AbstractBeanDefinitionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/adapter/MethodAdapterSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/adapter/MethodAdapterSpec.groovy index e95e03b9195..ffc6e29c0bc 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/adapter/MethodAdapterSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/adapter/MethodAdapterSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.adapter import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/AbstractClassIntroductionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/AbstractClassIntroductionSpec.groovy index 85bbaa9c2c3..21193641c23 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/AbstractClassIntroductionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/AbstractClassIntroductionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/FinalModifierSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/FinalModifierSpec.groovy index d582ad56900..35476da8968 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/FinalModifierSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/FinalModifierSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.compile import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/InheritedAnnotationMetadataSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/InheritedAnnotationMetadataSpec.groovy index 50db4480e24..115e4d93b5f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/InheritedAnnotationMetadataSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/InheritedAnnotationMetadataSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/IntroductionGenericTypesSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/IntroductionGenericTypesSpec.groovy index cad670a34dd..0a2b00fe31e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/IntroductionGenericTypesSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/IntroductionGenericTypesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/MyPrecompiledInterface.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/MyPrecompiledInterface.groovy index b4c3fbb008e..e91df065ce5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/MyPrecompiledInterface.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/MyPrecompiledInterface.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/Person.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/Person.groovy index 28bdb7abc4f..14ace0f4b50 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/Person.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/Person.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnConcreteClassFactorySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnConcreteClassFactorySpec.groovy index 3e5f983b7d3..e38d14449fd 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnConcreteClassFactorySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnConcreteClassFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnInterfaceFactorySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnInterfaceFactorySpec.groovy index a101595835b..6d9936176f5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnInterfaceFactorySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnInterfaceFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AnotherClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AnotherClass.groovy index 5003a086491..be208e87217 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AnotherClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AnotherClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.groovy index 53ff19ee231..320719c5f5a 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.groovy index 75aaaf51310..383db120095 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.groovy index b043d625653..fe77ae8772d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.groovy index fb1cd454cf6..cb9c92f1dc8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.groovy index a76cdf78491..a2641eacada 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.groovy index aded53be541..6b15d55367c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionProxySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionProxySpec.groovy index 7ae374e3250..5cfb2dec882 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionProxySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionProxySpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.factory import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.groovy index 11f9aa19ff3..8511c490c8e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/ProxyHotswapSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/ProxyHotswapSpec.groovy index d8eb260ef3e..48f4e5dc2a4 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/ProxyHotswapSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/ProxyHotswapSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/ArgMutatingInterceptor.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/ArgMutatingInterceptor.groovy index fd6ae86f1a4..816ddf8f3a0 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/ArgMutatingInterceptor.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/ArgMutatingInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/Mutating.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/Mutating.groovy index c2548a44756..8a1afa79501 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/Mutating.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/Mutating.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.groovy index 38e7b9d022b..9c22e6dad39 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClassIntroductionAdviceSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClassIntroductionAdviceSpec.groovy index 095d18506c5..472c2336cab 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClassIntroductionAdviceSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClassIntroductionAdviceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.groovy index 1acbbb47036..33edd12730b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionAdviceSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionAdviceSpec.groovy index b4573bbec50..b014b25ea7b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionAdviceSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionAdviceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.groovy index 30e4656b409..04c884b130a 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/IntroductionAdviceWithNewInterfaceSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/IntroductionAdviceWithNewInterfaceSpec.groovy index e2dd58c3974..73434633336 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/IntroductionAdviceWithNewInterfaceSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/IntroductionAdviceWithNewInterfaceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java index 5a30bde10d0..94b4af96079 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.groovy index 7c061222035..1756f7043f6 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/Stub.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/Stub.groovy index dfc06cba5f8..34e17ff7597 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/Stub.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/Stub.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.groovy index 16caa7f9e9e..c52e862ab94 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.groovy index df1bf3c5c86..efe6d9ed0d2 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.groovy index ba944af6617..8ae8da133d8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.groovy index ccaadd8f4f3..fa4d1022381 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.groovy index e68b28dc1f9..4331d155e58 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.groovy index f0d9c0d9f55..26fea0563ba 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceMethodLevelAopSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceMethodLevelAopSpec.groovy index 15d7cb9815c..463fa02a0a9 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceMethodLevelAopSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceMethodLevelAopSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.groovy index 9836b51be6b..b85d6b1f4c6 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.groovy index 217e95c8011..4b62ff338b8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelSpec.groovy index 352b89dd707..a6826d88908 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/ArgMutatingInterceptor.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/ArgMutatingInterceptor.groovy index e594a8f93cb..b0d14dd3c65 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/ArgMutatingInterceptor.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/ArgMutatingInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyBeanResolveProxySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyBeanResolveProxySpec.groovy index cde3597809a..0dc7b09f0e5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyBeanResolveProxySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyBeanResolveProxySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyTargetClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyTargetClass.groovy index 5fb7a6ecf5f..cd70c6ba3bb 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyTargetClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyTargetClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/Mutating.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/Mutating.groovy index 5c45fb589e0..a1cac9747d5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/Mutating.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/Mutating.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.groovy index a5a7a00b989..c17f11ca1f3 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.groovy index 8a046efeb79..de5986cc70c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.groovy index a6a789c3ff0..41be60cf824 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingMethodLevelAopSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingMethodLevelAopSpec.groovy index bd21ca46bea..438b45e0ea3 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingMethodLevelAopSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingMethodLevelAopSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/AnotherClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/AnotherClass.groovy index 121003ff5f9..c5a52e5430e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/AnotherClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/AnotherClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/Bar.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/Bar.groovy index 1e524fc4ebf..50626c70820 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/Bar.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/Bar.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClass.groovy index 738b2ac0e28..60250a95d1f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClassMethodLevelAopSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClassMethodLevelAopSpec.groovy index 86cb1a25e3e..804300da757 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClassMethodLevelAopSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClassMethodLevelAopSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClassTypeLevelAopSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClassTypeLevelAopSpec.groovy index 0bd60da9893..bc2af5e794d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClassTypeLevelAopSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClassTypeLevelAopSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilderSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilderSpec.groovy index 292f894a7ba..80096e2c7c1 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilderSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/SomeOther.groovy b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/SomeOther.groovy index 0b5719f006b..5b8bb704e9c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/SomeOther.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/SomeOther.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Trace.groovy b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Trace.groovy index fe259639e52..5ffa44be760 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Trace.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Trace.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/context/event/EventListenerSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/context/event/EventListenerSpec.groovy index cc53d205e01..32c55f8f5b1 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/context/event/EventListenerSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/context/event/EventListenerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/client/ThirdPartyClientFilterSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/client/ThirdPartyClientFilterSpec.groovy index 25febc4c29b..8f0bd711c9e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/client/ThirdPartyClientFilterSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/client/ThirdPartyClientFilterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/CrankShaft.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/CrankShaft.groovy index 67d84256169..ac0692ceef9 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/CrankShaft.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/CrankShaft.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/Engine.groovy index aca926fb966..cbc5d618613 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineConfig.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineConfig.groovy index 3810ef28693..9c5fe6458b0 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineConfig.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineFactory.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineFactory.groovy index 268548792f6..30adbc4c125 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineFactory.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineImpl.groovy index e0ae223b695..db5eff8f51c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/SparkPlug.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/SparkPlug.groovy index 22c5e7cf7e9..8ba67f06942 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/SparkPlug.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/SparkPlug.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder import groovy.transform.TupleConstructor diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/Vehicle.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/Vehicle.groovy index 12e749f3ac5..ca00bb44a8c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/Vehicle.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/VehicleSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/VehicleSpec.groovy index e2b455b02ce..c297ef608ab 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/VehicleSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/builder/VehicleSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MapToLocalDateConverter.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MapToLocalDateConverter.groovy index c31f8a1f436..a8898c07bd5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MapToLocalDateConverter.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MapToLocalDateConverter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationProperties.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationProperties.groovy index 4af463b8aac..c648f711fd7 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationProperties.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationProperties.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationPropertiesSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationPropertiesSpec.groovy index 3d2fefe91ef..9930efaea1f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationPropertiesSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationPropertiesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Engine.groovy index 6b8c0ca874e..efdb63ce009 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineConfig.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineConfig.groovy index eac09c4448f..669a15203a7 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineConfig.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineImpl.groovy index 79861fedcde..03ebb3b2c18 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Vehicle.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Vehicle.groovy index a16ba3bfe6c..0768a9ae138 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Vehicle.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/VehicleSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/VehicleSpec.groovy index 157c6641d6b..618035f3265 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/VehicleSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/VehicleSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/Engine.groovy index d41ab438ca1..b94f5808a74 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineConfig.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineConfig.groovy index 4c2a8f7f38d..afc476186bd 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineConfig.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineImpl.groovy index 83fd8743b1b..8e2b858d4d3 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/Vehicle.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/Vehicle.groovy index 5f623333fab..dc028b2f304 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/Vehicle.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/VehicleSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/VehicleSpec.groovy index a57901f5db5..a5b30d139bd 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/VehicleSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/properties/VehicleSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/Engine.groovy index 036bde22735..03344d34341 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/EngineImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/EngineImpl.groovy index 114d8c63a87..872f280cf6c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/EngineImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/EngineImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/Vehicle.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/Vehicle.groovy index 2df67567be0..de982e88ae9 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/Vehicle.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/VehicleSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/VehicleSpec.groovy index f38f260b753..a436a8adb40 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/VehicleSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/config/value/VehicleSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/Engine.groovy index f99e3d3dcb9..34ac736e02c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineFactory.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineFactory.groovy index e5d55350c9d..abb9d8615e6 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineFactory.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineInitializer.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineInitializer.groovy index 700bd8693a3..0acadfa69ee 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineInitializer.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineInitializer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/V8Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/V8Engine.groovy index 51f4d63b075..a66be1730d7 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/V8Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/Vehicle.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/Vehicle.groovy index ffb369ee58d..ae2415d7830 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/Vehicle.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/VehicleSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/VehicleSpec.groovy index 89ad683edc0..d7cfbfd6719 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/VehicleSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/events/factory/VehicleSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/CrankShaft.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/CrankShaft.groovy index a47b31c6cc3..3fe4e947ed4 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/CrankShaft.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/CrankShaft.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/Engine.groovy index f3fd33e3f1f..073cb7f1b0b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/EngineFactory.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/EngineFactory.groovy index 8e38d78fa74..916e00faddd 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/EngineFactory.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/EngineFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/V8Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/V8Engine.groovy index 6b86b0241f7..4fbf01b1c3b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/V8Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/Vehicle.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/Vehicle.groovy index d8678222572..b3c3a95d906 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/Vehicle.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/VehicleSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/VehicleSpec.groovy index f29c8bc3fa5..57e8d9bb21d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/factories/VehicleSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/factories/VehicleSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/intro/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/intro/Engine.groovy index 7193f3ee1ce..b50c854645a 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/intro/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/intro/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/intro/V8Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/intro/V8Engine.groovy index 3d1cd393fb7..1e137b5ca1b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/intro/V8Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/intro/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/intro/Vehicle.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/intro/Vehicle.groovy index 33d30b91826..4732673ff24 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/intro/Vehicle.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/intro/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/intro/VehicleSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/intro/VehicleSpec.groovy index af64494c4fb..9ea98fc751c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/intro/VehicleSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/intro/VehicleSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Connection.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Connection.groovy index dcb1e7dc3c7..175a1a323f6 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Connection.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Connection.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle // tag::class[] diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/ConnectionFactory.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/ConnectionFactory.groovy index 5007a1b7368..84cb98ca54b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/ConnectionFactory.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/ConnectionFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle // tag::class[] diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Engine.groovy index ec49926d535..e0809b9de5c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBean.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBean.groovy index 9524bc06490..b048b21a05a 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBean.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle // tag::class[] diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBeanSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBeanSpec.groovy index 6bfdb3c5616..85a902ff529 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBeanSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBeanSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle import io.micronaut.context.BeanContext diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/V8Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/V8Engine.groovy index 72766e5caa8..42bd7483b24 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/V8Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Vehicle.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Vehicle.groovy index 2e02cd70219..3deae881552 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Vehicle.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/VehicleSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/VehicleSpec.groovy index 5af466e1fab..96486b362de 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/VehicleSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/lifecycle/VehicleSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy index 53dafd2a6fe..4c69c530d1c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy index 9075c8083ca..102aded44e6 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy index 931216d6444..4ab68c700c1 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy index 8644accb22f..4bebea369af 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy index 740b6e472f3..11ee4132aa2 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/VehicleSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/VehicleSpec.groovy index c394ac27dfe..5ee33483034 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/VehicleSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/VehicleSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/Engine.groovy index 4ff8b165f09..4c31d59a8a8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/V6Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/V6Engine.groovy index 133f2933dd8..79c2c81b261 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/V6Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/V6Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/V8Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/V8Engine.groovy index 0120fa598f8..6eb59a2ca9a 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/V8Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/Vehicle.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/Vehicle.groovy index ce7315761b3..4779b998b68 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/Vehicle.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/VehicleSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/VehicleSpec.groovy index 56e7f378728..1766cdf3bd5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/VehicleSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/named/VehicleSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/scopes/RefreshEventSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/scopes/RefreshEventSpec.groovy index f274b1828a8..36f2caeff1e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/scopes/RefreshEventSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/scopes/RefreshEventSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/AliasForQualifierSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/AliasForQualifierSpec.groovy index 0be383d20c4..d051e50e744 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/AliasForQualifierSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/AliasForQualifierSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.aliasfor import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java b/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java index cd1a1906144..39a1a3d4bd0 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.aliasfor; import io.micronaut.context.annotation.AliasFor; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/AnnotationMetadataWriterSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/AnnotationMetadataWriterSpec.groovy index 2520c939f9d..ae7a226f4f8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/AnnotationMetadataWriterSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/AnnotationMetadataWriterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java index 2f37222d857..6cfc6a111d5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/Nested.java b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/Nested.java index ae9513d3a17..0c586f2bc93 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/Nested.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/Nested.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java index 726d5887ba4..9a5a2b08b8b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/beans/AbstractBeanSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/beans/AbstractBeanSpec.groovy index 887d8ff2635..95bc521f8a3 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/beans/AbstractBeanSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/beans/AbstractBeanSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentSingleAccessSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentSingleAccessSpec.groovy index 408a8cc0d29..ccd8aa2d343 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentSingleAccessSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentSingleAccessSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesBuilderSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesBuilderSpec.groovy index c050927ebd4..439338194e9 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesBuilderSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesBuilderSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesInheritanceSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesInheritanceSpec.groovy index 784ef189bfa..262c53ffb88 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesInheritanceSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesInheritanceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesSpec.groovy index 1bb6b717ab2..9be0a574594 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/InheritedConfigurationReaderPrefixSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/InheritedConfigurationReaderPrefixSpec.groovy index 538f3685f64..f3894ba745c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/InheritedConfigurationReaderPrefixSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/InheritedConfigurationReaderPrefixSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.groovy index c4aa6b96946..06deac4e703 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyOtherConfig.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyOtherConfig.groovy index 64d6daf74d9..6151d7250e8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyOtherConfig.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyOtherConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ParentPojo.java b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ParentPojo.java index ca553123d90..cb7e7a46a74 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ParentPojo.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ParentPojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/PrimitiveConfigurationPropertiesSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/PrimitiveConfigurationPropertiesSpec.groovy index fd6f992c1b6..97ff05ef768 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/PrimitiveConfigurationPropertiesSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/PrimitiveConfigurationPropertiesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/TestEndpoint.java b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/TestEndpoint.java index 31cce4d0d30..52f5d628198 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/TestEndpoint.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/TestEndpoint.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties; import io.micronaut.context.annotation.AliasFor; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfigurationSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfigurationSpec.groovy index 3c4df6018b5..a1a185a2a2f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfigurationSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfigurationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/VisibilityIssuesSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/VisibilityIssuesSpec.groovy index 4546d38c952..d84e790cafd 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/VisibilityIssuesSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/VisibilityIssuesSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.groovy index 1f0163d14d0..834765d41e4 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties.other; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configuration/GroovyConfigurationMetadataBuilderSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configuration/GroovyConfigurationMetadataBuilderSpec.groovy index 859ad7fb49b..fe5eeedb076 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configuration/GroovyConfigurationMetadataBuilderSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configuration/GroovyConfigurationMetadataBuilderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.configuration import groovy.json.JsonSlurper diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/ABean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/ABean.groovy index 12521f3ed3c..1609a44f8a1 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/ABean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/ABean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/NotABean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/NotABean.groovy index 0819ae66ea4..bc59e954d9f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/NotABean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/NotABean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/RequiresBeanSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/RequiresBeanSpec.groovy index 121996fbaa5..06d33ac0656 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/RequiresBeanSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/RequiresBeanSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.groovy index 5e56a1219c8..e23193ee097 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/java/package-info.java b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/java/package-info.java index 317b28dc598..231d90d2843 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/java/package-info.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/java/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.groovy index 23215424381..664c066b2a6 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/TravisBean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/TravisBean.groovy index b9e49ed07c8..9734e3bbd8f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/TravisBean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/TravisBean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/package-info.groovy index a08f555f787..233d313455f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/TrueLambdaBean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/TrueLambdaBean.groovy index 0c09b066302..0ef1ab639db 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/TrueLambdaBean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/TrueLambdaBean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/package-info.groovy index c98e0eaa6b3..459dc8a565f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean2.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean2.groovy index 35a7c802c21..e4b58afad48 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean2.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean2.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java index d0a634fa86e..f8f43d991ab 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.groovy index 0961548f7b4..3d4f19e3c3b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.groovy index e80fb1dc7d6..91b634553d5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java index 56724e33f58..880029b6150 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.groovy index 4745b984ab8..deb29f892fd 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.groovy index 735b6396f64..e7f7b27488b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.groovy index b8a84a8096a..1646aff4711 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.groovy index 18c57db07e2..d4f773a0b05 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.groovy index cfe32ca462f..f5109d91db0 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.groovy index bcab78008f4..c62cae73984 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.groovy index 5aa8d602b1c..6dd9c606eb2 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorArrayInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorArrayInjectionSpec.groovy index 71b6667578d..837aafa2e82 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorArrayInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorArrayInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorCollectionInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorCollectionInjectionSpec.groovy index 37d679efa72..cd042f1afbf 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorCollectionInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorCollectionInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorFactorySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorFactorySpec.groovy index b3a3cfaf169..4207047098b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorFactorySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorMultipleInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorMultipleInjectionSpec.groovy index 7668f53bff2..35c6a8df638 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorMultipleInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorMultipleInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorNullableSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorNullableSpec.groovy index 0e21136eb61..c051e70ff17 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorNullableSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorNullableSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorOptionalSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorOptionalSpec.groovy index 431d90e6b2c..e1df7dddb9f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorOptionalSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorOptionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorSimpleInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorSimpleInjectionSpec.groovy index a36fcec2318..ff83317c613 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorSimpleInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorSimpleInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorStreamSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorStreamSpec.groovy index a9546c91201..2d6106eade5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorStreamSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorStreamSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorWithInterfaceSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorWithInterfaceSpec.groovy index 97e983bfa5a..a5dd88fe0d5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorWithInterfaceSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorWithInterfaceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorWithProviderSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorWithProviderSpec.groovy index 1046a0ae6e2..a68fd73a71e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorWithProviderSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/constructor/ConstructorWithProviderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/context/FindBeanDefinitionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/context/FindBeanDefinitionSpec.groovy index 2703dc0d39a..51ad4f2d235 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/context/FindBeanDefinitionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/context/FindBeanDefinitionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/context/RegisterSingletonSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/context/RegisterSingletonSpec.groovy index b8a578f600b..f49cd99df92 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/context/RegisterSingletonSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/context/RegisterSingletonSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/dynamic/CreateConfigurationBasedOnRuntimeClassNodeSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/dynamic/CreateConfigurationBasedOnRuntimeClassNodeSpec.groovy index c0cc3ae1857..f07e532419a 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/dynamic/CreateConfigurationBasedOnRuntimeClassNodeSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/dynamic/CreateConfigurationBasedOnRuntimeClassNodeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/env/EnvironmentInjectSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/env/EnvironmentInjectSpec.groovy index c771ee71a84..775f748b8f4 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/env/EnvironmentInjectSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/env/EnvironmentInjectSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/errors/GroovySingletonSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/errors/GroovySingletonSpec.groovy index d8156f3eb26..d23f7f12f43 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/errors/GroovySingletonSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/errors/GroovySingletonSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.errors import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/errors/RouteTraitSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/errors/RouteTraitSpec.groovy index b4b13feebae..b40b3c2fcd5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/errors/RouteTraitSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/errors/RouteTraitSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.errors import groovy.transform.NotYetImplemented diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/executable/ExecutableBeanSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/executable/ExecutableBeanSpec.groovy index 65ba0182093..df7e453f14a 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/executable/ExecutableBeanSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/executable/ExecutableBeanSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.executable import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/executable/ExecutableSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/executable/ExecutableSpec.groovy index 9929bc93278..a25f7a7537e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/executable/ExecutableSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/executable/ExecutableSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/executable/JavaTest.java b/inject-groovy/src/test/groovy/io/micronaut/inject/executable/JavaTest.java index 899228d273b..e0f77680f4f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/executable/JavaTest.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/executable/JavaTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/factory/BeanInitializingWithFactorySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/factory/BeanInitializingWithFactorySpec.groovy index efb66c697c5..e931aa7e46c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/factory/BeanInitializingWithFactorySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/factory/BeanInitializingWithFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/factory/FactorySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/factory/FactorySpec.groovy index 7764aef1719..d455b10278d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/factory/FactorySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/factory/FactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/factory/ParametrizedFactorySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/factory/ParametrizedFactorySpec.groovy index afd8813029e..530debfc5ab 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/factory/ParametrizedFactorySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/factory/ParametrizedFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/factory/PrototypeAnnotationSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/factory/PrototypeAnnotationSpec.groovy index f14a9cb9334..c129ef1ba53 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/factory/PrototypeAnnotationSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/factory/PrototypeAnnotationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorCircularDependencyFailureSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorCircularDependencyFailureSpec.groovy index a0a874a1908..33e0c6cb7d1 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorCircularDependencyFailureSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorCircularDependencyFailureSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorDependencyFailureSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorDependencyFailureSpec.groovy index de7d63e0d83..503859ffe59 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorDependencyFailureSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorDependencyFailureSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorExceptionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorExceptionSpec.groovy index f703b396ee5..2a6749254bf 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorExceptionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/ConstructorExceptionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/FieldCircularDependencyFailureSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/FieldCircularDependencyFailureSpec.groovy index 96730f4298d..af2b3324444 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/FieldCircularDependencyFailureSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/FieldCircularDependencyFailureSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/FieldDependencyMissingFailureSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/FieldDependencyMissingFailureSpec.groovy index 097d29fbd36..337b8ea0acc 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/FieldDependencyMissingFailureSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/FieldDependencyMissingFailureSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/NestedDependencyFailureSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/NestedDependencyFailureSpec.groovy index 82737a66374..40ee3188c46 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/NestedDependencyFailureSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/NestedDependencyFailureSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PostConstructExceptionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PostConstructExceptionSpec.groovy index d681f5ec6fb..026a059b98f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PostConstructExceptionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PostConstructExceptionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyCircularDependencyFailureSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyCircularDependencyFailureSpec.groovy index 28724a03e09..a3f20224f64 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyCircularDependencyFailureSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyCircularDependencyFailureSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyDependencyMissingSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyDependencyMissingSpec.groovy index ff7ae3fdf0d..d04b7f1fa1b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyDependencyMissingSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyDependencyMissingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyExceptionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyExceptionSpec.groovy index 92ef95f35a5..bffbc924b03 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyExceptionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/failures/PropertyExceptionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldArrayFactorySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldArrayFactorySpec.groovy index d947d62f3e6..9ab15d79bbd 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldArrayFactorySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldArrayFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldArrayInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldArrayInjectionSpec.groovy index cfb83dc5c68..314af29bc93 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldArrayInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldArrayInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldFactorySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldFactorySpec.groovy index 28719677e28..7a799aadeb6 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldFactorySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldInjectionSpec.groovy index e6adb8de514..b96eec9293f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldListInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldListInjectionSpec.groovy index 60777aac7f4..5e1a98979fb 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldListInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldListInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldOptionalSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldOptionalSpec.groovy index c66da647e4d..9039e904b22 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldOptionalSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldOptionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldPackagePrivateSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldPackagePrivateSpec.groovy index 68ab410f60e..188ccd8dd97 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldPackagePrivateSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldPackagePrivateSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldPrivateWithQualifierSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldPrivateWithQualifierSpec.groovy index d42e5b2560b..498f116adc7 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldPrivateWithQualifierSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldPrivateWithQualifierSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldProtectedWithQualifierSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldProtectedWithQualifierSpec.groovy index 558d87d8436..22ea18149ca 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldProtectedWithQualifierSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldProtectedWithQualifierSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldSetInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldSetInjectionSpec.groovy index 3fcb8df9a24..0cf5f48dfb5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldSetInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldSetInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldStreamInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldStreamInjectionSpec.groovy index 3438b377237..0ee830159b9 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldStreamInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/FieldStreamInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/package-info.java b/inject-groovy/src/test/groovy/io/micronaut/inject/field/package-info.java index b45eddb3596..6591234822f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/package-info.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/foreach/EachPropertySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/foreach/EachPropertySpec.groovy index 74e3af20aa7..6f6f4056b0b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/foreach/EachPropertySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/foreach/EachPropertySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/generics/GenericTypeArgumentsSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/generics/GenericTypeArgumentsSpec.groovy index 97e675922e7..00b64ce9a83 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/generics/GenericTypeArgumentsSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/generics/GenericTypeArgumentsSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.generics import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/generics/InjectWithWildcardSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/generics/InjectWithWildcardSpec.groovy index 8247dfe57f0..876b4f0440d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/generics/InjectWithWildcardSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/generics/InjectWithWildcardSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/inheritance/AbstractInheritanceSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/inheritance/AbstractInheritanceSpec.groovy index f9781a8893f..2eb5c4eb1f8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/inheritance/AbstractInheritanceSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/inheritance/AbstractInheritanceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanCreationEventListenerSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanCreationEventListenerSpec.groovy index a5c361c9671..598071cfdd4 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanCreationEventListenerSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanCreationEventListenerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanInitializingEventListenerSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanInitializingEventListenerSpec.groovy index 87d06c47019..637064df4bf 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanInitializingEventListenerSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanInitializingEventListenerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanWithPostConstructSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanWithPostConstructSpec.groovy index d80e4512fbb..c4d731a8544 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanWithPostConstructSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanWithPostConstructSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanWithPreDestroySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanWithPreDestroySpec.groovy index a931bc1503d..0ffe7db68c2 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanWithPreDestroySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/lifecyle/BeanWithPreDestroySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterArrayInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterArrayInjectionSpec.groovy index 5c93d915ec5..feb09bcb442 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterArrayInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterArrayInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterInjectionSpec.groovy index 2483a4408d5..f235ae4c550 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterSetInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterSetInjectionSpec.groovy index 925c5444735..2fc6c3f47a8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterSetInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterSetInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterStreamSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterStreamSpec.groovy index 8ff41e92528..d6160befdb1 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterStreamSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterStreamSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithNullableSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithNullableSpec.groovy index fe698d2b038..99dc083b588 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithNullableSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithNullableSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithOptionalSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithOptionalSpec.groovy index 0de92b73d9f..466b968b649 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithOptionalSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithOptionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithQualifierSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithQualifierSpec.groovy index 8a1cf941e0e..01c8ace4e94 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithQualifierSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/method/SetterWithQualifierSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyAnnotationSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyAnnotationSpec.groovy index 16bc8014848..0a1a7fdaa9f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyAnnotationSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyAnnotationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.property import io.micronaut.context.ApplicationContext diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyArrayInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyArrayInjectionSpec.groovy index 3effdeaa7ea..b4c66523196 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyArrayInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyArrayInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyInjectSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyInjectSpec.groovy index f0134532d6b..77156be267d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyInjectSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyInjectSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertySetInjectionSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertySetInjectionSpec.groovy index 5f50775c3bf..8545812d0ac 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertySetInjectionSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertySetInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyStreamSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyStreamSpec.groovy index 1bb272f2b9b..2cd00a1b4d4 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyStreamSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyStreamSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyWithQualifierSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyWithQualifierSpec.groovy index 791dc563eb1..e528e05af80 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyWithQualifierSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/property/PropertyWithQualifierSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/ByTypeSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/ByTypeSpec.groovy index a2d2c4c7ccc..21fce66d123 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/ByTypeSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/ByTypeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/CompositeSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/CompositeSpec.groovy index 41a3a024657..a744ac07f14 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/CompositeSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/CompositeSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers import io.micronaut.context.DefaultBeanContext diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/One.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/One.groovy index b5c8c568f1f..8362bed6bd7 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/One.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/One.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/PrimarySpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/PrimarySpec.groovy index 72298774824..a4d5c95efd3 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/PrimarySpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/PrimarySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/ReplacesSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/ReplacesSpec.groovy index 6e3724e4d3f..91a2b2a25da 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/ReplacesSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/ReplacesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/scope/ContextScopeSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/scope/ContextScopeSpec.groovy index a0d8ae83605..0449843dfb4 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/scope/ContextScopeSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/scope/ContextScopeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/value/FactoryWithValueSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/value/FactoryWithValueSpec.groovy index eb2e80a9d01..b6e9b3f117e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/value/FactoryWithValueSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/value/FactoryWithValueSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/value/ValueSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/value/ValueSpec.groovy index cbabebfc878..9a503efdf8b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/value/ValueSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/value/ValueSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java index b5f9e19ce95..7623b84282e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.visitor; import io.micronaut.http.annotation.Get; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllElementsVisitor.java b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllElementsVisitor.java index 0ef2d1ead6a..55e611d8954 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllElementsVisitor.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllElementsVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.visitor; import io.micronaut.http.annotation.Controller; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ClassElementSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ClassElementSpec.groovy index 40fba9886c7..1adc8a95094 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ClassElementSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ClassElementSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ControllerGetVisitor.java b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ControllerGetVisitor.java index 9a067b6fd66..c5c52b2aeea 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ControllerGetVisitor.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ControllerGetVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.visitor; import io.micronaut.http.annotation.Controller; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/CustomVisitorSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/CustomVisitorSpec.groovy index 9968dea3432..cc13f97a246 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/CustomVisitorSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/CustomVisitorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InjectVisitor.java b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InjectVisitor.java index dbdd12dd439..295ad002ae0 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InjectVisitor.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InjectVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.visitor; import io.micronaut.inject.ast.ClassElement; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/PropertyElementSpec.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/PropertyElementSpec.groovy index 6d0016c719f..49d1c94ed58 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/PropertyElementSpec.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/PropertyElementSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor import io.micronaut.AbstractBeanDefinitionSpec diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Car.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Car.groovy index 3ca68c99730..32d4f91bed8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Car.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Car.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Convertible.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Convertible.groovy index 5ecb727fe79..2687b1b8f5e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Convertible.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Convertible.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Drivers.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Drivers.groovy index ac5c28517c5..80ddca7480d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Drivers.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Drivers.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/DriversSeat.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/DriversSeat.groovy index da435264889..981f21cc493 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/DriversSeat.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/DriversSeat.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Engine.groovy index 201158b59c0..e13cb0dee8e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/FuelTank.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/FuelTank.groovy index 90fc39753bd..845d5ed5a43 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/FuelTank.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/FuelTank.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/GasEngine.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/GasEngine.groovy index c297c626627..2ed3f07485c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/GasEngine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/GasEngine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seat.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seat.groovy index 135ae9d99f1..c49a113d54f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seat.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seat.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seatbelt.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seatbelt.groovy index 32c51cdfcff..e0f766dc8ec 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seatbelt.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seatbelt.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tck.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tck.groovy index cbaa4a24caa..2505cef154d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tck.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tck.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tire.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tire.groovy index 9233cd80447..e3bf4e700fb 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tire.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tire.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/V8Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/V8Engine.groovy index d9db1858d4c..504826d9a26 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/V8Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/Cupholder.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/Cupholder.groovy index 2f3e6c16a03..78c72910c97 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/Cupholder.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/Cupholder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/RoundThing.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/RoundThing.groovy index b553ab26117..2bd555bac4a 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/RoundThing.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/RoundThing.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/SpareTire.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/SpareTire.groovy index ade030640fa..ae0ea015331 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/SpareTire.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/SpareTire.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/AbstractTypeElementSpec.groovy b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/AbstractTypeElementSpec.groovy index ff5447c7d94..3ed106b9d86 100644 --- a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/AbstractTypeElementSpec.groovy +++ b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/AbstractTypeElementSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.test import com.sun.tools.javac.model.JavacElements diff --git a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/InMemoryJavaFileManager.java b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/InMemoryJavaFileManager.java index a64f2a0fb34..d3640fb1fc6 100644 --- a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/InMemoryJavaFileManager.java +++ b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/InMemoryJavaFileManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Google, Inc. + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.test; import com.google.common.base.MoreObjects; diff --git a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/Parser.java b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/Parser.java index 38277ada9c7..5c7b28cca97 100644 --- a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/Parser.java +++ b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/Parser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.test; import com.google.common.collect.*; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/AbstractInjectAnnotationProcessor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/AbstractInjectAnnotationProcessor.java index aab226c4bc3..a4bc98fd2f9 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/AbstractInjectAnnotationProcessor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/AbstractInjectAnnotationProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import io.micronaut.annotation.processing.visitor.JavaVisitorContext; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationProcessingOutputVisitor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationProcessingOutputVisitor.java index c0a12ad6e9e..d66cf7c18bf 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationProcessingOutputVisitor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationProcessingOutputVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import io.micronaut.inject.writer.AbstractClassWriterOutputVisitor; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationUtils.java b/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationUtils.java index 33f2e96fd74..86031de080b 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationUtils.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import io.micronaut.annotation.processing.visitor.JavaVisitorContext; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/BeanDefinitionInjectProcessor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/BeanDefinitionInjectProcessor.java index 10b2376ec38..7ca8bda6dab 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/BeanDefinitionInjectProcessor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/BeanDefinitionInjectProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import static javax.lang.model.element.ElementKind.ANNOTATION_TYPE; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/ExecutableElementParamInfo.java b/inject-java/src/main/java/io/micronaut/annotation/processing/ExecutableElementParamInfo.java index 6d881c23b6c..49a2f3d06c0 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/ExecutableElementParamInfo.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/ExecutableElementParamInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/GenericUtils.java b/inject-java/src/main/java/io/micronaut/annotation/processing/GenericUtils.java index 671f40e3b9c..d6a6ab35c27 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/GenericUtils.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/GenericUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import static javax.lang.model.type.TypeKind.ARRAY; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/JavaAnnotationMetadataBuilder.java b/inject-java/src/main/java/io/micronaut/annotation/processing/JavaAnnotationMetadataBuilder.java index 54d63e597e8..278fcbf9dbd 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/JavaAnnotationMetadataBuilder.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/JavaAnnotationMetadataBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import io.micronaut.core.annotation.AnnotationUtil; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/JavaConfigurationMetadataBuilder.java b/inject-java/src/main/java/io/micronaut/annotation/processing/JavaConfigurationMetadataBuilder.java index 2c56014aa7c..d15ca83a915 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/JavaConfigurationMetadataBuilder.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/JavaConfigurationMetadataBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import io.micronaut.context.annotation.ConfigurationReader; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java b/inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java index 00173099c49..52769250a13 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import static javax.lang.model.element.Modifier.ABSTRACT; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/PackageConfigurationInjectProcessor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/PackageConfigurationInjectProcessor.java index 434243730a2..909aa26d22d 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/PackageConfigurationInjectProcessor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/PackageConfigurationInjectProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import io.micronaut.context.annotation.Configuration; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/PublicAbstractMethodVisitor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/PublicAbstractMethodVisitor.java index b36b660fa78..21ac2b18662 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/PublicAbstractMethodVisitor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/PublicAbstractMethodVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import javax.lang.model.element.*; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/PublicMethodVisitor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/PublicMethodVisitor.java index be930c129b7..cf362852859 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/PublicMethodVisitor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/PublicMethodVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import javax.lang.model.element.Element; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/SuperclassAwareTypeVisitor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/SuperclassAwareTypeVisitor.java index bdd978cca8e..61abffc5f3b 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/SuperclassAwareTypeVisitor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/SuperclassAwareTypeVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import io.micronaut.inject.processing.JavaModelUtils; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/TypeElementVisitorProcessor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/TypeElementVisitorProcessor.java index ffa907bc832..a8d9de760f3 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/TypeElementVisitorProcessor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/TypeElementVisitorProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing; import io.micronaut.annotation.processing.visitor.LoadedVisitor; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/package-info.java b/inject-java/src/main/java/io/micronaut/annotation/processing/package-info.java index 35e42ee0836..d743afc1b01 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/package-info.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package contains the Annotation processors that power Micronaut. Classes within this package * are considered internal and should not be referenced from application code. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/AbstractJavaElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/AbstractJavaElement.java index 5100cedd969..30318b5c915 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/AbstractJavaElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/AbstractJavaElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaClassElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaClassElement.java index ea56d17e205..fb99e8b35ce 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaClassElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaClassElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.annotation.processing.PublicMethodVisitor; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaConstructorElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaConstructorElement.java index 2de7e396269..7bdf8739ae3 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaConstructorElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaConstructorElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaEnumElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaEnumElement.java index d4288468870..836ab0e12f0 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaEnumElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaEnumElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaFieldElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaFieldElement.java index 6b4d32c7b6b..5c506e7a602 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaFieldElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaFieldElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaMethodElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaMethodElement.java index 2056f4b42b7..862861c7dc2 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaMethodElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaMethodElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaParameterElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaParameterElement.java index 74e95e5cf58..c10ce9842aa 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaParameterElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaParameterElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPrimitiveElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPrimitiveElement.java index 84debd5226e..af3d316320d 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPrimitiveElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPrimitiveElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPropertyElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPropertyElement.java index 7ec05b82099..32441f0da16 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPropertyElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPropertyElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVisitorContext.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVisitorContext.java index ff790184896..3f0663b2d93 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVisitorContext.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVisitorContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.annotation.processing.AnnotationProcessingOutputVisitor; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVoidElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVoidElement.java index d5d876c23a6..57a5944d3c5 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVoidElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVoidElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/LoadedVisitor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/LoadedVisitor.java index 083ca610a06..7f73b90ffd1 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/LoadedVisitor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/LoadedVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.annotation.processing.visitor; import io.micronaut.annotation.processing.GenericUtils; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/package-info.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/package-info.java index 3cc98942a61..e3b5bc85da6 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/package-info.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package contains Visitor pattern elements for Annotation processing. * diff --git a/inject-java/src/test/groovy/io/micronaut/aop/adapter/MethodAdapterSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/adapter/MethodAdapterSpec.groovy index 63b836431f6..a247c5c7da0 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/adapter/MethodAdapterSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/adapter/MethodAdapterSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.adapter import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/aop/adapter/Test.java b/inject-java/src/test/groovy/io/micronaut/aop/adapter/Test.java index dbb41ff7550..13bea496526 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/adapter/Test.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/adapter/Test.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.adapter; import io.micronaut.aop.Adapter; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/compile/AbstractClassIntroductionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/compile/AbstractClassIntroductionSpec.groovy index 1941b335c53..a3ec4393167 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/compile/AbstractClassIntroductionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/compile/AbstractClassIntroductionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/compile/AnnotatedConstructorArgumentSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/compile/AnnotatedConstructorArgumentSpec.groovy index 376798d4f73..c1add9065bc 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/compile/AnnotatedConstructorArgumentSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/compile/AnnotatedConstructorArgumentSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/compile/FinalModifierSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/compile/FinalModifierSpec.groovy index 247ab402386..2b00672f6fa 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/compile/FinalModifierSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/compile/FinalModifierSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.compile import io.micronaut.inject.AbstractTypeElementSpec diff --git a/inject-java/src/test/groovy/io/micronaut/aop/compile/InheritedAnnotationMetadataSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/compile/InheritedAnnotationMetadataSpec.groovy index 83dd049d5bd..969e9217e0b 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/compile/InheritedAnnotationMetadataSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/compile/InheritedAnnotationMetadataSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/compile/InjectFieldAbstractIntroductionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/compile/InjectFieldAbstractIntroductionSpec.groovy index 9a5a920ce9a..30e16d387b7 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/compile/InjectFieldAbstractIntroductionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/compile/InjectFieldAbstractIntroductionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/compile/IntroductionAnnotationSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/compile/IntroductionAnnotationSpec.groovy index 833e74dab36..00b18598bde 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/compile/IntroductionAnnotationSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/compile/IntroductionAnnotationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/compile/IntroductionGenericTypesSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/compile/IntroductionGenericTypesSpec.groovy index 1f4643beb99..497f1970fb6 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/compile/IntroductionGenericTypesSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/compile/IntroductionGenericTypesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnConcreteClassFactorySpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnConcreteClassFactorySpec.groovy index 3e5f983b7d3..e38d14449fd 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnConcreteClassFactorySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnConcreteClassFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnFactorySpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnFactorySpec.groovy index aeea5503be8..ea90e34d5cc 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnFactorySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnFactorySpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.factory import io.micronaut.context.BeanContext diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnInterfaceFactorySpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnInterfaceFactorySpec.groovy index e2a46e46158..0efcf4de117 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnInterfaceFactorySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/AdviceDefinedOnInterfaceFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/AnotherClass.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/AnotherClass.java index 577d1daa5f4..915d962b981 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/AnotherClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/AnotherClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.java index 765a4689756..8506cbb32ab 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.java index 6c01cb10fd3..799ea0d0674 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.java index 554731712a0..258ae00b499 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.java index b938ed2e610..440821763f9 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.java index fd3de6f6ff8..dd1c8f16b24 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.java index e9a84a16512..fd92b826dea 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionProxySpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionProxySpec.groovy index 0d210bac559..d47cfb4200b 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionProxySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionProxySpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.factory import io.micronaut.core.reflect.ReflectionUtils diff --git a/inject-java/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.java b/inject-java/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.java index 049359ae18a..3b603883d0d 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/hotswap/ProxyHotswapSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/hotswap/ProxyHotswapSpec.groovy index d8eb260ef3e..48f4e5dc2a4 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/hotswap/ProxyHotswapSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/hotswap/ProxyHotswapSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.java index 20fb1dc1777..9ee1893fabb 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClassIntroductionAdviceSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClassIntroductionAdviceSpec.groovy index 095d18506c5..472c2336cab 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClassIntroductionAdviceSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClassIntroductionAdviceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.java index 4fbab34efc0..79ce3838d73 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionAdviceSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionAdviceSpec.groovy index b4573bbec50..b014b25ea7b 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionAdviceSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionAdviceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.java index 6ea1d947df4..c9773a3c4b7 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/IntroductionAdviceWithNewInterfaceSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/introduction/IntroductionAdviceWithNewInterfaceSpec.groovy index 11e2975c758..a58ee5fb458 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/IntroductionAdviceWithNewInterfaceSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/IntroductionAdviceWithNewInterfaceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java index 5a30bde10d0..94b4af96079 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.java index 3560c5c6d88..7213762f96d 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/Stub.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/Stub.java index 439a343992e..b8a0faf95e8 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/Stub.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.java index 02fd7d43d53..779a7f68406 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.java index ae928e03655..cd3bee1bfc2 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.java index 28a45ca762b..a39b6411101 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.java index 501a7843efb..e5b2b1bb444 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.java index a435d363b7a..4bc4fef126a 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.java index 10e2003efd8..a47b126df86 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceMethodLevelAopSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceMethodLevelAopSpec.groovy index 15d7cb9815c..463fa02a0a9 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceMethodLevelAopSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceMethodLevelAopSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.java index c18403ab543..d3fe14d4ea6 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.java index 98a4fbbf9c9..73667f3472a 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelSpec.groovy index 28c8f47b76f..4f2fdf299f5 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.java b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.java index 1726da96fc9..59fb310ab24 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.java b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.java index e1e5487d11a..bc7668770b8 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.java b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.java index 081fb4d8e8b..3f53e572359 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingMethodLevelAopSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingMethodLevelAopSpec.groovy index bd21ca46bea..438b45e0ea3 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingMethodLevelAopSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingMethodLevelAopSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/AnotherClass.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/AnotherClass.java index e8647b85bb0..e2adfcc2a1f 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/AnotherClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/AnotherClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/ArgMutatingInterceptor.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/ArgMutatingInterceptor.java index fbd894be689..4291bdb535d 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/ArgMutatingInterceptor.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/ArgMutatingInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/Bar.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/Bar.java index 8c9fb99091e..39fca3b9b8a 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/Bar.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/Bar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/Mutating.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/Mutating.java index 7223b7d076b..6a97f5cb1fb 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/Mutating.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/Mutating.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClass.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClass.java index 6ebeaa40382..16c80eb20de 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClassMethodLevelAopSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClassMethodLevelAopSpec.groovy index c060839562f..889b43b4be2 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClassMethodLevelAopSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClassMethodLevelAopSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClassTypeLevelAopSpec.groovy b/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClassTypeLevelAopSpec.groovy index 810e128e69c..0a2f4962505 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClassTypeLevelAopSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClassTypeLevelAopSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/AbstractTypeElementSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/AbstractTypeElementSpec.groovy index 7b878afb573..466786c3155 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/AbstractTypeElementSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/AbstractTypeElementSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/AliasForQualifierSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/AliasForQualifierSpec.groovy index b9d586b24da..ae9a76f4a86 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/AliasForQualifierSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/AliasForQualifierSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.aliasfor import io.micronaut.inject.AbstractTypeElementSpec diff --git a/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java b/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java index cd1a1906144..39a1a3d4bd0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.aliasfor; import io.micronaut.context.annotation.AliasFor; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/AnnotationMetadataWriterSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/annotation/AnnotationMetadataWriterSpec.groovy index dd49346ead0..b1913c00ab1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/AnnotationMetadataWriterSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/AnnotationMetadataWriterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ArgumentAnnotationMetadataSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ArgumentAnnotationMetadataSpec.groovy index cd845c25e1b..0f2301c2e26 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ArgumentAnnotationMetadataSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ArgumentAnnotationMetadataSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation import io.micronaut.core.annotation.AnnotationMetadata diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/BeanDefinitionAnnotationMetadataSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/annotation/BeanDefinitionAnnotationMetadataSpec.groovy index fbd3c45896c..acbabfc07e1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/BeanDefinitionAnnotationMetadataSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/BeanDefinitionAnnotationMetadataSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Circular.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Circular.java index 271a674701e..01111012ef2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Circular.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Circular.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation; import java.lang.annotation.*; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/JavaAnnotationMetadataBuilderSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/annotation/JavaAnnotationMetadataBuilderSpec.groovy index 24283e6e384..916fe87008a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/JavaAnnotationMetadataBuilderSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/JavaAnnotationMetadataBuilderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java index 2f37222d857..6cfc6a111d5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/MyStereotype.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/MyStereotype.java index 5469d3c28d0..5f8db460f81 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/MyStereotype.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/MyStereotype.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Nested.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Nested.java index 0bca53b8fa9..95828f62de4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Nested.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Nested.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeOne.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeOne.java index eedf6a20ee6..3137a11e0db 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeOne.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeOne.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeTwo.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeTwo.java index 89906c1f7eb..2bf397ac56d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeTwo.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeTwo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation; import java.lang.annotation.ElementType; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/SomeOther.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/SomeOther.java index acf32e0f9b0..ad88aee60e4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/SomeOther.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/SomeOther.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePut.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePut.java index 71711569739..d1524657b08 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePut.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePut.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePuts.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePuts.java index 5352167e4c3..1d6bd4a38a3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePuts.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePuts.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestMetadata.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestMetadata.java index a514438ce6a..b0eaac316bf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestMetadata.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestMetadata.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation; import io.micronaut.core.annotation.AnnotationClassValue; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java index 9808ef779f2..be2f6f87027 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Trace.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Trace.java index 125f23b9af1..e7d2dbe9886 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Trace.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Trace.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/OneRequires.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/OneRequires.java index 1a08986e637..27022e644a5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/OneRequires.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/OneRequires.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation.repeatable; import io.micronaut.context.annotation.AliasFor; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/RepeatableAnnotationSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/RepeatableAnnotationSpec.groovy index 71d7ad7dcfe..b2d53b7b3d2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/RepeatableAnnotationSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/RepeatableAnnotationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation.repeatable import io.micronaut.context.annotation.Property diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/SomeOther.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/SomeOther.java index 28766878abd..682098633da 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/SomeOther.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/SomeOther.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation.repeatable; import io.micronaut.context.annotation.Property; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/TwoRequires.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/TwoRequires.java index 807b8362442..c088a24a1d2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/TwoRequires.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/TwoRequires.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation.repeatable; import io.micronaut.context.annotation.Requires; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/beans/AbstractBeanSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/beans/AbstractBeanSpec.groovy index c38922de53d..58409516f43 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/beans/AbstractBeanSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/beans/AbstractBeanSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/beans/InterceptedBean.java b/inject-java/src/test/groovy/io/micronaut/inject/beans/InterceptedBean.java index e4db5815885..bdea4e9578c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/beans/InterceptedBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/beans/InterceptedBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.beans; import io.micronaut.scheduling.annotation.Async; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/bind/Author.java b/inject-java/src/test/groovy/io/micronaut/inject/bind/Author.java index c8036fa78e3..bd96f682ad2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/bind/Author.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/bind/Author.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/bind/Book.java b/inject-java/src/test/groovy/io/micronaut/inject/bind/Book.java index 23052100dab..fbb54c1a82c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/bind/Book.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/bind/Book.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/bind/TestAuthorBinder.java b/inject-java/src/test/groovy/io/micronaut/inject/bind/TestAuthorBinder.java index 8b9ddb0e4cc..d2fc2dd9b2f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/bind/TestAuthorBinder.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/bind/TestAuthorBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/close/A.java b/inject-java/src/test/groovy/io/micronaut/inject/close/A.java index b68ea42afdb..18938f1de27 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/close/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/close/A.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.close; import io.micronaut.context.annotation.Requires; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/close/B.java b/inject-java/src/test/groovy/io/micronaut/inject/close/B.java index 17cc11a0d17..7535cb7b283 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/close/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/close/B.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.close; public interface B { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/close/BImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/close/BImpl.java index 70d376cf730..60bf89a8b08 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/close/BImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/close/BImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.close; import io.micronaut.context.annotation.Requires; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/close/BeanCloseOrderSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/close/BeanCloseOrderSpec.groovy index 4c17195e9d7..fd8bf80a2d6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/close/BeanCloseOrderSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/close/BeanCloseOrderSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.close import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/close/C.java b/inject-java/src/test/groovy/io/micronaut/inject/close/C.java index 32423484136..7ece317f2ad 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/close/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/close/C.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.close; import io.micronaut.context.annotation.Requires; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/close/D.java b/inject-java/src/test/groovy/io/micronaut/inject/close/D.java index 1db920ec1e9..6b353d696b2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/close/D.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/close/D.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.close; import io.micronaut.context.annotation.Requires; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/collect/InjectCollectionBeanSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/collect/InjectCollectionBeanSpec.groovy index 49229829c21..9ca82bc587e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/collect/InjectCollectionBeanSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/collect/InjectCollectionBeanSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.collect import io.micronaut.context.BeanContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/collect/MySetOfStrings.java b/inject-java/src/test/groovy/io/micronaut/inject/collect/MySetOfStrings.java index a8395039d0f..a7067f493b1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/collect/MySetOfStrings.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/collect/MySetOfStrings.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.collect; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/collect/ThingThatNeedsMySetOfStrings.java b/inject-java/src/test/groovy/io/micronaut/inject/collect/ThingThatNeedsMySetOfStrings.java index 4a15923f306..942713c8cca 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/collect/ThingThatNeedsMySetOfStrings.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/collect/ThingThatNeedsMySetOfStrings.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.collect; import javax.inject.Inject; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentB.java b/inject-java/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentB.java index 65a8dee3851..bab87baf63b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentB.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentB.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/concurrency/JavaConcurrentSingleAccessSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/concurrency/JavaConcurrentSingleAccessSpec.groovy index 670d5c5befb..e4f0772b425 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/concurrency/JavaConcurrentSingleAccessSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/concurrency/JavaConcurrentSingleAccessSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigPropertiesParseSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigPropertiesParseSpec.groovy index d1502a5bbdb..9a3a938cc7d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigPropertiesParseSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigPropertiesParseSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesBuilderSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesBuilderSpec.groovy index 541d8e066a8..3256f9655ad 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesBuilderSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesBuilderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesSpec.groovy index 267e3cb311c..e27cb9307e2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ConfigurationPropertiesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.java index f60f5582227..3ad01f5aea9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyPrimitiveConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyPrimitiveConfig.java index 6e9a871a3bc..ac6dbb3b863 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyPrimitiveConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyPrimitiveConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jProperties.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jProperties.java index 71c075e2d90..9c32e82f9f3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jProperties.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/PrimitiveConfigurationPropertiesSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/PrimitiveConfigurationPropertiesSpec.groovy index 768a69570ab..b756572f566 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/PrimitiveConfigurationPropertiesSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/PrimitiveConfigurationPropertiesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfig.java index faec9f7b0aa..4e7537b5c3e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfigurationSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfigurationSpec.groovy index d57bbfa7d85..d9cdb3e71b4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfigurationSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfigurationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/VisibilityIssuesSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/VisibilityIssuesSpec.groovy index 7997449717a..9eaf063a348 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/VisibilityIssuesSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/VisibilityIssuesSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ChildConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ChildConfig.java index a3503cecaef..71166deda86 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ChildConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ChildConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ConfigurationPropertiesInheritanceSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ConfigurationPropertiesInheritanceSpec.groovy index 589b32d0973..ae0e89c8cab 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ConfigurationPropertiesInheritanceSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ConfigurationPropertiesInheritanceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyConfig.java index 7d522634f25..10d5bfdda23 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyOtherConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyOtherConfig.java index aadbe0685de..e87c503494c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyOtherConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyOtherConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentPojo.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentPojo.java index b44a62b45a9..f97620047c6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentPojo.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentPojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.java index 6a59ffc2f08..5d20095393e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties.other; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configuration/JavaConfigurationMetadataBuilderSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/configuration/JavaConfigurationMetadataBuilderSpec.groovy index 31660ad2039..a70a83fb1cc 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configuration/JavaConfigurationMetadataBuilderSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/configuration/JavaConfigurationMetadataBuilderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/ABean.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/ABean.java index cae943598e5..0f868c84a10 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/ABean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/ABean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/NotABean.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/NotABean.java index 20c264608c5..3267bf398ab 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/NotABean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/NotABean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/RequiresBeanSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/configurations/RequiresBeanSpec.groovy index fcfd9d7e21f..56fe0d314e8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/RequiresBeanSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/RequiresBeanSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.java index 91dc1d6cb04..af36b9d854d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.java index e0208b63669..da3794ae67c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean.java index ff5f5248d34..cf1d9e8f4cf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java index d0a634fa86e..f8f43d991ab 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.java index de7bb1d71a4..9372c206faa 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.java index e80fb1dc7d6..91b634553d5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java index 56724e33f58..880029b6150 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.java index 7ba993170f6..c88f7344662 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.java index 1c969d7ce0d..b18baf18f84 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.java index 22e82b35061..de3f55adf49 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.java index d4b9a98a7d3..44a4f9bb733 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.java index 6cfb6bf3c51..b9ba5cb6208 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.java index 249e60d264f..a14eac37a8c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.java index c151e29e126..f4564397ee2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/A.java index 775fb3c8bfe..fe15665b050 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AImpl.java index 8c7b7fdb8ff..5c2908b06cf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AnotherImpl.java index a5e0e24fc64..76c6ff2b2c1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/B.java index b6fc2221002..faada6d17bf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/ConstructorArrayInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/ConstructorArrayInjectionSpec.groovy index 72dde3438e2..03f9e266d9e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/ConstructorArrayInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/ConstructorArrayInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/A.java index 5ce3146335c..d135d04f0b9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AImpl.java index 636e54f7d1d..7d9141da43c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AnotherImpl.java index 9204c83e343..a3596295ac1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/B.java index 887a3e1d667..8adab6e7bca 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/ConstructorCollectionInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/ConstructorCollectionInjectionSpec.groovy index fab95483d38..8e649601a39 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/ConstructorCollectionInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/ConstructorCollectionInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/A.java index c1ba609f6fc..c2cbe6d5e49 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AImpl.java index b6a2674dc03..379a8816f43 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AProvider.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AProvider.java index 9bfad79cc28..507dffe8a27 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AProvider.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/B.java index dd7ed93e656..b9a38df1aa7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/C.java index 07a4055e640..94f35860ab3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/CImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/CImpl.java index 82a797f74b3..9e3daf2d820 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/CImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/CImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/ConstructorFactorySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/ConstructorFactorySpec.groovy index c1604fecb49..0fa5f561b6a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/ConstructorFactorySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/ConstructorFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/D.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/D.java index 6a76e526bfd..3a2e9a44ec9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/D.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/D.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/A.java index 62bfb0f4676..0fbe0136a3c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/AImpl.java index a92dcb41ba7..3f306ae5b19 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/B.java index 0ed2c864fc6..d17d5b75b95 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/ConstructorWithInterfaceSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/ConstructorWithInterfaceSpec.groovy index c2dfa3c3f27..ff386e83e95 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/ConstructorWithInterfaceSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/ConstructorWithInterfaceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/A.java index fbbf6c9e9e3..f36357d1489 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/AImpl.java index 1bf716eb355..dc5c4bbb97e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/B.java index 1f1501536e4..4651afd6897 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/C.java index 1ee46ca3e53..9b8155e3a7b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/CImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/CImpl.java index cee0085be6a..a94487852e2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/CImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/CImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/ConstructorMultipleInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/ConstructorMultipleInjectionSpec.groovy index 5d5cafdb698..ef45687a6ae 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/ConstructorMultipleInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/ConstructorMultipleInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/A.java index c6427929032..784cad149df 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/B.java index 7060227f639..57c790e1a1a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/C.java index 2960335edc2..33ba92c6a9b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/ConstructorNullableInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/ConstructorNullableInjectionSpec.groovy index 5f9a1fbb5be..a96770253be 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/ConstructorNullableInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/ConstructorNullableInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/A.java index cc03ce4f058..914fc29a398 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/AImpl.java index eea0a2e968d..e31f82ccc53 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/B.java index b1177109ffc..f07dfdb797a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/C.java index d0a64d9a12a..99dad52568c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/ConstructorOptionalSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/ConstructorOptionalSpec.groovy index 701a4fa916c..8ba42f6b983 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/ConstructorOptionalSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/ConstructorOptionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/A.java index 0ce2506f860..6f5aa429108 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/AImpl.java index b605034080f..9d7c6650532 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/B.java index ef214ebaf81..60edf5caba4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/C.java index eba75cc7fe1..9acbc5b704d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/CImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/CImpl.java index 8be8d4dcaf0..13701cf5b55 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/CImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/CImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/ConstructorWithProviderSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/ConstructorWithProviderSpec.groovy index 77e7c8680ca..3d86a4a3318 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/ConstructorWithProviderSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/ConstructorWithProviderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/A.java index b856afce64f..0a4ff53c82e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/AImpl.java index f74e3250916..8a319078a26 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B.java index 53427d4b10a..231a1d350fe 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B2.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B2.java index c0325654f83..5897b3cdc40 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/ConstructorSimpleInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/ConstructorSimpleInjectionSpec.groovy index d13d207c95f..6f7cef12e2b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/ConstructorSimpleInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/ConstructorSimpleInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/A.java index e9ff2f657db..a4de6777d54 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AImpl.java index fd553b4bcef..e9c368185ae 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AnotherImpl.java index 157fcd2777c..98abcae0726 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/B.java index f66354c047a..b0ebee2a96d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/ConstructorStreamSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/ConstructorStreamSpec.groovy index 096988a60ab..f26691a8aea 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/ConstructorStreamSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/ConstructorStreamSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/A.java b/inject-java/src/test/groovy/io/micronaut/inject/context/A.java index f43c527b748..3d7bdc91158 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/B.java b/inject-java/src/test/groovy/io/micronaut/inject/context/B.java index f1125a4f3d2..0edd75bcc44 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/RegisterSingletonSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/context/RegisterSingletonSpec.groovy index dceab58106e..dc9c9793bf2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/RegisterSingletonSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/RegisterSingletonSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/BeanDefinitionProcessorSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/BeanDefinitionProcessorSpec.groovy index d9dd9bbbdcf..b69585cd32c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/BeanDefinitionProcessorSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/BeanDefinitionProcessorSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.context.processor import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotation.java b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotation.java index fe9e794f785..2afc0b1b6d6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotation.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotation.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.context.processor; import io.micronaut.context.annotation.Bean; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotationProcessor.java b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotationProcessor.java index 4c2a60c5b22..14dbe89e993 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotationProcessor.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotationProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.context.processor; import io.micronaut.context.BeanContext; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/SomeBean.java b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/SomeBean.java index d1cb08596a0..3121ce599bb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/SomeBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/SomeBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.context.processor; @ProcessedAnnotation diff --git a/inject-java/src/test/groovy/io/micronaut/inject/convert/ConverterAsLambdaSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/convert/ConverterAsLambdaSpec.groovy index b2fc614d32a..afc9a5be08d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/convert/ConverterAsLambdaSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/convert/ConverterAsLambdaSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.convert import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/convert/TestConverters.java b/inject-java/src/test/groovy/io/micronaut/inject/convert/TestConverters.java index 055e6b03a3f..201d26fafc6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/convert/TestConverters.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/convert/TestConverters.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.convert; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/dynamic/CreateConfigurationBasedOnRuntimeClassNodeSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/dynamic/CreateConfigurationBasedOnRuntimeClassNodeSpec.groovy index 719885ddd09..98de5226a9b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/dynamic/CreateConfigurationBasedOnRuntimeClassNodeSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/dynamic/CreateConfigurationBasedOnRuntimeClassNodeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/env/A.java b/inject-java/src/test/groovy/io/micronaut/inject/env/A.java index 30fb190343a..1ebb1ebf224 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/env/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/env/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/env/EnvironmentConfigurableSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/env/EnvironmentConfigurableSpec.groovy index 4af05dae182..587f4913714 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/env/EnvironmentConfigurableSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/env/EnvironmentConfigurableSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.env import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/env/EnvironmentInjectSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/env/EnvironmentInjectSpec.groovy index 4fb9b3e5157..c3546dca7f8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/env/EnvironmentInjectSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/env/EnvironmentInjectSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/env/MyBean.java b/inject-java/src/test/groovy/io/micronaut/inject/env/MyBean.java index 7cea2f14901..e36171ac836 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/env/MyBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/env/MyBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.env; import io.micronaut.context.annotation.Prototype; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/executable/BookController.java b/inject-java/src/test/groovy/io/micronaut/inject/executable/BookController.java index 509fbf74c82..0b7590a6ddc 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/executable/BookController.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/executable/BookController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/executable/BookService.java b/inject-java/src/test/groovy/io/micronaut/inject/executable/BookService.java index 283f1ecd85a..cc4c5404c6d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/executable/BookService.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/executable/BookService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/executable/ExecutableBeanSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/executable/ExecutableBeanSpec.groovy index ac5c69b83c8..a0df4ff6069 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/executable/ExecutableBeanSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/executable/ExecutableBeanSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.executable import io.micronaut.inject.AbstractTypeElementSpec diff --git a/inject-java/src/test/groovy/io/micronaut/inject/executable/ExecutableSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/executable/ExecutableSpec.groovy index 44c0ea686a7..1fba43e232a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/executable/ExecutableSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/executable/ExecutableSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/ExecutableAnnotationOnFactorySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/factory/ExecutableAnnotationOnFactorySpec.groovy index 1395ea4d02b..cea43dbf6c9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/ExecutableAnnotationOnFactorySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/ExecutableAnnotationOnFactorySpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory import io.micronaut.inject.AbstractTypeElementSpec diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/A.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/A.java index f5f7fcf61d4..90193e383e6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/PrototypeAnnotationSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/PrototypeAnnotationSpec.groovy index 5fbfdcd9af4..1d835991da7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/PrototypeAnnotationSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/PrototypeAnnotationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/A.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/A.java index ca1c5327903..3cbf59e67ed 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/B.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/B.java index d64ee1777ee..f1f5e8323b7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BFactory.java index 92e8b4344cc..0db2382b395 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BeanInitializingWithFactorySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BeanInitializingWithFactorySpec.groovy index 6297b5be948..541493d8b29 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BeanInitializingWithFactorySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BeanInitializingWithFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/MyListener.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/MyListener.java index 2ee226856f7..6ba002c0794 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/MyListener.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/MyListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/A.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/A.java index a15b3ccc496..d96a757d277 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/B.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/B.java index ef88a8a3779..ced35166e22 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/BFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/BFactory.java index 0da48fcb367..f5bd8c1f791 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/BFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/BFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/C.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/C.java index 7756fde92f3..dfbdb8d19fb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/FactorySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/FactorySpec.groovy index 0170cb25777..159edfff96c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/FactorySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/FactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/InjectExistingFactorySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/InjectExistingFactorySpec.groovy index 5f63556d6d0..2ececa207b2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/InjectExistingFactorySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/InjectExistingFactorySpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.inject import io.micronaut.context.BeanContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/MyFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/MyFactory.java index f47127854b1..9bb3be01761 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/MyFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/MyFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.inject; import io.micronaut.context.annotation.Bean; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/ApplicationHelper.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/ApplicationHelper.java index 46cf20672c3..4847dda7079 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/ApplicationHelper.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/ApplicationHelper.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.named; import javax.inject.Inject; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/CSWTestTemplate.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/CSWTestTemplate.java index 6df27d028cc..32c66fedb15 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/CSWTestTemplate.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/CSWTestTemplate.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.named; public class CSWTestTemplate implements Template { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/IASTestTemplate.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/IASTestTemplate.java index ca52d01dbd9..2faed3952f7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/IASTestTemplate.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/IASTestTemplate.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.named; public class IASTestTemplate implements Template { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/NamedFactoryBeanInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/NamedFactoryBeanInjectionSpec.groovy index 62c2ea87803..213db10572b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/NamedFactoryBeanInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/NamedFactoryBeanInjectionSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.named import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/RepositoryService.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/RepositoryService.java index bfcbb5130cb..6fb5f835f14 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/RepositoryService.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/RepositoryService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.named; import com.github.benmanes.caffeine.cache.Cache; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/Template.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/Template.java index 794064fb5ad..724e1d9c79b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/Template.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/Template.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.named; public interface Template { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TemplateFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TemplateFactory.java index 1bcfe60b708..d0d9c5e9aad 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TemplateFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TemplateFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.named; import io.micronaut.context.annotation.Bean; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TestCacheFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TestCacheFactory.java index 72e71bb96be..44515a8ac6b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TestCacheFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TestCacheFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.named; import com.github.benmanes.caffeine.cache.Cache; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/A.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/A.java index 5cb10463940..eee0a68ef3e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/B.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/B.java index ab4105cf57d..69b36223ed0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/BFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/BFactory.java index f12677503c1..c1b3cc861a6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/BFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/BFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/C.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/C.java index 231f5e6bd6d..d3eaa9ddd15 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/ParametrizedFactorySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/ParametrizedFactorySpec.groovy index fde3c31ff2b..bbdaba3e77e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/ParametrizedFactorySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/ParametrizedFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/A.java index 7c46cc1c79d..0b20f5a1bf5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/B.java index 0022b7b6981..c2fcfcf44c9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/C.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/C.java index aa9725e1908..728372ba7de 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/ConstructorCircularDependencyFailureSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/ConstructorCircularDependencyFailureSpec.groovy index e9059b82052..548dbaf08e5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/ConstructorCircularDependencyFailureSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/ConstructorCircularDependencyFailureSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/A.java index 3948cf46249..dd7c802ff62 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/B.java index c4e83202d7b..f389291cc51 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/ConstructorDependencyFailureSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/ConstructorDependencyFailureSpec.groovy index d7fef5e5d62..9d676fbf57d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/ConstructorDependencyFailureSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/ConstructorDependencyFailureSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/A.java index a316593a2b4..9c3c20db36e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/B.java index 8a335704b26..e42fa749c0d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/C.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/C.java index 672829d4366..7c72d7ec9d1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/ConstructorExceptionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/ConstructorExceptionSpec.groovy index b3a1b88cd6f..7b34d2bed7e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/ConstructorExceptionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/ConstructorExceptionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/A.java index 0208deb27bf..f7a1a871df9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/B.java index 16269c23ac9..ce254d167cf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/C.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/C.java index 0e3f0615e9a..a4d84f910db 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/FieldCircularDependencyFailureSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/FieldCircularDependencyFailureSpec.groovy index 4dc81d09a6d..f2883d8e693 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/FieldCircularDependencyFailureSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/FieldCircularDependencyFailureSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/A.java index 656d68a0bc0..22bd59846a9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/B.java index da97baa5d11..5fbc41e0acf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/FieldDependencyMissingFailureSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/FieldDependencyMissingFailureSpec.groovy index 1a57be9f851..10d31184d43 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/FieldDependencyMissingFailureSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/FieldDependencyMissingFailureSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/A.java index 957a6f50382..771d25545e4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/B.java index f868e6b8a5b..45650f16b1e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/C.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/C.java index e3bc9a10eb9..4b539d67296 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/D.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/D.java index c925a02c66c..b627e640982 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/D.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/D.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/NestedDependencyFailureSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/NestedDependencyFailureSpec.groovy index 31cfd9e987f..5ee33c0d375 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/NestedDependencyFailureSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/NestedDependencyFailureSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/A.java index f70435c605b..19d97af788a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/B.java index 6bf6e32f820..24f71bc55ce 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/PostConstructExceptionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/PostConstructExceptionSpec.groovy index 3fca936eacb..7851938a2da 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/PostConstructExceptionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/PostConstructExceptionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/A.java index f8f064831fd..b83e8916448 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AImpl.java index 7b42c991374..a106aba9cdf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AProvider.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AProvider.java index 897f11e2f6c..318ee678485 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AProvider.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/B.java index f3188152040..e30880319f8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/C.java index a34f3b3f839..66275620c06 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/CImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/CImpl.java index 3d13bf41a63..6c8dbeb96ce 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/CImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/CImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/FieldArrayFactorySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/FieldArrayFactorySpec.groovy index 65c6f9e142e..e4946699262 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/FieldArrayFactorySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/FieldArrayFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/A.java index 9a2f5b2a646..ba9b3da84b2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AImpl.java index 810bf5641c8..c23c3155c7e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AnotherImpl.java index 2fe5e67f945..4a75a5d0bcd 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/B.java index 2192f545ad3..c0459639bc9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/FieldArrayInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/FieldArrayInjectionSpec.groovy index 421e429e743..8194d58055c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/FieldArrayInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/FieldArrayInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/A.java index d936c2bff72..2880d74bbb4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AImpl.java index 60e59c75313..2c5b97654d4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AProvider.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AProvider.java index a370e74291a..f3529e03d5a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AProvider.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/B.java index 596dceb036b..c0a3251f294 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/C.java index 5f3424c8afc..2f6f69dad51 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/CImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/CImpl.java index f711dc36f41..feab825d271 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/CImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/CImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/FieldFactorySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/FieldFactorySpec.groovy index c2b42edba92..4009bd4881c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/FieldFactorySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/FieldFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/A.java index 6f117956be8..b48f96ad571 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AImpl.java index 308a5f1e394..3fe4ef94275 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AnotherImpl.java index 3fbd83214fb..455f4868632 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/B.java index 1ee5e7207de..8eef612f3b3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/FieldListInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/FieldListInjectionSpec.groovy index 9ba13d12a76..8e356a15b40 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/FieldListInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/FieldListInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/A.java index 8aa598a47aa..68d983e6186 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/B.java index bcc41ffd67e..882e10aa3f8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/C.java index 728b3ad9dea..3008359e670 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/FieldNullableInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/FieldNullableInjectionSpec.groovy index f0f3045ce12..9fd05732818 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/FieldNullableInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/FieldNullableInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/A.java index c4a3a1c0a6e..0d1f82b7624 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/AImpl.java index 5be903c5a55..f73c2764318 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/B.java index 609c6f3c951..8c4a8db73d5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/C.java index 2e6a13d7353..af4e47a0e9a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/FieldOptionalSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/FieldOptionalSpec.groovy index dcca5fdd76e..4e375aaf8e1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/FieldOptionalSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/FieldOptionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/B.java index 18f10845765..2d04ddeeac9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/FieldPrivateWithQualifierSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/FieldPrivateWithQualifierSpec.groovy index 6967f1a7712..43e5b8dca23 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/FieldPrivateWithQualifierSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/FieldPrivateWithQualifierSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/A.java index 82d9b127d60..ab9fa076ec1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/B.java index babc59ae032..a155a8bd992 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/FieldProtectedWithQualifierSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/FieldProtectedWithQualifierSpec.groovy index 650f337703d..52094651d0c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/FieldProtectedWithQualifierSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/FieldProtectedWithQualifierSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/OneA.java b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/OneA.java index 253e49a70e2..169fd1a2047 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/OneA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/OneA.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/TwoA.java b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/TwoA.java index 334aac1cdf7..9a9f897581f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/TwoA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/TwoA.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/A.java index c3268e5f369..03a226f514e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AImpl.java index c3027c08791..f9c0945fcb4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AnotherImpl.java index e63c6a3cc52..7128e7783e1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/B.java index 4cbce30a1a0..b42383d96f7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/FieldSetInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/FieldSetInjectionSpec.groovy index a50abbad48e..8e086d9629a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/FieldSetInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/FieldSetInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/A.java index f2f8381cf6c..30fe663f99d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/AImpl.java index b349ab37837..ea086d2242a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/B.java index 07573c3c935..ada38227530 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/FieldInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/FieldInjectionSpec.groovy index c78a1876b12..42f44b8d9a2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/FieldInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/FieldInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/A.java index bf85e8d7b5e..e1bfd1230f7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AImpl.java index 9b00307f6ee..002645186c8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AnotherImpl.java index 82ca8ac8ade..d77d460113f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/B.java index 3d4d3dd8910..ce1bc6483e2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/FieldStreamInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/FieldStreamInjectionSpec.groovy index 9cde76a2ebb..63b372d5530 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/FieldStreamInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/FieldStreamInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertyNullableSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertyNullableSpec.groovy index db030d7d90e..c23ad64ea94 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertyNullableSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertyNullableSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.foreach import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertyParseSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertyParseSpec.groovy index 23a0d1cd1a9..5b189ad5521 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertyParseSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertyParseSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertySpec.groovy index 70b23eab4e0..29c1883353b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/EachPropertySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBean.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBean.java index 39e8351e956..06abe3f8859 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanWithPrimary.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanWithPrimary.java index 433e0d435cf..a986b1f2882 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanWithPrimary.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanWithPrimary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfiguration.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfiguration.java index afb1fd550cf..b50d5ab0101 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfiguration.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfigurationWithPrimary.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfigurationWithPrimary.java index 4fe90887b4e..d592ab61ee2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfigurationWithPrimary.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfigurationWithPrimary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBean.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBean.java index f4d7a05d055..894e547e511 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBeanWithPrimary.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBeanWithPrimary.java index 3f8175d37a7..2fd378ac377 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBeanWithPrimary.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBeanWithPrimary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClass.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClass.java index 9288c0c8429..a3676fac229 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClass.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClassWithPrimary.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClassWithPrimary.java index 69bca6df841..81f9e52ce6b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClassWithPrimary.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClassWithPrimary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/SomeConfiguration.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/SomeConfiguration.java index 7ef58f8eb87..40b68682b56 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/SomeConfiguration.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/SomeConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.foreach; import io.micronaut.context.annotation.EachProperty; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/generics/GenericTypeArgumentsSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/generics/GenericTypeArgumentsSpec.groovy index 387e7b067b5..0ae00f6d1ad 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/generics/GenericTypeArgumentsSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/generics/GenericTypeArgumentsSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.generics import io.micronaut.inject.AbstractTypeElementSpec diff --git a/inject-java/src/test/groovy/io/micronaut/inject/generics/InjectWithWildcardSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/generics/InjectWithWildcardSpec.groovy index 97676ea196d..8d545cdb3cd 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/generics/InjectWithWildcardSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/generics/InjectWithWildcardSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/generics/WildCardInject.java b/inject-java/src/test/groovy/io/micronaut/inject/generics/WildCardInject.java index c54e37b3fbe..27323da2d45 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/generics/WildCardInject.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/generics/WildCardInject.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/A.java b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/A.java index a59cc0c77a3..2ddc50b1f24 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractB.java b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractB.java index e41018f8663..25f42726f92 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractB.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractB.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractInheritanceSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractInheritanceSpec.groovy index 4c6170bb564..3f607444523 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractInheritanceSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractInheritanceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/B.java b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/B.java index ef6f1bc0180..dd22d18b242 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/B.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/B.java index 5a9a5dd31b0..d0c06d00093 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BCreationListener.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BCreationListener.java index aec8b2f4919..4ae192122eb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BCreationListener.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BCreationListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BeanCreationEventListenerSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BeanCreationEventListenerSpec.groovy index 3ed59ae1449..2a54d79f5fb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BeanCreationEventListenerSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BeanCreationEventListenerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/ChildB.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/ChildB.java index eb304a744d4..ea67b8ebb79 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/ChildB.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/ChildB.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/B.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/B.java index 23e62d01cbc..4f4d1f35e96 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/B.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.lifecycle.beancreationlambda; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/BeanCreationEventListenerAsLambdaSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/BeanCreationEventListenerAsLambdaSpec.groovy index f07ca688492..c738a7af25f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/BeanCreationEventListenerAsLambdaSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/BeanCreationEventListenerAsLambdaSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.lifecycle.beancreationlambda import io.micronaut.context.BeanContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ChildB.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ChildB.java index 17711529056..32a25adf88c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ChildB.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ChildB.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.lifecycle.beancreationlambda; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ListenerFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ListenerFactory.java index ea9d233f6fc..b6667f78c28 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ListenerFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ListenerFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.lifecycle.beancreationlambda; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/A.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/A.java index bb962862d1c..37ac02bec0e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/B.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/B.java index 04e50ae9306..9bb2efc7ef4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BFactory.java index 2b5fc29c852..342ee2ce6a9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BeanInitializingEventListenerSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BeanInitializingEventListenerSpec.groovy index 3d8f17f1805..80b80b031df 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BeanInitializingEventListenerSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BeanInitializingEventListenerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/MyListener.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/MyListener.java index 673ee3fbc49..f732c1f6d1a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/MyListener.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/MyListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/A.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/A.java index 800b6044245..4e172fcd3c5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/B.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/B.java index 78331c0c421..68f121e8827 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/BeanWithPostConstructSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/BeanWithPostConstructSpec.groovy index bf2ab4d05e8..50fe27e378b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/BeanWithPostConstructSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/BeanWithPostConstructSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/A.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/A.java index 96aa8f13c92..b55921a3805 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/B.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/B.java index 257410c4663..9cc702b046c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/BeanWithPreDestroySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/BeanWithPreDestroySpec.groovy index a4fffd68361..4f37dc6c11d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/BeanWithPreDestroySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/BeanWithPreDestroySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/C.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/C.java index 232e6a099aa..494ee4edbc9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/A.java index ceb76a26787..3d252884e4a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AImpl.java index 76af30405f9..b687ee271c4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AnotherImpl.java index 44d1cf1ea3b..3721d4432bf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/B.java index a12eb669dd7..77f9e2e2ebe 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/SetterArrayInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/SetterArrayInjectionSpec.groovy index 17ae6696586..657279d5de0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/SetterArrayInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/SetterArrayInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/builderinjection/BuilderStyleInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/method/builderinjection/BuilderStyleInjectionSpec.groovy index c0aeb963085..eddd2da8fb9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/builderinjection/BuilderStyleInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/builderinjection/BuilderStyleInjectionSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.method.builderinjection import io.micronaut.context.BeanContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/A.java index e979ff297eb..6692eeeb367 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/B.java index 550d11cf82b..26f8a922d77 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/C.java index 2ff777c54c9..fc858567223 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/SetterWithNullableSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/SetterWithNullableSpec.groovy index cc2c065b5cc..bcb981b5d61 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/SetterWithNullableSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/SetterWithNullableSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/A.java index 6dc63223b46..a62f8369b67 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/AImpl.java index 7c574ded9cf..dc657e76ef9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/B.java index 2b3b170f411..ad0aad3c958 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/C.java index 2f3797754ec..2aa82a218b5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/SetterWithOptionalSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/SetterWithOptionalSpec.groovy index 21cbc81b6c8..6ab4c1cb892 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/SetterWithOptionalSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/SetterWithOptionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/A.java index 0897b902a02..2343d489a70 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/B.java index e4654ea8eb0..f13a93ab126 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/OneA.java b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/OneA.java index 61813b0795e..932e9c66d48 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/OneA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/OneA.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/SetterWithQualifierSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/SetterWithQualifierSpec.groovy index 17d38abdbd8..de3452ca8d4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/SetterWithQualifierSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/SetterWithQualifierSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/TwoA.java b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/TwoA.java index 8964d287dfd..76bda3e4fa8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/TwoA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/TwoA.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/A.java index 1e2d5cb2316..6810193efd7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AImpl.java index abc1833a633..24c05790fef 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AnotherImpl.java index 832ea6e0455..ebb946b741b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/B.java index 8e61ef95d16..b3f58a6c5a5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/SetterSetInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/SetterSetInjectionSpec.groovy index a8df0aff6ef..3493e2ce7b4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/SetterSetInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/SetterSetInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/A.java index a559050aa6d..de5d7a700b3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/AImpl.java index 09bd35b734a..14e2f7d96d8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/B.java index 04688e4f8b4..93bc75ee34a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/SetterInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/SetterInjectionSpec.groovy index 691efde36d2..e00a843179e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/SetterInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/SetterInjectionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/A.java index 68158775455..8573c30534c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AImpl.java index 66101cc1ece..5bdc24bb0b4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AnotherImpl.java index 93da5f798ee..01a6ffab702 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/B.java index 554e96e76cf..693a902ec7a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/SetterStreamSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/SetterStreamSpec.groovy index 7c82b253b8e..a7e3dcae9a2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/SetterStreamSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/SetterStreamSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBean.java b/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBean.java index 36d35aa8c1d..364548986fe 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.parallel; import io.micronaut.context.annotation.Parallel; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBeanSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBeanSpec.groovy index aa42ede3778..4ec62788623 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBeanSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBeanSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.parallel import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/property/ConstructorPropertyInject.java b/inject-java/src/test/groovy/io/micronaut/inject/property/ConstructorPropertyInject.java index 6dd84652e83..a46b2936919 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/property/ConstructorPropertyInject.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/property/ConstructorPropertyInject.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.property; import io.micronaut.context.annotation.Property; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/property/FieldPropertyInject.java b/inject-java/src/test/groovy/io/micronaut/inject/property/FieldPropertyInject.java index 682fea4753c..650e7f2b39d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/property/FieldPropertyInject.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/property/FieldPropertyInject.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.property; import io.micronaut.context.annotation.Property; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/property/MethodPropertyInject.java b/inject-java/src/test/groovy/io/micronaut/inject/property/MethodPropertyInject.java index 59b64f0ffa1..b37d73eafeb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/property/MethodPropertyInject.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/property/MethodPropertyInject.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.property; import io.micronaut.context.annotation.Property; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/property/PropertyAnnotationSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/property/PropertyAnnotationSpec.groovy index e88d9dbdc13..eff9e3d1c28 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/property/PropertyAnnotationSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/property/PropertyAnnotationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.property import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/provider/BeanProviderSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/provider/BeanProviderSpec.groovy index 8231d93ea61..b76551a929d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/provider/BeanProviderSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/provider/BeanProviderSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.provider import io.micronaut.inject.AbstractTypeElementSpec diff --git a/inject-java/src/test/groovy/io/micronaut/inject/provider/ProviderNamedInjectionSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/provider/ProviderNamedInjectionSpec.groovy index c9aade046bf..dda6af1bb2e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/provider/ProviderNamedInjectionSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/provider/ProviderNamedInjectionSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.provider import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/provider/Seats.java b/inject-java/src/test/groovy/io/micronaut/inject/provider/Seats.java index 8b40e14c0f4..693829e311c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/provider/Seats.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/provider/Seats.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.provider; import org.atinject.tck.auto.Drivers; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/One.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/One.java index 9b3e30d1327..13f6af886c7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/One.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/One.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Bean.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Bean.java index fc1eb126605..44c789c435f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Bean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Bean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/ByTypeSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/ByTypeSpec.groovy index 193562d51a7..248c9a2708e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/ByTypeSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/ByTypeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Foo.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Foo.java index 9896f79ccea..12856142073 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Foo.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/One.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/One.java index 1d05e1e9ff7..d793c7ac2a4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/One.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/One.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Three.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Three.java index d2769919dc5..8abe538b25e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Three.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Three.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Two.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Two.java index 2f41f8d9090..1abec8cb626 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Two.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Two.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composable.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composable.java index 742cfa28d9d..f6d92979ecf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composable.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composable.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.compose; import io.micronaut.context.annotation.DefaultScope; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composes.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composes.java index 40c7041cd18..c6a72d78694 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composes.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composes.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.compose; import io.micronaut.context.annotation.DefaultScope; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositeThing.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositeThing.java index 6a7b9336f10..397c2a0fd84 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositeThing.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositeThing.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.compose; import javax.inject.Inject; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositionTest.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositionTest.java index 8160a0d1824..d388172d439 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositionTest.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositionTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.compose; import io.micronaut.context.BeanContext; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/FirstThing.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/FirstThing.java index 7528119c04e..585f74bfb8f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/FirstThing.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/FirstThing.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.compose; @Composable diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/SecondThing.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/SecondThing.java index d613b094c2f..d6e34c6d80a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/SecondThing.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/SecondThing.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.compose; @Composable diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Thing.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Thing.java index ff29786ac04..b755db26d3d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Thing.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Thing.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.compose; public interface Thing { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/ThirdThing.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/ThirdThing.java index 84659aabd94..758483be743 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/ThirdThing.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/ThirdThing.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.compose; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/CompositeQualifierSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/CompositeQualifierSpec.groovy index 052d0306ebe..5d3b0a81333 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/CompositeQualifierSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/CompositeQualifierSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.composite import io.micronaut.context.DefaultBeanContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/Runner.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/Runner.java index af186ead9ed..ece152db1ef 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/Runner.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/Runner.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.composite; import groovy.lang.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A.java index 279459ddff8..5bcc622e2c8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A1.java index b722cb003aa..4e3cf174b08 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A2.java index 9bdfca2ec62..4f7b75c307c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/B.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/B.java index 0666a29603d..90926b080ce 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/PrimarySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/PrimarySpec.groovy index de384ef72cf..704885234cc 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/PrimarySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/PrimarySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A.java index 89a876cea9d..fb3080ecacb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A1.java index a76a6afb5f9..7060bde4b6d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A2.java index fbb6e962624..1cbf98b2359 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AnotherIntroductionReplacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AnotherIntroductionReplacement.java index 0d9f341b031..f4595695b47 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AnotherIntroductionReplacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AnotherIntroductionReplacement.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.context.annotation.Replaces; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundA.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundA.java index 4b3ba8df065..55d25e72908 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundA.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.aop.simple.Mutating; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundOps.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundOps.java index 0cb0f93d0a3..6188a3555b4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundOps.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundOps.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; public interface AroundOps { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundReplacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundReplacement.java index 63ecfb1f1da..656da700f46 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundReplacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundReplacement.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.context.annotation.Replaces; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/B.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/B.java index 91d57f83c14..31d1f33e7ed 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C.java index bb94d30d06a..31b656a49dd 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; public interface C { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C1.java index bd8e084c9c4..d0e63b3f608 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; public class C1 implements C { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C2.java index ee1fee5ed6d..587fdb0dd2c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; public class C2 implements C { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactory.java index 78a0ba86412..623082ca4a4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactoryReplacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactoryReplacement.java index 3b5b09e33bc..5e34a48f0aa 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactoryReplacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactoryReplacement.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D.java index 1ad0e0f58df..bb06629e295 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; public interface D { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D1.java index 717f639d9b5..87226f71724 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; public class D1 implements D { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D2.java index 8f3a02c3cf2..226cff237df 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; public class D2 implements D { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactory.java index db22f588515..6e2f2dab5e6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactoryMethodReplacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactoryMethodReplacement.java index 9a6f9455c4a..97a0731a4d5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactoryMethodReplacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactoryMethodReplacement.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E.java index 9ddb8619113..c6a99e3ae6a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; public interface E { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1.java index 2819b013d11..73ec4715933 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import javax.inject.Named; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1Replacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1Replacement.java index f17dcc41fac..aefb33ff0c9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1Replacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1Replacement.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.context.annotation.Replaces; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E2.java index 1ac2c8ae7de..e8acacaefe0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import javax.inject.Named; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionA.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionA.java index a024695223a..ffc3077c1be 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionA.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.aop.introduction.Stub; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionB.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionB.java index f8a3970a01f..3fab18484c8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionB.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionB.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.aop.introduction.Stub; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionOperations.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionOperations.java index e6747d5ae0a..468be34ddef 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionOperations.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionOperations.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; public interface IntroductionOperations { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionReplacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionReplacement.java index 431ce503e59..2f2a25e27f6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionReplacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionReplacement.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.context.annotation.Replaces; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/ReplacesSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/ReplacesSpec.groovy index 795d56f9ad5..e05e002ff39 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/ReplacesSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/ReplacesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A.java index e629309fd56..00e1bbdf972 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A1.java index a82f324f634..578c9b10934 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A2.java index d47368bd813..e6ce11b2e8f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/B.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/B.java index bbda62b3c5c..8d3be4251ec 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/SecondarySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/SecondarySpec.groovy index d0ce46dc8ae..d0161027173 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/SecondarySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/SecondarySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/requires/MetaRequires.java b/inject-java/src/test/groovy/io/micronaut/inject/requires/MetaRequires.java index 356ca9eff5d..f5b841acbda 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/requires/MetaRequires.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/requires/MetaRequires.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/requires/Outer.java b/inject-java/src/test/groovy/io/micronaut/inject/requires/Outer.java index 3c41e5a4295..c86ea08e7cf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/requires/Outer.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/requires/Outer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.requires; /** diff --git a/inject-java/src/test/groovy/io/micronaut/inject/requires/RequiresSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/requires/RequiresSpec.groovy index 225dea2bdee..d8bb75f10b4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/requires/RequiresSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/requires/RequiresSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/scope/A.java b/inject-java/src/test/groovy/io/micronaut/inject/scope/A.java index cb4b29dda0d..2ca2da94084 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/scope/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/scope/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/scope/BeanPrototype.java b/inject-java/src/test/groovy/io/micronaut/inject/scope/BeanPrototype.java index 1c544d067cb..e950784d09e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/scope/BeanPrototype.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/scope/BeanPrototype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.scope; import io.micronaut.context.annotation.Prototype; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/scope/ContextScopeSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/scope/ContextScopeSpec.groovy index 041226431ff..c02f95526e2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/scope/ContextScopeSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/scope/ContextScopeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/scope/DefaultScopeSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/scope/DefaultScopeSpec.groovy index e6bc9f426a0..af2ce9b3805 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/scope/DefaultScopeSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/scope/DefaultScopeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/scope/PrototypeScopeSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/scope/PrototypeScopeSpec.groovy index c8fc76a0599..e3aa176fbc3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/scope/PrototypeScopeSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/scope/PrototypeScopeSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.scope import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/scope/SomeAnn.java b/inject-java/src/test/groovy/io/micronaut/inject/scope/SomeAnn.java index f93a5203544..b6b32124aa1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/scope/SomeAnn.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/scope/SomeAnn.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/A.java b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/A.java index 74e451ffc9f..8c4e41804ec 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/B.java b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/B.java index 6087463e518..6dcf991ff39 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/FactoryWithValueSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/FactoryWithValueSpec.groovy index 987597fde56..a2f05c8fa02 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/FactoryWithValueSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/FactoryWithValueSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/MyFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/MyFactory.java index 9cd003a6bfd..8deb1c05dea 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/MyFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/MyFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/A.java b/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/A.java index 57e276de433..5a8bf47a5bc 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/A.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.value.nullablevalue; import io.micronaut.context.annotation.Value; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/NullableValueSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/NullableValueSpec.groovy index dc3cb97bcc9..63f444abb21 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/NullableValueSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/NullableValueSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.value.nullablevalue import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/random/RandomPropertySpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/value/random/RandomPropertySpec.groovy index 4909025c547..64bbc778b2b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/random/RandomPropertySpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/random/RandomPropertySpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.value.random import io.micronaut.context.ApplicationContext diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/A.java b/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/A.java index 610d72f4cbd..321878df2de 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/B.java b/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/B.java index 012107fb82d..b619f5d55e6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/ValueSpec.groovy b/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/ValueSpec.groovy index 7c6c6a3ee33..98a96204589 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/ValueSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/ValueSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/support/Parser.java b/inject-java/src/test/groovy/io/micronaut/support/Parser.java index 9f4a13db73f..89dd01dd514 100644 --- a/inject-java/src/test/groovy/io/micronaut/support/Parser.java +++ b/inject-java/src/test/groovy/io/micronaut/support/Parser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/AllClassesVisitor.java b/inject-java/src/test/groovy/io/micronaut/visitors/AllClassesVisitor.java index 01568665627..633ec6d420b 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/AllClassesVisitor.java +++ b/inject-java/src/test/groovy/io/micronaut/visitors/AllClassesVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.visitors; import io.micronaut.http.annotation.Get; diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/AllElementsVisitor.java b/inject-java/src/test/groovy/io/micronaut/visitors/AllElementsVisitor.java index 7e28c2aea54..4a4af351834 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/AllElementsVisitor.java +++ b/inject-java/src/test/groovy/io/micronaut/visitors/AllElementsVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.visitors; import io.micronaut.http.annotation.Controller; diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/ClassElementSpec.groovy b/inject-java/src/test/groovy/io/micronaut/visitors/ClassElementSpec.groovy index 552897e1990..e505716f5aa 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/ClassElementSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/visitors/ClassElementSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.visitors import io.micronaut.inject.AbstractTypeElementSpec diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/ControllerGetVisitor.java b/inject-java/src/test/groovy/io/micronaut/visitors/ControllerGetVisitor.java index 347b2fd8796..2d780837143 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/ControllerGetVisitor.java +++ b/inject-java/src/test/groovy/io/micronaut/visitors/ControllerGetVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.visitors; import io.micronaut.http.annotation.Controller; diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/CustomVisitorSpec.groovy b/inject-java/src/test/groovy/io/micronaut/visitors/CustomVisitorSpec.groovy index dd980748e4a..e171363b77e 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/CustomVisitorSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/visitors/CustomVisitorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/InjectVisitor.java b/inject-java/src/test/groovy/io/micronaut/visitors/InjectVisitor.java index 168eb63adaf..d8a58d53381 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/InjectVisitor.java +++ b/inject-java/src/test/groovy/io/micronaut/visitors/InjectVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.visitors; import io.micronaut.inject.ast.ClassElement; diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/PropertyElementSpec.groovy b/inject-java/src/test/groovy/io/micronaut/visitors/PropertyElementSpec.groovy index f8693e3a11c..308a68903b6 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/PropertyElementSpec.groovy +++ b/inject-java/src/test/groovy/io/micronaut/visitors/PropertyElementSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.visitors import io.micronaut.http.annotation.Get diff --git a/inject-java/src/test/java/io/micronaut/docs/aop/around/AroundTest.java b/inject-java/src/test/java/io/micronaut/docs/aop/around/AroundTest.java index 5b1d168476f..3d0e8a4bfcb 100644 --- a/inject-java/src/test/java/io/micronaut/docs/aop/around/AroundTest.java +++ b/inject-java/src/test/java/io/micronaut/docs/aop/around/AroundTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNull.java b/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNull.java index 11b020f67f3..4af1b92f49a 100644 --- a/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNull.java +++ b/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNullExample.java b/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNullExample.java index 066cf5ecab3..6a4172f32bd 100644 --- a/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNullExample.java +++ b/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNullExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNullInterceptor.java b/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNullInterceptor.java index 7270e3d9f71..dcd6f54956c 100644 --- a/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNullInterceptor.java +++ b/inject-java/src/test/java/io/micronaut/docs/aop/around/NotNullInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/aop/introduction/IntroductionTest.java b/inject-java/src/test/java/io/micronaut/docs/aop/introduction/IntroductionTest.java index df00037758e..097f1f15716 100644 --- a/inject-java/src/test/java/io/micronaut/docs/aop/introduction/IntroductionTest.java +++ b/inject-java/src/test/java/io/micronaut/docs/aop/introduction/IntroductionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.aop.introduction; import static org.junit.Assert.assertEquals; diff --git a/inject-java/src/test/java/io/micronaut/docs/aop/introduction/Stub.java b/inject-java/src/test/java/io/micronaut/docs/aop/introduction/Stub.java index eef4de800fd..8c790f1e72c 100644 --- a/inject-java/src/test/java/io/micronaut/docs/aop/introduction/Stub.java +++ b/inject-java/src/test/java/io/micronaut/docs/aop/introduction/Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.aop.introduction; // tag::imports[] diff --git a/inject-java/src/test/java/io/micronaut/docs/aop/introduction/StubExample.java b/inject-java/src/test/java/io/micronaut/docs/aop/introduction/StubExample.java index 4762342fcc4..66154a86f6c 100644 --- a/inject-java/src/test/java/io/micronaut/docs/aop/introduction/StubExample.java +++ b/inject-java/src/test/java/io/micronaut/docs/aop/introduction/StubExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.aop.introduction; diff --git a/inject-java/src/test/java/io/micronaut/docs/aop/introduction/StubIntroduction.java b/inject-java/src/test/java/io/micronaut/docs/aop/introduction/StubIntroduction.java index 1de4033e834..b58fc9f6889 100644 --- a/inject-java/src/test/java/io/micronaut/docs/aop/introduction/StubIntroduction.java +++ b/inject-java/src/test/java/io/micronaut/docs/aop/introduction/StubIntroduction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.aop.introduction; // tag::imports[] diff --git a/inject-java/src/test/java/io/micronaut/docs/env/DataSourceConfiguration.java b/inject-java/src/test/java/io/micronaut/docs/env/DataSourceConfiguration.java index da68192a2dd..d7917c0e7ed 100644 --- a/inject-java/src/test/java/io/micronaut/docs/env/DataSourceConfiguration.java +++ b/inject-java/src/test/java/io/micronaut/docs/env/DataSourceConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/env/DataSourceFactory.java b/inject-java/src/test/java/io/micronaut/docs/env/DataSourceFactory.java index 0b13426de92..608b6d89c19 100644 --- a/inject-java/src/test/java/io/micronaut/docs/env/DataSourceFactory.java +++ b/inject-java/src/test/java/io/micronaut/docs/env/DataSourceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/env/EachBeanTest.java b/inject-java/src/test/java/io/micronaut/docs/env/EachBeanTest.java index f9e72b4e276..bfd09d1e729 100644 --- a/inject-java/src/test/java/io/micronaut/docs/env/EachBeanTest.java +++ b/inject-java/src/test/java/io/micronaut/docs/env/EachBeanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/env/EachPropertyTest.java b/inject-java/src/test/java/io/micronaut/docs/env/EachPropertyTest.java index 8a4686042e4..51f4e888ba7 100644 --- a/inject-java/src/test/java/io/micronaut/docs/env/EachPropertyTest.java +++ b/inject-java/src/test/java/io/micronaut/docs/env/EachPropertyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/env/EnvironmentTest.java b/inject-java/src/test/java/io/micronaut/docs/env/EnvironmentTest.java index 0068aac79d2..9d0f81be201 100644 --- a/inject-java/src/test/java/io/micronaut/docs/env/EnvironmentTest.java +++ b/inject-java/src/test/java/io/micronaut/docs/env/EnvironmentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/replaces/BookFactory.java b/inject-java/src/test/java/io/micronaut/docs/replaces/BookFactory.java index b350d7356c3..23de0a71b7d 100644 --- a/inject-java/src/test/java/io/micronaut/docs/replaces/BookFactory.java +++ b/inject-java/src/test/java/io/micronaut/docs/replaces/BookFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/java/io/micronaut/docs/replaces/BookService.java b/inject-java/src/test/java/io/micronaut/docs/replaces/BookService.java index 504972e9369..57ab7ecc291 100644 --- a/inject-java/src/test/java/io/micronaut/docs/replaces/BookService.java +++ b/inject-java/src/test/java/io/micronaut/docs/replaces/BookService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.replaces; import io.micronaut.docs.requires.Book; diff --git a/inject-java/src/test/java/io/micronaut/docs/replaces/CustomBookFactory.java b/inject-java/src/test/java/io/micronaut/docs/replaces/CustomBookFactory.java index 696c5c73dd4..15d8130e85e 100644 --- a/inject-java/src/test/java/io/micronaut/docs/replaces/CustomBookFactory.java +++ b/inject-java/src/test/java/io/micronaut/docs/replaces/CustomBookFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/java/io/micronaut/docs/replaces/JdbcBookService.java b/inject-java/src/test/java/io/micronaut/docs/replaces/JdbcBookService.java index 728d5b8fe34..afc9c6c4407 100644 --- a/inject-java/src/test/java/io/micronaut/docs/replaces/JdbcBookService.java +++ b/inject-java/src/test/java/io/micronaut/docs/replaces/JdbcBookService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.replaces; import io.micronaut.context.annotation.Requires; diff --git a/inject-java/src/test/java/io/micronaut/docs/replaces/MockBookService.java b/inject-java/src/test/java/io/micronaut/docs/replaces/MockBookService.java index 03cc29f1125..5066edcec73 100644 --- a/inject-java/src/test/java/io/micronaut/docs/replaces/MockBookService.java +++ b/inject-java/src/test/java/io/micronaut/docs/replaces/MockBookService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.replaces; import io.micronaut.context.annotation.Replaces; diff --git a/inject-java/src/test/java/io/micronaut/docs/replaces/ReplacesTest.java b/inject-java/src/test/java/io/micronaut/docs/replaces/ReplacesTest.java index ebfc077fb0c..bc732b149f1 100644 --- a/inject-java/src/test/java/io/micronaut/docs/replaces/ReplacesTest.java +++ b/inject-java/src/test/java/io/micronaut/docs/replaces/ReplacesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.replaces; import io.micronaut.context.ApplicationContext; diff --git a/inject-java/src/test/java/io/micronaut/docs/replaces/TextBook.java b/inject-java/src/test/java/io/micronaut/docs/replaces/TextBook.java index db6f33ce33d..ccb2dd0b2f7 100644 --- a/inject-java/src/test/java/io/micronaut/docs/replaces/TextBook.java +++ b/inject-java/src/test/java/io/micronaut/docs/replaces/TextBook.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces; import io.micronaut.docs.requires.Book; diff --git a/inject-java/src/test/java/io/micronaut/docs/replaces/TextBookFactory.java b/inject-java/src/test/java/io/micronaut/docs/replaces/TextBookFactory.java index 85add20afcf..92bf6bcbd86 100644 --- a/inject-java/src/test/java/io/micronaut/docs/replaces/TextBookFactory.java +++ b/inject-java/src/test/java/io/micronaut/docs/replaces/TextBookFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/java/io/micronaut/docs/requires/Book.java b/inject-java/src/test/java/io/micronaut/docs/requires/Book.java index d3fdcbba1c0..18553b63df1 100644 --- a/inject-java/src/test/java/io/micronaut/docs/requires/Book.java +++ b/inject-java/src/test/java/io/micronaut/docs/requires/Book.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/requires/BookService.java b/inject-java/src/test/java/io/micronaut/docs/requires/BookService.java index ea6b0b88966..d9a0f8e0885 100644 --- a/inject-java/src/test/java/io/micronaut/docs/requires/BookService.java +++ b/inject-java/src/test/java/io/micronaut/docs/requires/BookService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/requires/JdbcBookService.java b/inject-java/src/test/java/io/micronaut/docs/requires/JdbcBookService.java index 9a8506b51cb..b81aed046dd 100644 --- a/inject-java/src/test/java/io/micronaut/docs/requires/JdbcBookService.java +++ b/inject-java/src/test/java/io/micronaut/docs/requires/JdbcBookService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/io/micronaut/docs/requires/RequiresJdbc.java b/inject-java/src/test/java/io/micronaut/docs/requires/RequiresJdbc.java index b0327534a3f..419660ce9ca 100644 --- a/inject-java/src/test/java/io/micronaut/docs/requires/RequiresJdbc.java +++ b/inject-java/src/test/java/io/micronaut/docs/requires/RequiresJdbc.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Car.java b/inject-java/src/test/java/org/atinject/tck/auto/Car.java index 832c0fbf90a..ece267f5ddc 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Car.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Car.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Convertible.java b/inject-java/src/test/java/org/atinject/tck/auto/Convertible.java index 1d0aef77ba5..b9997d19eb1 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Convertible.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Convertible.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Drivers.java b/inject-java/src/test/java/org/atinject/tck/auto/Drivers.java index ff5aca9b693..ce9d2a2d63c 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Drivers.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Drivers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/DriversSeat.java b/inject-java/src/test/java/org/atinject/tck/auto/DriversSeat.java index b2e105e0521..b0951f1d9b4 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/DriversSeat.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/DriversSeat.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Engine.java b/inject-java/src/test/java/org/atinject/tck/auto/Engine.java index a1e6221ad64..bc61261b940 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Engine.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Engine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/FuelTank.java b/inject-java/src/test/java/org/atinject/tck/auto/FuelTank.java index f9058fc409a..200e75b76f2 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/FuelTank.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/FuelTank.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/GasEngine.java b/inject-java/src/test/java/org/atinject/tck/auto/GasEngine.java index bc0719e4731..53c5272c5ab 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/GasEngine.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/GasEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Seat.java b/inject-java/src/test/java/org/atinject/tck/auto/Seat.java index f9e522766c1..b7264f1f2c8 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Seat.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Seat.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Seatbelt.java b/inject-java/src/test/java/org/atinject/tck/auto/Seatbelt.java index d8b45125fd7..111e742df1f 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Seatbelt.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Seatbelt.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Tck.java b/inject-java/src/test/java/org/atinject/tck/auto/Tck.java index e8b7ca2df3d..befe83e7886 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Tck.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Tck.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Tire.java b/inject-java/src/test/java/org/atinject/tck/auto/Tire.java index a76ed759a32..7fc1c529090 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Tire.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Tire.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/V8Engine.java b/inject-java/src/test/java/org/atinject/tck/auto/V8Engine.java index c5a927fddfd..e360bdcfe04 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/V8Engine.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/V8Engine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/accessories/Cupholder.java b/inject-java/src/test/java/org/atinject/tck/auto/accessories/Cupholder.java index 83548b09f10..c47af443508 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/accessories/Cupholder.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/accessories/Cupholder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/accessories/RoundThing.java b/inject-java/src/test/java/org/atinject/tck/auto/accessories/RoundThing.java index c9c832463fc..89fa7bfeda6 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/accessories/RoundThing.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/accessories/RoundThing.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/accessories/SpareTire.java b/inject-java/src/test/java/org/atinject/tck/auto/accessories/SpareTire.java index b18b5f1392a..74e51bb2f69 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/accessories/SpareTire.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/accessories/SpareTire.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/AbstractBeanConfiguration.java b/inject/src/main/java/io/micronaut/context/AbstractBeanConfiguration.java index 2553b55586b..672306bd8f8 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractBeanConfiguration.java +++ b/inject/src/main/java/io/micronaut/context/AbstractBeanConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/context/AbstractBeanContextConditional.java b/inject/src/main/java/io/micronaut/context/AbstractBeanContextConditional.java index 4231877ff37..c5220651d64 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractBeanContextConditional.java +++ b/inject/src/main/java/io/micronaut/context/AbstractBeanContextConditional.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.annotation.Requires; diff --git a/inject/src/main/java/io/micronaut/context/AbstractBeanDefinition.java b/inject/src/main/java/io/micronaut/context/AbstractBeanDefinition.java index 4236ec0b845..52f0e1f3368 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/context/AbstractBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /* * Copyright 2017 original authors * diff --git a/inject/src/main/java/io/micronaut/context/AbstractBeanDefinitionReference.java b/inject/src/main/java/io/micronaut/context/AbstractBeanDefinitionReference.java index ccf00ed1550..fe2b3913df5 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractBeanDefinitionReference.java +++ b/inject/src/main/java/io/micronaut/context/AbstractBeanDefinitionReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.annotation.Context; diff --git a/inject/src/main/java/io/micronaut/context/AbstractExecutable.java b/inject/src/main/java/io/micronaut/context/AbstractExecutable.java index 6ca8f277924..ca2e0d2dadd 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractExecutable.java +++ b/inject/src/main/java/io/micronaut/context/AbstractExecutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/context/AbstractExecutableMethod.java b/inject/src/main/java/io/micronaut/context/AbstractExecutableMethod.java index 61658847822..7398043e166 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractExecutableMethod.java +++ b/inject/src/main/java/io/micronaut/context/AbstractExecutableMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.env.Environment; diff --git a/inject/src/main/java/io/micronaut/context/AbstractParametrizedBeanDefinition.java b/inject/src/main/java/io/micronaut/context/AbstractParametrizedBeanDefinition.java index de40c520338..24b0c6e16e9 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractParametrizedBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/context/AbstractParametrizedBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.annotation.Parameter; diff --git a/inject/src/main/java/io/micronaut/context/AnnotationProcessorListener.java b/inject/src/main/java/io/micronaut/context/AnnotationProcessorListener.java index 39d94bae542..768f7cd5c8f 100644 --- a/inject/src/main/java/io/micronaut/context/AnnotationProcessorListener.java +++ b/inject/src/main/java/io/micronaut/context/AnnotationProcessorListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.annotation.Parallel; diff --git a/inject/src/main/java/io/micronaut/context/ApplicationContext.java b/inject/src/main/java/io/micronaut/context/ApplicationContext.java index fd00899dfe7..6ec62684242 100644 --- a/inject/src/main/java/io/micronaut/context/ApplicationContext.java +++ b/inject/src/main/java/io/micronaut/context/ApplicationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.env.Environment; diff --git a/inject/src/main/java/io/micronaut/context/ApplicationContextBuilder.java b/inject/src/main/java/io/micronaut/context/ApplicationContextBuilder.java index fede03d248c..07ad551ef20 100644 --- a/inject/src/main/java/io/micronaut/context/ApplicationContextBuilder.java +++ b/inject/src/main/java/io/micronaut/context/ApplicationContextBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.env.PropertySource; diff --git a/inject/src/main/java/io/micronaut/context/ApplicationContextLifeCycle.java b/inject/src/main/java/io/micronaut/context/ApplicationContextLifeCycle.java index 8bdc0fa337a..336c88792b0 100644 --- a/inject/src/main/java/io/micronaut/context/ApplicationContextLifeCycle.java +++ b/inject/src/main/java/io/micronaut/context/ApplicationContextLifeCycle.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; /** diff --git a/inject/src/main/java/io/micronaut/context/ApplicationContextProvider.java b/inject/src/main/java/io/micronaut/context/ApplicationContextProvider.java index ffc7958f0a5..fc360839015 100644 --- a/inject/src/main/java/io/micronaut/context/ApplicationContextProvider.java +++ b/inject/src/main/java/io/micronaut/context/ApplicationContextProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; /** diff --git a/inject/src/main/java/io/micronaut/context/BeanContext.java b/inject/src/main/java/io/micronaut/context/BeanContext.java index 2f8750a10bf..466d824a97c 100644 --- a/inject/src/main/java/io/micronaut/context/BeanContext.java +++ b/inject/src/main/java/io/micronaut/context/BeanContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.event.ApplicationEventPublisher; diff --git a/inject/src/main/java/io/micronaut/context/BeanDefinitionDelegate.java b/inject/src/main/java/io/micronaut/context/BeanDefinitionDelegate.java index 6e4f9e29d4d..0096171261d 100644 --- a/inject/src/main/java/io/micronaut/context/BeanDefinitionDelegate.java +++ b/inject/src/main/java/io/micronaut/context/BeanDefinitionDelegate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.annotation.EachProperty; diff --git a/inject/src/main/java/io/micronaut/context/BeanDefinitionRegistry.java b/inject/src/main/java/io/micronaut/context/BeanDefinitionRegistry.java index d7dcba1cd79..5bfb8a3cfae 100644 --- a/inject/src/main/java/io/micronaut/context/BeanDefinitionRegistry.java +++ b/inject/src/main/java/io/micronaut/context/BeanDefinitionRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.exceptions.NoSuchBeanException; diff --git a/inject/src/main/java/io/micronaut/context/BeanLocator.java b/inject/src/main/java/io/micronaut/context/BeanLocator.java index cba63dffc1a..048f261d038 100644 --- a/inject/src/main/java/io/micronaut/context/BeanLocator.java +++ b/inject/src/main/java/io/micronaut/context/BeanLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.reflect.InstantiationUtils; diff --git a/inject/src/main/java/io/micronaut/context/BeanRegistration.java b/inject/src/main/java/io/micronaut/context/BeanRegistration.java index e359252e96c..b9f168adbc8 100644 --- a/inject/src/main/java/io/micronaut/context/BeanRegistration.java +++ b/inject/src/main/java/io/micronaut/context/BeanRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.inject.BeanDefinition; diff --git a/inject/src/main/java/io/micronaut/context/BeanResolutionContext.java b/inject/src/main/java/io/micronaut/context/BeanResolutionContext.java index d84c7da690a..ec8478b0202 100644 --- a/inject/src/main/java/io/micronaut/context/BeanResolutionContext.java +++ b/inject/src/main/java/io/micronaut/context/BeanResolutionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/context/DefaultApplicationContext.java b/inject/src/main/java/io/micronaut/context/DefaultApplicationContext.java index b4bd19413b3..7bfb3993fa8 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultApplicationContext.java +++ b/inject/src/main/java/io/micronaut/context/DefaultApplicationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/inject/src/main/java/io/micronaut/context/DefaultApplicationContextBuilder.java b/inject/src/main/java/io/micronaut/context/DefaultApplicationContextBuilder.java index 667625ba6cb..0d3cf8a4ec2 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultApplicationContextBuilder.java +++ b/inject/src/main/java/io/micronaut/context/DefaultApplicationContextBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.env.Environment; diff --git a/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java b/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java index 4b2a18195dd..2adbb8aa45a 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java +++ b/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.annotation.*; diff --git a/inject/src/main/java/io/micronaut/context/DefaultBeanResolutionContext.java b/inject/src/main/java/io/micronaut/context/DefaultBeanResolutionContext.java index 66045018f32..b316e4e1546 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultBeanResolutionContext.java +++ b/inject/src/main/java/io/micronaut/context/DefaultBeanResolutionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.exceptions.CircularDependencyException; diff --git a/inject/src/main/java/io/micronaut/context/DefaultConditionContext.java b/inject/src/main/java/io/micronaut/context/DefaultConditionContext.java index aaae7b74a99..9e6a86d095d 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultConditionContext.java +++ b/inject/src/main/java/io/micronaut/context/DefaultConditionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.condition.ConditionContext; diff --git a/inject/src/main/java/io/micronaut/context/DefaultConstructorInjectionPoint.java b/inject/src/main/java/io/micronaut/context/DefaultConstructorInjectionPoint.java index 86584b7bb1b..89d7e2d3fec 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultConstructorInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/DefaultConstructorInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.env.Environment; diff --git a/inject/src/main/java/io/micronaut/context/DefaultCustomScopeRegistry.java b/inject/src/main/java/io/micronaut/context/DefaultCustomScopeRegistry.java index 7fa12b0b065..e17a39c19bd 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultCustomScopeRegistry.java +++ b/inject/src/main/java/io/micronaut/context/DefaultCustomScopeRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.scope.CustomScope; diff --git a/inject/src/main/java/io/micronaut/context/DefaultFieldInjectionPoint.java b/inject/src/main/java/io/micronaut/context/DefaultFieldInjectionPoint.java index 651bb9a62fb..f2a01284038 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultFieldInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/DefaultFieldInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.env.Environment; diff --git a/inject/src/main/java/io/micronaut/context/DefaultMethodConstructorInjectionPoint.java b/inject/src/main/java/io/micronaut/context/DefaultMethodConstructorInjectionPoint.java index daf9ed520e3..f962ec12a7c 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultMethodConstructorInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/DefaultMethodConstructorInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/context/DefaultMethodInjectionPoint.java b/inject/src/main/java/io/micronaut/context/DefaultMethodInjectionPoint.java index 74b6f33e23b..e7aee8d1c44 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultMethodInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/DefaultMethodInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.env.Environment; diff --git a/inject/src/main/java/io/micronaut/context/EnvironmentAwareArgument.java b/inject/src/main/java/io/micronaut/context/EnvironmentAwareArgument.java index c0cd9a820c8..09f996fe8b5 100644 --- a/inject/src/main/java/io/micronaut/context/EnvironmentAwareArgument.java +++ b/inject/src/main/java/io/micronaut/context/EnvironmentAwareArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.env.Environment; diff --git a/inject/src/main/java/io/micronaut/context/EnvironmentConfigurable.java b/inject/src/main/java/io/micronaut/context/EnvironmentConfigurable.java index 0383819fda6..04a304bc0c8 100644 --- a/inject/src/main/java/io/micronaut/context/EnvironmentConfigurable.java +++ b/inject/src/main/java/io/micronaut/context/EnvironmentConfigurable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /* * Copyright 2017 original authors * diff --git a/inject/src/main/java/io/micronaut/context/ExecutionHandleLocator.java b/inject/src/main/java/io/micronaut/context/ExecutionHandleLocator.java index 66c89e7e4cd..7755ec24306 100644 --- a/inject/src/main/java/io/micronaut/context/ExecutionHandleLocator.java +++ b/inject/src/main/java/io/micronaut/context/ExecutionHandleLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.inject.ExecutableMethod; diff --git a/inject/src/main/java/io/micronaut/context/LifeCycle.java b/inject/src/main/java/io/micronaut/context/LifeCycle.java index 5c594d9becb..28a5f19ecb8 100644 --- a/inject/src/main/java/io/micronaut/context/LifeCycle.java +++ b/inject/src/main/java/io/micronaut/context/LifeCycle.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import java.io.Closeable; diff --git a/inject/src/main/java/io/micronaut/context/MissingMethodInjectionPoint.java b/inject/src/main/java/io/micronaut/context/MissingMethodInjectionPoint.java index f9168898caa..80d269543bf 100644 --- a/inject/src/main/java/io/micronaut/context/MissingMethodInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/MissingMethodInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/context/ProxyTarget.java b/inject/src/main/java/io/micronaut/context/ProxyTarget.java index c20648b981d..05db360049a 100644 --- a/inject/src/main/java/io/micronaut/context/ProxyTarget.java +++ b/inject/src/main/java/io/micronaut/context/ProxyTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/Qualifier.java b/inject/src/main/java/io/micronaut/context/Qualifier.java index 9ee0d70b1f0..45603584b05 100644 --- a/inject/src/main/java/io/micronaut/context/Qualifier.java +++ b/inject/src/main/java/io/micronaut/context/Qualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.inject.BeanType; diff --git a/inject/src/main/java/io/micronaut/context/ReflectionConstructorInjectionPoint.java b/inject/src/main/java/io/micronaut/context/ReflectionConstructorInjectionPoint.java index 05328aa7c24..5475bac10d5 100644 --- a/inject/src/main/java/io/micronaut/context/ReflectionConstructorInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/ReflectionConstructorInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.exceptions.BeanInstantiationException; diff --git a/inject/src/main/java/io/micronaut/context/ReflectionFieldInjectionPoint.java b/inject/src/main/java/io/micronaut/context/ReflectionFieldInjectionPoint.java index cb75a2abaf2..54ca7c8a595 100644 --- a/inject/src/main/java/io/micronaut/context/ReflectionFieldInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/ReflectionFieldInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/context/ReflectionMethodConstructorInjectionPoint.java b/inject/src/main/java/io/micronaut/context/ReflectionMethodConstructorInjectionPoint.java index e16abe9846a..ff849806f43 100644 --- a/inject/src/main/java/io/micronaut/context/ReflectionMethodConstructorInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/ReflectionMethodConstructorInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/context/ReflectionMethodInjectionPoint.java b/inject/src/main/java/io/micronaut/context/ReflectionMethodInjectionPoint.java index b5ece94b815..893beff95d7 100644 --- a/inject/src/main/java/io/micronaut/context/ReflectionMethodInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/ReflectionMethodInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/context/RequiresCondition.java b/inject/src/main/java/io/micronaut/context/RequiresCondition.java index df6c03c9f10..5352fef7b6c 100644 --- a/inject/src/main/java/io/micronaut/context/RequiresCondition.java +++ b/inject/src/main/java/io/micronaut/context/RequiresCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import groovy.lang.GroovySystem; diff --git a/inject/src/main/java/io/micronaut/context/ResolvedProvider.java b/inject/src/main/java/io/micronaut/context/ResolvedProvider.java index 80c9a1d70f6..1cb4d06995d 100644 --- a/inject/src/main/java/io/micronaut/context/ResolvedProvider.java +++ b/inject/src/main/java/io/micronaut/context/ResolvedProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/context/UnresolvedProvider.java b/inject/src/main/java/io/micronaut/context/UnresolvedProvider.java index 3201bf229c3..21a23832f83 100644 --- a/inject/src/main/java/io/micronaut/context/UnresolvedProvider.java +++ b/inject/src/main/java/io/micronaut/context/UnresolvedProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/context/annotation/AliasFor.java b/inject/src/main/java/io/micronaut/context/annotation/AliasFor.java index b0de910fa3d..aa1ba432ff6 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/AliasFor.java +++ b/inject/src/main/java/io/micronaut/context/annotation/AliasFor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import java.lang.annotation.*; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Aliases.java b/inject/src/main/java/io/micronaut/context/annotation/Aliases.java index 28411aaaccd..6e1f80cad66 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Aliases.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Aliases.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import java.lang.annotation.*; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Bean.java b/inject/src/main/java/io/micronaut/context/annotation/Bean.java index 7fc4f4c5e82..cd9ce865f39 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Bean.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Bean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Configuration.java b/inject/src/main/java/io/micronaut/context/annotation/Configuration.java index 1a91e457268..6352a0ffa17 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Configuration.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import java.lang.annotation.Documented; diff --git a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationBuilder.java b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationBuilder.java index 3b4c94340ec..d04fd913c07 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationBuilder.java +++ b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationProperties.java b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationProperties.java index 5380625b875..28ad2916f9a 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationProperties.java +++ b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationReader.java b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationReader.java index 4b779beab70..06bb8dfae0b 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationReader.java +++ b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Context.java b/inject/src/main/java/io/micronaut/context/annotation/Context.java index 53c81f3235b..1dd1d5c1ee4 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Context.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Context.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/DefaultScope.java b/inject/src/main/java/io/micronaut/context/annotation/DefaultScope.java index cbe7978f4cb..5d32a79b0f1 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/DefaultScope.java +++ b/inject/src/main/java/io/micronaut/context/annotation/DefaultScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import java.lang.annotation.Annotation; diff --git a/inject/src/main/java/io/micronaut/context/annotation/EachBean.java b/inject/src/main/java/io/micronaut/context/annotation/EachBean.java index 4ce43500ff3..6d90da3378a 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/EachBean.java +++ b/inject/src/main/java/io/micronaut/context/annotation/EachBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/EachProperty.java b/inject/src/main/java/io/micronaut/context/annotation/EachProperty.java index 1836b0a67b9..7fd36ba9aec 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/EachProperty.java +++ b/inject/src/main/java/io/micronaut/context/annotation/EachProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Executable.java b/inject/src/main/java/io/micronaut/context/annotation/Executable.java index 0cb048abeef..3008ad0049c 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Executable.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Executable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Factory.java b/inject/src/main/java/io/micronaut/context/annotation/Factory.java index deda98ed8a1..727c4614eaa 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Factory.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Factory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import javax.inject.Singleton; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Infrastructure.java b/inject/src/main/java/io/micronaut/context/annotation/Infrastructure.java index a8f3ccc9fef..095f18adc70 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Infrastructure.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Infrastructure.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Parallel.java b/inject/src/main/java/io/micronaut/context/annotation/Parallel.java index bca074a88bc..f54b5a17123 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Parallel.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Parallel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import io.micronaut.core.annotation.Experimental; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Parameter.java b/inject/src/main/java/io/micronaut/context/annotation/Parameter.java index cd100c9db52..6df04bcb636 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Parameter.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Parameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import io.micronaut.core.bind.annotation.Bindable; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Primary.java b/inject/src/main/java/io/micronaut/context/annotation/Primary.java index ae3f4a45170..5857018c6f2 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Primary.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Primary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Property.java b/inject/src/main/java/io/micronaut/context/annotation/Property.java index b87b7dc4d9b..fc451427dd9 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Property.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Property.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import java.lang.annotation.Documented; diff --git a/inject/src/main/java/io/micronaut/context/annotation/PropertySource.java b/inject/src/main/java/io/micronaut/context/annotation/PropertySource.java index 7f77ae8ffa7..ab96955c2ca 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/PropertySource.java +++ b/inject/src/main/java/io/micronaut/context/annotation/PropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import java.lang.annotation.Documented; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Prototype.java b/inject/src/main/java/io/micronaut/context/annotation/Prototype.java index 5e8ed9a9751..c73c6d34cf7 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Prototype.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Prototype.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Provided.java b/inject/src/main/java/io/micronaut/context/annotation/Provided.java index 9015605efdd..671c38b8893 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Provided.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Provided.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Replaces.java b/inject/src/main/java/io/micronaut/context/annotation/Replaces.java index 8e19a031143..83d941c9262 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Replaces.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Replaces.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import java.lang.annotation.Annotation; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Requirements.java b/inject/src/main/java/io/micronaut/context/annotation/Requirements.java index 4afdc6fd72a..66f231110f5 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Requirements.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Requirements.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import java.lang.annotation.Documented; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Requires.java b/inject/src/main/java/io/micronaut/context/annotation/Requires.java index c962f699fcd..bdc7717774a 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Requires.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Requires.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import io.micronaut.context.condition.Condition; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Secondary.java b/inject/src/main/java/io/micronaut/context/annotation/Secondary.java index 2e7376ebe5c..b1015e32a5a 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Secondary.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Secondary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Type.java b/inject/src/main/java/io/micronaut/context/annotation/Type.java index b240e768d4f..51a1dd7cb21 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Type.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Type.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import java.lang.annotation.Documented; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Value.java b/inject/src/main/java/io/micronaut/context/annotation/Value.java index 426ab17c52f..d2a0a40dbca 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Value.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Value.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import javax.inject.Qualifier; diff --git a/inject/src/main/java/io/micronaut/context/annotation/package-info.java b/inject/src/main/java/io/micronaut/context/annotation/package-info.java index e526fca5df0..1786c5a9357 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/package-info.java +++ b/inject/src/main/java/io/micronaut/context/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains core annotations related to Dependency Injection and the Bean Container. * diff --git a/inject/src/main/java/io/micronaut/context/condition/Condition.java b/inject/src/main/java/io/micronaut/context/condition/Condition.java index 591274a027b..ee35af1f670 100644 --- a/inject/src/main/java/io/micronaut/context/condition/Condition.java +++ b/inject/src/main/java/io/micronaut/context/condition/Condition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.condition; import java.util.function.Predicate; diff --git a/inject/src/main/java/io/micronaut/context/condition/ConditionContext.java b/inject/src/main/java/io/micronaut/context/condition/ConditionContext.java index e7d1f68e460..2bbad605129 100644 --- a/inject/src/main/java/io/micronaut/context/condition/ConditionContext.java +++ b/inject/src/main/java/io/micronaut/context/condition/ConditionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.condition; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/context/condition/Failure.java b/inject/src/main/java/io/micronaut/context/condition/Failure.java index b772b98cb61..ea5ba691aa3 100644 --- a/inject/src/main/java/io/micronaut/context/condition/Failure.java +++ b/inject/src/main/java/io/micronaut/context/condition/Failure.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.condition; /** diff --git a/inject/src/main/java/io/micronaut/context/condition/TrueCondition.java b/inject/src/main/java/io/micronaut/context/condition/TrueCondition.java index 42973cd37d6..7d81a1728d1 100644 --- a/inject/src/main/java/io/micronaut/context/condition/TrueCondition.java +++ b/inject/src/main/java/io/micronaut/context/condition/TrueCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.condition; /** diff --git a/inject/src/main/java/io/micronaut/context/condition/package-info.java b/inject/src/main/java/io/micronaut/context/condition/package-info.java index a8fea5df6e7..888b3384e6f 100644 --- a/inject/src/main/java/io/micronaut/context/condition/package-info.java +++ b/inject/src/main/java/io/micronaut/context/condition/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes and interfaces related to conditional beans. * diff --git a/inject/src/main/java/io/micronaut/context/converters/StringArrayToClassArrayConverter.java b/inject/src/main/java/io/micronaut/context/converters/StringArrayToClassArrayConverter.java index de66a72a7db..916bf7af4c6 100644 --- a/inject/src/main/java/io/micronaut/context/converters/StringArrayToClassArrayConverter.java +++ b/inject/src/main/java/io/micronaut/context/converters/StringArrayToClassArrayConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/inject/src/main/java/io/micronaut/context/converters/StringToClassConverter.java b/inject/src/main/java/io/micronaut/context/converters/StringToClassConverter.java index acca03436b4..df4cb9b37e9 100644 --- a/inject/src/main/java/io/micronaut/context/converters/StringToClassConverter.java +++ b/inject/src/main/java/io/micronaut/context/converters/StringToClassConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/inject/src/main/java/io/micronaut/context/converters/package-info.java b/inject/src/main/java/io/micronaut/context/converters/package-info.java index 41683057d22..b007501dd14 100644 --- a/inject/src/main/java/io/micronaut/context/converters/package-info.java +++ b/inject/src/main/java/io/micronaut/context/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Additional {@link io.micronaut.core.convert.TypeConverter} instances related to the * {@link io.micronaut.context.BeanContext}. diff --git a/inject/src/main/java/io/micronaut/context/env/AbstractPropertySourceLoader.java b/inject/src/main/java/io/micronaut/context/env/AbstractPropertySourceLoader.java index d4843ab614e..1283490ffe6 100644 --- a/inject/src/main/java/io/micronaut/context/env/AbstractPropertySourceLoader.java +++ b/inject/src/main/java/io/micronaut/context/env/AbstractPropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import io.micronaut.context.exceptions.ConfigurationException; diff --git a/inject/src/main/java/io/micronaut/context/env/BootstrapPropertySourceLocator.java b/inject/src/main/java/io/micronaut/context/env/BootstrapPropertySourceLocator.java index ec3a6ba84b9..6ffc05a22ac 100644 --- a/inject/src/main/java/io/micronaut/context/env/BootstrapPropertySourceLocator.java +++ b/inject/src/main/java/io/micronaut/context/env/BootstrapPropertySourceLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import io.micronaut.context.exceptions.ConfigurationException; diff --git a/inject/src/main/java/io/micronaut/context/env/ComputePlatform.java b/inject/src/main/java/io/micronaut/context/env/ComputePlatform.java index 4999e480a3d..7b0c079a22e 100644 --- a/inject/src/main/java/io/micronaut/context/env/ComputePlatform.java +++ b/inject/src/main/java/io/micronaut/context/env/ComputePlatform.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; /** diff --git a/inject/src/main/java/io/micronaut/context/env/DefaultEnvironment.java b/inject/src/main/java/io/micronaut/context/env/DefaultEnvironment.java index 6be3711e2b3..24d58c82063 100644 --- a/inject/src/main/java/io/micronaut/context/env/DefaultEnvironment.java +++ b/inject/src/main/java/io/micronaut/context/env/DefaultEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import io.micronaut.context.converters.StringArrayToClassArrayConverter; diff --git a/inject/src/main/java/io/micronaut/context/env/DefaultPlaceholder.java b/inject/src/main/java/io/micronaut/context/env/DefaultPlaceholder.java index 33a73314f05..cf56377c5ed 100644 --- a/inject/src/main/java/io/micronaut/context/env/DefaultPlaceholder.java +++ b/inject/src/main/java/io/micronaut/context/env/DefaultPlaceholder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import javax.annotation.Nullable; diff --git a/inject/src/main/java/io/micronaut/context/env/DefaultPropertyPlaceholderResolver.java b/inject/src/main/java/io/micronaut/context/env/DefaultPropertyPlaceholderResolver.java index f1698c2fc7d..83cd1aab5d5 100644 --- a/inject/src/main/java/io/micronaut/context/env/DefaultPropertyPlaceholderResolver.java +++ b/inject/src/main/java/io/micronaut/context/env/DefaultPropertyPlaceholderResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import io.micronaut.context.exceptions.ConfigurationException; diff --git a/inject/src/main/java/io/micronaut/context/env/EmptyPropertySource.java b/inject/src/main/java/io/micronaut/context/env/EmptyPropertySource.java index 7cc0ddeba99..6db1f400332 100644 --- a/inject/src/main/java/io/micronaut/context/env/EmptyPropertySource.java +++ b/inject/src/main/java/io/micronaut/context/env/EmptyPropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import java.util.Iterator; diff --git a/inject/src/main/java/io/micronaut/context/env/Environment.java b/inject/src/main/java/io/micronaut/context/env/Environment.java index 33a9012de63..c35bbe39aab 100644 --- a/inject/src/main/java/io/micronaut/context/env/Environment.java +++ b/inject/src/main/java/io/micronaut/context/env/Environment.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import io.micronaut.context.LifeCycle; diff --git a/inject/src/main/java/io/micronaut/context/env/EnvironmentPropertySource.java b/inject/src/main/java/io/micronaut/context/env/EnvironmentPropertySource.java index c2424a6e846..b887377610d 100644 --- a/inject/src/main/java/io/micronaut/context/env/EnvironmentPropertySource.java +++ b/inject/src/main/java/io/micronaut/context/env/EnvironmentPropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; /** diff --git a/inject/src/main/java/io/micronaut/context/env/MapPropertySource.java b/inject/src/main/java/io/micronaut/context/env/MapPropertySource.java index fcf6ccc7d9a..b9714a4f683 100644 --- a/inject/src/main/java/io/micronaut/context/env/MapPropertySource.java +++ b/inject/src/main/java/io/micronaut/context/env/MapPropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import java.util.Collections; diff --git a/inject/src/main/java/io/micronaut/context/env/PropertiesPropertySourceLoader.java b/inject/src/main/java/io/micronaut/context/env/PropertiesPropertySourceLoader.java index 78c32ca2626..53f3fe072d7 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertiesPropertySourceLoader.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertiesPropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import java.io.IOException; diff --git a/inject/src/main/java/io/micronaut/context/env/PropertyPlaceholderResolver.java b/inject/src/main/java/io/micronaut/context/env/PropertyPlaceholderResolver.java index 90c1355dc7f..2896210807f 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertyPlaceholderResolver.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertyPlaceholderResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import io.micronaut.context.exceptions.ConfigurationException; diff --git a/inject/src/main/java/io/micronaut/context/env/PropertySource.java b/inject/src/main/java/io/micronaut/context/env/PropertySource.java index 6c22bee95bf..e7998c75c02 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertySource.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import io.micronaut.core.order.Ordered; diff --git a/inject/src/main/java/io/micronaut/context/env/PropertySourceLoader.java b/inject/src/main/java/io/micronaut/context/env/PropertySourceLoader.java index 46884c3ab2b..6b9aabf2516 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertySourceLoader.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import io.micronaut.core.io.ResourceLoader; diff --git a/inject/src/main/java/io/micronaut/context/env/PropertySourceLocator.java b/inject/src/main/java/io/micronaut/context/env/PropertySourceLocator.java index b0ab92113bd..a68e8f52b1c 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertySourceLocator.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertySourceLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import java.util.Optional; diff --git a/inject/src/main/java/io/micronaut/context/env/PropertySourcePropertyResolver.java b/inject/src/main/java/io/micronaut/context/env/PropertySourcePropertyResolver.java index c2d1f43b253..f374cf22672 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertySourcePropertyResolver.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertySourcePropertyResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import io.micronaut.context.annotation.Property; diff --git a/inject/src/main/java/io/micronaut/context/env/PropertySourceReader.java b/inject/src/main/java/io/micronaut/context/env/PropertySourceReader.java index b4e91cd2050..2fb63512b09 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertySourceReader.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertySourceReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import io.micronaut.context.exceptions.ConfigurationException; diff --git a/inject/src/main/java/io/micronaut/context/env/SystemPropertiesPropertySource.java b/inject/src/main/java/io/micronaut/context/env/SystemPropertiesPropertySource.java index f903436aa06..f161ccad361 100644 --- a/inject/src/main/java/io/micronaut/context/env/SystemPropertiesPropertySource.java +++ b/inject/src/main/java/io/micronaut/context/env/SystemPropertiesPropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; /** diff --git a/inject/src/main/java/io/micronaut/context/env/package-info.java b/inject/src/main/java/io/micronaut/context/env/package-info.java index dcb89addf65..41616f1aecf 100644 --- a/inject/src/main/java/io/micronaut/context/env/package-info.java +++ b/inject/src/main/java/io/micronaut/context/env/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes related to the Micronaut environment. * diff --git a/inject/src/main/java/io/micronaut/context/env/yaml/YamlPropertySourceLoader.java b/inject/src/main/java/io/micronaut/context/env/yaml/YamlPropertySourceLoader.java index 3b660b3e5c6..450a438ea20 100644 --- a/inject/src/main/java/io/micronaut/context/env/yaml/YamlPropertySourceLoader.java +++ b/inject/src/main/java/io/micronaut/context/env/yaml/YamlPropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env.yaml; import io.micronaut.context.env.AbstractPropertySourceLoader; diff --git a/inject/src/main/java/io/micronaut/context/env/yaml/package-info.java b/inject/src/main/java/io/micronaut/context/env/yaml/package-info.java index 1d1a5928f95..03161668a97 100644 --- a/inject/src/main/java/io/micronaut/context/env/yaml/package-info.java +++ b/inject/src/main/java/io/micronaut/context/env/yaml/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Property loading for YAML formatted files. * diff --git a/inject/src/main/java/io/micronaut/context/event/ApplicationEvent.java b/inject/src/main/java/io/micronaut/context/event/ApplicationEvent.java index d0933ec8f7c..62c655e2a1b 100644 --- a/inject/src/main/java/io/micronaut/context/event/ApplicationEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/ApplicationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.event; import java.util.EventObject; diff --git a/inject/src/main/java/io/micronaut/context/event/ApplicationEventListener.java b/inject/src/main/java/io/micronaut/context/event/ApplicationEventListener.java index e2a91f774b8..6bd7e6f123a 100644 --- a/inject/src/main/java/io/micronaut/context/event/ApplicationEventListener.java +++ b/inject/src/main/java/io/micronaut/context/event/ApplicationEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.event; import io.micronaut.core.annotation.Indexed; diff --git a/inject/src/main/java/io/micronaut/context/event/ApplicationEventPublisher.java b/inject/src/main/java/io/micronaut/context/event/ApplicationEventPublisher.java index 799e308f8c3..116142be786 100644 --- a/inject/src/main/java/io/micronaut/context/event/ApplicationEventPublisher.java +++ b/inject/src/main/java/io/micronaut/context/event/ApplicationEventPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.event; /** diff --git a/inject/src/main/java/io/micronaut/context/event/BeanContextEvent.java b/inject/src/main/java/io/micronaut/context/event/BeanContextEvent.java index b07a49af55b..dd0fdae78ac 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanContextEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanContextEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.event; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/context/event/BeanCreatedEvent.java b/inject/src/main/java/io/micronaut/context/event/BeanCreatedEvent.java index 69f39fc4613..733c82c5148 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanCreatedEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanCreatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.event; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/context/event/BeanCreatedEventListener.java b/inject/src/main/java/io/micronaut/context/event/BeanCreatedEventListener.java index 15003c98d9f..c3d6e4407be 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanCreatedEventListener.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanCreatedEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.event; import io.micronaut.core.annotation.Indexed; diff --git a/inject/src/main/java/io/micronaut/context/event/BeanEvent.java b/inject/src/main/java/io/micronaut/context/event/BeanEvent.java index 2a8277dd24c..0f424bb0dbf 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.event; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/context/event/BeanInitializedEventListener.java b/inject/src/main/java/io/micronaut/context/event/BeanInitializedEventListener.java index 59d08b146d2..e4d567e31c0 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanInitializedEventListener.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanInitializedEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.event; import io.micronaut.core.annotation.Indexed; diff --git a/inject/src/main/java/io/micronaut/context/event/BeanInitializingEvent.java b/inject/src/main/java/io/micronaut/context/event/BeanInitializingEvent.java index a5ce7dcec7e..c76bd2ee519 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanInitializingEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanInitializingEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.event; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/context/event/ShutdownEvent.java b/inject/src/main/java/io/micronaut/context/event/ShutdownEvent.java index 5245d306d13..2dbf932c1c2 100644 --- a/inject/src/main/java/io/micronaut/context/event/ShutdownEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/ShutdownEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.event; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/context/event/StartupEvent.java b/inject/src/main/java/io/micronaut/context/event/StartupEvent.java index 57f30c529dd..4e164303ffd 100644 --- a/inject/src/main/java/io/micronaut/context/event/StartupEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/StartupEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.event; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/context/event/package-info.java b/inject/src/main/java/io/micronaut/context/event/package-info.java index b1bb5440111..6e1ee674c24 100644 --- a/inject/src/main/java/io/micronaut/context/event/package-info.java +++ b/inject/src/main/java/io/micronaut/context/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes related to {@link io.micronaut.context.ApplicationContext} event publishing and consuming. * diff --git a/inject/src/main/java/io/micronaut/context/exceptions/BeanContextException.java b/inject/src/main/java/io/micronaut/context/exceptions/BeanContextException.java index 78836caef40..e9368dbce6a 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/BeanContextException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/BeanContextException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.exceptions; /** diff --git a/inject/src/main/java/io/micronaut/context/exceptions/BeanInstantiationException.java b/inject/src/main/java/io/micronaut/context/exceptions/BeanInstantiationException.java index 0ebd46b940d..64567da2885 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/BeanInstantiationException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/BeanInstantiationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.exceptions; import io.micronaut.context.BeanResolutionContext; diff --git a/inject/src/main/java/io/micronaut/context/exceptions/CircularDependencyException.java b/inject/src/main/java/io/micronaut/context/exceptions/CircularDependencyException.java index 15812e5de82..ae4203b2823 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/CircularDependencyException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/CircularDependencyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.exceptions; import io.micronaut.context.BeanResolutionContext; diff --git a/inject/src/main/java/io/micronaut/context/exceptions/ConfigurationException.java b/inject/src/main/java/io/micronaut/context/exceptions/ConfigurationException.java index ba764afc56d..39d73791874 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/ConfigurationException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/ConfigurationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.exceptions; /** diff --git a/inject/src/main/java/io/micronaut/context/exceptions/DependencyInjectionException.java b/inject/src/main/java/io/micronaut/context/exceptions/DependencyInjectionException.java index 740ee14dec3..7991106e364 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/DependencyInjectionException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/DependencyInjectionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.exceptions; import io.micronaut.context.BeanResolutionContext; diff --git a/inject/src/main/java/io/micronaut/context/exceptions/MessageUtils.java b/inject/src/main/java/io/micronaut/context/exceptions/MessageUtils.java index b8bc4cea1a1..f3842e06096 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/MessageUtils.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/MessageUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.exceptions; import io.micronaut.context.BeanResolutionContext; diff --git a/inject/src/main/java/io/micronaut/context/exceptions/NoSuchBeanException.java b/inject/src/main/java/io/micronaut/context/exceptions/NoSuchBeanException.java index e400c92a5db..bb8ea4b0f1f 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/NoSuchBeanException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/NoSuchBeanException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.exceptions; import io.micronaut.context.Qualifier; diff --git a/inject/src/main/java/io/micronaut/context/exceptions/NonUniqueBeanException.java b/inject/src/main/java/io/micronaut/context/exceptions/NonUniqueBeanException.java index 6a4c1f8a7c9..782c5767e68 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/NonUniqueBeanException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/NonUniqueBeanException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.exceptions; import io.micronaut.inject.BeanDefinition; diff --git a/inject/src/main/java/io/micronaut/context/exceptions/package-info.java b/inject/src/main/java/io/micronaut/context/exceptions/package-info.java index 4b5b3692f37..7ea5277a8b9 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/package-info.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains common exceptions thrown from the {@link io.micronaut.context.BeanContext}. * diff --git a/inject/src/main/java/io/micronaut/context/package-info.java b/inject/src/main/java/io/micronaut/context/package-info.java index cb03902bcae..c2498a3f0dc 100644 --- a/inject/src/main/java/io/micronaut/context/package-info.java +++ b/inject/src/main/java/io/micronaut/context/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package contains the core classes for starting a {@link io.micronaut.context.BeanContext}. * diff --git a/inject/src/main/java/io/micronaut/context/processor/AnnotationProcessor.java b/inject/src/main/java/io/micronaut/context/processor/AnnotationProcessor.java index 10cb552a867..7a77283ed60 100644 --- a/inject/src/main/java/io/micronaut/context/processor/AnnotationProcessor.java +++ b/inject/src/main/java/io/micronaut/context/processor/AnnotationProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.processor; import io.micronaut.inject.BeanDefinition; diff --git a/inject/src/main/java/io/micronaut/context/processor/BeanDefinitionProcessor.java b/inject/src/main/java/io/micronaut/context/processor/BeanDefinitionProcessor.java index 926004693ca..55f375ddd99 100644 --- a/inject/src/main/java/io/micronaut/context/processor/BeanDefinitionProcessor.java +++ b/inject/src/main/java/io/micronaut/context/processor/BeanDefinitionProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.processor; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/context/processor/ExecutableMethodProcessor.java b/inject/src/main/java/io/micronaut/context/processor/ExecutableMethodProcessor.java index d904d02c96d..013a545cc64 100644 --- a/inject/src/main/java/io/micronaut/context/processor/ExecutableMethodProcessor.java +++ b/inject/src/main/java/io/micronaut/context/processor/ExecutableMethodProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.processor; import io.micronaut.inject.BeanDefinition; diff --git a/inject/src/main/java/io/micronaut/context/processor/package-info.java b/inject/src/main/java/io/micronaut/context/processor/package-info.java index 5500ee9b9b9..e07a94cce18 100644 --- a/inject/src/main/java/io/micronaut/context/processor/package-info.java +++ b/inject/src/main/java/io/micronaut/context/processor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains interfaces related to annotation processing. * diff --git a/inject/src/main/java/io/micronaut/context/scope/CustomScope.java b/inject/src/main/java/io/micronaut/context/scope/CustomScope.java index 2ee55344e13..0168d27f42b 100644 --- a/inject/src/main/java/io/micronaut/context/scope/CustomScope.java +++ b/inject/src/main/java/io/micronaut/context/scope/CustomScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.scope; import io.micronaut.context.BeanRegistration; diff --git a/inject/src/main/java/io/micronaut/context/scope/CustomScopeRegistry.java b/inject/src/main/java/io/micronaut/context/scope/CustomScopeRegistry.java index 016dfb8bb93..606c822b83d 100644 --- a/inject/src/main/java/io/micronaut/context/scope/CustomScopeRegistry.java +++ b/inject/src/main/java/io/micronaut/context/scope/CustomScopeRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.scope; import java.lang.annotation.Annotation; diff --git a/inject/src/main/java/io/micronaut/context/scope/package-info.java b/inject/src/main/java/io/micronaut/context/scope/package-info.java index 533cfeb280b..59f37cabe8b 100644 --- a/inject/src/main/java/io/micronaut/context/scope/package-info.java +++ b/inject/src/main/java/io/micronaut/context/scope/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains interfaces related to the definition of custom scopes. * diff --git a/inject/src/main/java/io/micronaut/inject/BeanConfiguration.java b/inject/src/main/java/io/micronaut/inject/BeanConfiguration.java index bd2d1e4aafb..da634c4447b 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanConfiguration.java +++ b/inject/src/main/java/io/micronaut/inject/BeanConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.annotation.AnnotationMetadataProvider; diff --git a/inject/src/main/java/io/micronaut/inject/BeanContextConditional.java b/inject/src/main/java/io/micronaut/inject/BeanContextConditional.java index 3e386e7abbe..94044a0bc04 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanContextConditional.java +++ b/inject/src/main/java/io/micronaut/inject/BeanContextConditional.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/inject/BeanDefinition.java b/inject/src/main/java/io/micronaut/inject/BeanDefinition.java index b084eb2e239..3a886fd19c6 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/BeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/inject/BeanDefinitionMethodReference.java b/inject/src/main/java/io/micronaut/inject/BeanDefinitionMethodReference.java index 2d1f2d5b0bd..f15ed157831 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanDefinitionMethodReference.java +++ b/inject/src/main/java/io/micronaut/inject/BeanDefinitionMethodReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; /** diff --git a/inject/src/main/java/io/micronaut/inject/BeanDefinitionReference.java b/inject/src/main/java/io/micronaut/inject/BeanDefinitionReference.java index 58d81f467b2..b7465c97ab4 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanDefinitionReference.java +++ b/inject/src/main/java/io/micronaut/inject/BeanDefinitionReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/inject/BeanFactory.java b/inject/src/main/java/io/micronaut/inject/BeanFactory.java index 9df27f9a639..3fc39d8ed90 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanFactory.java +++ b/inject/src/main/java/io/micronaut/inject/BeanFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/inject/BeanIdentifier.java b/inject/src/main/java/io/micronaut/inject/BeanIdentifier.java index ad04fc5dc24..895e8d54133 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanIdentifier.java +++ b/inject/src/main/java/io/micronaut/inject/BeanIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.naming.Named; diff --git a/inject/src/main/java/io/micronaut/inject/BeanType.java b/inject/src/main/java/io/micronaut/inject/BeanType.java index cd75afff46e..5cb7aa16463 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanType.java +++ b/inject/src/main/java/io/micronaut/inject/BeanType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.annotation.AnnotationMetadataProvider; diff --git a/inject/src/main/java/io/micronaut/inject/CallableInjectionPoint.java b/inject/src/main/java/io/micronaut/inject/CallableInjectionPoint.java index 6b8524a0a78..71333a30348 100644 --- a/inject/src/main/java/io/micronaut/inject/CallableInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/inject/CallableInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.type.Argument; diff --git a/inject/src/main/java/io/micronaut/inject/ConstructorInjectionPoint.java b/inject/src/main/java/io/micronaut/inject/ConstructorInjectionPoint.java index f0d56fe508f..1293f85500b 100644 --- a/inject/src/main/java/io/micronaut/inject/ConstructorInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/inject/ConstructorInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; /** diff --git a/inject/src/main/java/io/micronaut/inject/DefaultBeanDefinitionMethodReference.java b/inject/src/main/java/io/micronaut/inject/DefaultBeanDefinitionMethodReference.java index 342348c8388..757eaec1f6b 100644 --- a/inject/src/main/java/io/micronaut/inject/DefaultBeanDefinitionMethodReference.java +++ b/inject/src/main/java/io/micronaut/inject/DefaultBeanDefinitionMethodReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/inject/DefaultBeanIdentifier.java b/inject/src/main/java/io/micronaut/inject/DefaultBeanIdentifier.java index d202823e3cc..70a7b987b3f 100644 --- a/inject/src/main/java/io/micronaut/inject/DefaultBeanIdentifier.java +++ b/inject/src/main/java/io/micronaut/inject/DefaultBeanIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/inject/DelegatingBeanDefinition.java b/inject/src/main/java/io/micronaut/inject/DelegatingBeanDefinition.java index 947128fe8ee..20e6a315981 100644 --- a/inject/src/main/java/io/micronaut/inject/DelegatingBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/DelegatingBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/inject/DelegatingExecutableMethod.java b/inject/src/main/java/io/micronaut/inject/DelegatingExecutableMethod.java index 7f220da9973..d73569f0035 100644 --- a/inject/src/main/java/io/micronaut/inject/DelegatingExecutableMethod.java +++ b/inject/src/main/java/io/micronaut/inject/DelegatingExecutableMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/DisposableBeanDefinition.java b/inject/src/main/java/io/micronaut/inject/DisposableBeanDefinition.java index be048f15a53..f0efc18bc56 100644 --- a/inject/src/main/java/io/micronaut/inject/DisposableBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/DisposableBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/inject/ExecutableMethod.java b/inject/src/main/java/io/micronaut/inject/ExecutableMethod.java index 38d7e2f3eb0..9e5374f4b5e 100644 --- a/inject/src/main/java/io/micronaut/inject/ExecutableMethod.java +++ b/inject/src/main/java/io/micronaut/inject/ExecutableMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.type.Executable; diff --git a/inject/src/main/java/io/micronaut/inject/ExecutionHandle.java b/inject/src/main/java/io/micronaut/inject/ExecutionHandle.java index 343d4bb4335..a724d6bc67d 100644 --- a/inject/src/main/java/io/micronaut/inject/ExecutionHandle.java +++ b/inject/src/main/java/io/micronaut/inject/ExecutionHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/FieldInjectionPoint.java b/inject/src/main/java/io/micronaut/inject/FieldInjectionPoint.java index 51171be10c3..5820bb4b58f 100644 --- a/inject/src/main/java/io/micronaut/inject/FieldInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/inject/FieldInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.annotation.AnnotationMetadataProvider; diff --git a/inject/src/main/java/io/micronaut/inject/InitializingBeanDefinition.java b/inject/src/main/java/io/micronaut/inject/InitializingBeanDefinition.java index 07d2120c41a..d720dd4861d 100644 --- a/inject/src/main/java/io/micronaut/inject/InitializingBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/InitializingBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/inject/InjectionPoint.java b/inject/src/main/java/io/micronaut/inject/InjectionPoint.java index 9dbf5016177..27d00d7b359 100644 --- a/inject/src/main/java/io/micronaut/inject/InjectionPoint.java +++ b/inject/src/main/java/io/micronaut/inject/InjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.annotation.AnnotationMetadataProvider; diff --git a/inject/src/main/java/io/micronaut/inject/MethodExecutionHandle.java b/inject/src/main/java/io/micronaut/inject/MethodExecutionHandle.java index f01ee21a522..2d641e54e7f 100644 --- a/inject/src/main/java/io/micronaut/inject/MethodExecutionHandle.java +++ b/inject/src/main/java/io/micronaut/inject/MethodExecutionHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import javax.annotation.Nonnull; diff --git a/inject/src/main/java/io/micronaut/inject/MethodInjectionPoint.java b/inject/src/main/java/io/micronaut/inject/MethodInjectionPoint.java index d41f0563dd1..0318116a90b 100644 --- a/inject/src/main/java/io/micronaut/inject/MethodInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/inject/MethodInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.type.Executable; diff --git a/inject/src/main/java/io/micronaut/inject/MethodReference.java b/inject/src/main/java/io/micronaut/inject/MethodReference.java index ad64af2b7ad..cb2c32af32b 100644 --- a/inject/src/main/java/io/micronaut/inject/MethodReference.java +++ b/inject/src/main/java/io/micronaut/inject/MethodReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.core.annotation.AnnotationMetadataDelegate; diff --git a/inject/src/main/java/io/micronaut/inject/ParametrizedBeanFactory.java b/inject/src/main/java/io/micronaut/inject/ParametrizedBeanFactory.java index 3583bfa8ff0..94df88a04cf 100644 --- a/inject/src/main/java/io/micronaut/inject/ParametrizedBeanFactory.java +++ b/inject/src/main/java/io/micronaut/inject/ParametrizedBeanFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.context.BeanContext; diff --git a/inject/src/main/java/io/micronaut/inject/ParametrizedProvider.java b/inject/src/main/java/io/micronaut/inject/ParametrizedProvider.java index 253d7ab4e38..fa344ba98e0 100644 --- a/inject/src/main/java/io/micronaut/inject/ParametrizedProvider.java +++ b/inject/src/main/java/io/micronaut/inject/ParametrizedProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import javax.inject.Provider; diff --git a/inject/src/main/java/io/micronaut/inject/ProxyBeanDefinition.java b/inject/src/main/java/io/micronaut/inject/ProxyBeanDefinition.java index 453132b6d3a..3aec7a837e4 100644 --- a/inject/src/main/java/io/micronaut/inject/ProxyBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/ProxyBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; /** diff --git a/inject/src/main/java/io/micronaut/inject/ValidatedBeanDefinition.java b/inject/src/main/java/io/micronaut/inject/ValidatedBeanDefinition.java index c8a45d2abcc..b6a1d67b698 100644 --- a/inject/src/main/java/io/micronaut/inject/ValidatedBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/ValidatedBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject; import io.micronaut.context.BeanResolutionContext; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadata.java b/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadata.java index 4176c4e8465..cc9eeddcada 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadata.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadataBuilder.java b/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadataBuilder.java index 3fc05f1af59..5620cff65dd 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadataBuilder.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadataBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.context.annotation.AliasFor; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AbstractEnvironmentAnnotationMetadata.java b/inject/src/main/java/io/micronaut/inject/annotation/AbstractEnvironmentAnnotationMetadata.java index 3d00badb50a..9e06330cbe8 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AbstractEnvironmentAnnotationMetadata.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AbstractEnvironmentAnnotationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.context.env.Environment; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMapper.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMapper.java index 084768b0144..ef76c5bb452 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.core.annotation.AnnotationValue; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataException.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataException.java index 996598cb050..b855fbab7cf 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataException.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.context.exceptions.BeanContextException; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataReference.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataReference.java index 31bba2fbe19..37db51d0cbf 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataReference.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataSupport.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataSupport.java index 69ab1954713..a714286f38d 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataSupport.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.core.annotation.AnnotationClassValue; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataWriter.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataWriter.java index 743e7c1829e..9a3a7e15d56 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataWriter.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/DefaultAnnotationMetadata.java b/inject/src/main/java/io/micronaut/inject/annotation/DefaultAnnotationMetadata.java index 20af71ab429..58800af16ac 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/DefaultAnnotationMetadata.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/DefaultAnnotationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.core.annotation.*; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationValue.java b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationValue.java index 4b4e411ec13..25a00556886 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationValue.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.context.env.Environment; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentConvertibleValuesMap.java b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentConvertibleValuesMap.java index 8ccf657f9b5..3f683b972b6 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentConvertibleValuesMap.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentConvertibleValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.context.env.Environment; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentOptionalValuesMap.java b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentOptionalValuesMap.java index 5fc539e9920..dd3c0dfd3b3 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentOptionalValuesMap.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentOptionalValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.context.env.Environment; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/NamedAnnotationMapper.java b/inject/src/main/java/io/micronaut/inject/annotation/NamedAnnotationMapper.java index ef3150d462c..bf3b3732d25 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/NamedAnnotationMapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/NamedAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.core.naming.Named; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/TypedAnnotationMapper.java b/inject/src/main/java/io/micronaut/inject/annotation/TypedAnnotationMapper.java index 7b5165a72ee..51879c98d16 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/TypedAnnotationMapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/TypedAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import java.lang.annotation.Annotation; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/internal/PersistenceContextAnnotationMapper.java b/inject/src/main/java/io/micronaut/inject/annotation/internal/PersistenceContextAnnotationMapper.java index 194b37186c3..1b0458271c1 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/internal/PersistenceContextAnnotationMapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/internal/PersistenceContextAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation.internal; import io.micronaut.core.annotation.AnnotationValue; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/package-info.java b/inject/src/main/java/io/micronaut/inject/annotation/package-info.java index 88b163fcc9f..e3dc7f84477 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes for reading and writing annotation metadata at compile time. * diff --git a/inject/src/main/java/io/micronaut/inject/ast/ClassElement.java b/inject/src/main/java/io/micronaut/inject/ast/ClassElement.java index 8bd09fa86e2..bb454b65d01 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/ClassElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/ClassElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.ast; import io.micronaut.core.naming.NameUtils; diff --git a/inject/src/main/java/io/micronaut/inject/ast/ConstructorElement.java b/inject/src/main/java/io/micronaut/inject/ast/ConstructorElement.java index 302f0938d55..f8332babec1 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/ConstructorElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/ConstructorElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.ast; /** diff --git a/inject/src/main/java/io/micronaut/inject/ast/Element.java b/inject/src/main/java/io/micronaut/inject/ast/Element.java index 63050957d80..b565ac72ca7 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/Element.java +++ b/inject/src/main/java/io/micronaut/inject/ast/Element.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.ast; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/ast/EnumElement.java b/inject/src/main/java/io/micronaut/inject/ast/EnumElement.java index a42a31d56de..f943ab9656d 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/EnumElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/EnumElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.ast; import java.util.List; diff --git a/inject/src/main/java/io/micronaut/inject/ast/FieldElement.java b/inject/src/main/java/io/micronaut/inject/ast/FieldElement.java index 04ff3d7586b..8884eafac6d 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/FieldElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/FieldElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.ast; /** diff --git a/inject/src/main/java/io/micronaut/inject/ast/MemberElement.java b/inject/src/main/java/io/micronaut/inject/ast/MemberElement.java index 2f3c1811e76..090254ef1a2 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/MemberElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/MemberElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.ast; /** diff --git a/inject/src/main/java/io/micronaut/inject/ast/MethodElement.java b/inject/src/main/java/io/micronaut/inject/ast/MethodElement.java index fe786f16362..eaed3eb7515 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/MethodElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/MethodElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.ast; import javax.annotation.Nullable; diff --git a/inject/src/main/java/io/micronaut/inject/ast/ParameterElement.java b/inject/src/main/java/io/micronaut/inject/ast/ParameterElement.java index 8538d44040d..6e219d0e650 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/ParameterElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/ParameterElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.ast; import javax.annotation.Nullable; diff --git a/inject/src/main/java/io/micronaut/inject/ast/PropertyElement.java b/inject/src/main/java/io/micronaut/inject/ast/PropertyElement.java index 64ee96ea2f3..d48c370d67c 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/PropertyElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/PropertyElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.ast; import javax.annotation.Nullable; diff --git a/inject/src/main/java/io/micronaut/inject/ast/TypedElement.java b/inject/src/main/java/io/micronaut/inject/ast/TypedElement.java index 52591fc87dd..f53759853f2 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/TypedElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/TypedElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.ast; import javax.annotation.Nullable; diff --git a/inject/src/main/java/io/micronaut/inject/ast/package-info.java b/inject/src/main/java/io/micronaut/inject/ast/package-info.java index 5fd97226309..d7cfbb391b2 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/ast/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * The AST package contains a generic AST over different languages (currently Groovy, Java and Kotlin). * diff --git a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadata.java b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadata.java index c1d19610d35..fa4aed5792f 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadata.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.configuration; import io.micronaut.core.io.Writable; diff --git a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataBuilder.java b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataBuilder.java index b3c4f0b5986..8fe1655e291 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataBuilder.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.configuration; import io.micronaut.core.naming.NameUtils; diff --git a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataWriter.java b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataWriter.java index f15a03d2d64..09a47023f87 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataWriter.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.configuration; import io.micronaut.inject.writer.ClassWriterOutputVisitor; diff --git a/inject/src/main/java/io/micronaut/inject/configuration/JsonConfigurationMetadataWriter.java b/inject/src/main/java/io/micronaut/inject/configuration/JsonConfigurationMetadataWriter.java index fe5f36c637f..acf063ada42 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/JsonConfigurationMetadataWriter.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/JsonConfigurationMetadataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.configuration; import io.micronaut.core.io.Writable; diff --git a/inject/src/main/java/io/micronaut/inject/configuration/PropertyMetadata.java b/inject/src/main/java/io/micronaut/inject/configuration/PropertyMetadata.java index 12888735a67..e5b020fa066 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/PropertyMetadata.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/PropertyMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.configuration; import io.micronaut.core.io.Writable; diff --git a/inject/src/main/java/io/micronaut/inject/configuration/package-info.java b/inject/src/main/java/io/micronaut/inject/configuration/package-info.java index 73f687e776d..154c72eb6de 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes for reading and writing Configuration metadata at compile time. * diff --git a/inject/src/main/java/io/micronaut/inject/package-info.java b/inject/src/main/java/io/micronaut/inject/package-info.java index ead5348ecee..ab6095151fe 100644 --- a/inject/src/main/java/io/micronaut/inject/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * * Contains the core dependency injection interfaces. diff --git a/inject/src/main/java/io/micronaut/inject/processing/JavaModelUtils.java b/inject/src/main/java/io/micronaut/inject/processing/JavaModelUtils.java index 27db1be64d3..0ca95e2dc27 100644 --- a/inject/src/main/java/io/micronaut/inject/processing/JavaModelUtils.java +++ b/inject/src/main/java/io/micronaut/inject/processing/JavaModelUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.processing; import javax.lang.model.element.*; diff --git a/inject/src/main/java/io/micronaut/inject/processing/ProcessedTypes.java b/inject/src/main/java/io/micronaut/inject/processing/ProcessedTypes.java index 1abdaf32116..26f75b0ebd5 100644 --- a/inject/src/main/java/io/micronaut/inject/processing/ProcessedTypes.java +++ b/inject/src/main/java/io/micronaut/inject/processing/ProcessedTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.processing; /** diff --git a/inject/src/main/java/io/micronaut/inject/processing/package-info.java b/inject/src/main/java/io/micronaut/inject/processing/package-info.java index 4070c2cdd86..5bb9b8851b0 100644 --- a/inject/src/main/java/io/micronaut/inject/processing/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/processing/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Injection process handling. * diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationMetadataQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationMetadataQualifier.java index 7cc345d59d0..4b70568c36a 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationMetadataQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationMetadataQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.qualifiers; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationQualifier.java index b3d1b51580a..c0893c7ad48 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.qualifiers; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationStereotypeQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationStereotypeQualifier.java index e4aecd3afcb..1a2c8ce7812 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationStereotypeQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationStereotypeQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.qualifiers; import io.micronaut.context.Qualifier; diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/CompositeQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/CompositeQualifier.java index 8334ddd5bd5..4a4aa8f50b7 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/CompositeQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/CompositeQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.qualifiers; import io.micronaut.context.Qualifier; diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/NameQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/NameQualifier.java index f07c45d3b66..43c22056e6b 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/NameQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/NameQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.qualifiers; import static io.micronaut.core.util.ArgumentUtils.check; diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/Qualified.java b/inject/src/main/java/io/micronaut/inject/qualifiers/Qualified.java index 6479c364c44..00fe9a26ce9 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/Qualified.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/Qualified.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.qualifiers; import io.micronaut.context.Qualifier; diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/Qualifiers.java b/inject/src/main/java/io/micronaut/inject/qualifiers/Qualifiers.java index e26871b6021..7c1c2d6b363 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/Qualifiers.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/Qualifiers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.qualifiers; import io.micronaut.context.Qualifier; diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/TypeAnnotationQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/TypeAnnotationQualifier.java index 3ee799b90f6..a16f1490201 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/TypeAnnotationQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/TypeAnnotationQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.qualifiers; import io.micronaut.context.Qualifier; diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/TypeArgumentQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/TypeArgumentQualifier.java index 5d13501e8d1..c5886012e33 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/TypeArgumentQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/TypeArgumentQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.qualifiers; import io.micronaut.context.Qualifier; diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/package-info.java b/inject/src/main/java/io/micronaut/inject/qualifiers/package-info.java index 817603cba56..9dda4a6eb0f 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains support classes for creating Bean {@link javax.inject.Qualifier} instances. * diff --git a/inject/src/main/java/io/micronaut/inject/visitor/TypeElementVisitor.java b/inject/src/main/java/io/micronaut/inject/visitor/TypeElementVisitor.java index d7f973b6dba..e89f7740c4d 100644 --- a/inject/src/main/java/io/micronaut/inject/visitor/TypeElementVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/visitor/TypeElementVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.visitor; import io.micronaut.inject.ast.ClassElement; diff --git a/inject/src/main/java/io/micronaut/inject/visitor/VisitorContext.java b/inject/src/main/java/io/micronaut/inject/visitor/VisitorContext.java index ce213a66e7a..e75b0cb4bf1 100644 --- a/inject/src/main/java/io/micronaut/inject/visitor/VisitorContext.java +++ b/inject/src/main/java/io/micronaut/inject/visitor/VisitorContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.visitor; import io.micronaut.core.annotation.Experimental; diff --git a/inject/src/main/java/io/micronaut/inject/visitor/package-info.java b/inject/src/main/java/io/micronaut/inject/visitor/package-info.java index fc59ae55657..d87984b812b 100644 --- a/inject/src/main/java/io/micronaut/inject/visitor/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/visitor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains interfaces for defining type visitors that work across languages. * diff --git a/inject/src/main/java/io/micronaut/inject/writer/AbstractAnnotationMetadataWriter.java b/inject/src/main/java/io/micronaut/inject/writer/AbstractAnnotationMetadataWriter.java index bf902381aaf..021649c4aaf 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/AbstractAnnotationMetadataWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/AbstractAnnotationMetadataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/writer/AbstractClassFileWriter.java b/inject/src/main/java/io/micronaut/inject/writer/AbstractClassFileWriter.java index d2a1f21df58..7eabca91cc3 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/AbstractClassFileWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/AbstractClassFileWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/inject/writer/AbstractClassWriterOutputVisitor.java b/inject/src/main/java/io/micronaut/inject/writer/AbstractClassWriterOutputVisitor.java index bb2fd3fc311..928363d0457 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/AbstractClassWriterOutputVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/writer/AbstractClassWriterOutputVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/inject/writer/BeanConfigurationWriter.java b/inject/src/main/java/io/micronaut/inject/writer/BeanConfigurationWriter.java index 00981916008..7ea004522e0 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/BeanConfigurationWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/BeanConfigurationWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import io.micronaut.context.AbstractBeanConfiguration; diff --git a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionReferenceWriter.java b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionReferenceWriter.java index ef135cc8209..3fd5890a5c0 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionReferenceWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionReferenceWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import io.micronaut.context.AbstractBeanDefinitionReference; diff --git a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionVisitor.java b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionVisitor.java index 638f8fb02a8..68aa3ece063 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionWriter.java b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionWriter.java index 92e5d6b9360..2e32d6bb2f1 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import io.micronaut.context.AbstractBeanDefinition; diff --git a/inject/src/main/java/io/micronaut/inject/writer/ClassGenerationException.java b/inject/src/main/java/io/micronaut/inject/writer/ClassGenerationException.java index dfb3e0574d3..a632c4d6073 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/ClassGenerationException.java +++ b/inject/src/main/java/io/micronaut/inject/writer/ClassGenerationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; /** diff --git a/inject/src/main/java/io/micronaut/inject/writer/ClassWriterOutputVisitor.java b/inject/src/main/java/io/micronaut/inject/writer/ClassWriterOutputVisitor.java index 94423d52d07..f363c174097 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/ClassWriterOutputVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/writer/ClassWriterOutputVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import java.io.IOException; diff --git a/inject/src/main/java/io/micronaut/inject/writer/ConfigBuilderState.java b/inject/src/main/java/io/micronaut/inject/writer/ConfigBuilderState.java index a65bd9da037..23a1c184b52 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/ConfigBuilderState.java +++ b/inject/src/main/java/io/micronaut/inject/writer/ConfigBuilderState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/writer/DirectoryClassWriterOutputVisitor.java b/inject/src/main/java/io/micronaut/inject/writer/DirectoryClassWriterOutputVisitor.java index 6b1d35f2230..5e0d581db48 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/DirectoryClassWriterOutputVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/writer/DirectoryClassWriterOutputVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/inject/writer/ExecutableMethodWriter.java b/inject/src/main/java/io/micronaut/inject/writer/ExecutableMethodWriter.java index e6170258803..73ac4d085b7 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/ExecutableMethodWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/ExecutableMethodWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import static io.micronaut.inject.writer.BeanDefinitionWriter.buildArgumentWithGenerics; diff --git a/inject/src/main/java/io/micronaut/inject/writer/FileBackedGeneratedFile.java b/inject/src/main/java/io/micronaut/inject/writer/FileBackedGeneratedFile.java index 84bf5d372d4..c5acb1f2093 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/FileBackedGeneratedFile.java +++ b/inject/src/main/java/io/micronaut/inject/writer/FileBackedGeneratedFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/inject/writer/GeneratedFile.java b/inject/src/main/java/io/micronaut/inject/writer/GeneratedFile.java index daf0863c1a2..ff8026f698f 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/GeneratedFile.java +++ b/inject/src/main/java/io/micronaut/inject/writer/GeneratedFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; import java.io.IOException; diff --git a/inject/src/main/java/io/micronaut/inject/writer/ProxyingBeanDefinitionVisitor.java b/inject/src/main/java/io/micronaut/inject/writer/ProxyingBeanDefinitionVisitor.java index 0f8bdbe32ad..7e5356f442a 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/ProxyingBeanDefinitionVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/writer/ProxyingBeanDefinitionVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.writer; /** diff --git a/inject/src/main/java/io/micronaut/inject/writer/package-info.java b/inject/src/main/java/io/micronaut/inject/writer/package-info.java index 7fcbdbd3fc8..352d028ee7d 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/writer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes responsible for using ASM to write bean metadata to disk. * diff --git a/inject/src/test/groovy/io/micronaut/context/env/DefaultEnvironmentSpec.groovy b/inject/src/test/groovy/io/micronaut/context/env/DefaultEnvironmentSpec.groovy index f75176f040b..27847875510 100644 --- a/inject/src/test/groovy/io/micronaut/context/env/DefaultEnvironmentSpec.groovy +++ b/inject/src/test/groovy/io/micronaut/context/env/DefaultEnvironmentSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/test/groovy/io/micronaut/context/env/PropertySourcePropertyResolverSpec.groovy b/inject/src/test/groovy/io/micronaut/context/env/PropertySourcePropertyResolverSpec.groovy index 414e9898e39..1d9f9fee47c 100644 --- a/inject/src/test/groovy/io/micronaut/context/env/PropertySourcePropertyResolverSpec.groovy +++ b/inject/src/test/groovy/io/micronaut/context/env/PropertySourcePropertyResolverSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/test/groovy/io/micronaut/context/env/yaml/YamlPropertySourceLoaderSpec.groovy b/inject/src/test/groovy/io/micronaut/context/env/yaml/YamlPropertySourceLoaderSpec.groovy index 8181b2cbfcc..d7a1925ddf0 100644 --- a/inject/src/test/groovy/io/micronaut/context/env/yaml/YamlPropertySourceLoaderSpec.groovy +++ b/inject/src/test/groovy/io/micronaut/context/env/yaml/YamlPropertySourceLoaderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/test/resources/application-foo.yml b/inject/src/test/resources/application-foo.yml index 04abb986d83..81a995c7299 100644 --- a/inject/src/test/resources/application-foo.yml +++ b/inject/src/test/resources/application-foo.yml @@ -1,5 +1,5 @@ # -# Copyright 2017-2018 original authors +# Copyright 2017-2019 original authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/BasicJdbcConfiguration.java b/jdbc/src/main/java/io/micronaut/jdbc/BasicJdbcConfiguration.java index faca5587f7e..2553e04456f 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/BasicJdbcConfiguration.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/BasicJdbcConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jdbc; /** diff --git a/jdbc/src/main/java/io/micronaut/jdbc/CalculatedSettings.java b/jdbc/src/main/java/io/micronaut/jdbc/CalculatedSettings.java index 1e294b90ba8..75cc94be8b4 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/CalculatedSettings.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/CalculatedSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jdbc; import io.micronaut.context.exceptions.ConfigurationException; diff --git a/jdbc/src/main/java/io/micronaut/jdbc/DataSourceResolver.java b/jdbc/src/main/java/io/micronaut/jdbc/DataSourceResolver.java index 0937cbe1057..b3d780241b9 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/DataSourceResolver.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/DataSourceResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jdbc; import javax.sql.DataSource; diff --git a/jdbc/src/main/java/io/micronaut/jdbc/JdbcDatabaseManager.java b/jdbc/src/main/java/io/micronaut/jdbc/JdbcDatabaseManager.java index 68a6af8b09d..2dd6026704a 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/JdbcDatabaseManager.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/JdbcDatabaseManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jdbc; import io.micronaut.core.reflect.ClassUtils; diff --git a/jdbc/src/main/java/io/micronaut/jdbc/metadata/AbstractDataSourcePoolMetadata.java b/jdbc/src/main/java/io/micronaut/jdbc/metadata/AbstractDataSourcePoolMetadata.java index d7c43f09c30..c7c082d48de 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/metadata/AbstractDataSourcePoolMetadata.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/metadata/AbstractDataSourcePoolMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jdbc.metadata; import javax.sql.DataSource; diff --git a/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadata.java b/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadata.java index 4626ff2849b..2cf3d641369 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadata.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jdbc.metadata; /** diff --git a/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadataProvider.java b/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadataProvider.java index dde51ea1d02..375ada83134 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadataProvider.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jdbc.metadata; /** diff --git a/jdbc/src/main/java/io/micronaut/jdbc/metadata/package-info.java b/jdbc/src/main/java/io/micronaut/jdbc/metadata/package-info.java index 66a4e5b2f98..b5acf63ceb7 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/metadata/package-info.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/metadata/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Support classes for reading JDBC metadata. * diff --git a/jdbc/src/main/java/io/micronaut/jdbc/package-info.java b/jdbc/src/main/java/io/micronaut/jdbc/package-info.java index 6cb9630bbfa..0e5cddeffb1 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/package-info.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JDBC configuration for Micronaut. * diff --git a/jdbc/src/main/java/io/micronaut/jdbc/spring/DataSourceTransactionManagerFactory.java b/jdbc/src/main/java/io/micronaut/jdbc/spring/DataSourceTransactionManagerFactory.java index 36860534e1d..fe0d01f1227 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/spring/DataSourceTransactionManagerFactory.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/spring/DataSourceTransactionManagerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jdbc.spring; import io.micronaut.context.annotation.EachBean; diff --git a/jdbc/src/main/java/io/micronaut/jdbc/spring/HibernatePresenceCondition.java b/jdbc/src/main/java/io/micronaut/jdbc/spring/HibernatePresenceCondition.java index 351b50d6230..71ab7a9dfd8 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/spring/HibernatePresenceCondition.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/spring/HibernatePresenceCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jdbc.spring; import io.micronaut.context.BeanContext; diff --git a/jdbc/src/main/java/io/micronaut/jdbc/spring/SpringDataSourceResolver.java b/jdbc/src/main/java/io/micronaut/jdbc/spring/SpringDataSourceResolver.java index 45df2376885..afc0027cd3e 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/spring/SpringDataSourceResolver.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/spring/SpringDataSourceResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jdbc.spring; import io.micronaut.core.annotation.Internal; diff --git a/jdbc/src/main/java/io/micronaut/jdbc/spring/package-info.java b/jdbc/src/main/java/io/micronaut/jdbc/spring/package-info.java index fbca61acc78..2d883d07365 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/spring/package-info.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/spring/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes for configuring transaction management via Spring for data sources. * diff --git a/jdbc/src/test/groovy/io/micronaut/jdbc/CalculatedSettingsSpec.groovy b/jdbc/src/test/groovy/io/micronaut/jdbc/CalculatedSettingsSpec.groovy index 8db2ff512e4..2df099ad7af 100644 --- a/jdbc/src/test/groovy/io/micronaut/jdbc/CalculatedSettingsSpec.groovy +++ b/jdbc/src/test/groovy/io/micronaut/jdbc/CalculatedSettingsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/EndpointConfiguration.java b/management/src/main/java/io/micronaut/management/endpoint/EndpointConfiguration.java index 3345b91bd8b..891c2ea12ac 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/EndpointConfiguration.java +++ b/management/src/main/java/io/micronaut/management/endpoint/EndpointConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint; import io.micronaut.context.annotation.EachProperty; diff --git a/management/src/main/java/io/micronaut/management/endpoint/EndpointDefaultConfiguration.java b/management/src/main/java/io/micronaut/management/endpoint/EndpointDefaultConfiguration.java index 31e69b418ac..e324d849752 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/EndpointDefaultConfiguration.java +++ b/management/src/main/java/io/micronaut/management/endpoint/EndpointDefaultConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/management/src/main/java/io/micronaut/management/endpoint/EndpointEnabledCondition.java b/management/src/main/java/io/micronaut/management/endpoint/EndpointEnabledCondition.java index 9485d007ee5..884e0a1e7d8 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/EndpointEnabledCondition.java +++ b/management/src/main/java/io/micronaut/management/endpoint/EndpointEnabledCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint; import io.micronaut.context.BeanContext; diff --git a/management/src/main/java/io/micronaut/management/endpoint/EndpointSensitivityProcessor.java b/management/src/main/java/io/micronaut/management/endpoint/EndpointSensitivityProcessor.java index 33cc87c4c30..73497824968 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/EndpointSensitivityProcessor.java +++ b/management/src/main/java/io/micronaut/management/endpoint/EndpointSensitivityProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint; import io.micronaut.context.processor.ExecutableMethodProcessor; diff --git a/management/src/main/java/io/micronaut/management/endpoint/EndpointsFilter.java b/management/src/main/java/io/micronaut/management/endpoint/EndpointsFilter.java index 574f54c5413..c734114e23e 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/EndpointsFilter.java +++ b/management/src/main/java/io/micronaut/management/endpoint/EndpointsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/Delete.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/Delete.java index d85ff58a57e..a6ab670f0b0 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/Delete.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/Delete.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/Endpoint.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/Endpoint.java index 832e285ec64..88da7cab9ab 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/Endpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/Endpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/Read.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/Read.java index 348cb4258ce..07ad1f71399 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/Read.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/Read.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/Selector.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/Selector.java index 967838c4e2b..45b1076537c 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/Selector.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/Selector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.annotation; import java.lang.annotation.Documented; diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/Write.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/Write.java index fb9bb1ae5a5..572aa747262 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/Write.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/Write.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/package-info.java index 956f6016782..466685dd1fc 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Annotations for defining management endpoints. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionData.java b/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionData.java index d0c1c7e4836..34fd143ca3c 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionData.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.beans; import io.micronaut.inject.BeanDefinition; diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionDataCollector.java b/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionDataCollector.java index 926d94cfc2f..421f9abeadd 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionDataCollector.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionDataCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.beans; import io.micronaut.inject.BeanDefinition; diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/BeansEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/beans/BeansEndpoint.java index f690a013fd4..35321316035 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/BeansEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/BeansEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.beans; import io.micronaut.context.BeanContext; diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/DefaultBeanDefinitionData.java b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/DefaultBeanDefinitionData.java index a9cf2dd8c30..5f5f3c58cbf 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/DefaultBeanDefinitionData.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/DefaultBeanDefinitionData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.beans.impl; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/RxJavaBeanDefinitionDataCollector.java b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/RxJavaBeanDefinitionDataCollector.java index 2e8d877c431..79b992ea041 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/RxJavaBeanDefinitionDataCollector.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/RxJavaBeanDefinitionDataCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.beans.impl; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/package-info.java index 9edcb11778b..0ce66f5924c 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Endpoint bean definition implementation. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/beans/package-info.java index 5c4983890a1..79850250348 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Endpoint bean definition. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/DetailsVisibility.java b/management/src/main/java/io/micronaut/management/endpoint/health/DetailsVisibility.java index 64f551756f2..7d05a8c7949 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/DetailsVisibility.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/DetailsVisibility.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.health; /** diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/HealthEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/health/HealthEndpoint.java index 61381f8335f..127d043004c 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/HealthEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/HealthEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.health; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/HealthLevelOfDetail.java b/management/src/main/java/io/micronaut/management/endpoint/health/HealthLevelOfDetail.java index 547af91c03b..68a6508f540 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/HealthLevelOfDetail.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/HealthLevelOfDetail.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** *This class provides a set of common constants for health status .
* diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/filter/HealthResultFilter.java b/management/src/main/java/io/micronaut/management/endpoint/health/filter/HealthResultFilter.java index b3723a79887..baecb68a8bf 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/filter/HealthResultFilter.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/filter/HealthResultFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.health.filter; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/filter/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/health/filter/package-info.java index c7ac9b278b4..b80c61d1676 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/filter/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/filter/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Support classes for returning the correct health result from the HTTP server. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/health/package-info.java index 8fe4d4c8094..ecd5ea6a152 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Endpoint health. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/InfoAggregator.java b/management/src/main/java/io/micronaut/management/endpoint/info/InfoAggregator.java index 6399dea50e1..7ed7c594217 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/InfoAggregator.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/InfoAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.info; import org.reactivestreams.Publisher; diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/InfoEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/info/InfoEndpoint.java index f32d9893f88..2884a81168c 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/InfoEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/InfoEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.info; import io.micronaut.management.endpoint.annotation.Endpoint; diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/InfoSource.java b/management/src/main/java/io/micronaut/management/endpoint/info/InfoSource.java index 71e6a720969..06f718794c7 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/InfoSource.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/InfoSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.info; import io.micronaut.context.env.PropertySource; diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/impl/RxInfoAggregator.java b/management/src/main/java/io/micronaut/management/endpoint/info/impl/RxInfoAggregator.java index 7a146a41593..96e5762722b 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/impl/RxInfoAggregator.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/impl/RxInfoAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.info.impl; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/impl/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/info/impl/package-info.java index 37f556f18d5..49cc658fe76 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/impl/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/impl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Implementations of Info aggregation. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/info/package-info.java index 0af99049565..50b6e875a86 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Info aggregation from resources. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/source/BuildInfoSource.java b/management/src/main/java/io/micronaut/management/endpoint/info/source/BuildInfoSource.java index a85d5c4bfbe..21f523dc275 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/source/BuildInfoSource.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/source/BuildInfoSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.info.source; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/source/ConfigurationInfoSource.java b/management/src/main/java/io/micronaut/management/endpoint/info/source/ConfigurationInfoSource.java index a5f7611e896..14d1dd2e82e 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/source/ConfigurationInfoSource.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/source/ConfigurationInfoSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.info.source; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/source/GitInfoSource.java b/management/src/main/java/io/micronaut/management/endpoint/info/source/GitInfoSource.java index 39466ef4c41..46d9c8ba856 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/source/GitInfoSource.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/source/GitInfoSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.info.source; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/source/PropertiesInfoSource.java b/management/src/main/java/io/micronaut/management/endpoint/info/source/PropertiesInfoSource.java index 016cdd7ff5b..a198ce5e041 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/source/PropertiesInfoSource.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/source/PropertiesInfoSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.info.source; import io.micronaut.context.env.PropertiesPropertySourceLoader; diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/source/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/info/source/package-info.java index e29fcb2038a..9ca5f139b99 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/source/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/source/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Endpoint info configuration. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/LogLevel.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/LogLevel.java index 5486b8ed56a..d314f452f37 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/LogLevel.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/LogLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.loggers; /** diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggerConfiguration.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggerConfiguration.java index 01b37a15a5b..b093fb71879 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggerConfiguration.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.loggers; import java.util.HashMap; diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersEndpoint.java index 6e2f6c01cce..02c70c4b791 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.loggers; import io.micronaut.core.bind.exceptions.UnsatisfiedArgumentException; diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersManager.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersManager.java index b9527870052..1889af4aeab 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersManager.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.loggers; import org.reactivestreams.Publisher; diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggingSystem.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggingSystem.java index 16ec4182868..f60edc5e887 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggingSystem.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggingSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.loggers; import javax.validation.constraints.NotBlank; diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/DefaultLoggersManager.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/DefaultLoggersManager.java index e1ae48280c3..2152d20fd27 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/DefaultLoggersManager.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/DefaultLoggersManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.loggers.impl; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/LogbackLoggingSystem.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/LogbackLoggingSystem.java index 2566cd40392..836a82765af 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/LogbackLoggingSystem.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/LogbackLoggingSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.loggers.impl; import ch.qos.logback.classic.Level; diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/package-info.java index aa74d977cc2..ab346af2715 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Implementation specific classes for the logging system. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/package-info.java index f6761021477..eed92559e4f 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Loggers management endpoint. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/package-info.java index 52560fffb4a..3786d524994 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut endpoint configuration. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/processors/AbstractEndpointRouteBuilder.java b/management/src/main/java/io/micronaut/management/endpoint/processors/AbstractEndpointRouteBuilder.java index e767598fadb..fc6107ec15e 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/processors/AbstractEndpointRouteBuilder.java +++ b/management/src/main/java/io/micronaut/management/endpoint/processors/AbstractEndpointRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.processors; import io.micronaut.context.ApplicationContext; diff --git a/management/src/main/java/io/micronaut/management/endpoint/processors/DeleteEndpointRouteBuilder.java b/management/src/main/java/io/micronaut/management/endpoint/processors/DeleteEndpointRouteBuilder.java index 9ff690026ca..84b20061fed 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/processors/DeleteEndpointRouteBuilder.java +++ b/management/src/main/java/io/micronaut/management/endpoint/processors/DeleteEndpointRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.processors; import io.micronaut.context.ApplicationContext; diff --git a/management/src/main/java/io/micronaut/management/endpoint/processors/ReadEndpointRouteBuilder.java b/management/src/main/java/io/micronaut/management/endpoint/processors/ReadEndpointRouteBuilder.java index 550ccbfa135..f5422fd313e 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/processors/ReadEndpointRouteBuilder.java +++ b/management/src/main/java/io/micronaut/management/endpoint/processors/ReadEndpointRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.processors; import io.micronaut.context.ApplicationContext; diff --git a/management/src/main/java/io/micronaut/management/endpoint/processors/WriteEndpointRouteBuilder.java b/management/src/main/java/io/micronaut/management/endpoint/processors/WriteEndpointRouteBuilder.java index b5ec18a0db1..3f76f6d1a32 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/processors/WriteEndpointRouteBuilder.java +++ b/management/src/main/java/io/micronaut/management/endpoint/processors/WriteEndpointRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.processors; import io.micronaut.context.ApplicationContext; diff --git a/management/src/main/java/io/micronaut/management/endpoint/processors/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/processors/package-info.java index e43a35cf929..e8c98b62383 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/processors/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/processors/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Endpoint route building and processors. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/refresh/RefreshEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/refresh/RefreshEndpoint.java index 16eaeaa9787..b313194b091 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/refresh/RefreshEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/refresh/RefreshEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.refresh; import io.micronaut.context.env.Environment; diff --git a/management/src/main/java/io/micronaut/management/endpoint/refresh/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/refresh/package-info.java index 8eb371a80d4..824aa635392 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/refresh/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/refresh/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Endpoint refresh state. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/RouteData.java b/management/src/main/java/io/micronaut/management/endpoint/routes/RouteData.java index 50cabe748fe..e4fba0e58d5 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/RouteData.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/RouteData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.routes; import io.micronaut.web.router.UriRoute; diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/RouteDataCollector.java b/management/src/main/java/io/micronaut/management/endpoint/routes/RouteDataCollector.java index 7fd887ed8f0..d77b27773ea 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/RouteDataCollector.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/RouteDataCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.routes; import io.micronaut.web.router.UriRoute; diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/RoutesEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/routes/RoutesEndpoint.java index 709e55c08e4..159d3834f2a 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/RoutesEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/RoutesEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.routes; import io.micronaut.management.endpoint.annotation.Endpoint; diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/DefaultRouteData.java b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/DefaultRouteData.java index 2bf08abd2e8..856e9301951 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/DefaultRouteData.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/DefaultRouteData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.routes.impl; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/RxJavaRouteDataCollector.java b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/RxJavaRouteDataCollector.java index 4d8302e7ad4..5d56dea181a 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/RxJavaRouteDataCollector.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/RxJavaRouteDataCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.routes.impl; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/package-info.java index 751a60aa006..d5d9ceadc95 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Route data implementations. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/routes/package-info.java index 20c646201d0..68197ac9fc2 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Route endpoint and data collection. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/stop/ServerStopEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/stop/ServerStopEndpoint.java index cfdb94da3b9..54b634ad3a0 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/stop/ServerStopEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/stop/ServerStopEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.stop; import io.micronaut.context.ApplicationContext; diff --git a/management/src/main/java/io/micronaut/management/endpoint/stop/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/stop/package-info.java index b40d3448ae0..a0e554fa456 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/stop/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/stop/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Server stop endpoint. * diff --git a/management/src/main/java/io/micronaut/management/health/aggregator/HealthAggregator.java b/management/src/main/java/io/micronaut/management/health/aggregator/HealthAggregator.java index 4dd91edafbf..6d18ac16179 100644 --- a/management/src/main/java/io/micronaut/management/health/aggregator/HealthAggregator.java +++ b/management/src/main/java/io/micronaut/management/health/aggregator/HealthAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.health.aggregator; import io.micronaut.management.endpoint.health.HealthLevelOfDetail; diff --git a/management/src/main/java/io/micronaut/management/health/aggregator/RxJavaHealthAggregator.java b/management/src/main/java/io/micronaut/management/health/aggregator/RxJavaHealthAggregator.java index d91fb1dc37c..4a9e6f6f64f 100644 --- a/management/src/main/java/io/micronaut/management/health/aggregator/RxJavaHealthAggregator.java +++ b/management/src/main/java/io/micronaut/management/health/aggregator/RxJavaHealthAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.health.aggregator; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/health/aggregator/package-info.java b/management/src/main/java/io/micronaut/management/health/aggregator/package-info.java index 05a936f4125..21759a9eaa1 100644 --- a/management/src/main/java/io/micronaut/management/health/aggregator/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/aggregator/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Health aggregation. * diff --git a/management/src/main/java/io/micronaut/management/health/indicator/AbstractHealthIndicator.java b/management/src/main/java/io/micronaut/management/health/indicator/AbstractHealthIndicator.java index c42ca0e8ac8..5c3ddc5a10d 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/AbstractHealthIndicator.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/AbstractHealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.health.indicator; import io.micronaut.core.async.publisher.AsyncSingleResultPublisher; diff --git a/management/src/main/java/io/micronaut/management/health/indicator/DefaultHealthResult.java b/management/src/main/java/io/micronaut/management/health/indicator/DefaultHealthResult.java index ed0c3e1f43d..d4c81c7f403 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/DefaultHealthResult.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/DefaultHealthResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.health.indicator; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/management/src/main/java/io/micronaut/management/health/indicator/HealthIndicator.java b/management/src/main/java/io/micronaut/management/health/indicator/HealthIndicator.java index f64831f28bf..99f74d619f2 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/HealthIndicator.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/HealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.health.indicator; import io.micronaut.core.order.Ordered; diff --git a/management/src/main/java/io/micronaut/management/health/indicator/HealthResult.java b/management/src/main/java/io/micronaut/management/health/indicator/HealthResult.java index 986715fb7b7..f755a991e8b 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/HealthResult.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/HealthResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.health.indicator; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; diff --git a/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicator.java b/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicator.java index d9faecb6099..a21b07aa796 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicator.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.health.indicator.discovery; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/health/indicator/discovery/package-info.java b/management/src/main/java/io/micronaut/management/health/indicator/discovery/package-info.java index 257dc56de4b..ac2524d6386 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/discovery/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/discovery/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Health discovery. * diff --git a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicator.java b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicator.java index 6bb2236e52a..3f22a685e25 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicator.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.health.indicator.diskspace; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfiguration.java b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfiguration.java index 71cbae740d4..d0d19348828 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfiguration.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.health.indicator.diskspace; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/package-info.java b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/package-info.java index 76673237a6d..33b5550f7a9 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Diskspace configuration and indicator. * diff --git a/management/src/main/java/io/micronaut/management/health/indicator/jdbc/JdbcIndicator.java b/management/src/main/java/io/micronaut/management/health/indicator/jdbc/JdbcIndicator.java index ad5e7eede34..1a797be7a7e 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/jdbc/JdbcIndicator.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/jdbc/JdbcIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.health.indicator.jdbc; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/health/indicator/jdbc/package-info.java b/management/src/main/java/io/micronaut/management/health/indicator/jdbc/package-info.java index 3d44dd4dfca..df654b51ff6 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/jdbc/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/jdbc/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JDBC status indicator. * diff --git a/management/src/main/java/io/micronaut/management/health/indicator/package-info.java b/management/src/main/java/io/micronaut/management/health/indicator/package-info.java index 65c3e29710a..9da6be39bc9 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Health indicator. * diff --git a/management/src/main/java/io/micronaut/management/health/monitor/HealthMonitorTask.java b/management/src/main/java/io/micronaut/management/health/monitor/HealthMonitorTask.java index 20bd0b1ad46..dd3033e8074 100644 --- a/management/src/main/java/io/micronaut/management/health/monitor/HealthMonitorTask.java +++ b/management/src/main/java/io/micronaut/management/health/monitor/HealthMonitorTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.health.monitor; import io.micronaut.context.annotation.Requires; diff --git a/management/src/main/java/io/micronaut/management/health/monitor/package-info.java b/management/src/main/java/io/micronaut/management/health/monitor/package-info.java index 44888a8eb85..7e6e9d89c42 100644 --- a/management/src/main/java/io/micronaut/management/health/monitor/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/monitor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Continuous monitoring of health status. * diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/EndpointConfigurationSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/EndpointConfigurationSpec.groovy index b21eeb2b522..d00b3b0fb3d 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/EndpointConfigurationSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/EndpointConfigurationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/EndpointRouteSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/EndpointRouteSpec.groovy index 1ecf16947f3..9e16f4fd73d 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/EndpointRouteSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/EndpointRouteSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/EndpointsBasePathSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/EndpointsBasePathSpec.groovy index c29fb539827..be4b154e1b0 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/EndpointsBasePathSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/EndpointsBasePathSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.management.endpoint import io.micronaut.context.ApplicationContext diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/EndpointsFilterRequiresSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/EndpointsFilterRequiresSpec.groovy index 58fcaff0c0c..562b66e9195 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/EndpointsFilterRequiresSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/EndpointsFilterRequiresSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/SimpleEndpointSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/SimpleEndpointSpec.groovy index 0d2266e2896..f447a5f609d 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/SimpleEndpointSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/SimpleEndpointSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/beans/BeansEndpointSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/beans/BeansEndpointSpec.groovy index c193b227a09..178db371ebd 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/beans/BeansEndpointSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/beans/BeansEndpointSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/health/HealthEndpointSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/health/HealthEndpointSpec.groovy index 5acd6dfab1d..efe046e2e7c 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/health/HealthEndpointSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/health/HealthEndpointSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/health/HealthStatusSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/health/HealthStatusSpec.groovy index bb6918bdf89..0a2325e033d 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/health/HealthStatusSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/health/HealthStatusSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/info/InfoEndpointSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/info/InfoEndpointSpec.groovy index 93424f1bff4..bddfdec73fb 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/info/InfoEndpointSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/info/InfoEndpointSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/loggers/LoggersEndpointConfigurationSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/loggers/LoggersEndpointConfigurationSpec.groovy index be5f1e577e4..dcdb3ec6f99 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/loggers/LoggersEndpointConfigurationSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/loggers/LoggersEndpointConfigurationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/loggers/LoggersEndpointSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/loggers/LoggersEndpointSpec.groovy index 05052f2945e..20669598c42 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/loggers/LoggersEndpointSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/loggers/LoggersEndpointSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.loggers import io.micronaut.context.ApplicationContext diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/refresh/RefreshEndpointSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/refresh/RefreshEndpointSpec.groovy index a0c5c24db1e..afa8bafc118 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/refresh/RefreshEndpointSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/refresh/RefreshEndpointSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/routes/RoutesEndpointSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/routes/RoutesEndpointSpec.groovy index 5be6f92605d..51601bd7a07 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/routes/RoutesEndpointSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/routes/RoutesEndpointSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/endpoint/stop/ServerStopEndpointSpec.groovy b/management/src/test/groovy/io/micronaut/management/endpoint/stop/ServerStopEndpointSpec.groovy index 489aced6a70..110c709a956 100644 --- a/management/src/test/groovy/io/micronaut/management/endpoint/stop/ServerStopEndpointSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/endpoint/stop/ServerStopEndpointSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/test/groovy/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfigurationSpec.groovy b/management/src/test/groovy/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfigurationSpec.groovy index d31675fa0fa..d46f30d867e 100644 --- a/management/src/test/groovy/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfigurationSpec.groovy +++ b/management/src/test/groovy/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfigurationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/Acknowledgement.java b/messaging/src/main/java/io/micronaut/messaging/Acknowledgement.java index 3e8439eaad6..0e707fd83d3 100644 --- a/messaging/src/main/java/io/micronaut/messaging/Acknowledgement.java +++ b/messaging/src/main/java/io/micronaut/messaging/Acknowledgement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging; import io.micronaut.messaging.exceptions.MessageAcknowledgementException; diff --git a/messaging/src/main/java/io/micronaut/messaging/MessageHeaders.java b/messaging/src/main/java/io/micronaut/messaging/MessageHeaders.java index 4eb3f32ede3..f73ab2cd95b 100644 --- a/messaging/src/main/java/io/micronaut/messaging/MessageHeaders.java +++ b/messaging/src/main/java/io/micronaut/messaging/MessageHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging; import io.micronaut.core.type.MutableHeaders; diff --git a/messaging/src/main/java/io/micronaut/messaging/MessagingApplication.java b/messaging/src/main/java/io/micronaut/messaging/MessagingApplication.java index 46460438ed2..e79e7edd02f 100644 --- a/messaging/src/main/java/io/micronaut/messaging/MessagingApplication.java +++ b/messaging/src/main/java/io/micronaut/messaging/MessagingApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging; import io.micronaut.context.ApplicationContext; diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/Body.java b/messaging/src/main/java/io/micronaut/messaging/annotation/Body.java index 1c2e9759539..713db1c0441 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/Body.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/Body.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/Header.java b/messaging/src/main/java/io/micronaut/messaging/annotation/Header.java index 74729d8e2e7..3ad9e48479b 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/Header.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/Header.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/Headers.java b/messaging/src/main/java/io/micronaut/messaging/annotation/Headers.java index 0f6b9f1c1e9..c29cb087e48 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/Headers.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/Headers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging.annotation; import java.lang.annotation.Documented; diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/MessageListener.java b/messaging/src/main/java/io/micronaut/messaging/annotation/MessageListener.java index e61a59c3dee..401b16a201f 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/MessageListener.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/MessageListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging.annotation; import io.micronaut.context.annotation.Bean; diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/MessageMapping.java b/messaging/src/main/java/io/micronaut/messaging/annotation/MessageMapping.java index 880138f1eed..ef35683a372 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/MessageMapping.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/MessageMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging.annotation; import java.lang.annotation.Documented; diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/SendTo.java b/messaging/src/main/java/io/micronaut/messaging/annotation/SendTo.java index 895e16e014e..c7cbd7e9cd1 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/SendTo.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/SendTo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging.annotation; import java.lang.annotation.Documented; diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/package-info.java b/messaging/src/main/java/io/micronaut/messaging/annotation/package-info.java index fc4a3357d8b..d9041975660 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/package-info.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Messaging related annotations. * diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageAcknowledgementException.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageAcknowledgementException.java index 779265b262e..fb4ba76a128 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageAcknowledgementException.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageAcknowledgementException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging.exceptions; /** diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageListenerException.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageListenerException.java index c8c31835feb..d11587c33b6 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageListenerException.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageListenerException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging.exceptions; /** diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingClientException.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingClientException.java index 0926a778299..63ccceca843 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingClientException.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingClientException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging.exceptions; /** diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingException.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingException.java index 5666b0b5ff9..258221f5c79 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingException.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging.exceptions; /** diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingSystemException.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingSystemException.java index f6359f4858e..a7e804ffb80 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingSystemException.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingSystemException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging.exceptions; /** diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/package-info.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/package-info.java index 15af48164f3..8376bc4b446 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/package-info.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Messaging related exceptions. * diff --git a/messaging/src/main/java/io/micronaut/messaging/package-info.java b/messaging/src/main/java/io/micronaut/messaging/package-info.java index e2544fa0e27..232c29ee561 100644 --- a/messaging/src/main/java/io/micronaut/messaging/package-info.java +++ b/messaging/src/main/java/io/micronaut/messaging/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Messaging related to classes. * diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/MultitenancyConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/MultitenancyConfiguration.java index c3d26b02625..cb2b521d8e4 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/MultitenancyConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/MultitenancyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy; /** diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantException.java b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantException.java index f48a2913401..68a5e482188 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantException.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.exceptions; /** diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantNotFoundException.java b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantNotFoundException.java index e14009b06c8..d27bc8d6c80 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantNotFoundException.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.exceptions; /** diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/package-info.java b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/package-info.java index 514b51f550a..dbdde6cdced 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/package-info.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Encapsulate classes related with Multitenancy exceptions. * diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/package-info.java b/multitenancy/src/main/java/io/micronaut/multitenancy/package-info.java index b710561bae7..9dec7505a45 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/package-info.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Multitenancy capabilities. * diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfiguration.java index 1ed2417fb0f..0d06bc84845 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.propagation; import io.micronaut.core.util.Toggleable; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfigurationProperties.java index 2ed28e00729..4aca78d3c2e 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.propagation; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilter.java b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilter.java index 0f8640077d6..a44242081d4 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilter.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.propagation; import io.micronaut.context.annotation.Requires; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/package-info.java b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/package-info.java index 374e8475115..87113123b9b 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/package-info.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Encapsulate classes related with Multitenancy propagation. * diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolver.java index d749059fa7f..ce154cf016e 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.Requires; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfiguration.java index 68a888b1a0f..ef64bae349b 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.core.util.Toggleable; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfigurationProperties.java index 33497e4d714..d506781f8c1 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolver.java index 27a2c40ba4a..091b5b27693 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.Requires; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfiguration.java index ba48f599c7b..2e894930912 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.core.util.Toggleable; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfigurationProperties.java index 79030462037..1a56a68626a 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolver.java index e1a43e43e5a..5ccdf257f66 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.Requires; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfiguration.java index ee6fc0bbfba..98f1afdcdaf 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.core.util.Toggleable; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfigurationProperties.java index dea2c2b6743..75f069f2160 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolver.java index 13dc9beb8c0..da5f6b591f2 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.Requires; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfiguration.java index 749299dea11..832978eda01 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.core.util.Toggleable; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfigurationProperties.java index d0cebbcec7c..0f8c88567d3 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolver.java index 720992c0921..90c6ccb48e8 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.Requires; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfiguration.java index 5bd5e80cb9a..ce281e328c3 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.core.util.Toggleable; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfigurationProperties.java index 5e66ceae8ee..e41a9cfc3cc 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolver.java index dc11ad80d5a..fa81f289590 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.Requires; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfiguration.java index a0332ecc95e..f38ca04e1be 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.core.util.Toggleable; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfigurationProperties.java index b2df392d36e..cee7c32ddb9 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolver.java index e1bdc532518..ef7f805dfa8 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import javax.inject.Singleton; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfiguration.java index 604ef8cea96..a93c76e2c57 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.core.util.Toggleable; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfigurationProperties.java index f29417f1084..77e2c4554b9 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/TenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/TenantResolver.java index 39a1e5473f7..dc9ebe5a558 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/TenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/TenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.tenantresolver; import io.micronaut.multitenancy.MultitenancyConfiguration; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/package-info.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/package-info.java index fb91efbe510..2b59f03e7ee 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/package-info.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Encapsulate classes related with Multitenancy tenant resolution. * diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriter.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriter.java index 83c2a172fea..6986f7b8db8 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriter.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.writer; import io.micronaut.context.annotation.Requires; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfiguration.java index 90a6302aa84..b40ef04664a 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.writer; import io.micronaut.core.util.Toggleable; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfigurationProperties.java index daf88e3d40c..d20b6da8540 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.writer; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriter.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriter.java index 9322c011428..a90de8d3407 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriter.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.writer; import io.micronaut.context.annotation.Requires; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfiguration.java index ea89aefc858..d04e22b5aec 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.writer; import io.micronaut.core.util.Toggleable; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfigurationProperties.java index 0cdeb1d487a..d97e7107fe7 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.writer; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/TenantWriter.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/TenantWriter.java index d937e0650e4..ff09c9f6734 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/TenantWriter.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/TenantWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.multitenancy.writer; import io.micronaut.http.MutableHttpRequest; diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/package-info.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/package-info.java index d9987dc1178..775aa942552 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/package-info.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Encapsulate classes related with Multitenancy writing. * diff --git a/multitenancy/src/test/groovy/io/micronaut/docs/TenantPropagationSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/docs/TenantPropagationSpec.groovy index 6d9d9943fa0..b6bd2758c79 100644 --- a/multitenancy/src/test/groovy/io/micronaut/docs/TenantPropagationSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/docs/TenantPropagationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilterEnabledSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilterEnabledSpec.groovy index a249845b348..c67e401f8ab 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilterEnabledSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilterEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilterPathSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilterPathSpec.groovy index 339848683e1..c120df757ce 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilterPathSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilterPathSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Book.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Book.groovy index 607f8d26f6f..286895064ad 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Book.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Book.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.cookie class Book { diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookFetcher.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookFetcher.groovy index 9903575a239..79a99713b24 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookFetcher.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookFetcher.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.cookie interface BookFetcher { diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookService.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookService.groovy index 2431e3f01cf..be99c2c2f39 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookService.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.cookie import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksClient.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksClient.groovy index ed4193b4a86..955cff612eb 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksClient.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.cookie import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksController.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksController.groovy index c2fb8782390..1c10b096bbb 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksController.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.cookie import groovy.transform.CompileStatic diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Bootstrap.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Bootstrap.groovy index 07583379385..850113e16c7 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Bootstrap.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Bootstrap.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.cookie import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/CookieTenantResolverSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/CookieTenantResolverSpec.groovy index a23f4f86415..df825585979 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/CookieTenantResolverSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/CookieTenantResolverSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.cookie import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/GatewayController.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/GatewayController.groovy index 4c8e9b9efea..6cc0b582149 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/GatewayController.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/GatewayController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.cookie import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Book.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Book.groovy index 6528d67bcf9..ca46ad81709 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Book.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Book.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.httpheader class Book { diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookFetcher.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookFetcher.groovy index 4e66debff42..4c39b017912 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookFetcher.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookFetcher.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.httpheader import io.reactivex.Flowable diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookService.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookService.groovy index 7254112dcb4..df17a20f7aa 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookService.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.httpheader import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksClient.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksClient.groovy index 2e5df875c86..5ecd4c464c9 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksClient.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.httpheader import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksController.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksController.groovy index 4e64315d761..c8e9579bd9e 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksController.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.httpheader import groovy.transform.CompileStatic diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Bootstrap.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Bootstrap.groovy index 2a9cf48c882..501749ab87f 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Bootstrap.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Bootstrap.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.httpheader import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/GatewayController.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/GatewayController.groovy index 36952281a49..9181d3e4f74 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/GatewayController.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/GatewayController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.httpheader import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/HttpHeaderTenantResolverSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/HttpHeaderTenantResolverSpec.groovy index 4989b1acf85..704c1ab630a 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/HttpHeaderTenantResolverSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/HttpHeaderTenantResolverSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.httpheader import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/AuthenticationProviderUserPassword.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/AuthenticationProviderUserPassword.groovy index 77991616a8a..1a060df0652 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/AuthenticationProviderUserPassword.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/AuthenticationProviderUserPassword.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.principal import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/Book.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/Book.groovy index 91fb3ebd185..a7dead9bf40 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/Book.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/Book.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.principal class Book { diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BookFetcher.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BookFetcher.groovy index 420460d1ab4..b79901f9d67 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BookFetcher.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BookFetcher.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.principal interface BookFetcher { diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BookService.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BookService.groovy index 81636fa339a..16e9145849f 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BookService.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BookService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.principal import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BooksClient.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BooksClient.groovy index f8094a21534..6cc24fd6812 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BooksClient.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BooksClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.principal import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BooksController.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BooksController.groovy index cc4fb54ed46..83d3e5511bd 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BooksController.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/BooksController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.principal import groovy.transform.CompileStatic diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/Bootstrap.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/Bootstrap.groovy index 8f70a6352a7..966250bfb76 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/Bootstrap.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/Bootstrap.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.principal import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/GatewayController.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/GatewayController.groovy index 10355dfcb67..0dab8cca4b1 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/GatewayController.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/GatewayController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.principal import io.micronaut.context.annotation.Requires diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/PrincipalTenantResolverSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/PrincipalTenantResolverSpec.groovy index 39c11a776a9..130c73101da 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/PrincipalTenantResolverSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/principal/PrincipalTenantResolverSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.propagation.principal import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverEnabledSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverEnabledSpec.groovy index f79de466c91..9801f4673c9 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverEnabledSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.tenantresolver import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverEnabledSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverEnabledSpec.groovy index 9defee49a0b..048572e5f2a 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverEnabledSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.tenantresolver import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverSpec.groovy index cd402cd4ffe..78072433c60 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.tenantresolver import io.micronaut.http.HttpHeaders diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverEnabledSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverEnabledSpec.groovy index 0193d0b79fa..e95896863f7 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverEnabledSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.tenantresolver import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverEnabledSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverEnabledSpec.groovy index 9e56f2a8419..a55896608db 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverEnabledSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.tenantresolver import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverEnabledSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverEnabledSpec.groovy index 6c4f80fc863..0b265762837 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverEnabledSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.tenantresolver import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverSpec.groovy index 8f215e7435a..3f6daf54132 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.tenantresolver import spock.lang.Specification diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverEnabledSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverEnabledSpec.groovy index c5d1cbe3f30..fbdb7e39394 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverEnabledSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.tenantresolver import io.micronaut.context.ApplicationContext diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/writer/CookieTenantWriterSpec.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/writer/CookieTenantWriterSpec.groovy index e15c1fc3f79..e8f2036fd35 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/writer/CookieTenantWriterSpec.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/writer/CookieTenantWriterSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.multitenancy.writer import io.micronaut.context.ApplicationContext diff --git a/router/src/main/groovy/io/micronaut/web/router/GroovyRouteBuilder.groovy b/router/src/main/groovy/io/micronaut/web/router/GroovyRouteBuilder.groovy index ffe06d4f968..b6a1e10b1bc 100644 --- a/router/src/main/groovy/io/micronaut/web/router/GroovyRouteBuilder.groovy +++ b/router/src/main/groovy/io/micronaut/web/router/GroovyRouteBuilder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/AbstractRouteMatch.java b/router/src/main/java/io/micronaut/web/router/AbstractRouteMatch.java index 05288fa2c00..fc01ab9fa00 100644 --- a/router/src/main/java/io/micronaut/web/router/AbstractRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/AbstractRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/router/src/main/java/io/micronaut/web/router/AnnotatedFilterRouteBuilder.java b/router/src/main/java/io/micronaut/web/router/AnnotatedFilterRouteBuilder.java index d0d29293298..a6e57974151 100644 --- a/router/src/main/java/io/micronaut/web/router/AnnotatedFilterRouteBuilder.java +++ b/router/src/main/java/io/micronaut/web/router/AnnotatedFilterRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.context.BeanContext; diff --git a/router/src/main/java/io/micronaut/web/router/AnnotatedMethodRouteBuilder.java b/router/src/main/java/io/micronaut/web/router/AnnotatedMethodRouteBuilder.java index 6e575e6ecc4..8bfe8dedd9d 100644 --- a/router/src/main/java/io/micronaut/web/router/AnnotatedMethodRouteBuilder.java +++ b/router/src/main/java/io/micronaut/web/router/AnnotatedMethodRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.context.ExecutionHandleLocator; diff --git a/router/src/main/java/io/micronaut/web/router/BasicObjectRouteMatch.java b/router/src/main/java/io/micronaut/web/router/BasicObjectRouteMatch.java index 9ca6820338e..9bc2031579a 100644 --- a/router/src/main/java/io/micronaut/web/router/BasicObjectRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/BasicObjectRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.type.Argument; diff --git a/router/src/main/java/io/micronaut/web/router/DefaultFilterRoute.java b/router/src/main/java/io/micronaut/web/router/DefaultFilterRoute.java index fc74e91c31c..4b1cc5b9020 100644 --- a/router/src/main/java/io/micronaut/web/router/DefaultFilterRoute.java +++ b/router/src/main/java/io/micronaut/web/router/DefaultFilterRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.util.ArrayUtils; diff --git a/router/src/main/java/io/micronaut/web/router/DefaultRouteBuilder.java b/router/src/main/java/io/micronaut/web/router/DefaultRouteBuilder.java index 5de6da4f0b9..36bcf5765d6 100644 --- a/router/src/main/java/io/micronaut/web/router/DefaultRouteBuilder.java +++ b/router/src/main/java/io/micronaut/web/router/DefaultRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.context.ApplicationContext; diff --git a/router/src/main/java/io/micronaut/web/router/DefaultRouter.java b/router/src/main/java/io/micronaut/web/router/DefaultRouter.java index 90c1c0d12ca..62046a87e5d 100644 --- a/router/src/main/java/io/micronaut/web/router/DefaultRouter.java +++ b/router/src/main/java/io/micronaut/web/router/DefaultRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.order.OrderUtil; diff --git a/router/src/main/java/io/micronaut/web/router/DefaultUriRouteMatch.java b/router/src/main/java/io/micronaut/web/router/DefaultUriRouteMatch.java index 97c7ce8f32d..0aa6e4eca8c 100644 --- a/router/src/main/java/io/micronaut/web/router/DefaultUriRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/DefaultUriRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.annotation.Internal; diff --git a/router/src/main/java/io/micronaut/web/router/ErrorRoute.java b/router/src/main/java/io/micronaut/web/router/ErrorRoute.java index 46090de1d04..c7a99d504c7 100644 --- a/router/src/main/java/io/micronaut/web/router/ErrorRoute.java +++ b/router/src/main/java/io/micronaut/web/router/ErrorRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.http.HttpRequest; diff --git a/router/src/main/java/io/micronaut/web/router/ErrorRouteMatch.java b/router/src/main/java/io/micronaut/web/router/ErrorRouteMatch.java index 77b3434b6ed..2f301f67f22 100644 --- a/router/src/main/java/io/micronaut/web/router/ErrorRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/ErrorRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.annotation.Internal; diff --git a/router/src/main/java/io/micronaut/web/router/FilterRoute.java b/router/src/main/java/io/micronaut/web/router/FilterRoute.java index de09bcd7ffd..2447d2f3866 100644 --- a/router/src/main/java/io/micronaut/web/router/FilterRoute.java +++ b/router/src/main/java/io/micronaut/web/router/FilterRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.http.HttpMethod; diff --git a/router/src/main/java/io/micronaut/web/router/MethodBasedRoute.java b/router/src/main/java/io/micronaut/web/router/MethodBasedRoute.java index 85eaea21584..bfd36264221 100644 --- a/router/src/main/java/io/micronaut/web/router/MethodBasedRoute.java +++ b/router/src/main/java/io/micronaut/web/router/MethodBasedRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.inject.MethodExecutionHandle; diff --git a/router/src/main/java/io/micronaut/web/router/MethodBasedRouteMatch.java b/router/src/main/java/io/micronaut/web/router/MethodBasedRouteMatch.java index 3d78ceeb3fb..e1b26bd1996 100644 --- a/router/src/main/java/io/micronaut/web/router/MethodBasedRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/MethodBasedRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.type.Argument; diff --git a/router/src/main/java/io/micronaut/web/router/ResourceRoute.java b/router/src/main/java/io/micronaut/web/router/ResourceRoute.java index e2ae4cb4e55..bca9c6f2812 100644 --- a/router/src/main/java/io/micronaut/web/router/ResourceRoute.java +++ b/router/src/main/java/io/micronaut/web/router/ResourceRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.http.HttpMethod; diff --git a/router/src/main/java/io/micronaut/web/router/Route.java b/router/src/main/java/io/micronaut/web/router/Route.java index 3bb486417c6..1116f164e9a 100644 --- a/router/src/main/java/io/micronaut/web/router/Route.java +++ b/router/src/main/java/io/micronaut/web/router/Route.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.type.Argument; diff --git a/router/src/main/java/io/micronaut/web/router/RouteBuilder.java b/router/src/main/java/io/micronaut/web/router/RouteBuilder.java index 8291c850b10..116983f2af8 100644 --- a/router/src/main/java/io/micronaut/web/router/RouteBuilder.java +++ b/router/src/main/java/io/micronaut/web/router/RouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.naming.NameUtils; diff --git a/router/src/main/java/io/micronaut/web/router/RouteMatch.java b/router/src/main/java/io/micronaut/web/router/RouteMatch.java index 9a1bfdf4746..b756ce79e53 100644 --- a/router/src/main/java/io/micronaut/web/router/RouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/RouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.annotation.AnnotationMetadataProvider; diff --git a/router/src/main/java/io/micronaut/web/router/RouteMatchUtils.java b/router/src/main/java/io/micronaut/web/router/RouteMatchUtils.java index 9ed5efa996f..1a08f824f29 100644 --- a/router/src/main/java/io/micronaut/web/router/RouteMatchUtils.java +++ b/router/src/main/java/io/micronaut/web/router/RouteMatchUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.http.HttpAttributes; diff --git a/router/src/main/java/io/micronaut/web/router/Router.java b/router/src/main/java/io/micronaut/web/router/Router.java index 89a8fe9da35..00c6b662dee 100644 --- a/router/src/main/java/io/micronaut/web/router/Router.java +++ b/router/src/main/java/io/micronaut/web/router/Router.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.http.HttpMethod; diff --git a/router/src/main/java/io/micronaut/web/router/StatusRoute.java b/router/src/main/java/io/micronaut/web/router/StatusRoute.java index d38baae7407..c6a00d7f38f 100644 --- a/router/src/main/java/io/micronaut/web/router/StatusRoute.java +++ b/router/src/main/java/io/micronaut/web/router/StatusRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.http.HttpRequest; diff --git a/router/src/main/java/io/micronaut/web/router/StatusRouteMatch.java b/router/src/main/java/io/micronaut/web/router/StatusRouteMatch.java index 9f3a2445b11..b45ab871b17 100644 --- a/router/src/main/java/io/micronaut/web/router/StatusRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/StatusRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.convert.ConversionService; diff --git a/router/src/main/java/io/micronaut/web/router/UnresolvedArgument.java b/router/src/main/java/io/micronaut/web/router/UnresolvedArgument.java index 44ae49f4d70..5ed09420541 100644 --- a/router/src/main/java/io/micronaut/web/router/UnresolvedArgument.java +++ b/router/src/main/java/io/micronaut/web/router/UnresolvedArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.bind.ArgumentBinder; diff --git a/router/src/main/java/io/micronaut/web/router/UriRoute.java b/router/src/main/java/io/micronaut/web/router/UriRoute.java index 22f1a52a427..4af5e4570a3 100644 --- a/router/src/main/java/io/micronaut/web/router/UriRoute.java +++ b/router/src/main/java/io/micronaut/web/router/UriRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.http.HttpMethod; diff --git a/router/src/main/java/io/micronaut/web/router/UriRouteMatch.java b/router/src/main/java/io/micronaut/web/router/UriRouteMatch.java index ed85793751b..9b60ff1d958 100644 --- a/router/src/main/java/io/micronaut/web/router/UriRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/UriRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router; import io.micronaut.core.type.Argument; diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/DuplicateRouteException.java b/router/src/main/java/io/micronaut/web/router/exceptions/DuplicateRouteException.java index 863790b5036..64c5e4badf1 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/DuplicateRouteException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/DuplicateRouteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.exceptions; import io.micronaut.web.router.UriRouteMatch; diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/RoutingException.java b/router/src/main/java/io/micronaut/web/router/exceptions/RoutingException.java index d7f84dd2d4b..d4ac3d7fb7e 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/RoutingException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/RoutingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.exceptions; import io.micronaut.context.exceptions.BeanContextException; diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRouteException.java b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRouteException.java index 9d0a29feca2..ec9a480b7a3 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRouteException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRouteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.exceptions; import io.micronaut.core.type.Argument; diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/package-info.java b/router/src/main/java/io/micronaut/web/router/exceptions/package-info.java index bf1b7f9998a..f11c1afd48d 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Route exceptions. * diff --git a/router/src/main/java/io/micronaut/web/router/filter/FilteredRouter.java b/router/src/main/java/io/micronaut/web/router/filter/FilteredRouter.java index 5453422ad04..4d035e8c158 100644 --- a/router/src/main/java/io/micronaut/web/router/filter/FilteredRouter.java +++ b/router/src/main/java/io/micronaut/web/router/filter/FilteredRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.filter; import io.micronaut.http.HttpMethod; diff --git a/router/src/main/java/io/micronaut/web/router/filter/RouteMatchFilter.java b/router/src/main/java/io/micronaut/web/router/filter/RouteMatchFilter.java index 089f7f7b288..76b389d9559 100644 --- a/router/src/main/java/io/micronaut/web/router/filter/RouteMatchFilter.java +++ b/router/src/main/java/io/micronaut/web/router/filter/RouteMatchFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.filter; import io.micronaut.http.HttpRequest; diff --git a/router/src/main/java/io/micronaut/web/router/naming/HyphenatedUriNamingStrategy.java b/router/src/main/java/io/micronaut/web/router/naming/HyphenatedUriNamingStrategy.java index 165d53aff57..3f474faf5f6 100644 --- a/router/src/main/java/io/micronaut/web/router/naming/HyphenatedUriNamingStrategy.java +++ b/router/src/main/java/io/micronaut/web/router/naming/HyphenatedUriNamingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.naming; import io.micronaut.context.annotation.Primary; diff --git a/router/src/main/java/io/micronaut/web/router/naming/package-info.java b/router/src/main/java/io/micronaut/web/router/naming/package-info.java index bce0541f251..ab003898bb3 100644 --- a/router/src/main/java/io/micronaut/web/router/naming/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/naming/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Route based naming strategies. * diff --git a/router/src/main/java/io/micronaut/web/router/package-info.java b/router/src/main/java/io/micronaut/web/router/package-info.java index 76189fa9bbc..1c4f3cdad02 100644 --- a/router/src/main/java/io/micronaut/web/router/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Route based method matching classes derived from URIs. * diff --git a/router/src/main/java/io/micronaut/web/router/qualifier/ConsumesMediaTypeQualifier.java b/router/src/main/java/io/micronaut/web/router/qualifier/ConsumesMediaTypeQualifier.java index 69bfc41e16c..142dfdfd5af 100644 --- a/router/src/main/java/io/micronaut/web/router/qualifier/ConsumesMediaTypeQualifier.java +++ b/router/src/main/java/io/micronaut/web/router/qualifier/ConsumesMediaTypeQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.qualifier; import io.micronaut.context.Qualifier; diff --git a/router/src/main/java/io/micronaut/web/router/qualifier/ProducesMediaTypeQualifier.java b/router/src/main/java/io/micronaut/web/router/qualifier/ProducesMediaTypeQualifier.java index f9e6d19aa64..920386fdd61 100644 --- a/router/src/main/java/io/micronaut/web/router/qualifier/ProducesMediaTypeQualifier.java +++ b/router/src/main/java/io/micronaut/web/router/qualifier/ProducesMediaTypeQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.qualifier; import io.micronaut.context.Qualifier; diff --git a/router/src/main/java/io/micronaut/web/router/qualifier/package-info.java b/router/src/main/java/io/micronaut/web/router/qualifier/package-info.java index 135d519235f..c8e3680e15d 100644 --- a/router/src/main/java/io/micronaut/web/router/qualifier/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/qualifier/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Qualifiers based on type. * diff --git a/router/src/main/java/io/micronaut/web/router/resource/StaticResourceConfiguration.java b/router/src/main/java/io/micronaut/web/router/resource/StaticResourceConfiguration.java index 0fb500f87fe..fd102d28011 100644 --- a/router/src/main/java/io/micronaut/web/router/resource/StaticResourceConfiguration.java +++ b/router/src/main/java/io/micronaut/web/router/resource/StaticResourceConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.resource; import io.micronaut.context.annotation.EachProperty; diff --git a/router/src/main/java/io/micronaut/web/router/resource/StaticResourceResolver.java b/router/src/main/java/io/micronaut/web/router/resource/StaticResourceResolver.java index cf73ef86fc0..b25d22cb30f 100644 --- a/router/src/main/java/io/micronaut/web/router/resource/StaticResourceResolver.java +++ b/router/src/main/java/io/micronaut/web/router/resource/StaticResourceResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.resource; import io.micronaut.core.io.ResourceLoader; diff --git a/router/src/main/java/io/micronaut/web/router/resource/package-info.java b/router/src/main/java/io/micronaut/web/router/resource/package-info.java index b770e971023..4d017af83f4 100644 --- a/router/src/main/java/io/micronaut/web/router/resource/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/resource/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Route resource and configuration. * diff --git a/router/src/main/java/io/micronaut/web/router/version/RouteVersionFilter.java b/router/src/main/java/io/micronaut/web/router/version/RouteVersionFilter.java index 91b018cbc26..f5573097ceb 100644 --- a/router/src/main/java/io/micronaut/web/router/version/RouteVersionFilter.java +++ b/router/src/main/java/io/micronaut/web/router/version/RouteVersionFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.version; import io.micronaut.context.annotation.Requires; diff --git a/router/src/main/java/io/micronaut/web/router/version/RoutesVersioningConfiguration.java b/router/src/main/java/io/micronaut/web/router/version/RoutesVersioningConfiguration.java index d2faa7c3f31..18f002450a1 100644 --- a/router/src/main/java/io/micronaut/web/router/version/RoutesVersioningConfiguration.java +++ b/router/src/main/java/io/micronaut/web/router/version/RoutesVersioningConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.version; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/router/src/main/java/io/micronaut/web/router/version/VersionAwareRouterListener.java b/router/src/main/java/io/micronaut/web/router/version/VersionAwareRouterListener.java index ecf657d52c7..4a84849f90e 100644 --- a/router/src/main/java/io/micronaut/web/router/version/VersionAwareRouterListener.java +++ b/router/src/main/java/io/micronaut/web/router/version/VersionAwareRouterListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.version; import io.micronaut.context.annotation.Requires; diff --git a/router/src/main/java/io/micronaut/web/router/version/package-info.java b/router/src/main/java/io/micronaut/web/router/version/package-info.java index b62b15231f2..3a1190a3eb2 100644 --- a/router/src/main/java/io/micronaut/web/router/version/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/version/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Stores classes related to versioning routes. * diff --git a/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolver.java b/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolver.java index d81338c4115..ad3ba2aab4d 100644 --- a/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolver.java +++ b/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.version.resolution; import io.micronaut.context.annotation.Requires; diff --git a/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolver.java b/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolver.java index d12a9030c81..8997dd2b27a 100644 --- a/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolver.java +++ b/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.version.resolution; import io.micronaut.context.annotation.Requires; diff --git a/router/src/main/java/io/micronaut/web/router/version/resolution/RequestVersionResolver.java b/router/src/main/java/io/micronaut/web/router/version/resolution/RequestVersionResolver.java index 4811c68ffc4..d04ff9e1d6b 100644 --- a/router/src/main/java/io/micronaut/web/router/version/resolution/RequestVersionResolver.java +++ b/router/src/main/java/io/micronaut/web/router/version/resolution/RequestVersionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.version.resolution; import io.micronaut.http.HttpRequest; diff --git a/router/src/main/java/io/micronaut/web/router/version/resolution/VersionResolver.java b/router/src/main/java/io/micronaut/web/router/version/resolution/VersionResolver.java index feec6d50570..8c852ed2d0e 100644 --- a/router/src/main/java/io/micronaut/web/router/version/resolution/VersionResolver.java +++ b/router/src/main/java/io/micronaut/web/router/version/resolution/VersionResolver.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.web.router.version.resolution; import java.util.Optional; diff --git a/router/src/test/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilderSpec.groovy b/router/src/test/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilderSpec.groovy index 1e0e38b6f50..c37ba982ce2 100644 --- a/router/src/test/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilderSpec.groovy +++ b/router/src/test/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/test/groovy/io/micronaut/context/router/AnnotationRouteBuilderAbsoluteAndRelativePathsSpec.groovy b/router/src/test/groovy/io/micronaut/context/router/AnnotationRouteBuilderAbsoluteAndRelativePathsSpec.groovy index 3070fa25c2c..73cf3a0da50 100644 --- a/router/src/test/groovy/io/micronaut/context/router/AnnotationRouteBuilderAbsoluteAndRelativePathsSpec.groovy +++ b/router/src/test/groovy/io/micronaut/context/router/AnnotationRouteBuilderAbsoluteAndRelativePathsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.router import static io.micronaut.http.HttpMethod.GET diff --git a/router/src/test/groovy/io/micronaut/context/router/AnnotationRouteBuilderSpec.groovy b/router/src/test/groovy/io/micronaut/context/router/AnnotationRouteBuilderSpec.groovy index b3107b41a86..4287bda17b7 100644 --- a/router/src/test/groovy/io/micronaut/context/router/AnnotationRouteBuilderSpec.groovy +++ b/router/src/test/groovy/io/micronaut/context/router/AnnotationRouteBuilderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/test/groovy/io/micronaut/context/router/GroovyRouteBuilderSpec.groovy b/router/src/test/groovy/io/micronaut/context/router/GroovyRouteBuilderSpec.groovy index 2e99269380c..0760bea37d3 100644 --- a/router/src/test/groovy/io/micronaut/context/router/GroovyRouteBuilderSpec.groovy +++ b/router/src/test/groovy/io/micronaut/context/router/GroovyRouteBuilderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/test/groovy/io/micronaut/context/router/RouteBuilderTests.java b/router/src/test/groovy/io/micronaut/context/router/RouteBuilderTests.java index 0595571c671..b530aa71cf4 100644 --- a/router/src/test/groovy/io/micronaut/context/router/RouteBuilderTests.java +++ b/router/src/test/groovy/io/micronaut/context/router/RouteBuilderTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/test/groovy/io/micronaut/web/router/DefaultFilterRouteSpec.groovy b/router/src/test/groovy/io/micronaut/web/router/DefaultFilterRouteSpec.groovy index 0af76b5f2db..05d410e0979 100644 --- a/router/src/test/groovy/io/micronaut/web/router/DefaultFilterRouteSpec.groovy +++ b/router/src/test/groovy/io/micronaut/web/router/DefaultFilterRouteSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/test/groovy/io/micronaut/web/router/StaticResourceResolverSpec.groovy b/router/src/test/groovy/io/micronaut/web/router/StaticResourceResolverSpec.groovy index d295ad10e5f..157e32b5b30 100644 --- a/router/src/test/groovy/io/micronaut/web/router/StaticResourceResolverSpec.groovy +++ b/router/src/test/groovy/io/micronaut/web/router/StaticResourceResolverSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/test/groovy/io/micronaut/web/router/version/DefaultVersionedUrlFilterSpec.groovy b/router/src/test/groovy/io/micronaut/web/router/version/DefaultVersionedUrlFilterSpec.groovy index 666d4b75b3f..78d929c7cf4 100644 --- a/router/src/test/groovy/io/micronaut/web/router/version/DefaultVersionedUrlFilterSpec.groovy +++ b/router/src/test/groovy/io/micronaut/web/router/version/DefaultVersionedUrlFilterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/test/groovy/io/micronaut/web/router/version/VersionResolvingStrategiesConfigSpec.groovy b/router/src/test/groovy/io/micronaut/web/router/version/VersionResolvingStrategiesConfigSpec.groovy index 67958549d55..e52ec45061d 100644 --- a/router/src/test/groovy/io/micronaut/web/router/version/VersionResolvingStrategiesConfigSpec.groovy +++ b/router/src/test/groovy/io/micronaut/web/router/version/VersionResolvingStrategiesConfigSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/test/groovy/io/micronaut/web/router/version/VersionedController.java b/router/src/test/groovy/io/micronaut/web/router/version/VersionedController.java index 284ecb07de2..9842e19a2e4 100644 --- a/router/src/test/groovy/io/micronaut/web/router/version/VersionedController.java +++ b/router/src/test/groovy/io/micronaut/web/router/version/VersionedController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.web.router.version; // tag::imports[] diff --git a/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchServiceFactory.java b/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchServiceFactory.java index 2b18ffe8025..e27797e8d7d 100644 --- a/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchServiceFactory.java +++ b/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchServiceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.io.watch.osx; import com.sun.jna.Library; diff --git a/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchThread.java b/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchThread.java index 66eeb13ed79..761e3005517 100644 --- a/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchThread.java +++ b/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchThread.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.io.watch.osx; import com.sun.jna.Library; diff --git a/runtime/src/main/java/io/micronaut/cache/AsyncCache.java b/runtime/src/main/java/io/micronaut/cache/AsyncCache.java index b48d7352153..df3856902ec 100644 --- a/runtime/src/main/java/io/micronaut/cache/AsyncCache.java +++ b/runtime/src/main/java/io/micronaut/cache/AsyncCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; import io.micronaut.core.type.Argument; diff --git a/runtime/src/main/java/io/micronaut/cache/AsyncCacheErrorHandler.java b/runtime/src/main/java/io/micronaut/cache/AsyncCacheErrorHandler.java index d0447467a57..479e89174c2 100644 --- a/runtime/src/main/java/io/micronaut/cache/AsyncCacheErrorHandler.java +++ b/runtime/src/main/java/io/micronaut/cache/AsyncCacheErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; import io.micronaut.cache.interceptor.CacheInterceptor; diff --git a/runtime/src/main/java/io/micronaut/cache/Cache.java b/runtime/src/main/java/io/micronaut/cache/Cache.java index 404b0422b80..a07f831e735 100644 --- a/runtime/src/main/java/io/micronaut/cache/Cache.java +++ b/runtime/src/main/java/io/micronaut/cache/Cache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; /** diff --git a/runtime/src/main/java/io/micronaut/cache/CacheConfiguration.java b/runtime/src/main/java/io/micronaut/cache/CacheConfiguration.java index 733cae95b04..5f898fa8047 100644 --- a/runtime/src/main/java/io/micronaut/cache/CacheConfiguration.java +++ b/runtime/src/main/java/io/micronaut/cache/CacheConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; import io.micronaut.context.annotation.Parameter; diff --git a/runtime/src/main/java/io/micronaut/cache/CacheErrorHandler.java b/runtime/src/main/java/io/micronaut/cache/CacheErrorHandler.java index 7a82ed26fec..5b1d8c269d8 100644 --- a/runtime/src/main/java/io/micronaut/cache/CacheErrorHandler.java +++ b/runtime/src/main/java/io/micronaut/cache/CacheErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; /** diff --git a/runtime/src/main/java/io/micronaut/cache/CacheManager.java b/runtime/src/main/java/io/micronaut/cache/CacheManager.java index 46e6121143b..4a0ef2cb1a3 100644 --- a/runtime/src/main/java/io/micronaut/cache/CacheManager.java +++ b/runtime/src/main/java/io/micronaut/cache/CacheManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; import javax.annotation.Nonnull; diff --git a/runtime/src/main/java/io/micronaut/cache/DefaultCacheConfiguration.java b/runtime/src/main/java/io/micronaut/cache/DefaultCacheConfiguration.java index 9afe6cdd7f2..af10d67c696 100644 --- a/runtime/src/main/java/io/micronaut/cache/DefaultCacheConfiguration.java +++ b/runtime/src/main/java/io/micronaut/cache/DefaultCacheConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; import io.micronaut.context.annotation.EachProperty; diff --git a/runtime/src/main/java/io/micronaut/cache/DefaultCacheErrorHandler.java b/runtime/src/main/java/io/micronaut/cache/DefaultCacheErrorHandler.java index 50e8e739cea..d576d2d0079 100644 --- a/runtime/src/main/java/io/micronaut/cache/DefaultCacheErrorHandler.java +++ b/runtime/src/main/java/io/micronaut/cache/DefaultCacheErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; import io.micronaut.context.annotation.Primary; diff --git a/runtime/src/main/java/io/micronaut/cache/DefaultCacheManager.java b/runtime/src/main/java/io/micronaut/cache/DefaultCacheManager.java index e47649eb2b6..bab41e89e32 100644 --- a/runtime/src/main/java/io/micronaut/cache/DefaultCacheManager.java +++ b/runtime/src/main/java/io/micronaut/cache/DefaultCacheManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; import io.micronaut.context.annotation.Primary; diff --git a/runtime/src/main/java/io/micronaut/cache/DefaultSyncCache.java b/runtime/src/main/java/io/micronaut/cache/DefaultSyncCache.java index c0450404211..04e25a6e96e 100644 --- a/runtime/src/main/java/io/micronaut/cache/DefaultSyncCache.java +++ b/runtime/src/main/java/io/micronaut/cache/DefaultSyncCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; import com.github.benmanes.caffeine.cache.Caffeine; diff --git a/runtime/src/main/java/io/micronaut/cache/SyncCache.java b/runtime/src/main/java/io/micronaut/cache/SyncCache.java index 6098f916202..8bb3515b2c1 100644 --- a/runtime/src/main/java/io/micronaut/cache/SyncCache.java +++ b/runtime/src/main/java/io/micronaut/cache/SyncCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; import io.micronaut.core.type.Argument; diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/CacheConfig.java b/runtime/src/main/java/io/micronaut/cache/annotation/CacheConfig.java index 8c7b4d1b17a..cab201680e8 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/CacheConfig.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/CacheConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.annotation; import io.micronaut.aop.Around; diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/CacheInvalidate.java b/runtime/src/main/java/io/micronaut/cache/annotation/CacheInvalidate.java index 98a56f0de6f..63f3e8cfa40 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/CacheInvalidate.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/CacheInvalidate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.annotation; import io.micronaut.cache.interceptor.CacheInterceptor; diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/CachePut.java b/runtime/src/main/java/io/micronaut/cache/annotation/CachePut.java index 3e5d52fc126..a95b3798448 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/CachePut.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/CachePut.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.annotation; import io.micronaut.cache.interceptor.CacheInterceptor; diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/Cacheable.java b/runtime/src/main/java/io/micronaut/cache/annotation/Cacheable.java index 30beda8026f..51948151c3a 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/Cacheable.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/Cacheable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.annotation; import io.micronaut.cache.interceptor.CacheInterceptor; diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/InvalidateOperations.java b/runtime/src/main/java/io/micronaut/cache/annotation/InvalidateOperations.java index 5085e62e503..563c3612bd5 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/InvalidateOperations.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/InvalidateOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.annotation; import java.lang.annotation.Documented; diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/PutOperations.java b/runtime/src/main/java/io/micronaut/cache/annotation/PutOperations.java index 52985198228..48991a308cd 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/PutOperations.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/PutOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.annotation; import java.lang.annotation.Documented; diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/package-info.java b/runtime/src/main/java/io/micronaut/cache/annotation/package-info.java index e92c0b4acbc..9712da62f95 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains cache annotations in Micronaut. * diff --git a/runtime/src/main/java/io/micronaut/cache/exceptions/CacheSystemException.java b/runtime/src/main/java/io/micronaut/cache/exceptions/CacheSystemException.java index 82f7e26332f..ecbb75d983f 100644 --- a/runtime/src/main/java/io/micronaut/cache/exceptions/CacheSystemException.java +++ b/runtime/src/main/java/io/micronaut/cache/exceptions/CacheSystemException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.exceptions; /** diff --git a/runtime/src/main/java/io/micronaut/cache/exceptions/package-info.java b/runtime/src/main/java/io/micronaut/cache/exceptions/package-info.java index 2ad727993e5..6998c9ad197 100644 --- a/runtime/src/main/java/io/micronaut/cache/exceptions/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains cache exceptions. * diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/CacheInterceptor.java b/runtime/src/main/java/io/micronaut/cache/interceptor/CacheInterceptor.java index 8f9335ad6de..fd05bf7e4d6 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/CacheInterceptor.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/CacheInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.interceptor; import io.micronaut.aop.InterceptPhase; diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/CacheKeyGenerator.java b/runtime/src/main/java/io/micronaut/cache/interceptor/CacheKeyGenerator.java index 853f7836e2c..30c4640117c 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/CacheKeyGenerator.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/CacheKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.interceptor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/DefaultCacheKeyGenerator.java b/runtime/src/main/java/io/micronaut/cache/interceptor/DefaultCacheKeyGenerator.java index 3b2b728ece5..2fcf8fee6a5 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/DefaultCacheKeyGenerator.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/DefaultCacheKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.interceptor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/ParametersKey.java b/runtime/src/main/java/io/micronaut/cache/interceptor/ParametersKey.java index 264fb50b038..e079500b2d8 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/ParametersKey.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/ParametersKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.interceptor; import io.micronaut.core.reflect.ClassUtils; diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/ValueSupplierException.java b/runtime/src/main/java/io/micronaut/cache/interceptor/ValueSupplierException.java index 37749b11502..f3d220164ba 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/ValueSupplierException.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/ValueSupplierException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.interceptor; /** diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/package-info.java b/runtime/src/main/java/io/micronaut/cache/interceptor/package-info.java index d5077a8cc00..42578425499 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains cache interceptors in Micronaut. * diff --git a/runtime/src/main/java/io/micronaut/cache/jcache/JCacheManager.java b/runtime/src/main/java/io/micronaut/cache/jcache/JCacheManager.java index 3709e754d2d..0651faad91d 100644 --- a/runtime/src/main/java/io/micronaut/cache/jcache/JCacheManager.java +++ b/runtime/src/main/java/io/micronaut/cache/jcache/JCacheManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.jcache; import io.micronaut.cache.DefaultCacheManager; diff --git a/runtime/src/main/java/io/micronaut/cache/jcache/JCacheSyncCache.java b/runtime/src/main/java/io/micronaut/cache/jcache/JCacheSyncCache.java index e335dbf2775..b8f4847beb7 100644 --- a/runtime/src/main/java/io/micronaut/cache/jcache/JCacheSyncCache.java +++ b/runtime/src/main/java/io/micronaut/cache/jcache/JCacheSyncCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.jcache; import io.micronaut.cache.AsyncCache; diff --git a/runtime/src/main/java/io/micronaut/cache/jcache/package-info.java b/runtime/src/main/java/io/micronaut/cache/jcache/package-info.java index 981d3112bf4..63975640efa 100644 --- a/runtime/src/main/java/io/micronaut/cache/jcache/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/jcache/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains integration with JCache managers. * diff --git a/runtime/src/main/java/io/micronaut/cache/package-info.java b/runtime/src/main/java/io/micronaut/cache/package-info.java index 7560ac83449..a1afe98fb77 100644 --- a/runtime/src/main/java/io/micronaut/cache/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains cache interfaces and implementations in Micronaut. * diff --git a/runtime/src/main/java/io/micronaut/cache/serialize/DefaultStringKeySerializer.java b/runtime/src/main/java/io/micronaut/cache/serialize/DefaultStringKeySerializer.java index 431a996e595..5c5c72f94ec 100644 --- a/runtime/src/main/java/io/micronaut/cache/serialize/DefaultStringKeySerializer.java +++ b/runtime/src/main/java/io/micronaut/cache/serialize/DefaultStringKeySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache.serialize; import io.micronaut.core.convert.ConversionService; diff --git a/runtime/src/main/java/io/micronaut/cache/serialize/package-info.java b/runtime/src/main/java/io/micronaut/cache/serialize/package-info.java index 93a8875ab35..38f82066e52 100644 --- a/runtime/src/main/java/io/micronaut/cache/serialize/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/serialize/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains cache serializers in Micronaut. * diff --git a/runtime/src/main/java/io/micronaut/discovery/CompositeDiscoveryClient.java b/runtime/src/main/java/io/micronaut/discovery/CompositeDiscoveryClient.java index 406c9d9bc1d..03d511734b8 100644 --- a/runtime/src/main/java/io/micronaut/discovery/CompositeDiscoveryClient.java +++ b/runtime/src/main/java/io/micronaut/discovery/CompositeDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery; import io.micronaut.core.naming.NameUtils; diff --git a/runtime/src/main/java/io/micronaut/discovery/DefaultCompositeDiscoveryClient.java b/runtime/src/main/java/io/micronaut/discovery/DefaultCompositeDiscoveryClient.java index 548835b0c5e..8a93920dc5f 100644 --- a/runtime/src/main/java/io/micronaut/discovery/DefaultCompositeDiscoveryClient.java +++ b/runtime/src/main/java/io/micronaut/discovery/DefaultCompositeDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery; import io.micronaut.context.annotation.Primary; diff --git a/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstance.java b/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstance.java index 38e81267b3c..5211e2dc0e0 100644 --- a/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstance.java +++ b/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery; import io.micronaut.core.convert.value.ConvertibleValues; diff --git a/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstanceIdGenerator.java b/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstanceIdGenerator.java index ef2a58ffc62..f24b0f58694 100644 --- a/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstanceIdGenerator.java +++ b/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstanceIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery; import io.micronaut.context.env.Environment; diff --git a/runtime/src/main/java/io/micronaut/discovery/DiscoveryClient.java b/runtime/src/main/java/io/micronaut/discovery/DiscoveryClient.java index 59b5234486c..c05ef82c2af 100644 --- a/runtime/src/main/java/io/micronaut/discovery/DiscoveryClient.java +++ b/runtime/src/main/java/io/micronaut/discovery/DiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery; import io.micronaut.core.async.annotation.SingleResult; diff --git a/runtime/src/main/java/io/micronaut/discovery/DiscoveryConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/DiscoveryConfiguration.java index f919cc75a1d..5920339017e 100644 --- a/runtime/src/main/java/io/micronaut/discovery/DiscoveryConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/DiscoveryConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery; import io.micronaut.core.util.Toggleable; diff --git a/runtime/src/main/java/io/micronaut/discovery/ServiceInstance.java b/runtime/src/main/java/io/micronaut/discovery/ServiceInstance.java index 455713fffe1..f3b3dfc851f 100644 --- a/runtime/src/main/java/io/micronaut/discovery/ServiceInstance.java +++ b/runtime/src/main/java/io/micronaut/discovery/ServiceInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery; import io.micronaut.core.convert.value.ConvertibleValues; diff --git a/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceIdGenerator.java b/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceIdGenerator.java index ec6196e482b..e8583620d9d 100644 --- a/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceIdGenerator.java +++ b/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery; import io.micronaut.context.env.Environment; diff --git a/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceList.java b/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceList.java index 7c632c2a99b..8fa3c1cf837 100644 --- a/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceList.java +++ b/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery; import java.util.List; diff --git a/runtime/src/main/java/io/micronaut/discovery/StaticServiceInstanceList.java b/runtime/src/main/java/io/micronaut/discovery/StaticServiceInstanceList.java index 9f3dbe2bc96..a4828db3268 100644 --- a/runtime/src/main/java/io/micronaut/discovery/StaticServiceInstanceList.java +++ b/runtime/src/main/java/io/micronaut/discovery/StaticServiceInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery; import io.micronaut.health.HealthStatus; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/AbstractComputeInstanceMetadata.java b/runtime/src/main/java/io/micronaut/discovery/cloud/AbstractComputeInstanceMetadata.java index f9b13f8ce75..103ece4a57c 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/AbstractComputeInstanceMetadata.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/AbstractComputeInstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud; import java.util.Collections; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadata.java b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadata.java index e45694544db..466e2451ac3 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadata.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud; import io.micronaut.context.env.ComputePlatform; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolver.java b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolver.java index be47601b718..325ed6f7972 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolver.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud; import io.micronaut.context.env.Environment; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolverUtils.java b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolverUtils.java index de8fdf2709c..55cfdb60283 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolverUtils.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolverUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud; import com.fasterxml.jackson.databind.JsonNode; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/NetworkInterface.java b/runtime/src/main/java/io/micronaut/discovery/cloud/NetworkInterface.java index 91456e2c7e9..64399ce1627 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/NetworkInterface.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/NetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud; import java.io.Serializable; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonComputeInstanceMetadataResolver.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonComputeInstanceMetadataResolver.java index 2c177244f59..a098ad392dc 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonComputeInstanceMetadataResolver.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonComputeInstanceMetadataResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.aws; import com.fasterxml.jackson.databind.JsonNode; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonEC2InstanceMetadata.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonEC2InstanceMetadata.java index fafb06c47ed..64be4972632 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonEC2InstanceMetadata.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonEC2InstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.aws; import io.micronaut.context.env.ComputePlatform; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java index 0e557b6d7e0..b7d4aeedb5f 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.aws; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonNetworkInterface.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonNetworkInterface.java index cb328d20e19..9d84185b063 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonNetworkInterface.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonNetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.aws; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/EC2MetadataKeys.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/EC2MetadataKeys.java index cb49f6bac76..2855e7ad8eb 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/EC2MetadataKeys.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/EC2MetadataKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.aws; import java.net.MalformedURLException; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/package-info.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/package-info.java index 6f6f8009ef0..b537ffa7e71 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * AWS cloud configuration. * diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanInstanceMetadata.java b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanInstanceMetadata.java index f2402462079..d2fa1bfb9e1 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanInstanceMetadata.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanInstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.digitalocean; import io.micronaut.context.env.ComputePlatform; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataConfiguration.java index b4463fe3754..1b3aca97e64 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.digitalocean; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataKeys.java b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataKeys.java index 0d7494effda..5e2ad9520e5 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataKeys.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.digitalocean; /** diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataResolver.java b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataResolver.java index 7d9d62e3c50..a52861bb0b2 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataResolver.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.digitalocean; import com.fasterxml.jackson.databind.JsonNode; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanNetworkInterface.java b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanNetworkInterface.java index d9695d435aa..a1a4ba6fa34 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanNetworkInterface.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanNetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.digitalocean; import io.micronaut.discovery.cloud.NetworkInterface; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadata.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadata.java index 43c6dcd57aa..abca688486d 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadata.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.gcp; import io.micronaut.context.env.ComputePlatform; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadataResolver.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadataResolver.java index 9b9157ca803..ff9fd5108ee 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadataResolver.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadataResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.gcp; import com.fasterxml.jackson.databind.JsonNode; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataConfiguration.java index ff6dee91bb2..5c50df15244 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.gcp; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataKeys.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataKeys.java index 60ba9d783c2..f54ddd1b385 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataKeys.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.gcp; /** diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeNetworkInterface.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeNetworkInterface.java index cd661a8e663..173ccac896f 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeNetworkInterface.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeNetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.cloud.gcp; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/package-info.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/package-info.java index 6fe31809067..c019b7da7ac 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Google Compute cloud configuration. * diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/package-info.java b/runtime/src/main/java/io/micronaut/discovery/cloud/package-info.java index 1ebf299eefe..fc20a713f6e 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Common cloud interface classes. * diff --git a/runtime/src/main/java/io/micronaut/discovery/config/ConfigDiscoveryConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/config/ConfigDiscoveryConfiguration.java index 97ef026aa6f..1163dc451d7 100644 --- a/runtime/src/main/java/io/micronaut/discovery/config/ConfigDiscoveryConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/config/ConfigDiscoveryConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.config; import io.micronaut.core.util.Toggleable; diff --git a/runtime/src/main/java/io/micronaut/discovery/config/ConfigurationClient.java b/runtime/src/main/java/io/micronaut/discovery/config/ConfigurationClient.java index be51cd3ee00..b5a54a630a0 100644 --- a/runtime/src/main/java/io/micronaut/discovery/config/ConfigurationClient.java +++ b/runtime/src/main/java/io/micronaut/discovery/config/ConfigurationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.config; import io.micronaut.context.env.Environment; diff --git a/runtime/src/main/java/io/micronaut/discovery/config/DefaultCompositeConfigurationClient.java b/runtime/src/main/java/io/micronaut/discovery/config/DefaultCompositeConfigurationClient.java index 39a64b55634..cbfad18bb39 100644 --- a/runtime/src/main/java/io/micronaut/discovery/config/DefaultCompositeConfigurationClient.java +++ b/runtime/src/main/java/io/micronaut/discovery/config/DefaultCompositeConfigurationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.config; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/runtime/src/main/java/io/micronaut/discovery/config/package-info.java b/runtime/src/main/java/io/micronaut/discovery/config/package-info.java index 7b8eacd1303..0d837472638 100644 --- a/runtime/src/main/java/io/micronaut/discovery/config/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Common configuration discovery settings. * diff --git a/runtime/src/main/java/io/micronaut/discovery/event/AbstractServiceInstanceEvent.java b/runtime/src/main/java/io/micronaut/discovery/event/AbstractServiceInstanceEvent.java index ee05266c762..2490d696380 100644 --- a/runtime/src/main/java/io/micronaut/discovery/event/AbstractServiceInstanceEvent.java +++ b/runtime/src/main/java/io/micronaut/discovery/event/AbstractServiceInstanceEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/runtime/src/main/java/io/micronaut/discovery/event/ServiceShutdownEvent.java b/runtime/src/main/java/io/micronaut/discovery/event/ServiceShutdownEvent.java index d38799cc754..1ef504f46c5 100644 --- a/runtime/src/main/java/io/micronaut/discovery/event/ServiceShutdownEvent.java +++ b/runtime/src/main/java/io/micronaut/discovery/event/ServiceShutdownEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.event; import io.micronaut.discovery.ServiceInstance; diff --git a/runtime/src/main/java/io/micronaut/discovery/event/ServiceStartedEvent.java b/runtime/src/main/java/io/micronaut/discovery/event/ServiceStartedEvent.java index 774f59c56fc..7e6801efe0c 100644 --- a/runtime/src/main/java/io/micronaut/discovery/event/ServiceStartedEvent.java +++ b/runtime/src/main/java/io/micronaut/discovery/event/ServiceStartedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.event; import io.micronaut.discovery.ServiceInstance; diff --git a/runtime/src/main/java/io/micronaut/discovery/event/package-info.java b/runtime/src/main/java/io/micronaut/discovery/event/package-info.java index 19ef59508a2..bfe2c9af25f 100644 --- a/runtime/src/main/java/io/micronaut/discovery/event/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Discovery of events. * diff --git a/runtime/src/main/java/io/micronaut/discovery/exceptions/DiscoveryException.java b/runtime/src/main/java/io/micronaut/discovery/exceptions/DiscoveryException.java index 11d542f2438..37ae4b20442 100644 --- a/runtime/src/main/java/io/micronaut/discovery/exceptions/DiscoveryException.java +++ b/runtime/src/main/java/io/micronaut/discovery/exceptions/DiscoveryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.exceptions; /** diff --git a/runtime/src/main/java/io/micronaut/discovery/exceptions/NoAvailableServiceException.java b/runtime/src/main/java/io/micronaut/discovery/exceptions/NoAvailableServiceException.java index cc417d88040..be84d11ef51 100644 --- a/runtime/src/main/java/io/micronaut/discovery/exceptions/NoAvailableServiceException.java +++ b/runtime/src/main/java/io/micronaut/discovery/exceptions/NoAvailableServiceException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.exceptions; /** diff --git a/runtime/src/main/java/io/micronaut/discovery/exceptions/package-info.java b/runtime/src/main/java/io/micronaut/discovery/exceptions/package-info.java index 0adbc0df6e1..35c79f1e17a 100644 --- a/runtime/src/main/java/io/micronaut/discovery/exceptions/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Discovery exceptions. * diff --git a/runtime/src/main/java/io/micronaut/discovery/metadata/ServiceInstanceMetadataContributor.java b/runtime/src/main/java/io/micronaut/discovery/metadata/ServiceInstanceMetadataContributor.java index 253eb920b79..5d31a0a9f9d 100644 --- a/runtime/src/main/java/io/micronaut/discovery/metadata/ServiceInstanceMetadataContributor.java +++ b/runtime/src/main/java/io/micronaut/discovery/metadata/ServiceInstanceMetadataContributor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.metadata; import io.micronaut.discovery.ServiceInstance; diff --git a/runtime/src/main/java/io/micronaut/discovery/metadata/package-info.java b/runtime/src/main/java/io/micronaut/discovery/metadata/package-info.java index d0c5ad24348..1331ef3a01d 100644 --- a/runtime/src/main/java/io/micronaut/discovery/metadata/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/metadata/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Discovery metadata. * diff --git a/runtime/src/main/java/io/micronaut/discovery/package-info.java b/runtime/src/main/java/io/micronaut/discovery/package-info.java index 02dc6ce2a6c..e00c8e3b38e 100644 --- a/runtime/src/main/java/io/micronaut/discovery/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Main client abstraction used for service discovery. * diff --git a/runtime/src/main/java/io/micronaut/discovery/registration/AutoRegistration.java b/runtime/src/main/java/io/micronaut/discovery/registration/AutoRegistration.java index 4c8e62d20d0..ecd40fe7d6e 100644 --- a/runtime/src/main/java/io/micronaut/discovery/registration/AutoRegistration.java +++ b/runtime/src/main/java/io/micronaut/discovery/registration/AutoRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.registration; import io.micronaut.context.event.ApplicationEventListener; diff --git a/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationConfiguration.java index 7f9554acf92..f8178e4a381 100644 --- a/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.registration; import io.micronaut.core.util.Toggleable; diff --git a/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationException.java b/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationException.java index df099acc8c3..bfb49c9526c 100644 --- a/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationException.java +++ b/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.registration; import io.micronaut.discovery.exceptions.DiscoveryException; diff --git a/runtime/src/main/java/io/micronaut/discovery/registration/package-info.java b/runtime/src/main/java/io/micronaut/discovery/registration/package-info.java index 1d468507766..45a3c5f5900 100644 --- a/runtime/src/main/java/io/micronaut/discovery/registration/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/registration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Discovery registration. * diff --git a/runtime/src/main/java/io/micronaut/health/CurrentHealthStatus.java b/runtime/src/main/java/io/micronaut/health/CurrentHealthStatus.java index 934490d4517..32489ffe70c 100644 --- a/runtime/src/main/java/io/micronaut/health/CurrentHealthStatus.java +++ b/runtime/src/main/java/io/micronaut/health/CurrentHealthStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.health; /** diff --git a/runtime/src/main/java/io/micronaut/health/DefaultCurrentHealthStatus.java b/runtime/src/main/java/io/micronaut/health/DefaultCurrentHealthStatus.java index 72347f7c9e8..40283a33d67 100644 --- a/runtime/src/main/java/io/micronaut/health/DefaultCurrentHealthStatus.java +++ b/runtime/src/main/java/io/micronaut/health/DefaultCurrentHealthStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.health; import javax.inject.Singleton; diff --git a/runtime/src/main/java/io/micronaut/health/HealthStatus.java b/runtime/src/main/java/io/micronaut/health/HealthStatus.java index 1407900243a..f2c64053f97 100644 --- a/runtime/src/main/java/io/micronaut/health/HealthStatus.java +++ b/runtime/src/main/java/io/micronaut/health/HealthStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.health; import com.fasterxml.jackson.annotation.JsonValue; diff --git a/runtime/src/main/java/io/micronaut/health/HeartbeatConfiguration.java b/runtime/src/main/java/io/micronaut/health/HeartbeatConfiguration.java index 5ba52ccffdd..c5ad4722015 100644 --- a/runtime/src/main/java/io/micronaut/health/HeartbeatConfiguration.java +++ b/runtime/src/main/java/io/micronaut/health/HeartbeatConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.health; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/runtime/src/main/java/io/micronaut/health/HeartbeatEvent.java b/runtime/src/main/java/io/micronaut/health/HeartbeatEvent.java index 6d7f40979f9..e42961b790b 100644 --- a/runtime/src/main/java/io/micronaut/health/HeartbeatEvent.java +++ b/runtime/src/main/java/io/micronaut/health/HeartbeatEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.health; import io.micronaut.discovery.ServiceInstance; diff --git a/runtime/src/main/java/io/micronaut/health/HeartbeatTask.java b/runtime/src/main/java/io/micronaut/health/HeartbeatTask.java index 0de071c542d..f7c6aa56658 100644 --- a/runtime/src/main/java/io/micronaut/health/HeartbeatTask.java +++ b/runtime/src/main/java/io/micronaut/health/HeartbeatTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.health; import io.micronaut.context.annotation.Requires; diff --git a/runtime/src/main/java/io/micronaut/health/package-info.java b/runtime/src/main/java/io/micronaut/health/package-info.java index 5d1e6a4ea16..39e1e48c687 100644 --- a/runtime/src/main/java/io/micronaut/health/package-info.java +++ b/runtime/src/main/java/io/micronaut/health/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut health indicator classes. * diff --git a/runtime/src/main/java/io/micronaut/jackson/JacksonConfiguration.java b/runtime/src/main/java/io/micronaut/jackson/JacksonConfiguration.java index fd9e9861e85..013018c6226 100644 --- a/runtime/src/main/java/io/micronaut/jackson/JacksonConfiguration.java +++ b/runtime/src/main/java/io/micronaut/jackson/JacksonConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/runtime/src/main/java/io/micronaut/jackson/ObjectMapperFactory.java b/runtime/src/main/java/io/micronaut/jackson/ObjectMapperFactory.java index b787085c684..63b06ab1619 100644 --- a/runtime/src/main/java/io/micronaut/jackson/ObjectMapperFactory.java +++ b/runtime/src/main/java/io/micronaut/jackson/ObjectMapperFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/runtime/src/main/java/io/micronaut/jackson/annotation/JacksonFeatures.java b/runtime/src/main/java/io/micronaut/jackson/annotation/JacksonFeatures.java index 6bff348bdf3..f61f05ace81 100644 --- a/runtime/src/main/java/io/micronaut/jackson/annotation/JacksonFeatures.java +++ b/runtime/src/main/java/io/micronaut/jackson/annotation/JacksonFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/runtime/src/main/java/io/micronaut/jackson/annotation/package-info.java b/runtime/src/main/java/io/micronaut/jackson/annotation/package-info.java index 57e351f375d..ebff6ce2e17 100644 --- a/runtime/src/main/java/io/micronaut/jackson/annotation/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Jackson parser annotation. * diff --git a/runtime/src/main/java/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverter.java b/runtime/src/main/java/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverter.java index 3acf8e0d110..0338ad00c08 100644 --- a/runtime/src/main/java/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.bind; import com.fasterxml.jackson.databind.PropertyNamingStrategy; diff --git a/runtime/src/main/java/io/micronaut/jackson/bind/JacksonBeanPropertyBinder.java b/runtime/src/main/java/io/micronaut/jackson/bind/JacksonBeanPropertyBinder.java index 37bcacdd27a..80f42154960 100644 --- a/runtime/src/main/java/io/micronaut/jackson/bind/JacksonBeanPropertyBinder.java +++ b/runtime/src/main/java/io/micronaut/jackson/bind/JacksonBeanPropertyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.bind; import com.fasterxml.jackson.databind.JsonMappingException; diff --git a/runtime/src/main/java/io/micronaut/jackson/bind/MapToObjectConverter.java b/runtime/src/main/java/io/micronaut/jackson/bind/MapToObjectConverter.java index 32d1bd34d47..7d934477144 100644 --- a/runtime/src/main/java/io/micronaut/jackson/bind/MapToObjectConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/bind/MapToObjectConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.bind; import io.micronaut.core.bind.BeanPropertyBinder; diff --git a/runtime/src/main/java/io/micronaut/jackson/bind/package-info.java b/runtime/src/main/java/io/micronaut/jackson/bind/package-info.java index 583afe7fc96..21d2922d0fc 100644 --- a/runtime/src/main/java/io/micronaut/jackson/bind/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/bind/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Jackson bean binding to properties. * diff --git a/runtime/src/main/java/io/micronaut/jackson/codec/JsonMediaTypeCodec.java b/runtime/src/main/java/io/micronaut/jackson/codec/JsonMediaTypeCodec.java index fb559694c46..0662eabfce5 100644 --- a/runtime/src/main/java/io/micronaut/jackson/codec/JsonMediaTypeCodec.java +++ b/runtime/src/main/java/io/micronaut/jackson/codec/JsonMediaTypeCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.codec; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/runtime/src/main/java/io/micronaut/jackson/codec/JsonStreamMediaTypeCodec.java b/runtime/src/main/java/io/micronaut/jackson/codec/JsonStreamMediaTypeCodec.java index 1de9db32648..8905d3876e3 100644 --- a/runtime/src/main/java/io/micronaut/jackson/codec/JsonStreamMediaTypeCodec.java +++ b/runtime/src/main/java/io/micronaut/jackson/codec/JsonStreamMediaTypeCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.codec; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/runtime/src/main/java/io/micronaut/jackson/codec/package-info.java b/runtime/src/main/java/io/micronaut/jackson/codec/package-info.java index e410df2f1f2..717a2cc5fd1 100644 --- a/runtime/src/main/java/io/micronaut/jackson/codec/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/codec/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JSON media type decoding. * diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToArrayConverter.java b/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToArrayConverter.java index 5a38ffc5343..690de57f7de 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToArrayConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToArrayConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.convert; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToIterableConverter.java b/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToIterableConverter.java index c478cad9717..ccdb3ecf8fb 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToIterableConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToIterableConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.convert; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/JsonNodeToObjectConverter.java b/runtime/src/main/java/io/micronaut/jackson/convert/JsonNodeToObjectConverter.java index 59c6d122c60..d0da4cb8438 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/JsonNodeToObjectConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/JsonNodeToObjectConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.convert; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeConvertibleValues.java b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeConvertibleValues.java index da7c9ec0e79..f48a87746e8 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeConvertibleValues.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeConvertibleValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.convert; import com.fasterxml.jackson.databind.JsonNode; diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeToConvertibleValuesConverter.java b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeToConvertibleValuesConverter.java index 2dcd69bf359..116debec974 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeToConvertibleValuesConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeToConvertibleValuesConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.convert; import com.fasterxml.jackson.databind.node.ObjectNode; diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectToJsonNodeConverter.java b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectToJsonNodeConverter.java index ba464f1cbf4..3a844951be4 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectToJsonNodeConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectToJsonNodeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.convert; import com.fasterxml.jackson.databind.JsonNode; diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/package-info.java b/runtime/src/main/java/io/micronaut/jackson/convert/package-info.java index 25000a76283..26fbee10848 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JSON conversion to objects structures and vice versa. * diff --git a/runtime/src/main/java/io/micronaut/jackson/env/EnvJsonPropertySourceLoader.java b/runtime/src/main/java/io/micronaut/jackson/env/EnvJsonPropertySourceLoader.java index fbf7b6e6b89..520d656e9c2 100644 --- a/runtime/src/main/java/io/micronaut/jackson/env/EnvJsonPropertySourceLoader.java +++ b/runtime/src/main/java/io/micronaut/jackson/env/EnvJsonPropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.env; import io.micronaut.context.env.SystemPropertiesPropertySource; diff --git a/runtime/src/main/java/io/micronaut/jackson/env/JsonPropertySourceLoader.java b/runtime/src/main/java/io/micronaut/jackson/env/JsonPropertySourceLoader.java index 81b0115c0f7..d79e9e695eb 100644 --- a/runtime/src/main/java/io/micronaut/jackson/env/JsonPropertySourceLoader.java +++ b/runtime/src/main/java/io/micronaut/jackson/env/JsonPropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.env; import com.fasterxml.jackson.core.JsonFactory; diff --git a/runtime/src/main/java/io/micronaut/jackson/env/package-info.java b/runtime/src/main/java/io/micronaut/jackson/env/package-info.java index 86705ca8f1b..da6928e9ff5 100644 --- a/runtime/src/main/java/io/micronaut/jackson/env/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/env/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JSON property loader. * diff --git a/runtime/src/main/java/io/micronaut/jackson/modules/JacksonModuleFactory.java b/runtime/src/main/java/io/micronaut/jackson/modules/JacksonModuleFactory.java index 3bacfbaa005..62a2bb19b07 100644 --- a/runtime/src/main/java/io/micronaut/jackson/modules/JacksonModuleFactory.java +++ b/runtime/src/main/java/io/micronaut/jackson/modules/JacksonModuleFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.modules; import com.fasterxml.jackson.databind.Module; diff --git a/runtime/src/main/java/io/micronaut/jackson/modules/package-info.java b/runtime/src/main/java/io/micronaut/jackson/modules/package-info.java index 2d1d1ee485c..d4592c10112 100644 --- a/runtime/src/main/java/io/micronaut/jackson/modules/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/modules/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains factories for modules. * diff --git a/runtime/src/main/java/io/micronaut/jackson/package-info.java b/runtime/src/main/java/io/micronaut/jackson/package-info.java index b580f4ab0d1..645c8ad5b23 100644 --- a/runtime/src/main/java/io/micronaut/jackson/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/parser/JacksonProcessor.java b/runtime/src/main/java/io/micronaut/jackson/parser/JacksonProcessor.java index 1e0d6b84f76..d10feaa821c 100644 --- a/runtime/src/main/java/io/micronaut/jackson/parser/JacksonProcessor.java +++ b/runtime/src/main/java/io/micronaut/jackson/parser/JacksonProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.parser; import com.fasterxml.jackson.core.*; diff --git a/runtime/src/main/java/io/micronaut/jackson/parser/package-info.java b/runtime/src/main/java/io/micronaut/jackson/parser/package-info.java index 49806dc1340..7a33eb49cbd 100644 --- a/runtime/src/main/java/io/micronaut/jackson/parser/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/parser/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Jackson parser. * diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleMultiValuesSerializer.java b/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleMultiValuesSerializer.java index 906860c55fc..4a9767f99bc 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleMultiValuesSerializer.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleMultiValuesSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.serialize; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleValuesSerializer.java b/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleValuesSerializer.java index 040f15379b2..d2aabf413ba 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleValuesSerializer.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleValuesSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.serialize; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/JacksonObjectSerializer.java b/runtime/src/main/java/io/micronaut/jackson/serialize/JacksonObjectSerializer.java index 1fff4465fbf..30210f1e03c 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/JacksonObjectSerializer.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/JacksonObjectSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.serialize; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/OptionalValuesSerializer.java b/runtime/src/main/java/io/micronaut/jackson/serialize/OptionalValuesSerializer.java index 0d81722b55c..dbbf5adc737 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/OptionalValuesSerializer.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/OptionalValuesSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.serialize; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceDeserializerModifier.java b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceDeserializerModifier.java index d5ff6e7267a..eb49e4245bd 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceDeserializerModifier.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceDeserializerModifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.serialize; import com.fasterxml.jackson.databind.BeanDescription; diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceModule.java b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceModule.java index 6ca7546dea8..92df3b93127 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceModule.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.serialize; import com.fasterxml.jackson.databind.Module; diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceSerializerModifier.java b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceSerializerModifier.java index 0ed98cae4cc..9eec3555538 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceSerializerModifier.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceSerializerModifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.serialize; import com.fasterxml.jackson.databind.BeanDescription; diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/package-info.java b/runtime/src/main/java/io/micronaut/jackson/serialize/package-info.java index 73a2b48cfef..c02d75103b7 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Jackson object serializer. * diff --git a/runtime/src/main/java/io/micronaut/reactive/package-info.java b/runtime/src/main/java/io/micronaut/reactive/package-info.java index 42bb58625d0..857e34d9ce9 100644 --- a/runtime/src/main/java/io/micronaut/reactive/package-info.java +++ b/runtime/src/main/java/io/micronaut/reactive/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/ReactorInstrumentation.java b/runtime/src/main/java/io/micronaut/reactive/reactor/ReactorInstrumentation.java index d2718f37269..37ee4ad47ff 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/ReactorInstrumentation.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/ReactorInstrumentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.reactive.reactor; import io.micronaut.context.BeanContext; diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToFluxConverter.java b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToFluxConverter.java index cf5d600370a..699f5523760 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToFluxConverter.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToFluxConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.reactive.reactor.converters; import io.micronaut.context.annotation.Requires; diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToMonoConverter.java b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToMonoConverter.java index 940ceebba56..3b0a90e81e9 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToMonoConverter.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToMonoConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.reactive.reactor.converters; import io.micronaut.context.annotation.Requires; diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToFluxConverter.java b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToFluxConverter.java index 186dd5a0a34..009e9b85f72 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToFluxConverter.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToFluxConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.reactive.reactor.converters; import io.micronaut.context.annotation.Requires; diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToMonoConverter.java b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToMonoConverter.java index 2a62adea2ed..8370dfc645f 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToMonoConverter.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToMonoConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.reactive.reactor.converters; import io.micronaut.context.annotation.Requires; diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/package-info.java b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/package-info.java index 8d4164d5ef7..510077d7160 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/package-info.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Reactive converters. * diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/RxJava1ConverterRegistrar.java b/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/RxJava1ConverterRegistrar.java index f831ecb31c8..149223562b2 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/RxJava1ConverterRegistrar.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/RxJava1ConverterRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.reactive.rxjava1.converters; import hu.akarnokd.rxjava.interop.RxJavaInterop; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/package-info.java b/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/package-info.java index 81da8b0a1ba..54bb50a33fa 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/package-info.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * RxJava converters. * diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/InstrumentedComponent.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/InstrumentedComponent.java index 42e24de974b..152437eb38f 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/InstrumentedComponent.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/InstrumentedComponent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/InstrumentedSubscriber.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/InstrumentedSubscriber.java index e7982be0257..302b153f51b 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/InstrumentedSubscriber.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/InstrumentedSubscriber.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableCompletable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableCompletable.java index 5b119b6a943..e96971cfa9f 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableCompletable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableCompletable.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableFlowable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableFlowable.java index 5d706d787c0..fd5bda21fda 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableFlowable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableFlowable.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableMaybe.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableMaybe.java index 4acd15ea10e..2f68f57cb34 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableMaybe.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableMaybe.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableObservable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableObservable.java index cc3937b3e84..4633d814b36 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableObservable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableObservable.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableSingle.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableSingle.java index 230d20b4da3..38257e6e784 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableSingle.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCallableSingle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletable.java index 5206c7471eb..42025a82910 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletable.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletableObserver.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletableObserver.java index 91d22e71e84..0dd8e298764 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletableObserver.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletableObserver.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedComponent.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedComponent.java index 5ee411b01ea..14ff23ffd0e 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedComponent.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedComponent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableFlowable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableFlowable.java index f8b3b98841c..76cda5771c7 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableFlowable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableFlowable.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableObservable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableObservable.java index 662f18b3fed..a037f1a4954 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableObservable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableObservable.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowable.java index c69c870349d..bb82cba9085 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowable.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowableSubscriber.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowableSubscriber.java index 13572c475e9..ac09823521e 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowableSubscriber.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowableSubscriber.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybe.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybe.java index 9bba9233f94..4eeb7a69139 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybe.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybe.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybeObserver.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybeObserver.java index 5bb5440f4af..67adc50745e 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybeObserver.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybeObserver.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObservable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObservable.java index f05aa87c55f..ba897e439c4 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObservable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObservable.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObserver.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObserver.java index be3113e4d2d..3793a3c7fb3 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObserver.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObserver.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedParallelFlowable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedParallelFlowable.java index 86e7e85c22a..a656955e457 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedParallelFlowable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedParallelFlowable.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingle.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingle.java index 93d311e48bd..83ace370fa8 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingle.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingleObserver.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingleObserver.java index 534f38e3a57..c500e43caf4 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingleObserver.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingleObserver.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSubscriber.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSubscriber.java index 2b65d31eedb..6134fb1da71 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSubscriber.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSubscriber.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedWrappers.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedWrappers.java index a39a5c1f345..6f65023b076 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedWrappers.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedWrappers.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.reactive.rxjava2; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxJava2Instrumentation.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxJava2Instrumentation.java index 83734bce2db..eef64e9b99e 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxJava2Instrumentation.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxJava2Instrumentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.reactive.rxjava2; import io.micronaut.context.annotation.Context; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/RxJavaConverterRegistrar.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/RxJavaConverterRegistrar.java index f9717b34683..17a7f21af28 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/RxJavaConverterRegistrar.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/RxJavaConverterRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.reactive.rxjava2.converters; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/package-info.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/package-info.java index 669e41c4a44..7677e0c2260 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/package-info.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * RxJava converters. * diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/package-info.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/package-info.java index 1438d725f05..c9b3b20d7f0 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/package-info.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/CircuitState.java b/runtime/src/main/java/io/micronaut/retry/CircuitState.java index 920bde30dde..e1f27422428 100644 --- a/runtime/src/main/java/io/micronaut/retry/CircuitState.java +++ b/runtime/src/main/java/io/micronaut/retry/CircuitState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry; /** diff --git a/runtime/src/main/java/io/micronaut/retry/RetryState.java b/runtime/src/main/java/io/micronaut/retry/RetryState.java index 2881886b0c4..c2b18adf17a 100644 --- a/runtime/src/main/java/io/micronaut/retry/RetryState.java +++ b/runtime/src/main/java/io/micronaut/retry/RetryState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry; import javax.annotation.Nullable; diff --git a/runtime/src/main/java/io/micronaut/retry/RetryStateBuilder.java b/runtime/src/main/java/io/micronaut/retry/RetryStateBuilder.java index 26ffbda510b..c93ee34a65c 100644 --- a/runtime/src/main/java/io/micronaut/retry/RetryStateBuilder.java +++ b/runtime/src/main/java/io/micronaut/retry/RetryStateBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry; /** diff --git a/runtime/src/main/java/io/micronaut/retry/annotation/CircuitBreaker.java b/runtime/src/main/java/io/micronaut/retry/annotation/CircuitBreaker.java index c7d7f8200ea..34357b0cdb6 100644 --- a/runtime/src/main/java/io/micronaut/retry/annotation/CircuitBreaker.java +++ b/runtime/src/main/java/io/micronaut/retry/annotation/CircuitBreaker.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/runtime/src/main/java/io/micronaut/retry/annotation/Fallback.java b/runtime/src/main/java/io/micronaut/retry/annotation/Fallback.java index 37c2e586737..d7c561b832e 100644 --- a/runtime/src/main/java/io/micronaut/retry/annotation/Fallback.java +++ b/runtime/src/main/java/io/micronaut/retry/annotation/Fallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/runtime/src/main/java/io/micronaut/retry/annotation/Recoverable.java b/runtime/src/main/java/io/micronaut/retry/annotation/Recoverable.java index efabd9dafc6..9ff20c7bbf2 100644 --- a/runtime/src/main/java/io/micronaut/retry/annotation/Recoverable.java +++ b/runtime/src/main/java/io/micronaut/retry/annotation/Recoverable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/runtime/src/main/java/io/micronaut/retry/annotation/Retryable.java b/runtime/src/main/java/io/micronaut/retry/annotation/Retryable.java index 85251336c09..2ee8b614a53 100644 --- a/runtime/src/main/java/io/micronaut/retry/annotation/Retryable.java +++ b/runtime/src/main/java/io/micronaut/retry/annotation/Retryable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/runtime/src/main/java/io/micronaut/retry/annotation/package-info.java b/runtime/src/main/java/io/micronaut/retry/annotation/package-info.java index 0449d308a05..d0ff400121f 100644 --- a/runtime/src/main/java/io/micronaut/retry/annotation/package-info.java +++ b/runtime/src/main/java/io/micronaut/retry/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Retry AOP annotations. * diff --git a/runtime/src/main/java/io/micronaut/retry/event/CircuitClosedEvent.java b/runtime/src/main/java/io/micronaut/retry/event/CircuitClosedEvent.java index 3bb73b25d47..7997a06e4d6 100644 --- a/runtime/src/main/java/io/micronaut/retry/event/CircuitClosedEvent.java +++ b/runtime/src/main/java/io/micronaut/retry/event/CircuitClosedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/runtime/src/main/java/io/micronaut/retry/event/CircuitOpenEvent.java b/runtime/src/main/java/io/micronaut/retry/event/CircuitOpenEvent.java index 4f15855e2e7..16aeac30e59 100644 --- a/runtime/src/main/java/io/micronaut/retry/event/CircuitOpenEvent.java +++ b/runtime/src/main/java/io/micronaut/retry/event/CircuitOpenEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/runtime/src/main/java/io/micronaut/retry/event/RetryEvent.java b/runtime/src/main/java/io/micronaut/retry/event/RetryEvent.java index 842774d4b5a..da4cbf97d23 100644 --- a/runtime/src/main/java/io/micronaut/retry/event/RetryEvent.java +++ b/runtime/src/main/java/io/micronaut/retry/event/RetryEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.event; import io.micronaut.aop.MethodInvocationContext; diff --git a/runtime/src/main/java/io/micronaut/retry/event/RetryEventListener.java b/runtime/src/main/java/io/micronaut/retry/event/RetryEventListener.java index 2c35e4665c4..620aebc9c87 100644 --- a/runtime/src/main/java/io/micronaut/retry/event/RetryEventListener.java +++ b/runtime/src/main/java/io/micronaut/retry/event/RetryEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.event; import io.micronaut.context.event.ApplicationEventListener; diff --git a/runtime/src/main/java/io/micronaut/retry/event/package-info.java b/runtime/src/main/java/io/micronaut/retry/event/package-info.java index f3c2d7cba9a..c5525790198 100644 --- a/runtime/src/main/java/io/micronaut/retry/event/package-info.java +++ b/runtime/src/main/java/io/micronaut/retry/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Events triggered on retry. * diff --git a/runtime/src/main/java/io/micronaut/retry/exception/CircuitOpenException.java b/runtime/src/main/java/io/micronaut/retry/exception/CircuitOpenException.java index e3decd4ffca..fa9c84de04a 100644 --- a/runtime/src/main/java/io/micronaut/retry/exception/CircuitOpenException.java +++ b/runtime/src/main/java/io/micronaut/retry/exception/CircuitOpenException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.exception; /** diff --git a/runtime/src/main/java/io/micronaut/retry/exception/FallbackException.java b/runtime/src/main/java/io/micronaut/retry/exception/FallbackException.java index 200128197ec..bcfa8c2d9a7 100644 --- a/runtime/src/main/java/io/micronaut/retry/exception/FallbackException.java +++ b/runtime/src/main/java/io/micronaut/retry/exception/FallbackException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.exception; /** diff --git a/runtime/src/main/java/io/micronaut/retry/exception/RetryException.java b/runtime/src/main/java/io/micronaut/retry/exception/RetryException.java index dff8a4f36b8..998beaf0eeb 100644 --- a/runtime/src/main/java/io/micronaut/retry/exception/RetryException.java +++ b/runtime/src/main/java/io/micronaut/retry/exception/RetryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.exception; /** diff --git a/runtime/src/main/java/io/micronaut/retry/exception/package-info.java b/runtime/src/main/java/io/micronaut/retry/exception/package-info.java index 6fa03f85a3c..76f2345c1aa 100644 --- a/runtime/src/main/java/io/micronaut/retry/exception/package-info.java +++ b/runtime/src/main/java/io/micronaut/retry/exception/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Retry exceptions. * diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/AnnotationRetryStateBuilder.java b/runtime/src/main/java/io/micronaut/retry/intercept/AnnotationRetryStateBuilder.java index f54ff05304d..500275ca803 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/AnnotationRetryStateBuilder.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/AnnotationRetryStateBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.intercept; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/CircuitBreakerRetry.java b/runtime/src/main/java/io/micronaut/retry/intercept/CircuitBreakerRetry.java index 219a9f81fe6..4423c34d5df 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/CircuitBreakerRetry.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/CircuitBreakerRetry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.intercept; import io.micronaut.context.event.ApplicationEventPublisher; diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/DefaultRetryInterceptor.java b/runtime/src/main/java/io/micronaut/retry/intercept/DefaultRetryInterceptor.java index f78f754128e..7fa3b55e17a 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/DefaultRetryInterceptor.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/DefaultRetryInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.intercept; import io.micronaut.aop.InterceptPhase; diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/MutableRetryState.java b/runtime/src/main/java/io/micronaut/retry/intercept/MutableRetryState.java index 0acd0b5b240..cc061e58611 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/MutableRetryState.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/MutableRetryState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.intercept; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/RecoveryInterceptor.java b/runtime/src/main/java/io/micronaut/retry/intercept/RecoveryInterceptor.java index 19c74d295a9..8643282d5ba 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/RecoveryInterceptor.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/RecoveryInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.intercept; import io.micronaut.aop.InterceptPhase; diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/SimpleRetry.java b/runtime/src/main/java/io/micronaut/retry/intercept/SimpleRetry.java index 8110f1622ae..37745216e46 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/SimpleRetry.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/SimpleRetry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.retry.intercept; import io.micronaut.core.annotation.Internal; diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/package-info.java b/runtime/src/main/java/io/micronaut/retry/intercept/package-info.java index 2ffece4b623..8ed20bcdd86 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/package-info.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Retry interceptors and states. * diff --git a/runtime/src/main/java/io/micronaut/retry/package-info.java b/runtime/src/main/java/io/micronaut/retry/package-info.java index f50ef48e661..9f7b7ce323f 100644 --- a/runtime/src/main/java/io/micronaut/retry/package-info.java +++ b/runtime/src/main/java/io/micronaut/retry/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Retry State containers. * diff --git a/runtime/src/main/java/io/micronaut/runtime/ApplicationConfiguration.java b/runtime/src/main/java/io/micronaut/runtime/ApplicationConfiguration.java index c199fbdc0c9..c6896e5f36d 100644 --- a/runtime/src/main/java/io/micronaut/runtime/ApplicationConfiguration.java +++ b/runtime/src/main/java/io/micronaut/runtime/ApplicationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/runtime/src/main/java/io/micronaut/runtime/EmbeddedApplication.java b/runtime/src/main/java/io/micronaut/runtime/EmbeddedApplication.java index 2da937351fd..0a105e12bfd 100644 --- a/runtime/src/main/java/io/micronaut/runtime/EmbeddedApplication.java +++ b/runtime/src/main/java/io/micronaut/runtime/EmbeddedApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime; import io.micronaut.context.ApplicationContext; diff --git a/runtime/src/main/java/io/micronaut/runtime/Micronaut.java b/runtime/src/main/java/io/micronaut/runtime/Micronaut.java index a944aec1954..7af6ebc4e26 100644 --- a/runtime/src/main/java/io/micronaut/runtime/Micronaut.java +++ b/runtime/src/main/java/io/micronaut/runtime/Micronaut.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime; import io.micronaut.context.ApplicationContext; diff --git a/runtime/src/main/java/io/micronaut/runtime/context/env/CommandLinePropertySource.java b/runtime/src/main/java/io/micronaut/runtime/context/env/CommandLinePropertySource.java index 92146f5555b..267c6a9bcb7 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/env/CommandLinePropertySource.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/env/CommandLinePropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.context.env; import io.micronaut.context.env.MapPropertySource; diff --git a/runtime/src/main/java/io/micronaut/runtime/context/env/package-info.java b/runtime/src/main/java/io/micronaut/runtime/context/env/package-info.java index 5af2e769ed8..6d103ece706 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/env/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/env/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Command line property source. * diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/Refreshable.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/Refreshable.java index 9cd7e949886..7bc30846249 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/Refreshable.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/Refreshable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.context.scope; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/ScopedProxy.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/ScopedProxy.java index 883fd47e1e3..84af28863da 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/ScopedProxy.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/ScopedProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.context.scope; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocal.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocal.java index fb631ab5433..d48c63d988e 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocal.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocal.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.context.scope; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocalCustomScope.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocalCustomScope.java index f71b25dd61a..06a50e745a1 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocalCustomScope.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocalCustomScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.context.scope; import io.micronaut.context.BeanResolutionContext; diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/package-info.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/package-info.java index 6ce7d10f88f..9798c5a1131 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Annotations for context scope. * diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshEvent.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshEvent.java index b71f54d91f2..f0a075fe0d6 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.context.scope.refresh; import io.micronaut.context.event.ApplicationEvent; diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshInterceptor.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshInterceptor.java index 79781e43078..3e2e9cd6b69 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshInterceptor.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.context.scope.refresh; import io.micronaut.aop.MethodInterceptor; diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshScope.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshScope.java index 6721dccd875..11f235d2015 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshScope.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.context.scope.refresh; import io.micronaut.aop.InterceptedProxy; diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/package-info.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/package-info.java index 9438d05335f..84d6ae74b35 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Refresh handling. * diff --git a/runtime/src/main/java/io/micronaut/runtime/converters/time/TimeConverterRegistrar.java b/runtime/src/main/java/io/micronaut/runtime/converters/time/TimeConverterRegistrar.java index 44231fc42f4..6a29385e5b7 100644 --- a/runtime/src/main/java/io/micronaut/runtime/converters/time/TimeConverterRegistrar.java +++ b/runtime/src/main/java/io/micronaut/runtime/converters/time/TimeConverterRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.converters.time; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/runtime/src/main/java/io/micronaut/runtime/converters/time/package-info.java b/runtime/src/main/java/io/micronaut/runtime/converters/time/package-info.java index 4b7c7327dca..036968fac5b 100644 --- a/runtime/src/main/java/io/micronaut/runtime/converters/time/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/converters/time/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Runtime time conversion. * diff --git a/runtime/src/main/java/io/micronaut/runtime/event/AbstractEmbeddedApplicationEvent.java b/runtime/src/main/java/io/micronaut/runtime/event/AbstractEmbeddedApplicationEvent.java index ff21f4ed642..3305a5636eb 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/AbstractEmbeddedApplicationEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/AbstractEmbeddedApplicationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/runtime/src/main/java/io/micronaut/runtime/event/ApplicationShutdownEvent.java b/runtime/src/main/java/io/micronaut/runtime/event/ApplicationShutdownEvent.java index 1cb408f2a67..b066ab97534 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/ApplicationShutdownEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/ApplicationShutdownEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.event; import io.micronaut.runtime.EmbeddedApplication; diff --git a/runtime/src/main/java/io/micronaut/runtime/event/ApplicationStartupEvent.java b/runtime/src/main/java/io/micronaut/runtime/event/ApplicationStartupEvent.java index 4428ad96c9b..82bf058eb82 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/ApplicationStartupEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/ApplicationStartupEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.event; import io.micronaut.runtime.EmbeddedApplication; diff --git a/runtime/src/main/java/io/micronaut/runtime/event/annotation/EventListener.java b/runtime/src/main/java/io/micronaut/runtime/event/annotation/EventListener.java index 336dd18f311..54ba85d1de7 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/annotation/EventListener.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/annotation/EventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.event.annotation; // tag::imports[] diff --git a/runtime/src/main/java/io/micronaut/runtime/event/annotation/package-info.java b/runtime/src/main/java/io/micronaut/runtime/event/annotation/package-info.java index 9348250b003..473bbb73b30 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/annotation/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Event related annotations. * diff --git a/runtime/src/main/java/io/micronaut/runtime/event/package-info.java b/runtime/src/main/java/io/micronaut/runtime/event/package-info.java index 18012a3c042..d2ad2b71d98 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Common applications events. * diff --git a/runtime/src/main/java/io/micronaut/runtime/exceptions/ApplicationStartupException.java b/runtime/src/main/java/io/micronaut/runtime/exceptions/ApplicationStartupException.java index 9d068cac52c..852456f25ad 100644 --- a/runtime/src/main/java/io/micronaut/runtime/exceptions/ApplicationStartupException.java +++ b/runtime/src/main/java/io/micronaut/runtime/exceptions/ApplicationStartupException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.exceptions; /** diff --git a/runtime/src/main/java/io/micronaut/runtime/exceptions/package-info.java b/runtime/src/main/java/io/micronaut/runtime/exceptions/package-info.java index 64447cb177f..0ab435a1c3d 100644 --- a/runtime/src/main/java/io/micronaut/runtime/exceptions/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Runtime exceptions. * diff --git a/runtime/src/main/java/io/micronaut/runtime/http/codec/MediaTypeCodecRegistryFactory.java b/runtime/src/main/java/io/micronaut/runtime/http/codec/MediaTypeCodecRegistryFactory.java index 2072a7cdb55..86be580c07b 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/codec/MediaTypeCodecRegistryFactory.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/codec/MediaTypeCodecRegistryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.http.codec; import io.micronaut.context.annotation.Bean; diff --git a/runtime/src/main/java/io/micronaut/runtime/http/codec/TextPlainCodec.java b/runtime/src/main/java/io/micronaut/runtime/http/codec/TextPlainCodec.java index e2d70e730de..20996f37962 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/codec/TextPlainCodec.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/codec/TextPlainCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.http.codec; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/runtime/src/main/java/io/micronaut/runtime/http/codec/package-info.java b/runtime/src/main/java/io/micronaut/runtime/http/codec/package-info.java index 80d1b604377..bafce900157 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/codec/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/codec/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Runtime HTTP decoding. * diff --git a/runtime/src/main/java/io/micronaut/runtime/http/converters/HttpStatusConverter.java b/runtime/src/main/java/io/micronaut/runtime/http/converters/HttpStatusConverter.java index 0db08d35fc8..1cb32a44ccb 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/converters/HttpStatusConverter.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/converters/HttpStatusConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.http.converters; import io.micronaut.context.annotation.Requires; diff --git a/runtime/src/main/java/io/micronaut/runtime/http/converters/package-info.java b/runtime/src/main/java/io/micronaut/runtime/http/converters/package-info.java index eed86d3e1ef..64e88e15bc7 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/converters/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Converters related to HTTP. * diff --git a/runtime/src/main/java/io/micronaut/runtime/package-info.java b/runtime/src/main/java/io/micronaut/runtime/package-info.java index 2ae078c773f..5ff3b4f27e6 100644 --- a/runtime/src/main/java/io/micronaut/runtime/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Main entrypoint for Micronaut. * diff --git a/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServer.java b/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServer.java index 0727963c1d3..eca7ea02d27 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServer.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.server; import io.micronaut.runtime.EmbeddedApplication; diff --git a/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServerInstance.java b/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServerInstance.java index 49b62fbcae7..3504ac470c0 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServerInstance.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServerInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.server; import io.micronaut.discovery.ServiceInstance; diff --git a/runtime/src/main/java/io/micronaut/runtime/server/event/ServerShutdownEvent.java b/runtime/src/main/java/io/micronaut/runtime/server/event/ServerShutdownEvent.java index 42a8686c5d7..05c5aedad9b 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/event/ServerShutdownEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/event/ServerShutdownEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.server.event; import io.micronaut.runtime.event.ApplicationShutdownEvent; diff --git a/runtime/src/main/java/io/micronaut/runtime/server/event/ServerStartupEvent.java b/runtime/src/main/java/io/micronaut/runtime/server/event/ServerStartupEvent.java index 0458b4fff90..6980af1858e 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/event/ServerStartupEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/event/ServerStartupEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.server.event; import io.micronaut.runtime.event.ApplicationStartupEvent; diff --git a/runtime/src/main/java/io/micronaut/runtime/server/event/package-info.java b/runtime/src/main/java/io/micronaut/runtime/server/event/package-info.java index 5e118beadcf..c6ea9cd5379 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/event/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Server shutdown and startup events. * diff --git a/runtime/src/main/java/io/micronaut/runtime/server/package-info.java b/runtime/src/main/java/io/micronaut/runtime/server/package-info.java index dbf1690ff9a..7f92f2a3d56 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Embedded server. * diff --git a/runtime/src/main/java/io/micronaut/runtime/server/watch/event/FileWatchRestartListener.java b/runtime/src/main/java/io/micronaut/runtime/server/watch/event/FileWatchRestartListener.java index 44b87d7c04a..4131bebd248 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/watch/event/FileWatchRestartListener.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/watch/event/FileWatchRestartListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.server.watch.event; import io.micronaut.context.annotation.Requires; diff --git a/runtime/src/main/java/io/micronaut/scheduling/DefaultTaskExceptionHandler.java b/runtime/src/main/java/io/micronaut/scheduling/DefaultTaskExceptionHandler.java index aeb4e621dc9..776ca361ee5 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/DefaultTaskExceptionHandler.java +++ b/runtime/src/main/java/io/micronaut/scheduling/DefaultTaskExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling; import io.micronaut.context.annotation.Primary; diff --git a/runtime/src/main/java/io/micronaut/scheduling/ReschedulingTask.java b/runtime/src/main/java/io/micronaut/scheduling/ReschedulingTask.java index 3d60d0b8a1d..fa3c74ca298 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/ReschedulingTask.java +++ b/runtime/src/main/java/io/micronaut/scheduling/ReschedulingTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling; import io.micronaut.scheduling.exceptions.TaskExecutionException; diff --git a/runtime/src/main/java/io/micronaut/scheduling/ScheduledExecutorTaskScheduler.java b/runtime/src/main/java/io/micronaut/scheduling/ScheduledExecutorTaskScheduler.java index fab25ec564d..633828fab76 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/ScheduledExecutorTaskScheduler.java +++ b/runtime/src/main/java/io/micronaut/scheduling/ScheduledExecutorTaskScheduler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling; import static io.micronaut.core.util.ArgumentUtils.check; diff --git a/runtime/src/main/java/io/micronaut/scheduling/TaskExceptionHandler.java b/runtime/src/main/java/io/micronaut/scheduling/TaskExceptionHandler.java index 8b1a16998f8..3ecc94f9014 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/TaskExceptionHandler.java +++ b/runtime/src/main/java/io/micronaut/scheduling/TaskExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling; import io.micronaut.core.exceptions.BeanExceptionHandler; diff --git a/runtime/src/main/java/io/micronaut/scheduling/TaskExecutors.java b/runtime/src/main/java/io/micronaut/scheduling/TaskExecutors.java index 40d93fa1fe1..ce59879abd0 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/TaskExecutors.java +++ b/runtime/src/main/java/io/micronaut/scheduling/TaskExecutors.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling; /** diff --git a/runtime/src/main/java/io/micronaut/scheduling/TaskScheduler.java b/runtime/src/main/java/io/micronaut/scheduling/TaskScheduler.java index d7c06956f83..d26bfde1a1e 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/TaskScheduler.java +++ b/runtime/src/main/java/io/micronaut/scheduling/TaskScheduler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling; import javax.annotation.Nullable; diff --git a/runtime/src/main/java/io/micronaut/scheduling/annotation/Async.java b/runtime/src/main/java/io/micronaut/scheduling/annotation/Async.java index c3048e7441a..62251e73b5c 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/annotation/Async.java +++ b/runtime/src/main/java/io/micronaut/scheduling/annotation/Async.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.annotation; import io.micronaut.aop.Around; diff --git a/runtime/src/main/java/io/micronaut/scheduling/annotation/Scheduled.java b/runtime/src/main/java/io/micronaut/scheduling/annotation/Scheduled.java index 03722aeacf8..0abb6dcab2f 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/annotation/Scheduled.java +++ b/runtime/src/main/java/io/micronaut/scheduling/annotation/Scheduled.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/runtime/src/main/java/io/micronaut/scheduling/annotation/Schedules.java b/runtime/src/main/java/io/micronaut/scheduling/annotation/Schedules.java index e17256ca002..14f867beb5c 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/annotation/Schedules.java +++ b/runtime/src/main/java/io/micronaut/scheduling/annotation/Schedules.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.annotation; import java.lang.annotation.Documented; diff --git a/runtime/src/main/java/io/micronaut/scheduling/annotation/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/annotation/package-info.java index 4508206a976..0e28a6a5440 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/annotation/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Scheduling annotations. * diff --git a/runtime/src/main/java/io/micronaut/scheduling/async/AsyncInterceptor.java b/runtime/src/main/java/io/micronaut/scheduling/async/AsyncInterceptor.java index 9f3e8310c03..19797422e23 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/async/AsyncInterceptor.java +++ b/runtime/src/main/java/io/micronaut/scheduling/async/AsyncInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.async; import io.micronaut.aop.MethodInterceptor; diff --git a/runtime/src/main/java/io/micronaut/scheduling/async/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/async/package-info.java index aea4f123420..40782362499 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/async/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/async/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes related to handling the {@link io.micronaut.scheduling.annotation.Async} annotation. * diff --git a/runtime/src/main/java/io/micronaut/scheduling/cron/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/cron/package-info.java index c4542af686c..9c6d1cadd0b 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/cron/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/cron/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Scheduling for Cron expressions. * diff --git a/runtime/src/main/java/io/micronaut/scheduling/exceptions/SchedulerConfigurationException.java b/runtime/src/main/java/io/micronaut/scheduling/exceptions/SchedulerConfigurationException.java index e9b65c3bbee..2f6c2921b65 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/exceptions/SchedulerConfigurationException.java +++ b/runtime/src/main/java/io/micronaut/scheduling/exceptions/SchedulerConfigurationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.exceptions; import io.micronaut.context.exceptions.ConfigurationException; diff --git a/runtime/src/main/java/io/micronaut/scheduling/exceptions/TaskExecutionException.java b/runtime/src/main/java/io/micronaut/scheduling/exceptions/TaskExecutionException.java index e0939d4b83d..ed1f53bf6ab 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/exceptions/TaskExecutionException.java +++ b/runtime/src/main/java/io/micronaut/scheduling/exceptions/TaskExecutionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.exceptions; /** diff --git a/runtime/src/main/java/io/micronaut/scheduling/exceptions/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/exceptions/package-info.java index 25d0e2a2717..10d69ec7530 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/exceptions/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Scheduling Exceptions. * diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultExecutorSelector.java b/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultExecutorSelector.java index 80eeca0ef5f..16cc5060d56 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultExecutorSelector.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultExecutorSelector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.executor; import io.micronaut.core.annotation.NonBlocking; diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultThreadFactory.java b/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultThreadFactory.java index 222bbdf7b1f..471bb7aa1f4 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultThreadFactory.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultThreadFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.executor; import io.micronaut.context.annotation.Bean; diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorConfiguration.java b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorConfiguration.java index 3ad3a694676..abbb63a66e6 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorConfiguration.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.executor; import javax.validation.constraints.Min; diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorFactory.java b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorFactory.java index 9a5be934797..26c526fac71 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorFactory.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.executor; import io.micronaut.context.annotation.Bean; diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorSelector.java b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorSelector.java index 1365ccab694..03855391bf2 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorSelector.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorSelector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.executor; import io.micronaut.inject.MethodReference; diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorType.java b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorType.java index ef71a239ddd..0bbf26dc94e 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorType.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.executor; /** diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/IOExecutorServiceConfig.java b/runtime/src/main/java/io/micronaut/scheduling/executor/IOExecutorServiceConfig.java index 83df0fc49e3..001409be064 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/IOExecutorServiceConfig.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/IOExecutorServiceConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.executor; import io.micronaut.context.annotation.Bean; diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/ScheduledExecutorServiceConfig.java b/runtime/src/main/java/io/micronaut/scheduling/executor/ScheduledExecutorServiceConfig.java index ef07994efb9..4c35fcbe492 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/ScheduledExecutorServiceConfig.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/ScheduledExecutorServiceConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.executor; import io.micronaut.context.annotation.Bean; diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/UserExecutorConfiguration.java b/runtime/src/main/java/io/micronaut/scheduling/executor/UserExecutorConfiguration.java index 2ab116314bb..6f2a31d4fb8 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/UserExecutorConfiguration.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/UserExecutorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.executor; import io.micronaut.context.annotation.EachProperty; diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/executor/package-info.java index fb2abd8ec21..aeb06395471 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Scheduling Execution configuration and factory. * diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutor.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutor.java index efbe2213b26..ca5ac9b002a 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutor.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.instrument; import javax.annotation.Nonnull; diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutorService.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutorService.java index a89241556df..cbfb2d31535 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutorService.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutorService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.instrument; import javax.annotation.Nonnull; diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedScheduledExecutorService.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedScheduledExecutorService.java index c0f5c28d3b4..4ad1594060e 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedScheduledExecutorService.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedScheduledExecutorService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.instrument; import javax.annotation.Nonnull; diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInstrumenter.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInstrumenter.java index cb000ffa303..d7594abfdab 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInstrumenter.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.instrument; import java.util.Optional; diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/RunnableInstrumenter.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/RunnableInstrumenter.java index a45b0c4839a..9de6c989aea 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/RunnableInstrumenter.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/RunnableInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.instrument; /** diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/package-info.java index b115c796beb..ee67c9e63b8 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Interfaces for simplifying instrumentation of {@link java.util.concurrent.ExecutorService} instances. * diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/DefaultWatchThread.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/DefaultWatchThread.java index 620c573ecd8..4d140330530 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/DefaultWatchThread.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/DefaultWatchThread.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.io.watch; import io.micronaut.context.LifeCycle; diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchConfiguration.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchConfiguration.java index 548eb772725..dec93d5f1f8 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchConfiguration.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.io.watch; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/WatchServiceFactory.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/WatchServiceFactory.java index 3936af8a3c1..c3397886d42 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/WatchServiceFactory.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/WatchServiceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.io.watch; import io.micronaut.context.annotation.*; diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/FileChangedEvent.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/FileChangedEvent.java index 4c494c4ccfb..0defc0b62cb 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/FileChangedEvent.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/FileChangedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.io.watch.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/WatchEventType.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/WatchEventType.java index 020b47db8d4..bc5ef7dfa32 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/WatchEventType.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/WatchEventType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.io.watch.event; import java.nio.file.StandardWatchEventKinds; diff --git a/runtime/src/main/java/io/micronaut/scheduling/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/package-info.java index 69ecb3162af..5e569c552c0 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Scheduling execution services. * diff --git a/runtime/src/main/java/io/micronaut/scheduling/processor/ScheduledMethodProcessor.java b/runtime/src/main/java/io/micronaut/scheduling/processor/ScheduledMethodProcessor.java index dbc55deb6d0..4b7be8fa308 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/processor/ScheduledMethodProcessor.java +++ b/runtime/src/main/java/io/micronaut/scheduling/processor/ScheduledMethodProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.scheduling.processor; import io.micronaut.context.BeanContext; diff --git a/runtime/src/main/java/io/micronaut/scheduling/processor/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/processor/package-info.java index b3e646ef38a..fc36d73fba1 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/processor/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/processor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Scheduled method processing. * diff --git a/runtime/src/test/groovy/io/micronaut/bootstrap/CustomPropertySourceLocatorSpec.groovy b/runtime/src/test/groovy/io/micronaut/bootstrap/CustomPropertySourceLocatorSpec.groovy index 5555c2fe1c9..a240ff0d34e 100644 --- a/runtime/src/test/groovy/io/micronaut/bootstrap/CustomPropertySourceLocatorSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/bootstrap/CustomPropertySourceLocatorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/cache/CachePublisherSpec.groovy b/runtime/src/test/groovy/io/micronaut/cache/CachePublisherSpec.groovy index 99416fa37b1..012dbd92f5c 100644 --- a/runtime/src/test/groovy/io/micronaut/cache/CachePublisherSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/cache/CachePublisherSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.cache import io.micronaut.cache.annotation.CacheInvalidate diff --git a/runtime/src/test/groovy/io/micronaut/cache/CounterService.java b/runtime/src/test/groovy/io/micronaut/cache/CounterService.java index 432b1bde10a..3e004dc79c6 100644 --- a/runtime/src/test/groovy/io/micronaut/cache/CounterService.java +++ b/runtime/src/test/groovy/io/micronaut/cache/CounterService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/cache/SyncCacheJavaSpec.groovy b/runtime/src/test/groovy/io/micronaut/cache/SyncCacheJavaSpec.groovy index 4417e9fe290..7b3949b57e3 100644 --- a/runtime/src/test/groovy/io/micronaut/cache/SyncCacheJavaSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/cache/SyncCacheJavaSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/cache/SyncCacheSpec.groovy b/runtime/src/test/groovy/io/micronaut/cache/SyncCacheSpec.groovy index 8dfd6f74766..67c0fb9ca7d 100644 --- a/runtime/src/test/groovy/io/micronaut/cache/SyncCacheSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/cache/SyncCacheSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/cache/jcache/JCacheSyncCacheSpec.groovy b/runtime/src/test/groovy/io/micronaut/cache/jcache/JCacheSyncCacheSpec.groovy index c9ba6934945..94b6f6abe3b 100644 --- a/runtime/src/test/groovy/io/micronaut/cache/jcache/JCacheSyncCacheSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/cache/jcache/JCacheSyncCacheSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.cache.jcache import io.micronaut.cache.annotation.CacheConfig diff --git a/runtime/src/test/groovy/io/micronaut/discovery/ServiceInstanceSpec.groovy b/runtime/src/test/groovy/io/micronaut/discovery/ServiceInstanceSpec.groovy index fa221d00237..65edafa859c 100644 --- a/runtime/src/test/groovy/io/micronaut/discovery/ServiceInstanceSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/discovery/ServiceInstanceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/jackson/JacksonSetupSpec.groovy b/runtime/src/test/groovy/io/micronaut/jackson/JacksonSetupSpec.groovy index 03f3b6103b0..caf78dc8abd 100644 --- a/runtime/src/test/groovy/io/micronaut/jackson/JacksonSetupSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/jackson/JacksonSetupSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverterSpec.groovy b/runtime/src/test/groovy/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverterSpec.groovy index 701ae35242e..c9094fb944f 100644 --- a/runtime/src/test/groovy/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverterSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.jackson.bind diff --git a/runtime/src/test/groovy/io/micronaut/jackson/bind/JacksonBeanPropertyBinderSpec.groovy b/runtime/src/test/groovy/io/micronaut/jackson/bind/JacksonBeanPropertyBinderSpec.groovy index 92456756f3b..40e3a732202 100644 --- a/runtime/src/test/groovy/io/micronaut/jackson/bind/JacksonBeanPropertyBinderSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/jackson/bind/JacksonBeanPropertyBinderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/jackson/codec/JsonMediaTypeCodecSpec.groovy b/runtime/src/test/groovy/io/micronaut/jackson/codec/JsonMediaTypeCodecSpec.groovy index f730afa8096..c1a023ec4e9 100644 --- a/runtime/src/test/groovy/io/micronaut/jackson/codec/JsonMediaTypeCodecSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/jackson/codec/JsonMediaTypeCodecSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.jackson.codec import io.micronaut.context.ApplicationContext diff --git a/runtime/src/test/groovy/io/micronaut/jackson/convert/JsonNodeToObjectConverterSpec.groovy b/runtime/src/test/groovy/io/micronaut/jackson/convert/JsonNodeToObjectConverterSpec.groovy index 993fd41ee6b..d9730d21f21 100644 --- a/runtime/src/test/groovy/io/micronaut/jackson/convert/JsonNodeToObjectConverterSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/jackson/convert/JsonNodeToObjectConverterSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.jackson.convert import com.fasterxml.jackson.databind.ObjectMapper diff --git a/runtime/src/test/groovy/io/micronaut/jackson/env/JsonPropertySourceLoaderSpec.groovy b/runtime/src/test/groovy/io/micronaut/jackson/env/JsonPropertySourceLoaderSpec.groovy index a9532a90218..bd29ba1e1e6 100644 --- a/runtime/src/test/groovy/io/micronaut/jackson/env/JsonPropertySourceLoaderSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/jackson/env/JsonPropertySourceLoaderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/jackson/parser/JacksonProcessorSpec.groovy b/runtime/src/test/groovy/io/micronaut/jackson/parser/JacksonProcessorSpec.groovy index eba6f47236e..ba859aedb44 100644 --- a/runtime/src/test/groovy/io/micronaut/jackson/parser/JacksonProcessorSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/jackson/parser/JacksonProcessorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/reactive/converters/ReactiveTypeConversionSpec.groovy b/runtime/src/test/groovy/io/micronaut/reactive/converters/ReactiveTypeConversionSpec.groovy index 79011b2c3cd..291fadb87e5 100644 --- a/runtime/src/test/groovy/io/micronaut/reactive/converters/ReactiveTypeConversionSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/reactive/converters/ReactiveTypeConversionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/retry/intercept/CircuitBreakerRetrySpec.groovy b/runtime/src/test/groovy/io/micronaut/retry/intercept/CircuitBreakerRetrySpec.groovy index 8c5eb5c4ed9..0665db27b55 100644 --- a/runtime/src/test/groovy/io/micronaut/retry/intercept/CircuitBreakerRetrySpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/retry/intercept/CircuitBreakerRetrySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/retry/intercept/CircuitBreakerSpec.groovy b/runtime/src/test/groovy/io/micronaut/retry/intercept/CircuitBreakerSpec.groovy index 4b2010b6d4d..426eca6097e 100644 --- a/runtime/src/test/groovy/io/micronaut/retry/intercept/CircuitBreakerSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/retry/intercept/CircuitBreakerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/retry/intercept/InterceptorOrderSpec.groovy b/runtime/src/test/groovy/io/micronaut/retry/intercept/InterceptorOrderSpec.groovy index 021ea1a7dbb..920921c0913 100644 --- a/runtime/src/test/groovy/io/micronaut/retry/intercept/InterceptorOrderSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/retry/intercept/InterceptorOrderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/retry/intercept/SimpleRetryInstanceSpec.groovy b/runtime/src/test/groovy/io/micronaut/retry/intercept/SimpleRetryInstanceSpec.groovy index ced86d9f9df..48e990717be 100644 --- a/runtime/src/test/groovy/io/micronaut/retry/intercept/SimpleRetryInstanceSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/retry/intercept/SimpleRetryInstanceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/retry/intercept/SimpleRetrySpec.groovy b/runtime/src/test/groovy/io/micronaut/retry/intercept/SimpleRetrySpec.groovy index 8c85102364a..d6388462fd1 100644 --- a/runtime/src/test/groovy/io/micronaut/retry/intercept/SimpleRetrySpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/retry/intercept/SimpleRetrySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/MicronautSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/MicronautSpec.groovy index d4cccbf3598..dbb61512b5f 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/MicronautSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/MicronautSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/context/scope/RefreshScopeBeanSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/context/scope/RefreshScopeBeanSpec.groovy index 88ef63e7085..7aa74c5c8fc 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/context/scope/RefreshScopeBeanSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/context/scope/RefreshScopeBeanSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.context.scope import io.micronaut.context.annotation.ConfigurationReader diff --git a/runtime/src/test/groovy/io/micronaut/runtime/context/scope/RefreshScopeSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/context/scope/RefreshScopeSpec.groovy index 67505bbef19..d2a3ecb070d 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/context/scope/RefreshScopeSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/context/scope/RefreshScopeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/context/scope/ThreadLocalJavaParseSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/context/scope/ThreadLocalJavaParseSpec.groovy index b2fedf6f7d5..2466b4fb4b7 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/context/scope/ThreadLocalJavaParseSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/context/scope/ThreadLocalJavaParseSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.context.scope import io.micronaut.inject.BeanDefinition diff --git a/runtime/src/test/groovy/io/micronaut/runtime/context/scope/ThreadLocalScopeSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/context/scope/ThreadLocalScopeSpec.groovy index 1a21a0f53de..b9e98309db3 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/context/scope/ThreadLocalScopeSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/context/scope/ThreadLocalScopeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/converters/time/TimeConverterRegistrarSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/converters/time/TimeConverterRegistrarSpec.groovy index 2f97a2e0a46..4057334138a 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/converters/time/TimeConverterRegistrarSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/converters/time/TimeConverterRegistrarSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.converters.time import io.micronaut.core.convert.ConversionService diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/AsyncListener.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/AsyncListener.java index 4b95b025493..fa53c879df6 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/AsyncListener.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/AsyncListener.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.event.annotation; import io.micronaut.context.event.StartupEvent; diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/EventListenerOverloadingSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/EventListenerOverloadingSpec.groovy index 6bde5308a2c..39ad4cdae48 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/EventListenerOverloadingSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/EventListenerOverloadingSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.event.annotation import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/EventListenerSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/EventListenerSpec.groovy index 43f1ab4f6c1..260e5f9ce52 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/EventListenerSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/EventListenerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.event.annotation import io.micronaut.context.ApplicationContext diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/GroovyListener.groovy b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/GroovyListener.groovy index 02e63ffe59c..a69e150acad 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/GroovyListener.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/GroovyListener.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.event.annotation import io.micronaut.context.event.StartupEvent diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/OverloadedListener.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/OverloadedListener.java index 7dbf76fd1af..b70fb7722d4 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/OverloadedListener.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/OverloadedListener.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.event.annotation; import io.micronaut.context.event.ShutdownEvent; diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/TestListener.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/TestListener.java index d0f6c3883c6..5a9bac04b2f 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/TestListener.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/TestListener.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.event.annotation; import io.micronaut.context.event.StartupEvent; diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/DefaultThingService.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/DefaultThingService.java index 25b4fe28412..88e5136f0cc 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/DefaultThingService.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/DefaultThingService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.event.annotation.itfce; import io.micronaut.context.event.ApplicationEventPublisher; diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/EventListenerDefinedOnInterfaceSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/EventListenerDefinedOnInterfaceSpec.groovy index 53d4ecc855f..f3ce10cf347 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/EventListenerDefinedOnInterfaceSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/EventListenerDefinedOnInterfaceSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.event.annotation.itfce import io.micronaut.context.ApplicationContext diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEvent.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEvent.java index 1d975d93893..483d9249bfc 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEvent.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEvent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.event.annotation.itfce; public class ThingCreatedEvent { diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEventListener.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEventListener.java index e57dbb3ef77..dd1498b0ab9 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEventListener.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEventListener.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.runtime.event.annotation.itfce; import io.micronaut.runtime.event.annotation.EventListener; diff --git a/runtime/src/test/groovy/io/micronaut/runtime/executor/ExecutorSelectorSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/executor/ExecutorSelectorSpec.groovy index aa7ae7e512e..a3cab15e850 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/executor/ExecutorSelectorSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/executor/ExecutorSelectorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/executor/ExecutorServiceConfigSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/executor/ExecutorServiceConfigSpec.groovy index 305e48fde9d..8cfc55cf7d1 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/executor/ExecutorServiceConfigSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/executor/ExecutorServiceConfigSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/http/codec/TextPlainCodecSpec.groovy b/runtime/src/test/groovy/io/micronaut/runtime/http/codec/TextPlainCodecSpec.groovy index e2c8a45ded9..26e817d86c2 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/http/codec/TextPlainCodecSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/http/codec/TextPlainCodecSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/MyJavaTask.java b/runtime/src/test/groovy/io/micronaut/scheduling/MyJavaTask.java index 77583c403a2..e8759bf9314 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/MyJavaTask.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/MyJavaTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/ScheduledFixedRateSpec.groovy b/runtime/src/test/groovy/io/micronaut/scheduling/ScheduledFixedRateSpec.groovy index fc43b9355b4..5f10ec49525 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/ScheduledFixedRateSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/scheduling/ScheduledFixedRateSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/BeanAndTypeSpecificHandler.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/BeanAndTypeSpecificHandler.java index 7979b102bde..1122844bfcf 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/BeanAndTypeSpecificHandler.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/BeanAndTypeSpecificHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.scheduling.exceptions; import io.micronaut.core.reflect.exception.InstantiationException; diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/InjectExceptionJob.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/InjectExceptionJob.java index 5f879ff9bee..556d09da65f 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/InjectExceptionJob.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/InjectExceptionJob.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.scheduling.exceptions; import io.micronaut.context.annotation.Requires; diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/NotInjectable.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/NotInjectable.java index 2af1338502c..c351ab3d336 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/NotInjectable.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/NotInjectable.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.scheduling.exceptions; public class NotInjectable { diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ScheduledExceptionHandlingSpec.groovy b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ScheduledExceptionHandlingSpec.groovy index f7fab65a8a7..ee167174c41 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ScheduledExceptionHandlingSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ScheduledExceptionHandlingSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.scheduling.exceptions import io.micronaut.context.ApplicationContext diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ScheduledInjectionExceptionSpec.groovy b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ScheduledInjectionExceptionSpec.groovy index cb006d51ff5..650dc7647dd 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ScheduledInjectionExceptionSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ScheduledInjectionExceptionSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.scheduling.exceptions import io.micronaut.context.ApplicationContext diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob1.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob1.java index 148b2d11b26..72559b0f0a1 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob1.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.scheduling.exceptions; import io.micronaut.context.annotation.Requires; diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob2.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob2.java index 38171406ab4..d050b446ea8 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob2.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.scheduling.exceptions; import io.micronaut.context.annotation.Requires; diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob3.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob3.java index d95bd5c26c4..20e59d77eb9 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob3.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob3.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.scheduling.exceptions; import io.micronaut.context.annotation.Requires; diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/TypeSpecificHandler.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/TypeSpecificHandler.java index 3866803704a..1f3b41a5b2a 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/TypeSpecificHandler.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/TypeSpecificHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.scheduling.exceptions; import io.micronaut.core.reflect.exception.InstantiationException; diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/io/watch/FileWatchConfigurationSpec.groovy b/runtime/src/test/groovy/io/micronaut/scheduling/io/watch/FileWatchConfigurationSpec.groovy index ea187ff8989..0c181a4263c 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/io/watch/FileWatchConfigurationSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/scheduling/io/watch/FileWatchConfigurationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.scheduling.io.watch import io.micronaut.context.ApplicationContext diff --git a/runtime/src/test/groovy/io/micronaut/support/AbstractBeanDefinitionSpec.groovy b/runtime/src/test/groovy/io/micronaut/support/AbstractBeanDefinitionSpec.groovy index 29dcad363fd..5ecebfc879e 100644 --- a/runtime/src/test/groovy/io/micronaut/support/AbstractBeanDefinitionSpec.groovy +++ b/runtime/src/test/groovy/io/micronaut/support/AbstractBeanDefinitionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/support/Parser.java b/runtime/src/test/groovy/io/micronaut/support/Parser.java index 4dce90c8eb6..9895370fae9 100644 --- a/runtime/src/test/groovy/io/micronaut/support/Parser.java +++ b/runtime/src/test/groovy/io/micronaut/support/Parser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/AccessRefreshTokenLoginHandler.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/AccessRefreshTokenLoginHandler.java index 4bab42264ce..b47b0b1df1f 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/AccessRefreshTokenLoginHandler.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/AccessRefreshTokenLoginHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.bearer; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenConfiguration.java index 7d339c4cb6e..d1e485e5ba2 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.bearer; import io.micronaut.core.util.Toggleable; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenConfigurationProperties.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenConfigurationProperties.java index 05236a45501..056505e1b49 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenConfigurationProperties.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.bearer; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenReader.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenReader.java index 6c4d19b1d21..85d68597c00 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenReader.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/BearerTokenReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.bearer; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/package-info.java index 0ec9154ea70..a1e8bb75091 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/bearer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes specific to JSON Web Token (JWT) Authentication within Micronaut. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/JwtConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/JwtConfiguration.java index 3b610b69779..f01b894970d 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/JwtConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/JwtConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.config; import io.micronaut.core.util.Toggleable; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/JwtConfigurationProperties.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/JwtConfigurationProperties.java index e2e653a4790..c25c77a3f61 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/JwtConfigurationProperties.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/JwtConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.config; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/package-info.java index c586f404c3e..6f210a4e4d6 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT configuration. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/EncryptionMethodConverter.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/EncryptionMethodConverter.java index bbb68b85d5c..ab5e217232d 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/EncryptionMethodConverter.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/EncryptionMethodConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.converters; import com.nimbusds.jose.EncryptionMethod; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/JWEAlgorithmConverter.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/JWEAlgorithmConverter.java index fa6225df72c..fe3d4268a9b 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/JWEAlgorithmConverter.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/JWEAlgorithmConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.converters; import com.nimbusds.jose.JWEAlgorithm; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/JWSAlgorithmConverter.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/JWSAlgorithmConverter.java index 02b1ee5d6a9..c052ad6c7a0 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/JWSAlgorithmConverter.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/JWSAlgorithmConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.converters; import com.nimbusds.jose.JWSAlgorithm; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/package-info.java index 82b94e87475..8c81bbd61e0 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT algorithm converters. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieClearerLogoutHandler.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieClearerLogoutHandler.java index 42635b2059a..5c2eaf3b7f0 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieClearerLogoutHandler.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieClearerLogoutHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.cookie; import io.micronaut.http.HttpRequest; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieConfiguration.java index 83a5c91d002..bc889eb8ba0 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.cookie; import io.micronaut.core.util.Toggleable; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieConfigurationProperties.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieConfigurationProperties.java index 9b98f5c5ebc..996381accb8 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieConfigurationProperties.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.cookie; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieLoginHandler.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieLoginHandler.java index eedfb1687d8..37754b4daae 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieLoginHandler.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieLoginHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.cookie; import io.micronaut.http.HttpRequest; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieTokenReader.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieTokenReader.java index c902d450000..ad23c504dc4 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieTokenReader.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/JwtCookieTokenReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.cookie; import io.micronaut.http.HttpRequest; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/package-info.java index ee6bba92687..684128d60f1 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/cookie/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT cookie configuration and handlers. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/AbstractEncryptionConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/AbstractEncryptionConfiguration.java index bb19313c13b..1f8ce158aa9 100755 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/AbstractEncryptionConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/AbstractEncryptionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.encryption; import com.nimbusds.jose.*; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/EncryptionConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/EncryptionConfiguration.java index 2116bb4f9ae..476d840ad0c 100755 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/EncryptionConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/EncryptionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.encryption; import com.nimbusds.jose.EncryptionMethod; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryption.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryption.java index b449747ecae..3e4c8c274cd 100755 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryption.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryption.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.encryption.ec; import com.nimbusds.jose.EncryptionMethod; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryptionConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryptionConfiguration.java index 85c689fdb7f..9aaae680c79 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryptionConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryptionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.encryption.ec; import com.nimbusds.jose.EncryptionMethod; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryptionFactory.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryptionFactory.java index 1c757fd462c..31d1b319b0a 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryptionFactory.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/ECEncryptionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.encryption.ec; import io.micronaut.context.annotation.EachBean; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/package-info.java index 31b50f073e1..9a4b2b2cf27 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/ec/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT elliptic curve encryption configuration. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/package-info.java index a06f5b1c3bf..2dfe94ed74f 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT encryption configuration. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryption.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryption.java index d16de2e60d4..c81aa5ac63b 100755 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryption.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryption.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.encryption.rsa; import com.nimbusds.jose.EncryptionMethod; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryptionConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryptionConfiguration.java index 5c0a353a1c1..25f761ae4fe 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryptionConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryptionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.encryption.rsa; import com.nimbusds.jose.EncryptionMethod; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryptionFactory.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryptionFactory.java index 5f118b63e4a..90e3cff9149 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryptionFactory.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/RSAEncryptionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.encryption.rsa; import io.micronaut.context.annotation.EachBean; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/package-info.java index a9c9b69ee62..8aa355c7539 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/rsa/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT RSA encryption configuration. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryption.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryption.java index 9e170307ea4..0495ba3785a 100755 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryption.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryption.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.encryption.secret; import com.nimbusds.jose.EncryptionMethod; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionConfiguration.java index f50a3d56496..50e6e1f98e8 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.encryption.secret; import com.nimbusds.jose.EncryptionMethod; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionFactory.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionFactory.java index fb1f87610c4..39895a60e76 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionFactory.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.encryption.secret; import io.micronaut.context.annotation.EachBean; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/package-info.java index 0e51d6575bd..f30adbdca4f 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/encryption/secret/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT Secret encryption configuration. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/JwkProvider.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/JwkProvider.java index b2597758bb9..47c7709268a 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/JwkProvider.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/JwkProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.endpoints; import com.nimbusds.jose.jwk.JWK; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysController.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysController.java index 51fa47070f1..fbe0bb40e82 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysController.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.endpoints; import com.nimbusds.jose.jwk.JWKSet; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysControllerConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysControllerConfiguration.java index 31a1272b9ec..3a75c241c04 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysControllerConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysControllerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.endpoints; import io.micronaut.core.util.Toggleable; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysControllerConfigurationProperties.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysControllerConfigurationProperties.java index 5d324395c88..3147ac4bc58 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysControllerConfigurationProperties.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/KeysControllerConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.endpoints; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthController.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthController.java index 209d6107287..a2d9f7dff6f 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthController.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.endpoints; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthControllerConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthControllerConfiguration.java index d35c7942154..ac5b3a9eb49 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthControllerConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthControllerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.endpoints; import io.micronaut.core.util.Toggleable; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthControllerConfigurationProperties.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthControllerConfigurationProperties.java index 9cdf7be1af7..600acedbac9 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthControllerConfigurationProperties.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/OauthControllerConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.endpoints; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/TokenRefreshRequest.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/TokenRefreshRequest.java index 5935d0b5f07..79b34c4c5b8 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/TokenRefreshRequest.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/TokenRefreshRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.endpoints; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/package-info.java index 91f1abdb65d..1df2a8ab614 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/endpoints/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT token endpoints such as OAuth. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/AccessTokenGeneratedEvent.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/AccessTokenGeneratedEvent.java index a0256534bb1..d5c807a7946 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/AccessTokenGeneratedEvent.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/AccessTokenGeneratedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/RefreshTokenGeneratedEvent.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/RefreshTokenGeneratedEvent.java index f42c52e38b1..d06ea80bf7a 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/RefreshTokenGeneratedEvent.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/RefreshTokenGeneratedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/package-info.java index 14f6c52acd5..f4e9ff0f3ff 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT token generated events. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/AccessRefreshTokenGenerator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/AccessRefreshTokenGenerator.java index adc68946fb7..2d549afe695 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/AccessRefreshTokenGenerator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/AccessRefreshTokenGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.generator; import io.micronaut.context.event.ApplicationEventPublisher; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtGeneratorConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtGeneratorConfiguration.java index 7866d6a5108..ac7a74edb42 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtGeneratorConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtGeneratorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.generator; /** diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtGeneratorConfigurationProperties.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtGeneratorConfigurationProperties.java index 675ecdfc97b..f4565dfdec2 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtGeneratorConfigurationProperties.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtGeneratorConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.generator; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtTokenGenerator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtTokenGenerator.java index b6d7609f5b8..0bf2673e5e3 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtTokenGenerator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/JwtTokenGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.generator; import com.nimbusds.jose.JOSEException; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/ClaimsAudienceProvider.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/ClaimsAudienceProvider.java index 825dbbcacef..048dec39a49 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/ClaimsAudienceProvider.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/ClaimsAudienceProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.generator.claims; import java.util.List; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/ClaimsGenerator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/ClaimsGenerator.java index 0dfcdcf068e..324721cd1f1 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/ClaimsGenerator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/ClaimsGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.generator.claims; import io.micronaut.security.authentication.UserDetails; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JWTClaimsSetGenerator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JWTClaimsSetGenerator.java index c533c284e7f..d2e52864b33 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JWTClaimsSetGenerator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JWTClaimsSetGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.generator.claims; import com.nimbusds.jwt.JWTClaimsSet; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtClaims.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtClaims.java index 73c19f091fa..f0dcaee8b20 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtClaims.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtClaims.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.generator.claims; import javax.annotation.Nonnull; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtClaimsSetAdapter.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtClaimsSetAdapter.java index 4bc002a0443..a0324a8c7eb 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtClaimsSetAdapter.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtClaimsSetAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.generator.claims; import com.nimbusds.jwt.JWTClaimsSet; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtIdGenerator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtIdGenerator.java index 8f2c597c73e..eb98bff3784 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtIdGenerator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/JwtIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.generator.claims; /** diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/package-info.java index 338f5d8da01..506ab607ab1 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/claims/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT claims. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/package-info.java index facbd0e79b4..fcce1c0d6e6 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/generator/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT generator configuration. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/package-info.java index 086485df2e3..513c8bc4bc7 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes specific to JSON Web Token (JWT) Authentication within Micronaut. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/AccessRefreshToken.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/AccessRefreshToken.java index 288e0aabbab..d164146eba3 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/AccessRefreshToken.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/AccessRefreshToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.render; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/BearerAccessRefreshToken.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/BearerAccessRefreshToken.java index f439868f407..4f9a8d94d3c 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/BearerAccessRefreshToken.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/BearerAccessRefreshToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.render; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/BearerTokenRenderer.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/BearerTokenRenderer.java index f91e47bdcad..85be9249b61 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/BearerTokenRenderer.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/BearerTokenRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.render; import io.micronaut.security.authentication.UserDetails; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/TokenRenderer.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/TokenRenderer.java index e73daba6c4c..4d136bb96c4 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/TokenRenderer.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/TokenRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.render; import io.micronaut.security.authentication.UserDetails; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/package-info.java index d0e6c64fcd5..100dc5ae1fd 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/render/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT token renderer. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/AbstractSignatureConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/AbstractSignatureConfiguration.java index 5e2006b4205..a77acad7361 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/AbstractSignatureConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/AbstractSignatureConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature; import com.nimbusds.jose.JWSAlgorithm; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/SignatureConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/SignatureConfiguration.java index 485aaaf1975..3ea109faa05 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/SignatureConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/SignatureConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature; import com.nimbusds.jose.JOSEException; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/SignatureGeneratorConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/SignatureGeneratorConfiguration.java index b3460c9537a..b0c253d6840 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/SignatureGeneratorConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/SignatureGeneratorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature; import com.nimbusds.jose.JOSEException; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignature.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignature.java index eabb527b6f5..c31880aa22a 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignature.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.ec; import com.nimbusds.jose.JOSEException; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureConfiguration.java index 41a949fb7e4..f99bffe7675 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.ec; import com.nimbusds.jose.JWSAlgorithm; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureFactory.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureFactory.java index e8377ab4120..3f40f9b6023 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureFactory.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.ec; import io.micronaut.context.annotation.EachBean; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGenerator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGenerator.java index 0654ddba5d1..4d8e8b8740a 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGenerator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.ec; import com.nimbusds.jose.JOSEException; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGeneratorConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGeneratorConfiguration.java index 265f0b977a8..272c00624ec 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGeneratorConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGeneratorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.ec; import java.security.interfaces.ECPrivateKey; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGeneratorFactory.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGeneratorFactory.java index a57651bad30..64cf37719f2 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGeneratorFactory.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/ECSignatureGeneratorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.ec; import io.micronaut.context.annotation.EachBean; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/package-info.java index a61b751f29e..409460d0b45 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/ec/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT signature for Elliptical curve. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignature.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignature.java index 61a89a59e58..715a639bcdf 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignature.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.jwks; import com.nimbusds.jose.Algorithm; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignatureConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignatureConfiguration.java index 9ba52481aa2..9a7cc2a3000 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignatureConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignatureConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.jwks; import com.nimbusds.jose.jwk.KeyType; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignatureConfigurationProperties.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignatureConfigurationProperties.java index 57483235c21..a905f2ca236 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignatureConfigurationProperties.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignatureConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.jwks; import com.nimbusds.jose.jwk.KeyType; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/package-info.java index 2e5a379ce1c..62c2262e202 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes providing functionality to verify JWT signatures with a remote JSON Web Key Set. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/package-info.java index 482e89f6b86..72149e0e608 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT signature configuration. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignature.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignature.java index b0ae481b56e..d63888cf1e9 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignature.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.rsa; import com.nimbusds.jose.JOSEException; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureConfiguration.java index 8544779be65..100449e0fed 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.rsa; import java.security.interfaces.RSAPublicKey; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureFactory.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureFactory.java index c91f80d6bc6..1d3b3bb753f 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureFactory.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.rsa; import io.micronaut.context.annotation.EachBean; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGenerator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGenerator.java index 2061e1bded5..062775c2415 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGenerator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.rsa; import com.nimbusds.jose.JOSEException; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGeneratorConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGeneratorConfiguration.java index 14fa446f8b9..a8f5033d8d5 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGeneratorConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGeneratorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.rsa; import com.nimbusds.jose.JWSAlgorithm; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGeneratorFactory.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGeneratorFactory.java index a9f23dacdc5..5e22680ca1e 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGeneratorFactory.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/RSASignatureGeneratorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.rsa; import io.micronaut.context.annotation.EachBean; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/package-info.java index f233b4c3f7e..f862d6f0da8 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/rsa/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT RSA signature. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignature.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignature.java index f34738cb187..a725508eaab 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignature.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.secret; import com.nimbusds.jose.JOSEException; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignatureConfiguration.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignatureConfiguration.java index 17a394e6ba1..5c13d8f959a 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignatureConfiguration.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignatureConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.secret; import com.nimbusds.jose.JWSAlgorithm; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignatureFactory.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignatureFactory.java index 1e8f2a416bb..5408e5e66e2 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignatureFactory.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/SecretSignatureFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.signature.secret; import io.micronaut.context.annotation.EachBean; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/package-info.java index 5e1eeacf3ae..04049b16140 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/secret/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * JWT Secret signature. * diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/AuthenticationJWTClaimsSetAdapter.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/AuthenticationJWTClaimsSetAdapter.java index d70d3a08622..c15dae712bd 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/AuthenticationJWTClaimsSetAdapter.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/AuthenticationJWTClaimsSetAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.validator; import com.nimbusds.jwt.JWTClaimsSet; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/ExpirationJwtClaimsValidator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/ExpirationJwtClaimsValidator.java index 434e92a165e..8b22a705ec3 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/ExpirationJwtClaimsValidator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/ExpirationJwtClaimsValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.validator; import com.nimbusds.jwt.JWTClaimsSet; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/GenericJwtClaimsValidator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/GenericJwtClaimsValidator.java index 4b121784cec..c29ce72f992 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/GenericJwtClaimsValidator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/GenericJwtClaimsValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.validator; /** diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JWTClaimsSetUtils.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JWTClaimsSetUtils.java index 8654eaa1054..956017e01e4 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JWTClaimsSetUtils.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JWTClaimsSetUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.validator; import com.nimbusds.jwt.JWTClaimsSet; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JwtClaimsValidator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JwtClaimsValidator.java index 0ab2171051d..96c209a304f 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JwtClaimsValidator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JwtClaimsValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.validator; import io.micronaut.security.token.jwt.config.JwtConfigurationProperties; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JwtTokenValidator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JwtTokenValidator.java index 064bb0e2e50..751e7c259d1 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JwtTokenValidator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/JwtTokenValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.validator; import com.nimbusds.jose.EncryptionMethod; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/SubjectNotNullJwtClaimsValidator.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/SubjectNotNullJwtClaimsValidator.java index 41c5a946e85..2e40ac842dd 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/SubjectNotNullJwtClaimsValidator.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/SubjectNotNullJwtClaimsValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.jwt.validator; import com.nimbusds.jwt.JWTClaimsSet; diff --git a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/package-info.java b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/package-info.java index 72e0ca6e90e..8d5eb14f03f 100644 --- a/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/package-info.java +++ b/security-jwt/src/main/java/io/micronaut/security/token/jwt/validator/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Support classes for JWT validation. * diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/base64/JwtBase64Spec.groovy b/security-jwt/src/test/groovy/io/micronaut/docs/base64/JwtBase64Spec.groovy index d6b460a8122..06051b7783a 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/base64/JwtBase64Spec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/docs/base64/JwtBase64Spec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/CustomAuthenticationProvider.java b/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/CustomAuthenticationProvider.java index 567b750645a..bc11c6f5eda 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/CustomAuthenticationProvider.java +++ b/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/CustomAuthenticationProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.jwtclaimsoverride; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/CustomJWTClaimsSetGenerator.java b/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/CustomJWTClaimsSetGenerator.java index 3713d4dc774..88d90be2f8c 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/CustomJWTClaimsSetGenerator.java +++ b/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/CustomJWTClaimsSetGenerator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.jwtclaimsoverride; import com.nimbusds.jwt.JWTClaimsSet; diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/EmailUserDetails.java b/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/EmailUserDetails.java index 02a07a892c5..1dd3468669e 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/EmailUserDetails.java +++ b/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/EmailUserDetails.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.jwtclaimsoverride; import io.micronaut.security.authentication.UserDetails; diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/JwtClaimsOverrideSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/JwtClaimsOverrideSpec.groovy index 1872443f65b..ccd050880b5 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/JwtClaimsOverrideSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/docs/jwtclaimsoverride/JwtClaimsOverrideSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.jwtclaimsoverride import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/rejection/MyRejectionHandler.java b/security-jwt/src/test/groovy/io/micronaut/docs/rejection/MyRejectionHandler.java index 895edf3fe67..57cea8fe102 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/rejection/MyRejectionHandler.java +++ b/security-jwt/src/test/groovy/io/micronaut/docs/rejection/MyRejectionHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.rejection; import io.micronaut.context.annotation.Replaces; diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/rejection/RejectionHandlerOverrideSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/docs/rejection/RejectionHandlerOverrideSpec.groovy index 6e803b6b2f9..bd85fa34389 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/rejection/RejectionHandlerOverrideSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/docs/rejection/RejectionHandlerOverrideSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.rejection import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/AuthenticationProviderUserPassword.groovy b/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/AuthenticationProviderUserPassword.groovy index feb7d56536e..2feb88b8de2 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/AuthenticationProviderUserPassword.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/KeyPairProvider.groovy b/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/KeyPairProvider.groovy index e3f854af35b..da8c045066d 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/KeyPairProvider.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/KeyPairProvider.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.signandencrypt import groovy.util.logging.Slf4j diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/RSAOAEPEncryptionConfiguration.groovy b/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/RSAOAEPEncryptionConfiguration.groovy index 75899a9050e..c9dc6200a35 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/RSAOAEPEncryptionConfiguration.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/RSAOAEPEncryptionConfiguration.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/SignSecretEncryptRSASpec.groovy b/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/SignSecretEncryptRSASpec.groovy index 8da7d6836f8..31b9466c024 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/SignSecretEncryptRSASpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/docs/signandencrypt/SignSecretEncryptRSASpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/validator/ExpirationJwtClaimsValidatorSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/docs/validator/ExpirationJwtClaimsValidatorSpec.groovy index eeefc948519..3fdeb9799dc 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/validator/ExpirationJwtClaimsValidatorSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/docs/validator/ExpirationJwtClaimsValidatorSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.validator import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/docs/validator/SubjectJwtClaimsValidatorSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/docs/validator/SubjectJwtClaimsValidatorSpec.groovy index 857f3809c9e..283427cef88 100644 --- a/security-jwt/src/test/groovy/io/micronaut/docs/validator/SubjectJwtClaimsValidatorSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/docs/validator/SubjectJwtClaimsValidatorSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.validator import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/AuthenticationProviderUserPassword.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/AuthenticationProviderUserPassword.groovy index 1327a2c9a21..8f9dfdd8f2d 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/AuthenticationProviderUserPassword.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/AuthorizationUtils.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/AuthorizationUtils.groovy index b2446480f61..e7ccf35a379 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/AuthorizationUtils.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/AuthorizationUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/JwtFixture.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/JwtFixture.groovy index 3c4248166f3..fd981eca880 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/JwtFixture.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/JwtFixture.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt import com.nimbusds.jose.JWSAlgorithm diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/SecurityJwtBeansWithSecurityDisabledSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/SecurityJwtBeansWithSecurityDisabledSpec.groovy index 8edc3621481..e92516ae614 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/SecurityJwtBeansWithSecurityDisabledSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/SecurityJwtBeansWithSecurityDisabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/SecurityJwtBeansWithSecurityJwtDisabledSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/SecurityJwtBeansWithSecurityJwtDisabledSpec.groovy index a61803cc6fc..a081de1adf0 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/SecurityJwtBeansWithSecurityJwtDisabledSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/SecurityJwtBeansWithSecurityJwtDisabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/accesstokenexpiration/AccessTokenExpirationSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/accesstokenexpiration/AccessTokenExpirationSpec.groovy index 2b56666569c..37fdde16b4b 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/accesstokenexpiration/AccessTokenExpirationSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/accesstokenexpiration/AccessTokenExpirationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.accesstokenexpiration import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/accesstokenexpiration/AuthenticationProviderUserPassword.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/accesstokenexpiration/AuthenticationProviderUserPassword.groovy index 40fa2ac6982..01a7a6e5233 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/accesstokenexpiration/AuthenticationProviderUserPassword.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/accesstokenexpiration/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/AccessRefreshTokenLoginHandlerSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/AccessRefreshTokenLoginHandlerSpec.groovy index 2b75028a617..522df840041 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/AccessRefreshTokenLoginHandlerSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/AccessRefreshTokenLoginHandlerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/BearerEnabledSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/BearerEnabledSpec.groovy index fb6318cb60c..78ba9e967a8 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/BearerEnabledSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/BearerEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.bearer import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/BearerTokenReaderSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/BearerTokenReaderSpec.groovy index 9716a3ac0f0..47731e17312 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/BearerTokenReaderSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/BearerTokenReaderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingAuthoritiesFetcher.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingAuthoritiesFetcher.groovy index 70de3e89d19..aa070d086b6 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingAuthoritiesFetcher.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingAuthoritiesFetcher.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingPasswordEncoder.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingPasswordEncoder.groovy index 4410b5a8272..d9c7093d53a 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingPasswordEncoder.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingPasswordEncoder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingUserFetcher.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingUserFetcher.groovy index feadd1384c4..cd75897cc4e 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingUserFetcher.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/bearer/TestingUserFetcher.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/EncryptionMethodConverterSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/EncryptionMethodConverterSpec.groovy index 58aaa776e0b..940f67b43a4 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/EncryptionMethodConverterSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/EncryptionMethodConverterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/JWEAlgorithmConverterSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/JWEAlgorithmConverterSpec.groovy index 209c088866d..9a2b706b279 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/JWEAlgorithmConverterSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/JWEAlgorithmConverterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/JWSAlgorithmConverterSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/JWSAlgorithmConverterSpec.groovy index bb5c52ba756..960daad4bce 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/JWSAlgorithmConverterSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/converters/JWSAlgorithmConverterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/AuthenticationProviderUserPassword.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/AuthenticationProviderUserPassword.groovy index 4f53409126d..d04c0151d8c 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/AuthenticationProviderUserPassword.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/CookieEnabledSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/CookieEnabledSpec.groovy index 0c702010384..3923a4ab73d 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/CookieEnabledSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/CookieEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.cookie import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/HomeController.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/HomeController.groovy index edfa5c2b00b..a21d5376ba6 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/HomeController.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/HomeController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/HomePage.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/HomePage.groovy index def04b522a5..1f6331e65c8 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/HomePage.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/JwtCookieAuthenticationSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/JwtCookieAuthenticationSpec.groovy index ea647b25f33..720c638a8bf 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/JwtCookieAuthenticationSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/JwtCookieAuthenticationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/JwtCookiePathSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/JwtCookiePathSpec.groovy index 3bdd7466094..1340eeeb91c 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/JwtCookiePathSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/JwtCookiePathSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginAuthController.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginAuthController.groovy index 6d1b50a6805..1eec3d52095 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginAuthController.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginAuthController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginForm.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginForm.groovy index b1f3854e656..6eeda393380 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginForm.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginForm.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginPage.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginPage.groovy index 1bbc3bbdbb9..9cf9d79e49c 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginPage.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/cookie/LoginPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionSpec.groovy index 86e259f52fe..22f0e6b1a93 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/encryption/secret/SecretEncryptionSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.encryption.secret import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/AuthenticationProviderThrowingException.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/AuthenticationProviderThrowingException.groovy index ae8f7d7f11c..05349e3b74e 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/AuthenticationProviderThrowingException.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/AuthenticationProviderThrowingException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/AuthenticationProviderUserPassword.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/AuthenticationProviderUserPassword.groovy index 6b2abf2b3a8..c065d4ad4df 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/AuthenticationProviderUserPassword.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/KeysControllerEnabledSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/KeysControllerEnabledSpec.groovy index 5f9b1ff1ea6..53d80a62b30 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/KeysControllerEnabledSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/KeysControllerEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.endpoints import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/KeysControllerSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/KeysControllerSpec.groovy index a9b6523413a..c4a19824a4b 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/KeysControllerSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/KeysControllerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.endpoints import com.nimbusds.jose.JOSEException diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/LoginControllerSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/LoginControllerSpec.groovy index 8dc15bacb99..76fec4724d6 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/LoginControllerSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/LoginControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerEnabledSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerEnabledSpec.groovy index c223fa96b15..37d34e379d9 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerEnabledSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.endpoints import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerPathConfigurableSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerPathConfigurableSpec.groovy index 984dc22f021..54940cd79f1 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerPathConfigurableSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerPathConfigurableSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerSpec.groovy index e8b1c9ef31e..c2d9ac70266 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/endpoints/OauthControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/events/EventListenerSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/events/EventListenerSpec.groovy index 08200251a10..6d875ab6c4e 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/events/EventListenerSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/events/EventListenerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/generator/claims/JWTClaimsSetGeneratorSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/generator/claims/JWTClaimsSetGeneratorSpec.groovy index 6ff9f51a1f7..3885eb62bf6 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/generator/claims/JWTClaimsSetGeneratorSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/generator/claims/JWTClaimsSetGeneratorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/refreshtokenexpiration/AccessTokenExpirationSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/refreshtokenexpiration/AccessTokenExpirationSpec.groovy index 85eeee25fb2..ec760f617f0 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/refreshtokenexpiration/AccessTokenExpirationSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/refreshtokenexpiration/AccessTokenExpirationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.refreshtokenexpiration import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/refreshtokenexpiration/AuthenticationProviderUserPassword.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/refreshtokenexpiration/AuthenticationProviderUserPassword.groovy index 2758c365a61..5c0447f505e 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/refreshtokenexpiration/AuthenticationProviderUserPassword.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/refreshtokenexpiration/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/render/AccessRefreshTokenSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/render/AccessRefreshTokenSpec.groovy index 0d9c407670f..638d65327dd 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/render/AccessRefreshTokenSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/render/AccessRefreshTokenSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.render import com.fasterxml.jackson.databind.ObjectMapper diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/render/BearerAccessRefreshTokenSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/render/BearerAccessRefreshTokenSpec.groovy index 6704d2591f7..999abb62751 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/render/BearerAccessRefreshTokenSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/render/BearerAccessRefreshTokenSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.render import com.fasterxml.jackson.databind.ObjectMapper diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwksSignature500Spec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwksSignature500Spec.groovy index e71d161d23b..3719c4bd78e 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwksSignature500Spec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwksSignature500Spec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.signature.jwks import com.nimbusds.jose.JWSAlgorithm diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwksSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwksSpec.groovy index 793eb8bc062..eff8a59d36c 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwksSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwksSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.signature.jwks import com.nimbusds.jose.JOSEException diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwsSignatureSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwsSignatureSpec.groovy index e8cb512852b..7eb75b6ccf1 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwsSignatureSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/jwks/JwsSignatureSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.signature.jwks import com.nimbusds.jose.JOSEException diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/AuthenticationProviderUserPassword.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/AuthenticationProviderUserPassword.groovy index 81e7f6931eb..26fb0ce8eac 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/AuthenticationProviderUserPassword.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/PS512RSASignatureConfiguration.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/PS512RSASignatureConfiguration.groovy index 580d32e25dd..4ebe39cee4c 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/PS512RSASignatureConfiguration.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/PS512RSASignatureConfiguration.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/SignRSANotEncrypSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/SignRSANotEncrypSpec.groovy index a8eae5ad244..4f904daf2ca 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/SignRSANotEncrypSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsa/SignRSANotEncrypSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/AuthenticationProviderUserPassword.java b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/AuthenticationProviderUserPassword.java index 55354483adc..5e82efe5ec1 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/AuthenticationProviderUserPassword.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/AuthenticationProviderUserPassword.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/Book.java b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/Book.java index 8b59e95fa95..e707bf8aa44 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/Book.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/Book.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.signature.rsagenerationvalidation; public class Book { diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksClient.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksClient.groovy index 384c378966d..5331ee22763 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksClient.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.signature.rsagenerationvalidation import io.micronaut.context.annotation.Requires diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksController.java b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksController.java index 6daf0ee3b56..8e4f68fe569 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksController.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.signature.rsagenerationvalidation; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksRsaSignatureConfiguration.java b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksRsaSignatureConfiguration.java index c4facba5b5f..4ccc1d10aeb 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksRsaSignatureConfiguration.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/BooksRsaSignatureConfiguration.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.signature.rsagenerationvalidation; import com.nimbusds.jose.JOSEException; diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/GatewayBooksController.java b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/GatewayBooksController.java index d09477f45fd..3fb8a04aee7 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/GatewayBooksController.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/GatewayBooksController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.signature.rsagenerationvalidation; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/GatewayRsaSignatureConfiguration.java b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/GatewayRsaSignatureConfiguration.java index ff6e1f5a693..5fe61891965 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/GatewayRsaSignatureConfiguration.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/GatewayRsaSignatureConfiguration.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.signature.rsagenerationvalidation; import com.nimbusds.jose.JOSEException; diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/TwoServicesOneSignWithRsaOneVerfiesWithRsaSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/TwoServicesOneSignWithRsaOneVerfiesWithRsaSpec.groovy index 2ff7fd15272..4b1a549c122 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/TwoServicesOneSignWithRsaOneVerfiesWithRsaSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/jwt/signature/rsagenerationvalidation/TwoServicesOneSignWithRsaOneVerfiesWithRsaSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.jwt.signature.rsagenerationvalidation import com.nimbusds.jose.JOSEException diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/Book.java b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/Book.java index 7adbeb79ef1..80b629669ef 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/Book.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/Book.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.propagation; public class Book { diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/BooksClient.java b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/BooksClient.java index 3c918adabdb..76ee307a80c 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/BooksClient.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/BooksClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.propagation; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/BooksController.java b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/BooksController.java index 7aaac606fd6..42f0255de22 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/BooksController.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/BooksController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.propagation; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/GatewayController.java b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/GatewayController.java index 2594b601b36..edb29ca2726 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/GatewayController.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/GatewayController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.propagation; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/InventoryClient.java b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/InventoryClient.java index dd1e4ad2eb4..b7052837287 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/InventoryClient.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/InventoryClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.propagation; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/InventoryController.java b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/InventoryController.java index 371b2f938d8..b0f360cd328 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/InventoryController.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/InventoryController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.propagation; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/SampleAuthenticationProvider.java b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/SampleAuthenticationProvider.java index 93714fb6dc1..513d01f55b7 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/SampleAuthenticationProvider.java +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/SampleAuthenticationProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.propagation; import io.micronaut.context.annotation.Requires; diff --git a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/TokenPropagationSpec.groovy b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/TokenPropagationSpec.groovy index 11e2ec71a5b..69bbbd559f8 100644 --- a/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/TokenPropagationSpec.groovy +++ b/security-jwt/src/test/groovy/io/micronaut/security/token/propagation/TokenPropagationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.propagation import io.micronaut.context.ApplicationContext diff --git a/security-jwt/src/test/resources/GebConfig.groovy b/security-jwt/src/test/resources/GebConfig.groovy index b72df65aa6d..e264a249f27 100644 --- a/security-jwt/src/test/resources/GebConfig.groovy +++ b/security-jwt/src/test/resources/GebConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-session/src/main/java/io/micronaut/security/session/SecuritySessionConfiguration.java b/security-session/src/main/java/io/micronaut/security/session/SecuritySessionConfiguration.java index 097640b2fad..1187f697fb1 100644 --- a/security-session/src/main/java/io/micronaut/security/session/SecuritySessionConfiguration.java +++ b/security-session/src/main/java/io/micronaut/security/session/SecuritySessionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.session; import io.micronaut.core.util.Toggleable; diff --git a/security-session/src/main/java/io/micronaut/security/session/SecuritySessionConfigurationProperties.java b/security-session/src/main/java/io/micronaut/security/session/SecuritySessionConfigurationProperties.java index 015305cb023..c1b9c866e93 100644 --- a/security-session/src/main/java/io/micronaut/security/session/SecuritySessionConfigurationProperties.java +++ b/security-session/src/main/java/io/micronaut/security/session/SecuritySessionConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.session; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security-session/src/main/java/io/micronaut/security/session/SessionAuthenticationFetcher.java b/security-session/src/main/java/io/micronaut/security/session/SessionAuthenticationFetcher.java index e47717bb76a..65f9b5fed3c 100644 --- a/security-session/src/main/java/io/micronaut/security/session/SessionAuthenticationFetcher.java +++ b/security-session/src/main/java/io/micronaut/security/session/SessionAuthenticationFetcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.session; import io.micronaut.http.HttpRequest; diff --git a/security-session/src/main/java/io/micronaut/security/session/SessionLoginHandler.java b/security-session/src/main/java/io/micronaut/security/session/SessionLoginHandler.java index 7e1dd673266..70fc5c2f1b5 100644 --- a/security-session/src/main/java/io/micronaut/security/session/SessionLoginHandler.java +++ b/security-session/src/main/java/io/micronaut/security/session/SessionLoginHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.session; import io.micronaut.http.HttpRequest; diff --git a/security-session/src/main/java/io/micronaut/security/session/SessionLogoutHandler.java b/security-session/src/main/java/io/micronaut/security/session/SessionLogoutHandler.java index 62bf2fad4f6..1d90b3a5561 100644 --- a/security-session/src/main/java/io/micronaut/security/session/SessionLogoutHandler.java +++ b/security-session/src/main/java/io/micronaut/security/session/SessionLogoutHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.session; import io.micronaut.core.convert.value.MutableConvertibleValues; diff --git a/security-session/src/main/java/io/micronaut/security/session/SessionSecurityFilterOrderProvider.java b/security-session/src/main/java/io/micronaut/security/session/SessionSecurityFilterOrderProvider.java index 56d4242e8f6..27cf227d4d1 100644 --- a/security-session/src/main/java/io/micronaut/security/session/SessionSecurityFilterOrderProvider.java +++ b/security-session/src/main/java/io/micronaut/security/session/SessionSecurityFilterOrderProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.session; import io.micronaut.security.filters.SecurityFilterOrderProvider; diff --git a/security-session/src/main/java/io/micronaut/security/session/SessionSecurityfilterRejectionHandler.java b/security-session/src/main/java/io/micronaut/security/session/SessionSecurityfilterRejectionHandler.java index 5679d9d6cba..5cc4f2b724a 100644 --- a/security-session/src/main/java/io/micronaut/security/session/SessionSecurityfilterRejectionHandler.java +++ b/security-session/src/main/java/io/micronaut/security/session/SessionSecurityfilterRejectionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.session; import io.micronaut.context.annotation.Replaces; diff --git a/security-session/src/main/java/io/micronaut/security/session/package-info.java b/security-session/src/main/java/io/micronaut/security/session/package-info.java index bc0ef2bb1a0..0faa92782e8 100644 --- a/security-session/src/main/java/io/micronaut/security/session/package-info.java +++ b/security-session/src/main/java/io/micronaut/security/session/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes specific to Session-based Authentication within Micronaut. * diff --git a/security-session/src/test/groovy/io/micronaut/docs/security/session/AuthenticationProviderUserPassword.groovy b/security-session/src/test/groovy/io/micronaut/docs/security/session/AuthenticationProviderUserPassword.groovy index 12fbef48e43..f6d9e93c608 100644 --- a/security-session/src/test/groovy/io/micronaut/docs/security/session/AuthenticationProviderUserPassword.groovy +++ b/security-session/src/test/groovy/io/micronaut/docs/security/session/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-session/src/test/groovy/io/micronaut/docs/security/session/HomeController.groovy b/security-session/src/test/groovy/io/micronaut/docs/security/session/HomeController.groovy index 8c065d476ba..84624d19be1 100644 --- a/security-session/src/test/groovy/io/micronaut/docs/security/session/HomeController.groovy +++ b/security-session/src/test/groovy/io/micronaut/docs/security/session/HomeController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-session/src/test/groovy/io/micronaut/docs/security/session/HomePage.groovy b/security-session/src/test/groovy/io/micronaut/docs/security/session/HomePage.groovy index 95537d897cb..ee5512e948b 100644 --- a/security-session/src/test/groovy/io/micronaut/docs/security/session/HomePage.groovy +++ b/security-session/src/test/groovy/io/micronaut/docs/security/session/HomePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginAuthController.groovy b/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginAuthController.groovy index 760f736e0e2..11c12d186e2 100644 --- a/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginAuthController.groovy +++ b/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginAuthController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginForm.groovy b/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginForm.groovy index a490eb7ffd7..45bd590125e 100644 --- a/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginForm.groovy +++ b/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginForm.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.security.session import groovy.transform.CompileStatic diff --git a/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginPage.groovy b/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginPage.groovy index 08b2361b1e0..27123daa792 100644 --- a/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginPage.groovy +++ b/security-session/src/test/groovy/io/micronaut/docs/security/session/LoginPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-session/src/test/groovy/io/micronaut/docs/security/session/SessionAuthenticationSpec.groovy b/security-session/src/test/groovy/io/micronaut/docs/security/session/SessionAuthenticationSpec.groovy index 94929785962..b5b7438bc64 100644 --- a/security-session/src/test/groovy/io/micronaut/docs/security/session/SessionAuthenticationSpec.groovy +++ b/security-session/src/test/groovy/io/micronaut/docs/security/session/SessionAuthenticationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security-session/src/test/groovy/io/micronaut/security/session/ExtendedSessionSecurityfilterRejectionHandler.groovy b/security-session/src/test/groovy/io/micronaut/security/session/ExtendedSessionSecurityfilterRejectionHandler.groovy index ddbf40db8ce..78a43802a22 100644 --- a/security-session/src/test/groovy/io/micronaut/security/session/ExtendedSessionSecurityfilterRejectionHandler.groovy +++ b/security-session/src/test/groovy/io/micronaut/security/session/ExtendedSessionSecurityfilterRejectionHandler.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.session import io.micronaut.context.annotation.Replaces diff --git a/security-session/src/test/groovy/io/micronaut/security/session/RejectionHandlerResolutionSpec.groovy b/security-session/src/test/groovy/io/micronaut/security/session/RejectionHandlerResolutionSpec.groovy index 7e4dcc385d4..04d600171c2 100644 --- a/security-session/src/test/groovy/io/micronaut/security/session/RejectionHandlerResolutionSpec.groovy +++ b/security-session/src/test/groovy/io/micronaut/security/session/RejectionHandlerResolutionSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.session import io.micronaut.context.ApplicationContext diff --git a/security-session/src/test/groovy/io/micronaut/security/session/SecuritySessionBeansWithSecurityDisabledSpec.groovy b/security-session/src/test/groovy/io/micronaut/security/session/SecuritySessionBeansWithSecurityDisabledSpec.groovy index 04a6b318be3..3bfc392b8ca 100644 --- a/security-session/src/test/groovy/io/micronaut/security/session/SecuritySessionBeansWithSecurityDisabledSpec.groovy +++ b/security-session/src/test/groovy/io/micronaut/security/session/SecuritySessionBeansWithSecurityDisabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.session import io.micronaut.context.ApplicationContext diff --git a/security-session/src/test/groovy/io/micronaut/security/session/SecuritySessionBeansWithSecuritySessionDisabledSpec.groovy b/security-session/src/test/groovy/io/micronaut/security/session/SecuritySessionBeansWithSecuritySessionDisabledSpec.groovy index 147de89a406..d76cf4a131c 100644 --- a/security-session/src/test/groovy/io/micronaut/security/session/SecuritySessionBeansWithSecuritySessionDisabledSpec.groovy +++ b/security-session/src/test/groovy/io/micronaut/security/session/SecuritySessionBeansWithSecuritySessionDisabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.session import io.micronaut.context.ApplicationContext diff --git a/security-session/src/test/groovy/io/micronaut/security/session/UnauthorizedTargetUrlSpec.groovy b/security-session/src/test/groovy/io/micronaut/security/session/UnauthorizedTargetUrlSpec.groovy index 0958dc379ab..8ed5848b4bd 100644 --- a/security-session/src/test/groovy/io/micronaut/security/session/UnauthorizedTargetUrlSpec.groovy +++ b/security-session/src/test/groovy/io/micronaut/security/session/UnauthorizedTargetUrlSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.session import io.micronaut.context.ApplicationContext diff --git a/security-session/src/test/resources/GebConfig.groovy b/security-session/src/test/resources/GebConfig.groovy index 720346520c8..1973be49c47 100644 --- a/security-session/src/test/resources/GebConfig.groovy +++ b/security-session/src/test/resources/GebConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/main/java/io/micronaut/security/annotation/DenyAllAnnotationMapper.java b/security/src/main/java/io/micronaut/security/annotation/DenyAllAnnotationMapper.java index d18b3efb665..a47483e18c7 100644 --- a/security/src/main/java/io/micronaut/security/annotation/DenyAllAnnotationMapper.java +++ b/security/src/main/java/io/micronaut/security/annotation/DenyAllAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.annotation; import io.micronaut.core.annotation.AnnotationValue; diff --git a/security/src/main/java/io/micronaut/security/annotation/PermitAllAnnotationMapper.java b/security/src/main/java/io/micronaut/security/annotation/PermitAllAnnotationMapper.java index 7f17a35120c..4c3a1f0fc07 100644 --- a/security/src/main/java/io/micronaut/security/annotation/PermitAllAnnotationMapper.java +++ b/security/src/main/java/io/micronaut/security/annotation/PermitAllAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.annotation; import io.micronaut.core.annotation.AnnotationValue; diff --git a/security/src/main/java/io/micronaut/security/annotation/RolesAllowedAnnotationMapper.java b/security/src/main/java/io/micronaut/security/annotation/RolesAllowedAnnotationMapper.java index 1852d372898..ef0e1f8397a 100644 --- a/security/src/main/java/io/micronaut/security/annotation/RolesAllowedAnnotationMapper.java +++ b/security/src/main/java/io/micronaut/security/annotation/RolesAllowedAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.annotation; import io.micronaut.core.annotation.AnnotationValue; diff --git a/security/src/main/java/io/micronaut/security/annotation/Secured.java b/security/src/main/java/io/micronaut/security/annotation/Secured.java index 7cd11df9856..c267fbc88ca 100644 --- a/security/src/main/java/io/micronaut/security/annotation/Secured.java +++ b/security/src/main/java/io/micronaut/security/annotation/Secured.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.annotation; import java.lang.annotation.Documented; diff --git a/security/src/main/java/io/micronaut/security/annotation/package-info.java b/security/src/main/java/io/micronaut/security/annotation/package-info.java index d8fca2a9de4..e9283d5104e 100644 --- a/security/src/main/java/io/micronaut/security/annotation/package-info.java +++ b/security/src/main/java/io/micronaut/security/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Annotations for Security. * diff --git a/security/src/main/java/io/micronaut/security/authentication/Authentication.java b/security/src/main/java/io/micronaut/security/authentication/Authentication.java index 2b93cb18020..d0c1be833de 100644 --- a/security/src/main/java/io/micronaut/security/authentication/Authentication.java +++ b/security/src/main/java/io/micronaut/security/authentication/Authentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import java.security.Principal; diff --git a/security/src/main/java/io/micronaut/security/authentication/AuthenticationArgumentBinder.java b/security/src/main/java/io/micronaut/security/authentication/AuthenticationArgumentBinder.java index 97fc73c5bf6..ee2fc495db4 100644 --- a/security/src/main/java/io/micronaut/security/authentication/AuthenticationArgumentBinder.java +++ b/security/src/main/java/io/micronaut/security/authentication/AuthenticationArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import io.micronaut.core.bind.ArgumentBinder; diff --git a/security/src/main/java/io/micronaut/security/authentication/AuthenticationException.java b/security/src/main/java/io/micronaut/security/authentication/AuthenticationException.java index 9074b8aa3b0..d36e3d8b1ab 100644 --- a/security/src/main/java/io/micronaut/security/authentication/AuthenticationException.java +++ b/security/src/main/java/io/micronaut/security/authentication/AuthenticationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; /** diff --git a/security/src/main/java/io/micronaut/security/authentication/AuthenticationExceptionHandler.java b/security/src/main/java/io/micronaut/security/authentication/AuthenticationExceptionHandler.java index d351261c8c9..41a0ff9bca1 100644 --- a/security/src/main/java/io/micronaut/security/authentication/AuthenticationExceptionHandler.java +++ b/security/src/main/java/io/micronaut/security/authentication/AuthenticationExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import io.micronaut.context.annotation.Primary; diff --git a/security/src/main/java/io/micronaut/security/authentication/AuthenticationFailed.java b/security/src/main/java/io/micronaut/security/authentication/AuthenticationFailed.java index 80bf6ad0232..caa54df3b70 100644 --- a/security/src/main/java/io/micronaut/security/authentication/AuthenticationFailed.java +++ b/security/src/main/java/io/micronaut/security/authentication/AuthenticationFailed.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import java.util.Objects; diff --git a/security/src/main/java/io/micronaut/security/authentication/AuthenticationFailureReason.java b/security/src/main/java/io/micronaut/security/authentication/AuthenticationFailureReason.java index aff5d4517a8..bca245db4d2 100644 --- a/security/src/main/java/io/micronaut/security/authentication/AuthenticationFailureReason.java +++ b/security/src/main/java/io/micronaut/security/authentication/AuthenticationFailureReason.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; /** diff --git a/security/src/main/java/io/micronaut/security/authentication/AuthenticationProvider.java b/security/src/main/java/io/micronaut/security/authentication/AuthenticationProvider.java index a6e83be35c2..f4d73889b38 100644 --- a/security/src/main/java/io/micronaut/security/authentication/AuthenticationProvider.java +++ b/security/src/main/java/io/micronaut/security/authentication/AuthenticationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import org.reactivestreams.Publisher; diff --git a/security/src/main/java/io/micronaut/security/authentication/AuthenticationRequest.java b/security/src/main/java/io/micronaut/security/authentication/AuthenticationRequest.java index 070d07ac3fc..66882e83717 100644 --- a/security/src/main/java/io/micronaut/security/authentication/AuthenticationRequest.java +++ b/security/src/main/java/io/micronaut/security/authentication/AuthenticationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; /** diff --git a/security/src/main/java/io/micronaut/security/authentication/AuthenticationResponse.java b/security/src/main/java/io/micronaut/security/authentication/AuthenticationResponse.java index da7b86dba59..88abcceb6c4 100644 --- a/security/src/main/java/io/micronaut/security/authentication/AuthenticationResponse.java +++ b/security/src/main/java/io/micronaut/security/authentication/AuthenticationResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import java.io.Serializable; diff --git a/security/src/main/java/io/micronaut/security/authentication/AuthenticationUserDetailsAdapter.java b/security/src/main/java/io/micronaut/security/authentication/AuthenticationUserDetailsAdapter.java index 306a8dee1be..e7bc1064d18 100644 --- a/security/src/main/java/io/micronaut/security/authentication/AuthenticationUserDetailsAdapter.java +++ b/security/src/main/java/io/micronaut/security/authentication/AuthenticationUserDetailsAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import javax.annotation.Nullable; diff --git a/security/src/main/java/io/micronaut/security/authentication/Authenticator.java b/security/src/main/java/io/micronaut/security/authentication/Authenticator.java index 0feac41a2c7..067f0f59122 100644 --- a/security/src/main/java/io/micronaut/security/authentication/Authenticator.java +++ b/security/src/main/java/io/micronaut/security/authentication/Authenticator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import io.reactivex.Flowable; diff --git a/security/src/main/java/io/micronaut/security/authentication/DefaultAuthentication.java b/security/src/main/java/io/micronaut/security/authentication/DefaultAuthentication.java index d01d0ee07cf..f82e04c2261 100644 --- a/security/src/main/java/io/micronaut/security/authentication/DefaultAuthentication.java +++ b/security/src/main/java/io/micronaut/security/authentication/DefaultAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/security/src/main/java/io/micronaut/security/authentication/PrincipalArgumentBinder.java b/security/src/main/java/io/micronaut/security/authentication/PrincipalArgumentBinder.java index 257956fb25d..27f4b028f64 100644 --- a/security/src/main/java/io/micronaut/security/authentication/PrincipalArgumentBinder.java +++ b/security/src/main/java/io/micronaut/security/authentication/PrincipalArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import io.micronaut.core.bind.ArgumentBinder; diff --git a/security/src/main/java/io/micronaut/security/authentication/UserDetails.java b/security/src/main/java/io/micronaut/security/authentication/UserDetails.java index c53fa75f402..203a5ea7b2b 100644 --- a/security/src/main/java/io/micronaut/security/authentication/UserDetails.java +++ b/security/src/main/java/io/micronaut/security/authentication/UserDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import java.util.Collection; diff --git a/security/src/main/java/io/micronaut/security/authentication/UsernamePasswordCredentials.java b/security/src/main/java/io/micronaut/security/authentication/UsernamePasswordCredentials.java index 875e567cff9..708d84f4b8f 100644 --- a/security/src/main/java/io/micronaut/security/authentication/UsernamePasswordCredentials.java +++ b/security/src/main/java/io/micronaut/security/authentication/UsernamePasswordCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication; import javax.validation.constraints.NotBlank; diff --git a/security/src/main/java/io/micronaut/security/authentication/jackson/SecurityJacksonModule.java b/security/src/main/java/io/micronaut/security/authentication/jackson/SecurityJacksonModule.java index d7096a33436..aafd9209794 100644 --- a/security/src/main/java/io/micronaut/security/authentication/jackson/SecurityJacksonModule.java +++ b/security/src/main/java/io/micronaut/security/authentication/jackson/SecurityJacksonModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication.jackson; import com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver; diff --git a/security/src/main/java/io/micronaut/security/authentication/package-info.java b/security/src/main/java/io/micronaut/security/authentication/package-info.java index cb71184f4fe..745b1d62b32 100644 --- a/security/src/main/java/io/micronaut/security/authentication/package-info.java +++ b/security/src/main/java/io/micronaut/security/authentication/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut security authentication. * diff --git a/security/src/main/java/io/micronaut/security/authentication/providers/AuthoritiesFetcher.java b/security/src/main/java/io/micronaut/security/authentication/providers/AuthoritiesFetcher.java index 93923b06f34..8db530a27fb 100644 --- a/security/src/main/java/io/micronaut/security/authentication/providers/AuthoritiesFetcher.java +++ b/security/src/main/java/io/micronaut/security/authentication/providers/AuthoritiesFetcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication.providers; import org.reactivestreams.Publisher; diff --git a/security/src/main/java/io/micronaut/security/authentication/providers/DelegatingAuthenticationProvider.java b/security/src/main/java/io/micronaut/security/authentication/providers/DelegatingAuthenticationProvider.java index 3e5d27de30e..5e5a75e3cc4 100644 --- a/security/src/main/java/io/micronaut/security/authentication/providers/DelegatingAuthenticationProvider.java +++ b/security/src/main/java/io/micronaut/security/authentication/providers/DelegatingAuthenticationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication.providers; import io.micronaut.context.annotation.Requires; diff --git a/security/src/main/java/io/micronaut/security/authentication/providers/PasswordEncoder.java b/security/src/main/java/io/micronaut/security/authentication/providers/PasswordEncoder.java index 6122c094f97..c61d78f4102 100644 --- a/security/src/main/java/io/micronaut/security/authentication/providers/PasswordEncoder.java +++ b/security/src/main/java/io/micronaut/security/authentication/providers/PasswordEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication.providers; /** diff --git a/security/src/main/java/io/micronaut/security/authentication/providers/UserFetcher.java b/security/src/main/java/io/micronaut/security/authentication/providers/UserFetcher.java index 0f41e4a2922..6e72b535e63 100644 --- a/security/src/main/java/io/micronaut/security/authentication/providers/UserFetcher.java +++ b/security/src/main/java/io/micronaut/security/authentication/providers/UserFetcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication.providers; import org.reactivestreams.Publisher; diff --git a/security/src/main/java/io/micronaut/security/authentication/providers/UserState.java b/security/src/main/java/io/micronaut/security/authentication/providers/UserState.java index 5536d4e4824..57a0fa9a813 100644 --- a/security/src/main/java/io/micronaut/security/authentication/providers/UserState.java +++ b/security/src/main/java/io/micronaut/security/authentication/providers/UserState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.authentication.providers; /** diff --git a/security/src/main/java/io/micronaut/security/authentication/providers/package-info.java b/security/src/main/java/io/micronaut/security/authentication/providers/package-info.java index d04c4900d97..479046ac563 100644 --- a/security/src/main/java/io/micronaut/security/authentication/providers/package-info.java +++ b/security/src/main/java/io/micronaut/security/authentication/providers/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Security providers. * diff --git a/security/src/main/java/io/micronaut/security/config/InterceptUrlMapConverter.java b/security/src/main/java/io/micronaut/security/config/InterceptUrlMapConverter.java index a3472152881..5e4cfef3cf8 100644 --- a/security/src/main/java/io/micronaut/security/config/InterceptUrlMapConverter.java +++ b/security/src/main/java/io/micronaut/security/config/InterceptUrlMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.config; import io.micronaut.context.exceptions.ConfigurationException; diff --git a/security/src/main/java/io/micronaut/security/config/InterceptUrlMapPattern.java b/security/src/main/java/io/micronaut/security/config/InterceptUrlMapPattern.java index ccbe821670e..158e5f3df6c 100644 --- a/security/src/main/java/io/micronaut/security/config/InterceptUrlMapPattern.java +++ b/security/src/main/java/io/micronaut/security/config/InterceptUrlMapPattern.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.config; import io.micronaut.http.HttpMethod; diff --git a/security/src/main/java/io/micronaut/security/config/SecurityConfiguration.java b/security/src/main/java/io/micronaut/security/config/SecurityConfiguration.java index aacdb00562d..7c79404ad56 100644 --- a/security/src/main/java/io/micronaut/security/config/SecurityConfiguration.java +++ b/security/src/main/java/io/micronaut/security/config/SecurityConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.config; import io.micronaut.core.util.Toggleable; diff --git a/security/src/main/java/io/micronaut/security/config/SecurityConfigurationProperties.java b/security/src/main/java/io/micronaut/security/config/SecurityConfigurationProperties.java index aa8f0fcfd6d..5b4a6ed4e6e 100644 --- a/security/src/main/java/io/micronaut/security/config/SecurityConfigurationProperties.java +++ b/security/src/main/java/io/micronaut/security/config/SecurityConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.config; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security/src/main/java/io/micronaut/security/config/package-info.java b/security/src/main/java/io/micronaut/security/config/package-info.java index f327669d052..f54d724470a 100644 --- a/security/src/main/java/io/micronaut/security/config/package-info.java +++ b/security/src/main/java/io/micronaut/security/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Security configuration. * diff --git a/security/src/main/java/io/micronaut/security/endpoints/LoginController.java b/security/src/main/java/io/micronaut/security/endpoints/LoginController.java index c676e2336a3..7797ab1a867 100644 --- a/security/src/main/java/io/micronaut/security/endpoints/LoginController.java +++ b/security/src/main/java/io/micronaut/security/endpoints/LoginController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.endpoints; import io.micronaut.context.annotation.Requires; diff --git a/security/src/main/java/io/micronaut/security/endpoints/LoginControllerConfiguration.java b/security/src/main/java/io/micronaut/security/endpoints/LoginControllerConfiguration.java index f51b89841af..afe91c8f11a 100644 --- a/security/src/main/java/io/micronaut/security/endpoints/LoginControllerConfiguration.java +++ b/security/src/main/java/io/micronaut/security/endpoints/LoginControllerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.endpoints; import io.micronaut.core.util.Toggleable; diff --git a/security/src/main/java/io/micronaut/security/endpoints/LoginControllerConfigurationProperties.java b/security/src/main/java/io/micronaut/security/endpoints/LoginControllerConfigurationProperties.java index 6dbb61d1ecf..b9db5521b9b 100644 --- a/security/src/main/java/io/micronaut/security/endpoints/LoginControllerConfigurationProperties.java +++ b/security/src/main/java/io/micronaut/security/endpoints/LoginControllerConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.endpoints; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security/src/main/java/io/micronaut/security/endpoints/LogoutController.java b/security/src/main/java/io/micronaut/security/endpoints/LogoutController.java index b09dce9b459..245521533c8 100644 --- a/security/src/main/java/io/micronaut/security/endpoints/LogoutController.java +++ b/security/src/main/java/io/micronaut/security/endpoints/LogoutController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.endpoints; import io.micronaut.context.annotation.Requires; diff --git a/security/src/main/java/io/micronaut/security/endpoints/LogoutControllerConfiguration.java b/security/src/main/java/io/micronaut/security/endpoints/LogoutControllerConfiguration.java index 77cf139c2f7..82bff0d890e 100644 --- a/security/src/main/java/io/micronaut/security/endpoints/LogoutControllerConfiguration.java +++ b/security/src/main/java/io/micronaut/security/endpoints/LogoutControllerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.endpoints; import io.micronaut.core.util.Toggleable; diff --git a/security/src/main/java/io/micronaut/security/endpoints/LogoutControllerConfigurationProperties.java b/security/src/main/java/io/micronaut/security/endpoints/LogoutControllerConfigurationProperties.java index e12e38b11bc..a6d774227e4 100644 --- a/security/src/main/java/io/micronaut/security/endpoints/LogoutControllerConfigurationProperties.java +++ b/security/src/main/java/io/micronaut/security/endpoints/LogoutControllerConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.endpoints; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security/src/main/java/io/micronaut/security/endpoints/package-info.java b/security/src/main/java/io/micronaut/security/endpoints/package-info.java index 45921e47074..c69382cf536 100644 --- a/security/src/main/java/io/micronaut/security/endpoints/package-info.java +++ b/security/src/main/java/io/micronaut/security/endpoints/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Security login and logout endpoints. * diff --git a/security/src/main/java/io/micronaut/security/event/LoginFailedEvent.java b/security/src/main/java/io/micronaut/security/event/LoginFailedEvent.java index 46aad0b7878..5de6ee7ce32 100644 --- a/security/src/main/java/io/micronaut/security/event/LoginFailedEvent.java +++ b/security/src/main/java/io/micronaut/security/event/LoginFailedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/security/src/main/java/io/micronaut/security/event/LoginSuccessfulEvent.java b/security/src/main/java/io/micronaut/security/event/LoginSuccessfulEvent.java index f104b491603..ad3fed29b88 100644 --- a/security/src/main/java/io/micronaut/security/event/LoginSuccessfulEvent.java +++ b/security/src/main/java/io/micronaut/security/event/LoginSuccessfulEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/security/src/main/java/io/micronaut/security/event/LogoutEvent.java b/security/src/main/java/io/micronaut/security/event/LogoutEvent.java index a81b7462fa2..7b79f0b5b19 100644 --- a/security/src/main/java/io/micronaut/security/event/LogoutEvent.java +++ b/security/src/main/java/io/micronaut/security/event/LogoutEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/security/src/main/java/io/micronaut/security/event/TokenValidatedEvent.java b/security/src/main/java/io/micronaut/security/event/TokenValidatedEvent.java index 37ddfd4f9db..3601c5ad194 100644 --- a/security/src/main/java/io/micronaut/security/event/TokenValidatedEvent.java +++ b/security/src/main/java/io/micronaut/security/event/TokenValidatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/security/src/main/java/io/micronaut/security/event/package-info.java b/security/src/main/java/io/micronaut/security/event/package-info.java index 0a08ae1be82..be67228bbc2 100644 --- a/security/src/main/java/io/micronaut/security/event/package-info.java +++ b/security/src/main/java/io/micronaut/security/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Login failure and success events. * diff --git a/security/src/main/java/io/micronaut/security/filters/AuthenticationFetcher.java b/security/src/main/java/io/micronaut/security/filters/AuthenticationFetcher.java index b0a2b812690..9cdc2766cdc 100644 --- a/security/src/main/java/io/micronaut/security/filters/AuthenticationFetcher.java +++ b/security/src/main/java/io/micronaut/security/filters/AuthenticationFetcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.filters; import io.micronaut.core.order.Ordered; diff --git a/security/src/main/java/io/micronaut/security/filters/SecurityFilter.java b/security/src/main/java/io/micronaut/security/filters/SecurityFilter.java index 0b723c2610d..39de55f859e 100644 --- a/security/src/main/java/io/micronaut/security/filters/SecurityFilter.java +++ b/security/src/main/java/io/micronaut/security/filters/SecurityFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.filters; import io.micronaut.http.HttpAttributes; diff --git a/security/src/main/java/io/micronaut/security/filters/SecurityFilterOrderProvider.java b/security/src/main/java/io/micronaut/security/filters/SecurityFilterOrderProvider.java index a4e7b02d037..01f4ae47793 100644 --- a/security/src/main/java/io/micronaut/security/filters/SecurityFilterOrderProvider.java +++ b/security/src/main/java/io/micronaut/security/filters/SecurityFilterOrderProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.filters; import io.micronaut.http.filter.FilterOrderProvider; diff --git a/security/src/main/java/io/micronaut/security/filters/package-info.java b/security/src/main/java/io/micronaut/security/filters/package-info.java index ea5e7801dfa..4aae9aa1631 100644 --- a/security/src/main/java/io/micronaut/security/filters/package-info.java +++ b/security/src/main/java/io/micronaut/security/filters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Security and authentication filters. * diff --git a/security/src/main/java/io/micronaut/security/handlers/ForbiddenRejectionUriProvider.java b/security/src/main/java/io/micronaut/security/handlers/ForbiddenRejectionUriProvider.java index a6e8cb92806..8a1b35abd9c 100644 --- a/security/src/main/java/io/micronaut/security/handlers/ForbiddenRejectionUriProvider.java +++ b/security/src/main/java/io/micronaut/security/handlers/ForbiddenRejectionUriProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.handlers; import io.micronaut.http.HttpRequest; diff --git a/security/src/main/java/io/micronaut/security/handlers/HttpStatusCodeRejectionHandler.java b/security/src/main/java/io/micronaut/security/handlers/HttpStatusCodeRejectionHandler.java index d75d4457d02..ee1df6b87e5 100644 --- a/security/src/main/java/io/micronaut/security/handlers/HttpStatusCodeRejectionHandler.java +++ b/security/src/main/java/io/micronaut/security/handlers/HttpStatusCodeRejectionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.handlers; import io.micronaut.context.annotation.Primary; diff --git a/security/src/main/java/io/micronaut/security/handlers/LoginHandler.java b/security/src/main/java/io/micronaut/security/handlers/LoginHandler.java index 1039df88ab4..82fbbe42d6a 100644 --- a/security/src/main/java/io/micronaut/security/handlers/LoginHandler.java +++ b/security/src/main/java/io/micronaut/security/handlers/LoginHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.handlers; import io.micronaut.http.HttpRequest; diff --git a/security/src/main/java/io/micronaut/security/handlers/LogoutHandler.java b/security/src/main/java/io/micronaut/security/handlers/LogoutHandler.java index 7f63e08d7b6..bdbfab07e4d 100644 --- a/security/src/main/java/io/micronaut/security/handlers/LogoutHandler.java +++ b/security/src/main/java/io/micronaut/security/handlers/LogoutHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.handlers; import io.micronaut.http.HttpRequest; diff --git a/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandler.java b/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandler.java index 4b6bbcb70c4..b9cbbc140b4 100644 --- a/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandler.java +++ b/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * @author Sergio del Amo * @since 1.0 diff --git a/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandlerConfiguration.java b/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandlerConfiguration.java index 3cf94cb2b84..2d09254232a 100644 --- a/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandlerConfiguration.java +++ b/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandlerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.handlers; import io.micronaut.core.util.Toggleable; diff --git a/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandlerConfigurationProperties.java b/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandlerConfigurationProperties.java index 4e0bcca7a74..897b5d704b6 100644 --- a/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandlerConfigurationProperties.java +++ b/security/src/main/java/io/micronaut/security/handlers/RedirectRejectionHandlerConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.handlers; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security/src/main/java/io/micronaut/security/handlers/RejectionHandler.java b/security/src/main/java/io/micronaut/security/handlers/RejectionHandler.java index 1de063c650a..4bd5b27bb1f 100644 --- a/security/src/main/java/io/micronaut/security/handlers/RejectionHandler.java +++ b/security/src/main/java/io/micronaut/security/handlers/RejectionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.handlers; import io.micronaut.http.HttpRequest; diff --git a/security/src/main/java/io/micronaut/security/handlers/UnauthorizedRejectionUriProvider.java b/security/src/main/java/io/micronaut/security/handlers/UnauthorizedRejectionUriProvider.java index 296e3f714df..62b01e5f2df 100644 --- a/security/src/main/java/io/micronaut/security/handlers/UnauthorizedRejectionUriProvider.java +++ b/security/src/main/java/io/micronaut/security/handlers/UnauthorizedRejectionUriProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.handlers; import io.micronaut.http.HttpRequest; diff --git a/security/src/main/java/io/micronaut/security/handlers/package-info.java b/security/src/main/java/io/micronaut/security/handlers/package-info.java index 024b1182c80..10f05d440e2 100644 --- a/security/src/main/java/io/micronaut/security/handlers/package-info.java +++ b/security/src/main/java/io/micronaut/security/handlers/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Security handlers. * diff --git a/security/src/main/java/io/micronaut/security/package-info.java b/security/src/main/java/io/micronaut/security/package-info.java index f7eb6f96ebc..8635443bc3e 100644 --- a/security/src/main/java/io/micronaut/security/package-info.java +++ b/security/src/main/java/io/micronaut/security/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes specific to security capabilities within Micronaut. * diff --git a/security/src/main/java/io/micronaut/security/rules/AbstractSecurityRule.java b/security/src/main/java/io/micronaut/security/rules/AbstractSecurityRule.java index 335d2bfa102..e47e49bd227 100644 --- a/security/src/main/java/io/micronaut/security/rules/AbstractSecurityRule.java +++ b/security/src/main/java/io/micronaut/security/rules/AbstractSecurityRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.rules; import io.micronaut.security.token.config.TokenConfiguration; diff --git a/security/src/main/java/io/micronaut/security/rules/ConfigurationInterceptUrlMapRule.java b/security/src/main/java/io/micronaut/security/rules/ConfigurationInterceptUrlMapRule.java index e24e45feecf..0db35bd3994 100644 --- a/security/src/main/java/io/micronaut/security/rules/ConfigurationInterceptUrlMapRule.java +++ b/security/src/main/java/io/micronaut/security/rules/ConfigurationInterceptUrlMapRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.rules; import io.micronaut.security.config.InterceptUrlMapPattern; diff --git a/security/src/main/java/io/micronaut/security/rules/InterceptUrlMapRule.java b/security/src/main/java/io/micronaut/security/rules/InterceptUrlMapRule.java index 1504bba9c64..6f56a596ba6 100644 --- a/security/src/main/java/io/micronaut/security/rules/InterceptUrlMapRule.java +++ b/security/src/main/java/io/micronaut/security/rules/InterceptUrlMapRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.rules; import io.micronaut.core.util.AntPathMatcher; diff --git a/security/src/main/java/io/micronaut/security/rules/IpPatternsRule.java b/security/src/main/java/io/micronaut/security/rules/IpPatternsRule.java index 62a7b199c86..0d9cf5b7177 100644 --- a/security/src/main/java/io/micronaut/security/rules/IpPatternsRule.java +++ b/security/src/main/java/io/micronaut/security/rules/IpPatternsRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.rules; import io.micronaut.http.HttpRequest; diff --git a/security/src/main/java/io/micronaut/security/rules/SecuredAnnotationRule.java b/security/src/main/java/io/micronaut/security/rules/SecuredAnnotationRule.java index 22d8618889d..38f34e2ac00 100644 --- a/security/src/main/java/io/micronaut/security/rules/SecuredAnnotationRule.java +++ b/security/src/main/java/io/micronaut/security/rules/SecuredAnnotationRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.rules; import io.micronaut.http.HttpRequest; diff --git a/security/src/main/java/io/micronaut/security/rules/SecurityRule.java b/security/src/main/java/io/micronaut/security/rules/SecurityRule.java index d0d6a4da60f..9910a910f72 100644 --- a/security/src/main/java/io/micronaut/security/rules/SecurityRule.java +++ b/security/src/main/java/io/micronaut/security/rules/SecurityRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.rules; import io.micronaut.core.order.Ordered; diff --git a/security/src/main/java/io/micronaut/security/rules/SecurityRuleResult.java b/security/src/main/java/io/micronaut/security/rules/SecurityRuleResult.java index f5527f56089..36386be5683 100644 --- a/security/src/main/java/io/micronaut/security/rules/SecurityRuleResult.java +++ b/security/src/main/java/io/micronaut/security/rules/SecurityRuleResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.rules; /** diff --git a/security/src/main/java/io/micronaut/security/rules/SensitiveEndpointRule.java b/security/src/main/java/io/micronaut/security/rules/SensitiveEndpointRule.java index 50253d5f321..e69557b60da 100644 --- a/security/src/main/java/io/micronaut/security/rules/SensitiveEndpointRule.java +++ b/security/src/main/java/io/micronaut/security/rules/SensitiveEndpointRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.rules; import io.micronaut.http.HttpRequest; diff --git a/security/src/main/java/io/micronaut/security/rules/package-info.java b/security/src/main/java/io/micronaut/security/rules/package-info.java index fa1304e0b44..1caeef568a7 100644 --- a/security/src/main/java/io/micronaut/security/rules/package-info.java +++ b/security/src/main/java/io/micronaut/security/rules/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Security rules pertaining to roles and ip. * diff --git a/security/src/main/java/io/micronaut/security/token/TokenAuthenticationFetcher.java b/security/src/main/java/io/micronaut/security/token/TokenAuthenticationFetcher.java index 07340017098..22c71fec5b5 100644 --- a/security/src/main/java/io/micronaut/security/token/TokenAuthenticationFetcher.java +++ b/security/src/main/java/io/micronaut/security/token/TokenAuthenticationFetcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token; import io.micronaut.context.event.ApplicationEventPublisher; diff --git a/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReader.java b/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReader.java index e84e18f96f9..5bb4fbde6fc 100644 --- a/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReader.java +++ b/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.basicauth; import io.micronaut.context.annotation.Requires; diff --git a/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReaderConfiguration.java b/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReaderConfiguration.java index 89557df94f1..fe3711f0594 100644 --- a/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReaderConfiguration.java +++ b/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReaderConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.basicauth; import io.micronaut.core.util.Toggleable; diff --git a/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReaderConfigurationProperties.java b/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReaderConfigurationProperties.java index 13475794073..5c000d2f2d0 100644 --- a/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReaderConfigurationProperties.java +++ b/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenReaderConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.basicauth; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenValidator.java b/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenValidator.java index fd2b2b9730a..5a36ee5ae55 100644 --- a/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenValidator.java +++ b/security/src/main/java/io/micronaut/security/token/basicauth/BasicAuthTokenValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.basicauth; import io.micronaut.context.annotation.Requires; diff --git a/security/src/main/java/io/micronaut/security/token/basicauth/package-info.java b/security/src/main/java/io/micronaut/security/token/basicauth/package-info.java index 25eea160920..9267078b2f1 100644 --- a/security/src/main/java/io/micronaut/security/token/basicauth/package-info.java +++ b/security/src/main/java/io/micronaut/security/token/basicauth/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Basic security authentication. * diff --git a/security/src/main/java/io/micronaut/security/token/config/TokenConfiguration.java b/security/src/main/java/io/micronaut/security/token/config/TokenConfiguration.java index 5a73a78dcc5..a91ffe37a89 100644 --- a/security/src/main/java/io/micronaut/security/token/config/TokenConfiguration.java +++ b/security/src/main/java/io/micronaut/security/token/config/TokenConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.config; import io.micronaut.core.util.Toggleable; diff --git a/security/src/main/java/io/micronaut/security/token/config/TokenConfigurationProperties.java b/security/src/main/java/io/micronaut/security/token/config/TokenConfigurationProperties.java index bd4d2caae0b..f2fed97142c 100644 --- a/security/src/main/java/io/micronaut/security/token/config/TokenConfigurationProperties.java +++ b/security/src/main/java/io/micronaut/security/token/config/TokenConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.config; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security/src/main/java/io/micronaut/security/token/config/package-info.java b/security/src/main/java/io/micronaut/security/token/config/package-info.java index 028b88fddb3..a649bcd56e2 100644 --- a/security/src/main/java/io/micronaut/security/token/config/package-info.java +++ b/security/src/main/java/io/micronaut/security/token/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Security token configuration. * diff --git a/security/src/main/java/io/micronaut/security/token/generator/TokenGenerator.java b/security/src/main/java/io/micronaut/security/token/generator/TokenGenerator.java index 04cc70e47ae..48143a50023 100644 --- a/security/src/main/java/io/micronaut/security/token/generator/TokenGenerator.java +++ b/security/src/main/java/io/micronaut/security/token/generator/TokenGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.generator; import io.micronaut.security.authentication.UserDetails; diff --git a/security/src/main/java/io/micronaut/security/token/generator/package-info.java b/security/src/main/java/io/micronaut/security/token/generator/package-info.java index 901e71580d8..0c6d3fa42a0 100644 --- a/security/src/main/java/io/micronaut/security/token/generator/package-info.java +++ b/security/src/main/java/io/micronaut/security/token/generator/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Security token generator. * diff --git a/security/src/main/java/io/micronaut/security/token/package-info.java b/security/src/main/java/io/micronaut/security/token/package-info.java index 8289ac02798..8ea76293fb3 100644 --- a/security/src/main/java/io/micronaut/security/token/package-info.java +++ b/security/src/main/java/io/micronaut/security/token/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Token authentication. * diff --git a/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationConfiguration.java b/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationConfiguration.java index eedfd2232bf..181d48a239b 100644 --- a/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationConfiguration.java +++ b/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.propagation; import io.micronaut.core.util.Toggleable; diff --git a/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationConfigurationProperties.java b/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationConfigurationProperties.java index 62c6a543081..215a62ece37 100644 --- a/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationConfigurationProperties.java +++ b/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.propagation; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationHttpClientFilter.java b/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationHttpClientFilter.java index b0a2635f517..1fbd7e9a35b 100644 --- a/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationHttpClientFilter.java +++ b/security/src/main/java/io/micronaut/security/token/propagation/TokenPropagationHttpClientFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.propagation; import io.micronaut.context.annotation.Requires; diff --git a/security/src/main/java/io/micronaut/security/token/propagation/package-info.java b/security/src/main/java/io/micronaut/security/token/propagation/package-info.java index 973688259d2..0e60b6d2777 100644 --- a/security/src/main/java/io/micronaut/security/token/propagation/package-info.java +++ b/security/src/main/java/io/micronaut/security/token/propagation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Support classes for JWT propagation. * diff --git a/security/src/main/java/io/micronaut/security/token/reader/DefaultTokenResolver.java b/security/src/main/java/io/micronaut/security/token/reader/DefaultTokenResolver.java index 3253ba90bfb..406197b852d 100644 --- a/security/src/main/java/io/micronaut/security/token/reader/DefaultTokenResolver.java +++ b/security/src/main/java/io/micronaut/security/token/reader/DefaultTokenResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.reader; import io.micronaut.http.HttpRequest; diff --git a/security/src/main/java/io/micronaut/security/token/reader/HttpHeaderTokenReader.java b/security/src/main/java/io/micronaut/security/token/reader/HttpHeaderTokenReader.java index ad478f2b486..2225eeee2d2 100644 --- a/security/src/main/java/io/micronaut/security/token/reader/HttpHeaderTokenReader.java +++ b/security/src/main/java/io/micronaut/security/token/reader/HttpHeaderTokenReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.reader; import io.micronaut.http.HttpHeaders; diff --git a/security/src/main/java/io/micronaut/security/token/reader/TokenReader.java b/security/src/main/java/io/micronaut/security/token/reader/TokenReader.java index c3a97dcaea5..04705a1f88d 100644 --- a/security/src/main/java/io/micronaut/security/token/reader/TokenReader.java +++ b/security/src/main/java/io/micronaut/security/token/reader/TokenReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.reader; import io.micronaut.core.order.Ordered; diff --git a/security/src/main/java/io/micronaut/security/token/reader/TokenResolver.java b/security/src/main/java/io/micronaut/security/token/reader/TokenResolver.java index 074c1f00ebc..3307ccf1649 100644 --- a/security/src/main/java/io/micronaut/security/token/reader/TokenResolver.java +++ b/security/src/main/java/io/micronaut/security/token/reader/TokenResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.reader; import io.micronaut.http.HttpRequest; diff --git a/security/src/main/java/io/micronaut/security/token/reader/package-info.java b/security/src/main/java/io/micronaut/security/token/reader/package-info.java index d7c3d8668ba..5146652bbea 100644 --- a/security/src/main/java/io/micronaut/security/token/reader/package-info.java +++ b/security/src/main/java/io/micronaut/security/token/reader/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Security token reader. * diff --git a/security/src/main/java/io/micronaut/security/token/validator/TokenValidator.java b/security/src/main/java/io/micronaut/security/token/validator/TokenValidator.java index e3da590c71e..f7d0a450ce1 100644 --- a/security/src/main/java/io/micronaut/security/token/validator/TokenValidator.java +++ b/security/src/main/java/io/micronaut/security/token/validator/TokenValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.validator; import io.micronaut.core.order.Ordered; diff --git a/security/src/main/java/io/micronaut/security/token/validator/package-info.java b/security/src/main/java/io/micronaut/security/token/validator/package-info.java index 3b9df12b833..58bc4dc0ee3 100644 --- a/security/src/main/java/io/micronaut/security/token/validator/package-info.java +++ b/security/src/main/java/io/micronaut/security/token/validator/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Security token validator. * diff --git a/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriter.java b/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriter.java index fe53996f58a..1c3462e393c 100644 --- a/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriter.java +++ b/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.writer; import io.micronaut.context.annotation.Requires; diff --git a/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriterConfiguration.java b/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriterConfiguration.java index 3f1fef0489a..f31a4c3a50b 100644 --- a/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriterConfiguration.java +++ b/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriterConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.writer; import io.micronaut.core.util.Toggleable; diff --git a/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriterConfigurationProperties.java b/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriterConfigurationProperties.java index 4ffdb688c30..6a4d553396c 100644 --- a/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriterConfigurationProperties.java +++ b/security/src/main/java/io/micronaut/security/token/writer/HttpHeaderTokenWriterConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.writer; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/security/src/main/java/io/micronaut/security/token/writer/TokenWriter.java b/security/src/main/java/io/micronaut/security/token/writer/TokenWriter.java index eb5731ffa69..ed95db47bf2 100644 --- a/security/src/main/java/io/micronaut/security/token/writer/TokenWriter.java +++ b/security/src/main/java/io/micronaut/security/token/writer/TokenWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.token.writer; import io.micronaut.http.MutableHttpRequest; diff --git a/security/src/main/java/io/micronaut/security/utils/DefaultSecurityService.java b/security/src/main/java/io/micronaut/security/utils/DefaultSecurityService.java index 61d7dfb5ef9..c4f5949f999 100644 --- a/security/src/main/java/io/micronaut/security/utils/DefaultSecurityService.java +++ b/security/src/main/java/io/micronaut/security/utils/DefaultSecurityService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.utils; import io.micronaut.http.context.ServerRequestContext; diff --git a/security/src/main/java/io/micronaut/security/utils/SecurityService.java b/security/src/main/java/io/micronaut/security/utils/SecurityService.java index eb8ac0481bc..0c8a2015201 100644 --- a/security/src/main/java/io/micronaut/security/utils/SecurityService.java +++ b/security/src/main/java/io/micronaut/security/utils/SecurityService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.security.utils; import io.micronaut.security.authentication.Authentication; diff --git a/security/src/test/groovy/io/micronaut/docs/security/authentication/AuthenticationProviderUserPassword.groovy b/security/src/test/groovy/io/micronaut/docs/security/authentication/AuthenticationProviderUserPassword.groovy index ab6fd70c746..440d76223d8 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/authentication/AuthenticationProviderUserPassword.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/authentication/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/authentication/UserController.groovy b/security/src/test/groovy/io/micronaut/docs/security/authentication/UserController.groovy index d17f77e73e5..d1fde5805a2 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/authentication/UserController.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/authentication/UserController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.security.authentication; // Although this is a Groovy file this is written as close to Java as possible to embedded in the docs diff --git a/security/src/test/groovy/io/micronaut/docs/security/authentication/UserControllerSpec.groovy b/security/src/test/groovy/io/micronaut/docs/security/authentication/UserControllerSpec.groovy index 35152e194db..64c80e00082 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/authentication/UserControllerSpec.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/authentication/UserControllerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.security.authentication import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/docs/security/principalparam/AuthenticationProviderUserPassword.groovy b/security/src/test/groovy/io/micronaut/docs/security/principalparam/AuthenticationProviderUserPassword.groovy index f0d50acaf2f..8e0ca4dc6be 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/principalparam/AuthenticationProviderUserPassword.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/principalparam/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/principalparam/UserController.groovy b/security/src/test/groovy/io/micronaut/docs/security/principalparam/UserController.groovy index 9b8dc1089a5..d5b8b977ac9 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/principalparam/UserController.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/principalparam/UserController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.security.principalparam; //tag::imports[] diff --git a/security/src/test/groovy/io/micronaut/docs/security/principalparam/UserControllerSpec.groovy b/security/src/test/groovy/io/micronaut/docs/security/principalparam/UserControllerSpec.groovy index 2f3e33cad76..df65124ffb7 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/principalparam/UserControllerSpec.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/principalparam/UserControllerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.security.principalparam import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/IpPatternSpec.groovy b/security/src/test/groovy/io/micronaut/docs/security/securityRule/IpPatternSpec.groovy index 40a442a5ef2..cbf066be3b7 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/IpPatternSpec.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/IpPatternSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/builtinendpoints/AuthenticationProviderUserPassword.groovy b/security/src/test/groovy/io/micronaut/docs/security/securityRule/builtinendpoints/AuthenticationProviderUserPassword.groovy index 8c0dae2a2bd..c9fc16514a3 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/builtinendpoints/AuthenticationProviderUserPassword.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/builtinendpoints/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/builtinendpoints/BuiltInEndpointsSpec.groovy b/security/src/test/groovy/io/micronaut/docs/security/securityRule/builtinendpoints/BuiltInEndpointsSpec.groovy index 8017320aadb..50c89600a09 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/builtinendpoints/BuiltInEndpointsSpec.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/builtinendpoints/BuiltInEndpointsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/AuthenticationProviderUserPassword.groovy b/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/AuthenticationProviderUserPassword.groovy index 9bc2fc3bb71..c4b0c2c1ab0 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/AuthenticationProviderUserPassword.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/BookController.groovy b/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/BookController.groovy index d1729f1cbf1..55f01150a50 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/BookController.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/BookController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/InterceptUrlMapSpec.groovy b/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/InterceptUrlMapSpec.groovy index 2408b17c58b..8661dfb749d 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/InterceptUrlMapSpec.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/intercepturlmap/InterceptUrlMapSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/AuthenticationProviderUserPassword.groovy b/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/AuthenticationProviderUserPassword.groovy index bdcffde2fed..c14f3f94ff3 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/AuthenticationProviderUserPassword.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/ExampleController.java b/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/ExampleController.java index 3d27bffaa45..dba3f399795 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/ExampleController.java +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/ExampleController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/PermitAllSpec.groovy b/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/PermitAllSpec.groovy index 4b67bf8c886..88e8634fdf2 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/PermitAllSpec.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/permitall/PermitAllSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/AuthenticationProviderUserPassword.groovy b/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/AuthenticationProviderUserPassword.groovy index e9251106d99..212c5755725 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/AuthenticationProviderUserPassword.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/ExampleController.java b/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/ExampleController.java index 9280a45cedb..7a0d519942f 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/ExampleController.java +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/ExampleController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/SecuredSpec.groovy b/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/SecuredSpec.groovy index 89ddb80e468..5f44c80bf8a 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/SecuredSpec.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/securityRule/secured/SecuredSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/token/basicauth/AuthenticationProviderUserPassword.groovy b/security/src/test/groovy/io/micronaut/docs/security/token/basicauth/AuthenticationProviderUserPassword.groovy index 810285a76f9..bc382fd189e 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/token/basicauth/AuthenticationProviderUserPassword.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/token/basicauth/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/token/basicauth/BasicAuthSpec.groovy b/security/src/test/groovy/io/micronaut/docs/security/token/basicauth/BasicAuthSpec.groovy index a2153ef4787..5ab4dfcc84f 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/token/basicauth/BasicAuthSpec.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/token/basicauth/BasicAuthSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/docs/security/token/propagation/TokenPropagationSpec.groovy b/security/src/test/groovy/io/micronaut/docs/security/token/propagation/TokenPropagationSpec.groovy index eb25d63ace8..a1b6f11fcb9 100644 --- a/security/src/test/groovy/io/micronaut/docs/security/token/propagation/TokenPropagationSpec.groovy +++ b/security/src/test/groovy/io/micronaut/docs/security/token/propagation/TokenPropagationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/HealthSensitivitySpec.groovy b/security/src/test/groovy/io/micronaut/security/HealthSensitivitySpec.groovy index 911f52734b4..67785e4409c 100644 --- a/security/src/test/groovy/io/micronaut/security/HealthSensitivitySpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/HealthSensitivitySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/SecurityDisabledSpec.groovy b/security/src/test/groovy/io/micronaut/security/SecurityDisabledSpec.groovy index ecc76ca363a..2c0b5b1d8f7 100644 --- a/security/src/test/groovy/io/micronaut/security/SecurityDisabledSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/SecurityDisabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/authentication/AuthenticationFailedSpec.groovy b/security/src/test/groovy/io/micronaut/security/authentication/AuthenticationFailedSpec.groovy index 51a459abfd2..aca1e86988a 100644 --- a/security/src/test/groovy/io/micronaut/security/authentication/AuthenticationFailedSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/authentication/AuthenticationFailedSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authentication/AuthenticatorSpec.groovy b/security/src/test/groovy/io/micronaut/security/authentication/AuthenticatorSpec.groovy index 73bc1b2e05d..7bccd144102 100644 --- a/security/src/test/groovy/io/micronaut/security/authentication/AuthenticatorSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/authentication/AuthenticatorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/AnonymousController.groovy b/security/src/test/groovy/io/micronaut/security/authorization/AnonymousController.groovy index 39332239abe..4dae78cdcc0 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/AnonymousController.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/AnonymousController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/AuthorizationSpec.groovy b/security/src/test/groovy/io/micronaut/security/authorization/AuthorizationSpec.groovy index 691e6636bfc..3ad45ff9139 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/AuthorizationSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/AuthorizationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/AuthorizationWithoutInterceptUrlMapSpec.groovy b/security/src/test/groovy/io/micronaut/security/authorization/AuthorizationWithoutInterceptUrlMapSpec.groovy index e11973bb970..82f8cafc845 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/AuthorizationWithoutInterceptUrlMapSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/AuthorizationWithoutInterceptUrlMapSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/NoRuleController.groovy b/security/src/test/groovy/io/micronaut/security/authorization/NoRuleController.groovy index 6b14b63576d..09bca232e73 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/NoRuleController.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/NoRuleController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/NonSensitiveEndpoint.groovy b/security/src/test/groovy/io/micronaut/security/authorization/NonSensitiveEndpoint.groovy index 8897e0e8b50..90578847d90 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/NonSensitiveEndpoint.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/NonSensitiveEndpoint.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/PrincipalArgumentBinderController.groovy b/security/src/test/groovy/io/micronaut/security/authorization/PrincipalArgumentBinderController.groovy index 28c1c51adad..513a392a9a7 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/PrincipalArgumentBinderController.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/PrincipalArgumentBinderController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.authorization import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/authorization/SecuredController.groovy b/security/src/test/groovy/io/micronaut/security/authorization/SecuredController.groovy index 1fb5fe9be2c..41108f528ee 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/SecuredController.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/SecuredController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/SensitiveEndpoint.groovy b/security/src/test/groovy/io/micronaut/security/authorization/SensitiveEndpoint.groovy index 767fdee95df..d144610c416 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/SensitiveEndpoint.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/SensitiveEndpoint.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/SensitiveWithAuthenticationEndpoint.groovy b/security/src/test/groovy/io/micronaut/security/authorization/SensitiveWithAuthenticationEndpoint.groovy index 8bdecb9cd4c..43b044aa821 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/SensitiveWithAuthenticationEndpoint.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/SensitiveWithAuthenticationEndpoint.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/TestingAuthoritiesFetcher.groovy b/security/src/test/groovy/io/micronaut/security/authorization/TestingAuthoritiesFetcher.groovy index d077ae270c1..fef56f27889 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/TestingAuthoritiesFetcher.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/TestingAuthoritiesFetcher.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/TestingPasswordEncoder.groovy b/security/src/test/groovy/io/micronaut/security/authorization/TestingPasswordEncoder.groovy index 3c0ca4ee416..226782fd806 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/TestingPasswordEncoder.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/TestingPasswordEncoder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/TestingUserFetcher.groovy b/security/src/test/groovy/io/micronaut/security/authorization/TestingUserFetcher.groovy index 501041db958..15e95a0c1da 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/TestingUserFetcher.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/TestingUserFetcher.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/authorization/UrlMapController.groovy b/security/src/test/groovy/io/micronaut/security/authorization/UrlMapController.groovy index dd775b9e3f1..39b103b2199 100644 --- a/security/src/test/groovy/io/micronaut/security/authorization/UrlMapController.groovy +++ b/security/src/test/groovy/io/micronaut/security/authorization/UrlMapController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/config/SecurityConfigurationPropertiesSpec.groovy b/security/src/test/groovy/io/micronaut/security/config/SecurityConfigurationPropertiesSpec.groovy index 4acb4303475..a7634209383 100644 --- a/security/src/test/groovy/io/micronaut/security/config/SecurityConfigurationPropertiesSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/config/SecurityConfigurationPropertiesSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/corspreflightrequest/CorsPreflightRequestSpec.groovy b/security/src/test/groovy/io/micronaut/security/corspreflightrequest/CorsPreflightRequestSpec.groovy index c0e820ec716..11d4d5c542d 100644 --- a/security/src/test/groovy/io/micronaut/security/corspreflightrequest/CorsPreflightRequestSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/corspreflightrequest/CorsPreflightRequestSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.corspreflightrequest import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/denyall/AuthenticationProviderUserPassword.groovy b/security/src/test/groovy/io/micronaut/security/denyall/AuthenticationProviderUserPassword.groovy index 3bf1becd1c2..fc9ecfb471a 100644 --- a/security/src/test/groovy/io/micronaut/security/denyall/AuthenticationProviderUserPassword.groovy +++ b/security/src/test/groovy/io/micronaut/security/denyall/AuthenticationProviderUserPassword.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.denyall import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/denyall/BookController.groovy b/security/src/test/groovy/io/micronaut/security/denyall/BookController.groovy index 83b8d4362f8..651f060ad71 100644 --- a/security/src/test/groovy/io/micronaut/security/denyall/BookController.groovy +++ b/security/src/test/groovy/io/micronaut/security/denyall/BookController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.denyall import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/denyall/DenyAllSpec.groovy b/security/src/test/groovy/io/micronaut/security/denyall/DenyAllSpec.groovy index 77e5aa98122..3199c53974d 100644 --- a/security/src/test/groovy/io/micronaut/security/denyall/DenyAllSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/denyall/DenyAllSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.denyall import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerEnabledSpec.groovy b/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerEnabledSpec.groovy index 3e96e4dfe92..5a991ee5da0 100644 --- a/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerEnabledSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.endpoints import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerPathConfigurableSpec.groovy b/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerPathConfigurableSpec.groovy index 8e88a2e357e..5e2443d4f87 100644 --- a/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerPathConfigurableSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerPathConfigurableSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerValidationSpec.groovy b/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerValidationSpec.groovy index 38b9fd6796d..32c6293ea91 100644 --- a/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerValidationSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/endpoints/LoginControllerValidationSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.endpoints import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerAllowedMethodsSpec.groovy b/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerAllowedMethodsSpec.groovy index 76d35b3eead..1edb2cc4752 100644 --- a/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerAllowedMethodsSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerAllowedMethodsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerEnabledSpec.groovy b/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerEnabledSpec.groovy index 198be32cc2f..955ec227aa7 100644 --- a/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerEnabledSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.endpoints import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerPathConfigurableSpec.groovy b/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerPathConfigurableSpec.groovy index 8b735be2ae9..bc5b405a0e0 100644 --- a/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerPathConfigurableSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/endpoints/LogoutControllerPathConfigurableSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/events/EventListenerSpec.groovy b/security/src/test/groovy/io/micronaut/security/events/EventListenerSpec.groovy index 68f373c42fe..2620bf6a719 100644 --- a/security/src/test/groovy/io/micronaut/security/events/EventListenerSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/events/EventListenerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/handlers/CustomAuthenticationProvider.groovy b/security/src/test/groovy/io/micronaut/security/handlers/CustomAuthenticationProvider.groovy index 2013a97ddd7..02511c8789e 100644 --- a/security/src/test/groovy/io/micronaut/security/handlers/CustomAuthenticationProvider.groovy +++ b/security/src/test/groovy/io/micronaut/security/handlers/CustomAuthenticationProvider.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.handlers import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/handlers/CustomForbiddenRejectionUriProvider.groovy b/security/src/test/groovy/io/micronaut/security/handlers/CustomForbiddenRejectionUriProvider.groovy index 6c0adff5a66..f4641ae1f56 100644 --- a/security/src/test/groovy/io/micronaut/security/handlers/CustomForbiddenRejectionUriProvider.groovy +++ b/security/src/test/groovy/io/micronaut/security/handlers/CustomForbiddenRejectionUriProvider.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.handlers import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/handlers/CustomUnauthorizedRejectionUriProvider.groovy b/security/src/test/groovy/io/micronaut/security/handlers/CustomUnauthorizedRejectionUriProvider.groovy index b646cc0d0c7..da81e441bb0 100644 --- a/security/src/test/groovy/io/micronaut/security/handlers/CustomUnauthorizedRejectionUriProvider.groovy +++ b/security/src/test/groovy/io/micronaut/security/handlers/CustomUnauthorizedRejectionUriProvider.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.handlers import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/handlers/HomeController.groovy b/security/src/test/groovy/io/micronaut/security/handlers/HomeController.groovy index ce0baf68122..8840f9d2116 100644 --- a/security/src/test/groovy/io/micronaut/security/handlers/HomeController.groovy +++ b/security/src/test/groovy/io/micronaut/security/handlers/HomeController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.handlers import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/handlers/RedirectRejectionHandlerSpec.groovy b/security/src/test/groovy/io/micronaut/security/handlers/RedirectRejectionHandlerSpec.groovy index 82ed86a9cd8..40062688e69 100644 --- a/security/src/test/groovy/io/micronaut/security/handlers/RedirectRejectionHandlerSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/handlers/RedirectRejectionHandlerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.handlers import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/permitall/BookController.groovy b/security/src/test/groovy/io/micronaut/security/permitall/BookController.groovy index 08dc3c970e6..6ececf1a683 100644 --- a/security/src/test/groovy/io/micronaut/security/permitall/BookController.groovy +++ b/security/src/test/groovy/io/micronaut/security/permitall/BookController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.permitall import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/permitall/LanguagesController.groovy b/security/src/test/groovy/io/micronaut/security/permitall/LanguagesController.groovy index 936271c145b..48e37a3e919 100644 --- a/security/src/test/groovy/io/micronaut/security/permitall/LanguagesController.groovy +++ b/security/src/test/groovy/io/micronaut/security/permitall/LanguagesController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.permitall import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/permitall/PermitAllSpec.groovy b/security/src/test/groovy/io/micronaut/security/permitall/PermitAllSpec.groovy index 3b419e1b384..f5ee039dcc1 100644 --- a/security/src/test/groovy/io/micronaut/security/permitall/PermitAllSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/permitall/PermitAllSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.permitall import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/permitalloverridesrolesallowed/BookController.groovy b/security/src/test/groovy/io/micronaut/security/permitalloverridesrolesallowed/BookController.groovy index aa1cc50d634..5227f93b889 100644 --- a/security/src/test/groovy/io/micronaut/security/permitalloverridesrolesallowed/BookController.groovy +++ b/security/src/test/groovy/io/micronaut/security/permitalloverridesrolesallowed/BookController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.permitalloverridesrolesallowed import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/permitalloverridesrolesallowed/PermitAllOverridesRolesAllowedSpec.groovy b/security/src/test/groovy/io/micronaut/security/permitalloverridesrolesallowed/PermitAllOverridesRolesAllowedSpec.groovy index efed12db1c1..2775a4776ac 100644 --- a/security/src/test/groovy/io/micronaut/security/permitalloverridesrolesallowed/PermitAllOverridesRolesAllowedSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/permitalloverridesrolesallowed/PermitAllOverridesRolesAllowedSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.permitalloverridesrolesallowed import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterDisabledSpec.groovy b/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterDisabledSpec.groovy index e980fa5fee8..df6592c97ae 100644 --- a/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterDisabledSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterDisabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.propagation import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterEnabledSpec.groovy b/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterEnabledSpec.groovy index e9ad26b2cc6..56ae87eb8ee 100644 --- a/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterEnabledSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.propagation import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterPathSpec.groovy b/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterPathSpec.groovy index cee6b1a543b..6fe9afe4563 100644 --- a/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterPathSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterPathSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.propagation import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterSpec.groovy b/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterSpec.groovy index d425c5b93ca..cee8fd67945 100644 --- a/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/propagation/TokenPropagationHttpClientFilterSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.propagation import io.micronaut.http.HttpRequest diff --git a/security/src/test/groovy/io/micronaut/security/rolesallowed/AuthenticationProviderUserPassword.groovy b/security/src/test/groovy/io/micronaut/security/rolesallowed/AuthenticationProviderUserPassword.groovy index 91bd9e6d3f4..95ccc8ea03f 100644 --- a/security/src/test/groovy/io/micronaut/security/rolesallowed/AuthenticationProviderUserPassword.groovy +++ b/security/src/test/groovy/io/micronaut/security/rolesallowed/AuthenticationProviderUserPassword.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.rolesallowed import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/rolesallowed/BookController.groovy b/security/src/test/groovy/io/micronaut/security/rolesallowed/BookController.groovy index ffce324719d..77262848ecb 100644 --- a/security/src/test/groovy/io/micronaut/security/rolesallowed/BookController.groovy +++ b/security/src/test/groovy/io/micronaut/security/rolesallowed/BookController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.rolesallowed import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/rolesallowed/RolesAllowedSpec.groovy b/security/src/test/groovy/io/micronaut/security/rolesallowed/RolesAllowedSpec.groovy index 2f5fe51b498..cd489d00187 100644 --- a/security/src/test/groovy/io/micronaut/security/rolesallowed/RolesAllowedSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/rolesallowed/RolesAllowedSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.rolesallowed import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/rules/ConfigurationInterceptUrlMapRuleSpec.groovy b/security/src/test/groovy/io/micronaut/security/rules/ConfigurationInterceptUrlMapRuleSpec.groovy index 24c6960e763..d5d58ff7089 100644 --- a/security/src/test/groovy/io/micronaut/security/rules/ConfigurationInterceptUrlMapRuleSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/rules/ConfigurationInterceptUrlMapRuleSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/rules/InterceptUrlMapRuleSpec.groovy b/security/src/test/groovy/io/micronaut/security/rules/InterceptUrlMapRuleSpec.groovy index 73c49a1a99b..b5eebd68e2e 100644 --- a/security/src/test/groovy/io/micronaut/security/rules/InterceptUrlMapRuleSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/rules/InterceptUrlMapRuleSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.rules import io.micronaut.http.HttpMethod diff --git a/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/CustomAuthenticationProvider.groovy b/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/CustomAuthenticationProvider.groovy index 7e2e6ffe9e2..fc5fafaa9b8 100644 --- a/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/CustomAuthenticationProvider.groovy +++ b/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/CustomAuthenticationProvider.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/IpAuthorizationApprovedSpec.groovy b/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/IpAuthorizationApprovedSpec.groovy index 682a06f3e8b..083a4ea0266 100644 --- a/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/IpAuthorizationApprovedSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/IpAuthorizationApprovedSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/IpAuthorizationRejectedSpec.groovy b/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/IpAuthorizationRejectedSpec.groovy index 97b02818444..a1bc31fd898 100644 --- a/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/IpAuthorizationRejectedSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/IpAuthorizationRejectedSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/SecuredController.groovy b/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/SecuredController.groovy index 7e75ea49264..8bd4ac26e64 100644 --- a/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/SecuredController.groovy +++ b/security/src/test/groovy/io/micronaut/security/rules/ipPatterns/SecuredController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/rules/sensitive/DefaultEndpoint.groovy b/security/src/test/groovy/io/micronaut/security/rules/sensitive/DefaultEndpoint.groovy index 2c4ed3184e1..480a5f10cf4 100644 --- a/security/src/test/groovy/io/micronaut/security/rules/sensitive/DefaultEndpoint.groovy +++ b/security/src/test/groovy/io/micronaut/security/rules/sensitive/DefaultEndpoint.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/rules/sensitive/EndpointWithPrincipalAndSensitivityOverrideSpec.groovy b/security/src/test/groovy/io/micronaut/security/rules/sensitive/EndpointWithPrincipalAndSensitivityOverrideSpec.groovy index 7ee97873e6b..71113ac50b1 100644 --- a/security/src/test/groovy/io/micronaut/security/rules/sensitive/EndpointWithPrincipalAndSensitivityOverrideSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/rules/sensitive/EndpointWithPrincipalAndSensitivityOverrideSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/rules/sensitive/SensitiveTrueByDefaultSpec.groovy b/security/src/test/groovy/io/micronaut/security/rules/sensitive/SensitiveTrueByDefaultSpec.groovy index e5adb622551..440f9d6c3fd 100644 --- a/security/src/test/groovy/io/micronaut/security/rules/sensitive/SensitiveTrueByDefaultSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/rules/sensitive/SensitiveTrueByDefaultSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/token/basicauth/AuthenticationProviderUserPassword.groovy b/security/src/test/groovy/io/micronaut/security/token/basicauth/AuthenticationProviderUserPassword.groovy index 7ebc44386c6..790fa26b346 100644 --- a/security/src/test/groovy/io/micronaut/security/token/basicauth/AuthenticationProviderUserPassword.groovy +++ b/security/src/test/groovy/io/micronaut/security/token/basicauth/AuthenticationProviderUserPassword.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/token/basicauth/BasicAuthSpec.groovy b/security/src/test/groovy/io/micronaut/security/token/basicauth/BasicAuthSpec.groovy index 403fad332b7..85d1e4630d8 100644 --- a/security/src/test/groovy/io/micronaut/security/token/basicauth/BasicAuthSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/token/basicauth/BasicAuthSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/security/src/test/groovy/io/micronaut/security/token/basicauth/BasicAuthTokenValidatorSpec.groovy b/security/src/test/groovy/io/micronaut/security/token/basicauth/BasicAuthTokenValidatorSpec.groovy index 82fd31cc674..1b78f7588a0 100644 --- a/security/src/test/groovy/io/micronaut/security/token/basicauth/BasicAuthTokenValidatorSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/token/basicauth/BasicAuthTokenValidatorSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.basicauth import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/token/writer/HttpHeaderTokenWriterDisabledSpec.groovy b/security/src/test/groovy/io/micronaut/security/token/writer/HttpHeaderTokenWriterDisabledSpec.groovy index dba7d9ae6d3..43c79b6d867 100644 --- a/security/src/test/groovy/io/micronaut/security/token/writer/HttpHeaderTokenWriterDisabledSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/token/writer/HttpHeaderTokenWriterDisabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.writer import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/token/writer/HttpHeaderTokenWriterEnabledSpec.groovy b/security/src/test/groovy/io/micronaut/security/token/writer/HttpHeaderTokenWriterEnabledSpec.groovy index c8fd4f7801b..25d3e23c304 100644 --- a/security/src/test/groovy/io/micronaut/security/token/writer/HttpHeaderTokenWriterEnabledSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/token/writer/HttpHeaderTokenWriterEnabledSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.token.writer import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/utils/AuthenticationProviderUserPassword.groovy b/security/src/test/groovy/io/micronaut/security/utils/AuthenticationProviderUserPassword.groovy index 07d9f1cd3d8..d336701c2d0 100644 --- a/security/src/test/groovy/io/micronaut/security/utils/AuthenticationProviderUserPassword.groovy +++ b/security/src/test/groovy/io/micronaut/security/utils/AuthenticationProviderUserPassword.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.utils import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/utils/SecurityServiceController.groovy b/security/src/test/groovy/io/micronaut/security/utils/SecurityServiceController.groovy index b5ab7aa7965..82baa031321 100644 --- a/security/src/test/groovy/io/micronaut/security/utils/SecurityServiceController.groovy +++ b/security/src/test/groovy/io/micronaut/security/utils/SecurityServiceController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.utils import io.micronaut.context.annotation.Requires diff --git a/security/src/test/groovy/io/micronaut/security/utils/SecurityServiceSpec.groovy b/security/src/test/groovy/io/micronaut/security/utils/SecurityServiceSpec.groovy index d3869ac3d5b..05c3d535c65 100644 --- a/security/src/test/groovy/io/micronaut/security/utils/SecurityServiceSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/utils/SecurityServiceSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.utils import io.micronaut.context.ApplicationContext diff --git a/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/Message.groovy b/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/Message.groovy index 2c213f2ad93..a582f938638 100644 --- a/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/Message.groovy +++ b/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/Message.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.utils.serverrequestcontextspec import groovy.transform.CompileStatic diff --git a/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/MyController.java b/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/MyController.java index 8cf035a49a7..a7363916ac6 100644 --- a/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/MyController.java +++ b/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/MyController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.utils.serverrequestcontextspec; import io.micronaut.context.annotation.Requires; diff --git a/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/ServerRequestContextReactiveSpec.groovy b/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/ServerRequestContextReactiveSpec.groovy index dc81c326c0a..42b0ea0df8a 100644 --- a/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/ServerRequestContextReactiveSpec.groovy +++ b/security/src/test/groovy/io/micronaut/security/utils/serverrequestcontextspec/ServerRequestContextReactiveSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.security.utils.serverrequestcontextspec import io.micronaut.context.ApplicationContext diff --git a/session/src/main/java/io/micronaut/session/DefaultSessionIdGenerator.java b/session/src/main/java/io/micronaut/session/DefaultSessionIdGenerator.java index 9b5b26276f0..f8882a1118a 100644 --- a/session/src/main/java/io/micronaut/session/DefaultSessionIdGenerator.java +++ b/session/src/main/java/io/micronaut/session/DefaultSessionIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session; import io.micronaut.context.annotation.Primary; diff --git a/session/src/main/java/io/micronaut/session/InMemorySession.java b/session/src/main/java/io/micronaut/session/InMemorySession.java index f476073f071..673382a5c26 100644 --- a/session/src/main/java/io/micronaut/session/InMemorySession.java +++ b/session/src/main/java/io/micronaut/session/InMemorySession.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/session/src/main/java/io/micronaut/session/InMemorySessionStore.java b/session/src/main/java/io/micronaut/session/InMemorySessionStore.java index 6e1763cbc89..9ff012439a9 100644 --- a/session/src/main/java/io/micronaut/session/InMemorySessionStore.java +++ b/session/src/main/java/io/micronaut/session/InMemorySessionStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session; import com.github.benmanes.caffeine.cache.Cache; diff --git a/session/src/main/java/io/micronaut/session/Session.java b/session/src/main/java/io/micronaut/session/Session.java index 2be9bcefb86..9fd57975d86 100644 --- a/session/src/main/java/io/micronaut/session/Session.java +++ b/session/src/main/java/io/micronaut/session/Session.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session; import io.micronaut.core.convert.value.MutableConvertibleValues; diff --git a/session/src/main/java/io/micronaut/session/SessionConfiguration.java b/session/src/main/java/io/micronaut/session/SessionConfiguration.java index fcaa0a3710c..70a7f6a9545 100644 --- a/session/src/main/java/io/micronaut/session/SessionConfiguration.java +++ b/session/src/main/java/io/micronaut/session/SessionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/session/src/main/java/io/micronaut/session/SessionIdGenerator.java b/session/src/main/java/io/micronaut/session/SessionIdGenerator.java index 4924783ea1c..9c05d339c55 100644 --- a/session/src/main/java/io/micronaut/session/SessionIdGenerator.java +++ b/session/src/main/java/io/micronaut/session/SessionIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session; /** diff --git a/session/src/main/java/io/micronaut/session/SessionSettings.java b/session/src/main/java/io/micronaut/session/SessionSettings.java index 883fa41fc80..9f69881328d 100644 --- a/session/src/main/java/io/micronaut/session/SessionSettings.java +++ b/session/src/main/java/io/micronaut/session/SessionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session; /** diff --git a/session/src/main/java/io/micronaut/session/SessionStore.java b/session/src/main/java/io/micronaut/session/SessionStore.java index 2db42931b5b..9d89cd19f75 100644 --- a/session/src/main/java/io/micronaut/session/SessionStore.java +++ b/session/src/main/java/io/micronaut/session/SessionStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session; import io.micronaut.http.HttpRequest; diff --git a/session/src/main/java/io/micronaut/session/annotation/SessionValue.java b/session/src/main/java/io/micronaut/session/annotation/SessionValue.java index 7743654a412..e1e6d7c8759 100644 --- a/session/src/main/java/io/micronaut/session/annotation/SessionValue.java +++ b/session/src/main/java/io/micronaut/session/annotation/SessionValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.annotation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/session/src/main/java/io/micronaut/session/annotation/package-info.java b/session/src/main/java/io/micronaut/session/annotation/package-info.java index 0e4a138db3c..138dc25dc3b 100644 --- a/session/src/main/java/io/micronaut/session/annotation/package-info.java +++ b/session/src/main/java/io/micronaut/session/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut session annotations. * diff --git a/session/src/main/java/io/micronaut/session/binder/OptionalSessionArgumentBinder.java b/session/src/main/java/io/micronaut/session/binder/OptionalSessionArgumentBinder.java index 81d0d7aa330..85cbdf0e556 100644 --- a/session/src/main/java/io/micronaut/session/binder/OptionalSessionArgumentBinder.java +++ b/session/src/main/java/io/micronaut/session/binder/OptionalSessionArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.binder; import io.micronaut.context.annotation.Requires; diff --git a/session/src/main/java/io/micronaut/session/binder/OptionalSessionValueArgumentBinder.java b/session/src/main/java/io/micronaut/session/binder/OptionalSessionValueArgumentBinder.java index c2c2d55d34e..1aab4c2c423 100644 --- a/session/src/main/java/io/micronaut/session/binder/OptionalSessionValueArgumentBinder.java +++ b/session/src/main/java/io/micronaut/session/binder/OptionalSessionValueArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.binder; import io.micronaut.context.annotation.Requires; diff --git a/session/src/main/java/io/micronaut/session/binder/SessionArgumentBinder.java b/session/src/main/java/io/micronaut/session/binder/SessionArgumentBinder.java index 4ee88e80307..5ddbf9a9822 100644 --- a/session/src/main/java/io/micronaut/session/binder/SessionArgumentBinder.java +++ b/session/src/main/java/io/micronaut/session/binder/SessionArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.binder; import io.micronaut.context.annotation.Requires; diff --git a/session/src/main/java/io/micronaut/session/binder/SessionValueArgumentBinder.java b/session/src/main/java/io/micronaut/session/binder/SessionValueArgumentBinder.java index 1b79c5fbe46..5f020686d14 100644 --- a/session/src/main/java/io/micronaut/session/binder/SessionValueArgumentBinder.java +++ b/session/src/main/java/io/micronaut/session/binder/SessionValueArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.binder; import io.micronaut.context.annotation.Requires; diff --git a/session/src/main/java/io/micronaut/session/binder/package-info.java b/session/src/main/java/io/micronaut/session/binder/package-info.java index ed35e08f6b7..66a5b5a0696 100644 --- a/session/src/main/java/io/micronaut/session/binder/package-info.java +++ b/session/src/main/java/io/micronaut/session/binder/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Session argument and value binding. * diff --git a/session/src/main/java/io/micronaut/session/event/AbstractSessionEvent.java b/session/src/main/java/io/micronaut/session/event/AbstractSessionEvent.java index 2587fc01cc9..6715ebe04d8 100644 --- a/session/src/main/java/io/micronaut/session/event/AbstractSessionEvent.java +++ b/session/src/main/java/io/micronaut/session/event/AbstractSessionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/session/src/main/java/io/micronaut/session/event/SessionCreatedEvent.java b/session/src/main/java/io/micronaut/session/event/SessionCreatedEvent.java index cb81b7c4de6..b1c3331f994 100644 --- a/session/src/main/java/io/micronaut/session/event/SessionCreatedEvent.java +++ b/session/src/main/java/io/micronaut/session/event/SessionCreatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.event; import io.micronaut.session.Session; diff --git a/session/src/main/java/io/micronaut/session/event/SessionDeletedEvent.java b/session/src/main/java/io/micronaut/session/event/SessionDeletedEvent.java index 793b06af03d..0cb82e55c5b 100644 --- a/session/src/main/java/io/micronaut/session/event/SessionDeletedEvent.java +++ b/session/src/main/java/io/micronaut/session/event/SessionDeletedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.event; import io.micronaut.session.Session; diff --git a/session/src/main/java/io/micronaut/session/event/SessionDestroyedEvent.java b/session/src/main/java/io/micronaut/session/event/SessionDestroyedEvent.java index 0cd1788be39..698d252f992 100644 --- a/session/src/main/java/io/micronaut/session/event/SessionDestroyedEvent.java +++ b/session/src/main/java/io/micronaut/session/event/SessionDestroyedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.event; import io.micronaut.session.Session; diff --git a/session/src/main/java/io/micronaut/session/event/SessionExpiredEvent.java b/session/src/main/java/io/micronaut/session/event/SessionExpiredEvent.java index 5db915fd934..12e1fa1e0c6 100644 --- a/session/src/main/java/io/micronaut/session/event/SessionExpiredEvent.java +++ b/session/src/main/java/io/micronaut/session/event/SessionExpiredEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.event; import io.micronaut.session.Session; diff --git a/session/src/main/java/io/micronaut/session/event/package-info.java b/session/src/main/java/io/micronaut/session/event/package-info.java index 0404daf35a8..d45ea15df93 100644 --- a/session/src/main/java/io/micronaut/session/event/package-info.java +++ b/session/src/main/java/io/micronaut/session/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Session events that are fired in the lifecycle. * diff --git a/session/src/main/java/io/micronaut/session/http/CookieHttpSessionIdGenerator.java b/session/src/main/java/io/micronaut/session/http/CookieHttpSessionIdGenerator.java index daad08de139..d7f230a9a7e 100644 --- a/session/src/main/java/io/micronaut/session/http/CookieHttpSessionIdGenerator.java +++ b/session/src/main/java/io/micronaut/session/http/CookieHttpSessionIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.http; import io.micronaut.context.annotation.Requires; diff --git a/session/src/main/java/io/micronaut/session/http/CookieHttpSessionStrategy.java b/session/src/main/java/io/micronaut/session/http/CookieHttpSessionStrategy.java index ca7abeabf8a..ffd5cf72b70 100644 --- a/session/src/main/java/io/micronaut/session/http/CookieHttpSessionStrategy.java +++ b/session/src/main/java/io/micronaut/session/http/CookieHttpSessionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.http; import io.micronaut.context.annotation.Requires; diff --git a/session/src/main/java/io/micronaut/session/http/HeadersHttpSessionIdStrategy.java b/session/src/main/java/io/micronaut/session/http/HeadersHttpSessionIdStrategy.java index 6eb7fa5f0f1..5ca9e6e16a1 100644 --- a/session/src/main/java/io/micronaut/session/http/HeadersHttpSessionIdStrategy.java +++ b/session/src/main/java/io/micronaut/session/http/HeadersHttpSessionIdStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.http; import io.micronaut.context.annotation.Requires; diff --git a/session/src/main/java/io/micronaut/session/http/HttpSessionConfiguration.java b/session/src/main/java/io/micronaut/session/http/HttpSessionConfiguration.java index 34b85bc6281..e77f22f806f 100644 --- a/session/src/main/java/io/micronaut/session/http/HttpSessionConfiguration.java +++ b/session/src/main/java/io/micronaut/session/http/HttpSessionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.http; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/session/src/main/java/io/micronaut/session/http/HttpSessionFilter.java b/session/src/main/java/io/micronaut/session/http/HttpSessionFilter.java index 2fff2146ae0..753db2689a1 100644 --- a/session/src/main/java/io/micronaut/session/http/HttpSessionFilter.java +++ b/session/src/main/java/io/micronaut/session/http/HttpSessionFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.http; import io.micronaut.core.async.publisher.Publishers; diff --git a/session/src/main/java/io/micronaut/session/http/HttpSessionIdEncoder.java b/session/src/main/java/io/micronaut/session/http/HttpSessionIdEncoder.java index 3683bb537aa..c753f212ac5 100644 --- a/session/src/main/java/io/micronaut/session/http/HttpSessionIdEncoder.java +++ b/session/src/main/java/io/micronaut/session/http/HttpSessionIdEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.http; import io.micronaut.http.HttpRequest; diff --git a/session/src/main/java/io/micronaut/session/http/HttpSessionIdResolver.java b/session/src/main/java/io/micronaut/session/http/HttpSessionIdResolver.java index 33bde8753f9..b56653b7979 100644 --- a/session/src/main/java/io/micronaut/session/http/HttpSessionIdResolver.java +++ b/session/src/main/java/io/micronaut/session/http/HttpSessionIdResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.http; import io.micronaut.http.HttpRequest; diff --git a/session/src/main/java/io/micronaut/session/http/HttpSessionIdStrategy.java b/session/src/main/java/io/micronaut/session/http/HttpSessionIdStrategy.java index 4c07dd776ca..a19e1c58aa8 100644 --- a/session/src/main/java/io/micronaut/session/http/HttpSessionIdStrategy.java +++ b/session/src/main/java/io/micronaut/session/http/HttpSessionIdStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.http; /** diff --git a/session/src/main/java/io/micronaut/session/http/SessionForRequest.java b/session/src/main/java/io/micronaut/session/http/SessionForRequest.java index 9504d000119..89332354c25 100644 --- a/session/src/main/java/io/micronaut/session/http/SessionForRequest.java +++ b/session/src/main/java/io/micronaut/session/http/SessionForRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.http; import io.micronaut.http.HttpRequest; diff --git a/session/src/main/java/io/micronaut/session/http/package-info.java b/session/src/main/java/io/micronaut/session/http/package-info.java index a826a691dbe..40abcaaf3f6 100644 --- a/session/src/main/java/io/micronaut/session/http/package-info.java +++ b/session/src/main/java/io/micronaut/session/http/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP session configuration and strategies. * diff --git a/session/src/main/java/io/micronaut/session/package-info.java b/session/src/main/java/io/micronaut/session/package-info.java index 860a4007508..655ec9d5038 100644 --- a/session/src/main/java/io/micronaut/session/package-info.java +++ b/session/src/main/java/io/micronaut/session/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut session handling. * diff --git a/session/src/main/java/io/micronaut/session/websocket/SessionWebSocketEventListener.java b/session/src/main/java/io/micronaut/session/websocket/SessionWebSocketEventListener.java index b340e187c01..f9102d1b98a 100644 --- a/session/src/main/java/io/micronaut/session/websocket/SessionWebSocketEventListener.java +++ b/session/src/main/java/io/micronaut/session/websocket/SessionWebSocketEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.websocket; import io.micronaut.context.annotation.Requires; diff --git a/session/src/main/java/io/micronaut/session/websocket/package-info.java b/session/src/main/java/io/micronaut/session/websocket/package-info.java index f782b57ca52..8efbca174f8 100644 --- a/session/src/main/java/io/micronaut/session/websocket/package-info.java +++ b/session/src/main/java/io/micronaut/session/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes specific to WebSocket's and sessions. * diff --git a/session/src/test/groovy/io/micronaut/session/InMemorySessionStoreSpec.groovy b/session/src/test/groovy/io/micronaut/session/InMemorySessionStoreSpec.groovy index e9c69853030..c9d1478a2f6 100644 --- a/session/src/test/groovy/io/micronaut/session/InMemorySessionStoreSpec.groovy +++ b/session/src/test/groovy/io/micronaut/session/InMemorySessionStoreSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/test/groovy/io/micronaut/session/docs/Cart.java b/session/src/test/groovy/io/micronaut/session/docs/Cart.java index dfea465e147..7f4f671a50e 100644 --- a/session/src/test/groovy/io/micronaut/session/docs/Cart.java +++ b/session/src/test/groovy/io/micronaut/session/docs/Cart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.docs; import java.util.ArrayList; diff --git a/session/src/test/groovy/io/micronaut/session/docs/ShoppingController.java b/session/src/test/groovy/io/micronaut/session/docs/ShoppingController.java index 129e6d05015..9305427c2e8 100644 --- a/session/src/test/groovy/io/micronaut/session/docs/ShoppingController.java +++ b/session/src/test/groovy/io/micronaut/session/docs/ShoppingController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.docs; // tag::imports[] diff --git a/session/src/test/groovy/io/micronaut/session/docs/ShoppingControllerSpec.groovy b/session/src/test/groovy/io/micronaut/session/docs/ShoppingControllerSpec.groovy index c2de90a322a..497d684b95b 100644 --- a/session/src/test/groovy/io/micronaut/session/docs/ShoppingControllerSpec.groovy +++ b/session/src/test/groovy/io/micronaut/session/docs/ShoppingControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.session.docs import io.micronaut.context.ApplicationContext diff --git a/session/src/test/groovy/io/micronaut/session/http/CookieHttpSessionStrategySpec.groovy b/session/src/test/groovy/io/micronaut/session/http/CookieHttpSessionStrategySpec.groovy index a07a18ab2ca..22940d863a2 100644 --- a/session/src/test/groovy/io/micronaut/session/http/CookieHttpSessionStrategySpec.groovy +++ b/session/src/test/groovy/io/micronaut/session/http/CookieHttpSessionStrategySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/test/groovy/io/micronaut/session/http/SessionBindingSpec.groovy b/session/src/test/groovy/io/micronaut/session/http/SessionBindingSpec.groovy index 3a4d3feb49d..9a8482a2fcb 100644 --- a/session/src/test/groovy/io/micronaut/session/http/SessionBindingSpec.groovy +++ b/session/src/test/groovy/io/micronaut/session/http/SessionBindingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/test/groovy/io/micronaut/session/http/WebSocketSessionSpec.groovy b/session/src/test/groovy/io/micronaut/session/http/WebSocketSessionSpec.groovy index 94c8c4508de..3fdb3b4c612 100644 --- a/session/src/test/groovy/io/micronaut/session/http/WebSocketSessionSpec.groovy +++ b/session/src/test/groovy/io/micronaut/session/http/WebSocketSessionSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.session.http import io.micronaut.context.ApplicationContext diff --git a/spring/src/main/java/io/micronaut/spring/beans/MicronautBeanProcessor.java b/spring/src/main/java/io/micronaut/spring/beans/MicronautBeanProcessor.java index d5c9403ece0..2e7bdaf0fb1 100644 --- a/spring/src/main/java/io/micronaut/spring/beans/MicronautBeanProcessor.java +++ b/spring/src/main/java/io/micronaut/spring/beans/MicronautBeanProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.spring.beans; import io.micronaut.context.DefaultApplicationContext; diff --git a/spring/src/main/java/io/micronaut/spring/beans/MicronautSpringBeanFactory.java b/spring/src/main/java/io/micronaut/spring/beans/MicronautSpringBeanFactory.java index 3097d3cf84a..1f10fe599e9 100644 --- a/spring/src/main/java/io/micronaut/spring/beans/MicronautSpringBeanFactory.java +++ b/spring/src/main/java/io/micronaut/spring/beans/MicronautSpringBeanFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.spring.beans; import io.micronaut.context.DefaultApplicationContext; diff --git a/spring/src/main/java/io/micronaut/spring/beans/package-info.java b/spring/src/main/java/io/micronaut/spring/beans/package-info.java index 4f51bf86df7..b400ab56cf3 100644 --- a/spring/src/main/java/io/micronaut/spring/beans/package-info.java +++ b/spring/src/main/java/io/micronaut/spring/beans/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes to integrate Micronaut with Spring. * diff --git a/spring/src/main/java/io/micronaut/spring/core/env/PropertyResolverAdapter.java b/spring/src/main/java/io/micronaut/spring/core/env/PropertyResolverAdapter.java index 2ef364c2294..84df23e088e 100644 --- a/spring/src/main/java/io/micronaut/spring/core/env/PropertyResolverAdapter.java +++ b/spring/src/main/java/io/micronaut/spring/core/env/PropertyResolverAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.spring.core.env; import io.micronaut.context.env.PropertyPlaceholderResolver; diff --git a/spring/src/main/java/io/micronaut/spring/core/env/package-info.java b/spring/src/main/java/io/micronaut/spring/core/env/package-info.java index 70f35840b0c..801b778dfda 100644 --- a/spring/src/main/java/io/micronaut/spring/core/env/package-info.java +++ b/spring/src/main/java/io/micronaut/spring/core/env/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Spring property resolver adapter. * diff --git a/spring/src/main/java/io/micronaut/spring/core/event/ApplicationEventPublisherAdapter.java b/spring/src/main/java/io/micronaut/spring/core/event/ApplicationEventPublisherAdapter.java index 5424f2e2b85..922b8a98e38 100644 --- a/spring/src/main/java/io/micronaut/spring/core/event/ApplicationEventPublisherAdapter.java +++ b/spring/src/main/java/io/micronaut/spring/core/event/ApplicationEventPublisherAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.spring.core.event; import org.springframework.context.ApplicationEvent; diff --git a/spring/src/main/java/io/micronaut/spring/core/event/package-info.java b/spring/src/main/java/io/micronaut/spring/core/event/package-info.java index 888d96131cb..495532fa9b5 100644 --- a/spring/src/main/java/io/micronaut/spring/core/event/package-info.java +++ b/spring/src/main/java/io/micronaut/spring/core/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Spring adapter for event publishing. * diff --git a/spring/src/main/java/io/micronaut/spring/tx/annotation/BindableRuleBasedTransactionAttribute.java b/spring/src/main/java/io/micronaut/spring/tx/annotation/BindableRuleBasedTransactionAttribute.java index eb587c95644..49a11becb81 100644 --- a/spring/src/main/java/io/micronaut/spring/tx/annotation/BindableRuleBasedTransactionAttribute.java +++ b/spring/src/main/java/io/micronaut/spring/tx/annotation/BindableRuleBasedTransactionAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.spring.tx.annotation; import io.micronaut.core.util.ArrayUtils; diff --git a/spring/src/main/java/io/micronaut/spring/tx/annotation/TransactionInterceptor.java b/spring/src/main/java/io/micronaut/spring/tx/annotation/TransactionInterceptor.java index 186a66ed99f..beffa3226d7 100644 --- a/spring/src/main/java/io/micronaut/spring/tx/annotation/TransactionInterceptor.java +++ b/spring/src/main/java/io/micronaut/spring/tx/annotation/TransactionInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.spring.tx.annotation; import io.micronaut.aop.MethodInterceptor; diff --git a/spring/src/main/java/io/micronaut/spring/tx/annotation/Transactional.java b/spring/src/main/java/io/micronaut/spring/tx/annotation/Transactional.java index 019cd7c0470..20c92bc80d2 100644 --- a/spring/src/main/java/io/micronaut/spring/tx/annotation/Transactional.java +++ b/spring/src/main/java/io/micronaut/spring/tx/annotation/Transactional.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.spring.tx.annotation; import io.micronaut.aop.Around; diff --git a/spring/src/main/java/io/micronaut/spring/tx/annotation/package-info.java b/spring/src/main/java/io/micronaut/spring/tx/annotation/package-info.java index 6a620016c99..1b3f4a64e46 100644 --- a/spring/src/main/java/io/micronaut/spring/tx/annotation/package-info.java +++ b/spring/src/main/java/io/micronaut/spring/tx/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Spring transactional annotations. * diff --git a/spring/src/test/groovy/io/micronaut/spring/beans/MicronautBeanProcessorByAnnotationTypeSpec.groovy b/spring/src/test/groovy/io/micronaut/spring/beans/MicronautBeanProcessorByAnnotationTypeSpec.groovy index 2748932f61f..e81477391c5 100644 --- a/spring/src/test/groovy/io/micronaut/spring/beans/MicronautBeanProcessorByAnnotationTypeSpec.groovy +++ b/spring/src/test/groovy/io/micronaut/spring/beans/MicronautBeanProcessorByAnnotationTypeSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.spring.beans import io.micronaut.context.annotation.Prototype diff --git a/spring/src/test/groovy/io/micronaut/spring/beans/MicronautBeanProcessorByConcreteTypeSpec.groovy b/spring/src/test/groovy/io/micronaut/spring/beans/MicronautBeanProcessorByConcreteTypeSpec.groovy index a8d9795057c..76f4e750bfd 100644 --- a/spring/src/test/groovy/io/micronaut/spring/beans/MicronautBeanProcessorByConcreteTypeSpec.groovy +++ b/spring/src/test/groovy/io/micronaut/spring/beans/MicronautBeanProcessorByConcreteTypeSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.spring.beans import org.springframework.beans.factory.annotation.Autowired diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/EventListenerSpec.groovy b/spring/src/test/groovy/io/micronaut/spring/tx/EventListenerSpec.groovy index cc2290adada..b79f2a690b8 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/EventListenerSpec.groovy +++ b/spring/src/test/groovy/io/micronaut/spring/tx/EventListenerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.spring.tx import io.micronaut.context.ApplicationContext diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/FakeEvent.groovy b/spring/src/test/groovy/io/micronaut/spring/tx/FakeEvent.groovy index 0883eb52d12..dab0c88ff53 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/FakeEvent.groovy +++ b/spring/src/test/groovy/io/micronaut/spring/tx/FakeEvent.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.spring.tx class FakeEvent { diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/MockSpringTxSpec.groovy b/spring/src/test/groovy/io/micronaut/spring/tx/MockSpringTxSpec.groovy index 0426b33083a..461b6a01312 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/MockSpringTxSpec.groovy +++ b/spring/src/test/groovy/io/micronaut/spring/tx/MockSpringTxSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.spring.tx import io.micronaut.context.ApplicationContext diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/MockTransactionManager.java b/spring/src/test/groovy/io/micronaut/spring/tx/MockTransactionManager.java index ffe004e701c..fe98f8236e8 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/MockTransactionManager.java +++ b/spring/src/test/groovy/io/micronaut/spring/tx/MockTransactionManager.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.spring.tx; import org.springframework.transaction.PlatformTransactionManager; diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalBean.java b/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalBean.java index cb0ae8dff59..3d384969420 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalBean.java +++ b/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.spring.tx; import io.micronaut.spring.tx.annotation.Transactional; diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalListener.java b/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalListener.java index 076ed79f58d..79bc4876e22 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalListener.java +++ b/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalListener.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.spring.tx; import io.micronaut.context.event.ApplicationEventListener; diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/versioning/HelloClient.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/versioning/HelloClient.groovy index 4c43a139bfa..e7821fdbce6 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/versioning/HelloClient.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/versioning/HelloClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.versioning // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/Application.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/Application.groovy index db86767e4f3..9b49068ae37 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/Application.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/Application.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloController.groovy index fd26ab549f8..a54a339456c 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.intro import io.micronaut.context.annotation.Requires diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloControllerSpec.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloControllerSpec.groovy index a57ae538ce1..c48b8f5390c 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloControllerSpec.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloControllerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.intro import io.micronaut.context.ApplicationContext diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/versioning/HelloClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/versioning/HelloClient.kt index 21a7c09feb7..6eb00ccd0d1 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/versioning/HelloClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/versioning/HelloClient.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.versioning // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/Application.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/Application.kt index e8d17e5e02c..fa9a04855f9 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/Application.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/Application.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.intro // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloController.kt index b3d3c6886ea..586216bff58 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.intro import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloControllerSpec.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloControllerSpec.kt index 9370c57a136..2548112ea2f 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloControllerSpec.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloControllerSpec.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.intro import io.micronaut.context.ApplicationContext diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/http/client/GreetingClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/http/client/GreetingClient.kt index f8f8a6300b8..3c8943b810f 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/http/client/GreetingClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/http/client/GreetingClient.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client import io.micronaut.http.annotation.Get diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/A.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/A.kt index d18979555b2..b321beeeb49 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/A.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/A.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/B.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/B.kt index 391139add08..8758fbb326a 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/B.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/B.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/C.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/C.kt index 3b84903dfe0..71972be47c8 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/C.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/C.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/ConstructorNullableInjectionSpec.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/ConstructorNullableInjectionSpec.kt index 7761db3a826..12c49417e5c 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/ConstructorNullableInjectionSpec.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/ConstructorNullableInjectionSpec.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.constructor.nullableinjection import io.micronaut.context.BeanContext diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/A.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/A.kt index 895c01b8b77..4094671e50b 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/A.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/A.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/B.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/B.kt index 7d6d2aafe2d..9af92dff483 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/B.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/B.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/FieldNullableInjectionSpec.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/FieldNullableInjectionSpec.kt index 71201810a14..aad3651c913 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/FieldNullableInjectionSpec.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/FieldNullableInjectionSpec.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.field.nullableinjection import io.micronaut.context.BeanContext diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/A.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/A.kt index ca83a30af4f..279c471ba1c 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/A.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/A.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/B.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/B.kt index e3c057a8b07..e23f16899b2 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/B.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/B.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/C.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/C.kt index 38e81a50ff6..8ca7113d65e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/C.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/C.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/SetterWithNullableSpec.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/SetterWithNullableSpec.kt index d9f34115fb8..7787e3052d8 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/SetterWithNullableSpec.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/SetterWithNullableSpec.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.method.nullableinjection import io.micronaut.context.BeanContext diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/ConfigProps.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/ConfigProps.kt index 897ed5f9575..02c1ad98116 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/ConfigProps.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/ConfigProps.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.property import io.micronaut.context.annotation.ConfigurationProperties diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/MapFormatSpec.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/MapFormatSpec.kt index e170b5fd24b..4aea0c0ab00 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/MapFormatSpec.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/MapFormatSpec.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.property import io.micronaut.context.ApplicationContext diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/MultipleRequires.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/MultipleRequires.kt index c1b8fcc84ce..78e06f498e6 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/MultipleRequires.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/MultipleRequires.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.repeatable import io.micronaut.context.annotation.Requirements diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/RepeatableSpec.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/RepeatableSpec.kt index 4d3b683cf3b..00bf9fdabb6 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/RepeatableSpec.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/RepeatableSpec.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.repeatable import io.micronaut.context.ApplicationContext diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresFuture.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresFuture.kt index 2aceefaac9f..6636f882197 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresFuture.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresFuture.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.requires import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresOld.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresOld.kt index dfa964e3174..7b3af5e2d6e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresOld.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresOld.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.requires import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresSdkSpec.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresSdkSpec.kt index f149c0ca321..98ba3e98860 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresSdkSpec.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresSdkSpec.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.requires import io.micronaut.context.ApplicationContext diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Car.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Car.kt index 6182a8cfadd..892664feeb0 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Car.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Car.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Convertible.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Convertible.kt index 7e95d16a5ba..a06889c395d 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Convertible.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Convertible.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Drivers.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Drivers.kt index 67dea920cf8..7960bfd9d40 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Drivers.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Drivers.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/DriversSeat.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/DriversSeat.kt index 3d6cb97f41d..123168f2f08 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/DriversSeat.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/DriversSeat.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Engine.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Engine.kt index c79357bdace..283cc1f7144 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Engine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/FuelTank.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/FuelTank.kt index c3ecdbbaa06..477b6859e19 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/FuelTank.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/FuelTank.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/GasEngine.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/GasEngine.kt index c7d531a4d42..ec9a576ee5a 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/GasEngine.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/GasEngine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seat.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seat.kt index 677403b96c7..0ccbf9b7dc1 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seat.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seat.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seatbelt.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seatbelt.kt index a75c476694e..e1539566b25 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seatbelt.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seatbelt.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Tire.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Tire.kt index 1e91b3cc737..0575ca6bd02 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Tire.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Tire.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/V8Engine.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/V8Engine.kt index d73a05c9248..c0423898f8b 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/V8Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/V8Engine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/Cupholder.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/Cupholder.kt index a7451cac859..082aa8cdeff 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/Cupholder.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/Cupholder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/RoundThing.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/RoundThing.kt index 171e4b6593f..985738e412c 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/RoundThing.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/RoundThing.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/SpareTire.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/SpareTire.kt index 9b68d5266d5..509ddc6c935 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/SpareTire.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/SpareTire.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/AbstractMicronautSpec.groovy b/test-suite/src/test/groovy/io/micronaut/AbstractMicronautSpec.groovy index a10910b1632..aeda4a13e78 100644 --- a/test-suite/src/test/groovy/io/micronaut/AbstractMicronautSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/AbstractMicronautSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/aop/retry/Book.java b/test-suite/src/test/groovy/io/micronaut/docs/aop/retry/Book.java index 0e67a6705ae..d57a22a624f 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/aop/retry/Book.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/aop/retry/Book.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.aop.retry; /** diff --git a/test-suite/src/test/groovy/io/micronaut/docs/aop/retry/BookService.java b/test-suite/src/test/groovy/io/micronaut/docs/aop/retry/BookService.java index c764147be0a..e80c014ec71 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/aop/retry/BookService.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/aop/retry/BookService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.aop.retry; import io.micronaut.retry.annotation.CircuitBreaker; diff --git a/test-suite/src/test/groovy/io/micronaut/docs/aop/scheduled/BuildDebug.java b/test-suite/src/test/groovy/io/micronaut/docs/aop/scheduled/BuildDebug.java index 42a49f8c072..34cfcf4cdf8 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/aop/scheduled/BuildDebug.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/aop/scheduled/BuildDebug.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.scheduled; import io.micronaut.scheduling.annotation.Scheduled; diff --git a/test-suite/src/test/groovy/io/micronaut/docs/aop/scheduled/ScheduledExample.java b/test-suite/src/test/groovy/io/micronaut/docs/aop/scheduled/ScheduledExample.java index abadf4f5c70..ff00af82199 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/aop/scheduled/ScheduledExample.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/aop/scheduled/ScheduledExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.aop.scheduled; import io.micronaut.scheduling.annotation.Scheduled; diff --git a/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookService.java b/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookService.java index e73e87e8a19..04ada45a639 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookService.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.aop.validation; // tag::imports[] diff --git a/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookServiceSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookServiceSpec.groovy index 47c06d0b5b4..afa6b4e5176 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookServiceSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/ValidatedWithJavaxAnnoationNonNullSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/ValidatedWithJavaxAnnoationNonNullSpec.groovy index c1ee1038381..e6a27d37ce8 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/ValidatedWithJavaxAnnoationNonNullSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/ValidatedWithJavaxAnnoationNonNullSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.validation import io.micronaut.context.ApplicationContext diff --git a/test-suite/src/test/groovy/io/micronaut/docs/client/upload/MultipartFileUploadSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/client/upload/MultipartFileUploadSpec.groovy index 748073ffba1..f0fcbf1f117 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/client/upload/MultipartFileUploadSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/client/upload/MultipartFileUploadSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/ioc/scopes/Car.java b/test-suite/src/test/groovy/io/micronaut/docs/ioc/scopes/Car.java index adc478801e1..3fa8d7dd095 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/ioc/scopes/Car.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/ioc/scopes/Car.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.ioc.scopes; /** diff --git a/test-suite/src/test/groovy/io/micronaut/docs/ioc/scopes/Driver.java b/test-suite/src/test/groovy/io/micronaut/docs/ioc/scopes/Driver.java index 736b70a5f46..a292596e089 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/ioc/scopes/Driver.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/ioc/scopes/Driver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.ioc.scopes; // tag::imports[] diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/binding/BookmarkController.java b/test-suite/src/test/groovy/io/micronaut/docs/server/binding/BookmarkController.java index d5fa45d02f7..b8f6810065f 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/binding/BookmarkController.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/binding/BookmarkController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/binding/BookmarkControllerSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/binding/BookmarkControllerSpec.groovy index 596854b9fc8..76fbb12f9b5 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/binding/BookmarkControllerSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/binding/BookmarkControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/binding/PaginationCommand.java b/test-suite/src/test/groovy/io/micronaut/docs/server/binding/PaginationCommand.java index eac1af1e100..93eac3e7e25 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/binding/PaginationCommand.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/binding/PaginationCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/body/MessageController.java b/test-suite/src/test/groovy/io/micronaut/docs/server/body/MessageController.java index 00f274b97d0..e2ca549a477 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/body/MessageController.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/body/MessageController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/body/MessageControllerSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/body/MessageControllerSpec.groovy index 82be6b0e419..3906c6b6f85 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/body/MessageControllerSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/body/MessageControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/CurrentDateEndpoint.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/CurrentDateEndpoint.groovy index 8e6a774f840..77b368ae849 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/CurrentDateEndpoint.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/CurrentDateEndpoint.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.server.endpoints //tag::endpointImport[] diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/CurrentDateEndpointSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/CurrentDateEndpointSpec.groovy index 1ad34d28fc4..0fd3f490df4 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/CurrentDateEndpointSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/CurrentDateEndpointSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.server.endpoints import io.micronaut.context.ApplicationContext diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/MessageEndpoint.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/MessageEndpoint.groovy index 92f18ddf636..630feb898f6 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/MessageEndpoint.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/MessageEndpoint.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.server.endpoints //tag::endpointImport[] diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/MessageEndpointSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/MessageEndpointSpec.groovy index ef50142ca31..a1e7a1288f1 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/MessageEndpointSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/endpoints/MessageEndpointSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.server.endpoints import io.micronaut.context.ApplicationContext diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceFilter.java b/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceFilter.java index 64df0f1aa38..417c004cdfd 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceFilter.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceFilterSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceFilterSpec.groovy index 8d505a8342d..cf92a9c6029 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceFilterSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceFilterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceService.java b/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceService.java index dd1666edf90..b8ec57891ab 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceService.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/filters/TraceService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/intro/HelloClientSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/intro/HelloClientSpec.groovy index 6d038223ee5..a661684e13f 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/intro/HelloClientSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/intro/HelloClientSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/intro/HelloControllerSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/intro/HelloControllerSpec.groovy index 3be8af8ad18..edd9278b92a 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/intro/HelloControllerSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/intro/HelloControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/json/Person.java b/test-suite/src/test/groovy/io/micronaut/docs/server/json/Person.java index e315b7668e7..a7f8621a040 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/json/Person.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/json/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/json/PersonController.java b/test-suite/src/test/groovy/io/micronaut/docs/server/json/PersonController.java index 7c6408f8e79..64ae38da0b5 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/json/PersonController.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/json/PersonController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/json/PersonControllerSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/json/PersonControllerSpec.groovy index 72e48013014..75c175381a9 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/json/PersonControllerSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/json/PersonControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/request/MessageController.java b/test-suite/src/test/groovy/io/micronaut/docs/server/request/MessageController.java index df5f2fa7d47..e7d3d33d303 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/request/MessageController.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/request/MessageController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/request/MessageControllerSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/request/MessageControllerSpec.groovy index d963b289773..38a3edd8aa8 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/request/MessageControllerSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/request/MessageControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesController.java b/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesController.java index 21b0901d3e5..558aa3f92d6 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesController.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesControllerSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesControllerSpec.groovy index 25055a4a2c4..1b8c03ed16c 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesControllerSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesControllerTest.java b/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesControllerTest.java index 6377ef33be2..810ef32b545 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesControllerTest.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/routes/IssuesControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/routes/MyRoutes.java b/test-suite/src/test/groovy/io/micronaut/docs/server/routes/MyRoutes.java index 8a7921c41b9..e767ae3ce73 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/routes/MyRoutes.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/routes/MyRoutes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/sse/Headline.java b/test-suite/src/test/groovy/io/micronaut/docs/server/sse/Headline.java index 3465e42a1b2..9f3b8d8c1ae 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/sse/Headline.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/sse/Headline.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/sse/HeadlineController.java b/test-suite/src/test/groovy/io/micronaut/docs/server/sse/HeadlineController.java index 4b53b4b6209..4a2a870f16d 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/sse/HeadlineController.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/sse/HeadlineController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/sse/HeadlineControllerSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/sse/HeadlineControllerSpec.groovy index 9449526d56f..0d95e4238f5 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/sse/HeadlineControllerSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/sse/HeadlineControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/upload/UploadController.java b/test-suite/src/test/groovy/io/micronaut/docs/server/upload/UploadController.java index 19eafce55e8..cff3638c7ae 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/upload/UploadController.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/upload/UploadController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/upload/UploadSpec.groovy b/test-suite/src/test/groovy/io/micronaut/docs/server/upload/UploadSpec.groovy index 2fb58556e13..08de2ebcf02 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/upload/UploadSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/upload/UploadSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/docs/server/uris/UriTemplateTest.java b/test-suite/src/test/groovy/io/micronaut/docs/server/uris/UriTemplateTest.java index d9aa7dc66b9..dfd753c110b 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/server/uris/UriTemplateTest.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/server/uris/UriTemplateTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.uris; import io.micronaut.http.uri.UriMatchTemplate; diff --git a/test-suite/src/test/groovy/io/micronaut/tracing/jaeger/HttpTracingSpec.groovy b/test-suite/src/test/groovy/io/micronaut/tracing/jaeger/HttpTracingSpec.groovy index b509f39b806..be94df9a9b5 100644 --- a/test-suite/src/test/groovy/io/micronaut/tracing/jaeger/HttpTracingSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/tracing/jaeger/HttpTracingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/tracing/jaeger/JaegerTracerFactorySpec.groovy b/test-suite/src/test/groovy/io/micronaut/tracing/jaeger/JaegerTracerFactorySpec.groovy index 665283a08e6..09d112b29ae 100644 --- a/test-suite/src/test/groovy/io/micronaut/tracing/jaeger/JaegerTracerFactorySpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/tracing/jaeger/JaegerTracerFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/upload/DiskUploadSpec.groovy b/test-suite/src/test/groovy/io/micronaut/upload/DiskUploadSpec.groovy index df720289777..e5c41e25104 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/DiskUploadSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/upload/DiskUploadSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.upload import io.micronaut.AbstractMicronautSpec diff --git a/test-suite/src/test/groovy/io/micronaut/upload/MixedUploadSpec.groovy b/test-suite/src/test/groovy/io/micronaut/upload/MixedUploadSpec.groovy index c781893412b..0d9f4c345fc 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/MixedUploadSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/upload/MixedUploadSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.upload import io.micronaut.AbstractMicronautSpec diff --git a/test-suite/src/test/groovy/io/micronaut/upload/StreamUploadSpec.groovy b/test-suite/src/test/groovy/io/micronaut/upload/StreamUploadSpec.groovy index 493a6167cb7..9538dbecfd4 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/StreamUploadSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/upload/StreamUploadSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/upload/UploadController.java b/test-suite/src/test/groovy/io/micronaut/upload/UploadController.java index 550b78d663f..ebbc615e717 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/UploadController.java +++ b/test-suite/src/test/groovy/io/micronaut/upload/UploadController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/upload/UploadSpec.groovy b/test-suite/src/test/groovy/io/micronaut/upload/UploadSpec.groovy index f7c80f5b57b..97936c88a14 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/UploadSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/upload/UploadSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/upload/browser/CreatePage.groovy b/test-suite/src/test/groovy/io/micronaut/upload/browser/CreatePage.groovy index b68bcf4606d..279201079d5 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/browser/CreatePage.groovy +++ b/test-suite/src/test/groovy/io/micronaut/upload/browser/CreatePage.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.upload.browser import geb.Page diff --git a/test-suite/src/test/groovy/io/micronaut/upload/browser/FileEmptyPage.groovy b/test-suite/src/test/groovy/io/micronaut/upload/browser/FileEmptyPage.groovy index 7495add2d5a..9ec6f964efa 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/browser/FileEmptyPage.groovy +++ b/test-suite/src/test/groovy/io/micronaut/upload/browser/FileEmptyPage.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.upload.browser import geb.Page diff --git a/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadBrowserSpec.groovy b/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadBrowserSpec.groovy index c3479d3b0d3..be30fbe8436 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadBrowserSpec.groovy +++ b/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadBrowserSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.upload.browser import geb.spock.GebSpec diff --git a/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadImageController.groovy b/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadImageController.groovy index d455fa4b3de..941e05b6186 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadImageController.groovy +++ b/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadImageController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.upload.browser import io.micronaut.context.annotation.Requires diff --git a/test-suite/src/test/java/io/micronaut/docs/client/versioning/HelloClient.java b/test-suite/src/test/java/io/micronaut/docs/client/versioning/HelloClient.java index 6c1c7183790..cd8d5617d97 100644 --- a/test-suite/src/test/java/io/micronaut/docs/client/versioning/HelloClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/client/versioning/HelloClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.versioning; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/intro/Application.java b/test-suite/src/test/java/io/micronaut/docs/server/intro/Application.java index a7531cffc29..a48883c0c34 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/intro/Application.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/intro/Application.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloClient.java b/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloClient.java index 37baf1855cc..5e286e412b2 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.docs.server.intro; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloController.java b/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloController.java index c5da1221617..3eabf3574e4 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-utils/src/main/groovy/io.micronaut.testutils/YamlAsciidocTagCleaner.groovy b/test-utils/src/main/groovy/io.micronaut.testutils/YamlAsciidocTagCleaner.groovy index 60f875f7473..616f001ff86 100644 --- a/test-utils/src/main/groovy/io.micronaut.testutils/YamlAsciidocTagCleaner.groovy +++ b/test-utils/src/main/groovy/io.micronaut.testutils/YamlAsciidocTagCleaner.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/DefaultTracer.java b/tracing/src/main/java/io/micronaut/tracing/DefaultTracer.java index e942459cd29..1ee60e19230 100644 --- a/tracing/src/main/java/io/micronaut/tracing/DefaultTracer.java +++ b/tracing/src/main/java/io/micronaut/tracing/DefaultTracer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing; import io.micronaut.context.annotation.Factory; diff --git a/tracing/src/main/java/io/micronaut/tracing/annotation/ContinueSpan.java b/tracing/src/main/java/io/micronaut/tracing/annotation/ContinueSpan.java index 7f5398ff1a5..d616637d56b 100644 --- a/tracing/src/main/java/io/micronaut/tracing/annotation/ContinueSpan.java +++ b/tracing/src/main/java/io/micronaut/tracing/annotation/ContinueSpan.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.annotation; import io.micronaut.aop.Around; diff --git a/tracing/src/main/java/io/micronaut/tracing/annotation/NewSpan.java b/tracing/src/main/java/io/micronaut/tracing/annotation/NewSpan.java index 360e922c371..4b58a442abf 100644 --- a/tracing/src/main/java/io/micronaut/tracing/annotation/NewSpan.java +++ b/tracing/src/main/java/io/micronaut/tracing/annotation/NewSpan.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.annotation; import io.micronaut.aop.Around; diff --git a/tracing/src/main/java/io/micronaut/tracing/annotation/SpanTag.java b/tracing/src/main/java/io/micronaut/tracing/annotation/SpanTag.java index 9f5d58ea127..742f18c8d13 100644 --- a/tracing/src/main/java/io/micronaut/tracing/annotation/SpanTag.java +++ b/tracing/src/main/java/io/micronaut/tracing/annotation/SpanTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.annotation; import java.lang.annotation.*; diff --git a/tracing/src/main/java/io/micronaut/tracing/annotation/package-info.java b/tracing/src/main/java/io/micronaut/tracing/annotation/package-info.java index 8ba5e1e8953..3f415e8efd2 100644 --- a/tracing/src/main/java/io/micronaut/tracing/annotation/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Tracing annotations. * diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/AsyncReporterConfiguration.java b/tracing/src/main/java/io/micronaut/tracing/brave/AsyncReporterConfiguration.java index b67d3a55eb1..cae13d63a28 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/AsyncReporterConfiguration.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/AsyncReporterConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave; import io.micronaut.context.annotation.ConfigurationBuilder; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerConfiguration.java b/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerConfiguration.java index b6eb19795a0..447ffec201c 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerConfiguration.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerConfiguration.java @@ -1,5 +1,5 @@ - /* - * Copyright 2017-2018 original authors +/* + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave; import brave.Clock; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerFactory.java b/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerFactory.java index 58057c6b663..5651bf4d02a 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave; import brave.CurrentSpanCustomizer; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/ZipkinServiceInstanceList.java b/tracing/src/main/java/io/micronaut/tracing/brave/ZipkinServiceInstanceList.java index 9c948468ee4..8b2e57d965d 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/ZipkinServiceInstanceList.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/ZipkinServiceInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave; import io.micronaut.context.annotation.Requires; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/AbstractBraveTracingFilter.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/AbstractBraveTracingFilter.java index 6051230306a..d7f31690dce 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/AbstractBraveTracingFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/AbstractBraveTracingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave.instrument.http; import brave.Span; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingClientFilter.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingClientFilter.java index ae853dcf995..74b57f0591c 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingClientFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingClientFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave.instrument.http; import brave.http.HttpClientHandler; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingServerFilter.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingServerFilter.java index 2eebc6b2f75..d9b290956c8 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingServerFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingServerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave.instrument.http; import brave.Span; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpClientTracingPublisher.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpClientTracingPublisher.java index 6c56567336d..7a70ccc606a 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpClientTracingPublisher.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpClientTracingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave.instrument.http; import brave.Span; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpServerTracingPublisher.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpServerTracingPublisher.java index 5ce7709b571..a8a893e2a69 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpServerTracingPublisher.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpServerTracingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave.instrument.http; import brave.Span; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpTracingFactory.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpTracingFactory.java index b4328382a8b..13fdf5ddc8d 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpTracingFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpTracingFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave.instrument.http; import brave.Tracing; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/package-info.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/package-info.java index 644330a317d..398a04a20d9 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Configuration for Brave tracing HTTP. * diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jCurrentTraceContextFactory.java b/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jCurrentTraceContextFactory.java index 28c70572954..cf8ce64e976 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jCurrentTraceContextFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jCurrentTraceContextFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave.log; import brave.propagation.CurrentTraceContext; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jScopeDecorator.java b/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jScopeDecorator.java index 7c0ccc00b40..c01e33f7f43 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jScopeDecorator.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jScopeDecorator.java @@ -1,11 +1,11 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave.log; import brave.internal.HexCodec; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/log/package-info.java b/tracing/src/main/java/io/micronaut/tracing/brave/log/package-info.java index eea454b04f9..ccbab2bd368 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/log/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/log/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Brave tracing log. * diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/package-info.java b/tracing/src/main/java/io/micronaut/tracing/brave/package-info.java index 1cc40374d1a..72d9fb8497a 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Configuration for Brave tracing. * diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSender.java b/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSender.java index b1b4960ff7c..2a2ab3cef71 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSender.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSender.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave.sender; import io.micronaut.core.io.buffer.ByteBuffer; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSenderFactory.java b/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSenderFactory.java index 7a601ee80eb..8327fdf7ca8 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSenderFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSenderFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.brave.sender; import io.micronaut.context.annotation.Bean; diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/sender/package-info.java b/tracing/src/main/java/io/micronaut/tracing/brave/sender/package-info.java index 02a450c5ba8..2a21e763ae4 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/sender/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/sender/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Brave tracing HTTP sender. * diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/AbstractOpenTracingFilter.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/AbstractOpenTracingFilter.java index c3ac13dfc84..5a0de1beb57 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/AbstractOpenTracingFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/AbstractOpenTracingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.http; import io.micronaut.http.*; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/HttpHeadersTextMap.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/HttpHeadersTextMap.java index 02016d75fa5..09793e7e08f 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/HttpHeadersTextMap.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/HttpHeadersTextMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.http; import io.micronaut.core.util.CollectionUtils; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingClientFilter.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingClientFilter.java index 463e219cbe0..8253941dbeb 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingClientFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingClientFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.http; import io.micronaut.context.annotation.Requires; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingServerFilter.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingServerFilter.java index 85cf3351382..18eb0f4ed7d 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingServerFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingServerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.http; import io.micronaut.context.annotation.Requires; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/TraceRequestAttributes.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/TraceRequestAttributes.java index a14b6e227da..0f54b4dea2d 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/TraceRequestAttributes.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/TraceRequestAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.http; /** diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/package-info.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/package-info.java index 34fe4575355..4e174b64229 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * HTTP Tracing. * diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/TracingHystrixConcurrentStrategy.java b/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/TracingHystrixConcurrentStrategy.java index c105e12a218..b7fceb06d68 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/TracingHystrixConcurrentStrategy.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/TracingHystrixConcurrentStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.hystrix; import com.netflix.hystrix.HystrixThreadPoolKey; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/package-info.java b/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/package-info.java index 5e3d28aa7e4..a77fba6896b 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Tracing with hystrix. * diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/reactor/package-info.java b/tracing/src/main/java/io/micronaut/tracing/instrument/reactor/package-info.java index 3e95168931d..cf822bd53e2 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/reactor/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/reactor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Reactor tracing Instrumentaton. * diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/RxJava1TracingInstrumentation.java b/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/RxJava1TracingInstrumentation.java index af1264cce30..aa326779c63 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/RxJava1TracingInstrumentation.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/RxJava1TracingInstrumentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.rxjava; import io.micronaut.context.annotation.Context; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/package-info.java b/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/package-info.java index 48dc3b56753..131a1402f72 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * React Java tracing. * diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/ExecutorServiceInstrumenter.java b/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/ExecutorServiceInstrumenter.java index c43a591feae..d6866c41472 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/ExecutorServiceInstrumenter.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/ExecutorServiceInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.scheduling; import io.micronaut.context.annotation.Requires; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/ThreadFactoryInstrumenter.java b/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/ThreadFactoryInstrumenter.java index c13e6ec1d8b..8964e6adbdd 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/ThreadFactoryInstrumenter.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/ThreadFactoryInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.scheduling; import io.micronaut.context.annotation.Requires; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/package-info.java b/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/package-info.java index 1c96e6093e2..3eb9630d837 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/scheduling/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Instruments thread creation. * diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/ScopePropagationPublisher.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/ScopePropagationPublisher.java index 3bd076d25a2..338e2f2c985 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/ScopePropagationPublisher.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/ScopePropagationPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.util; import io.opentracing.Scope; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingCallable.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingCallable.java index f4e954bc289..4d0d18eb2ce 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingCallable.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingCallable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.util; import io.opentracing.Scope; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingPublisher.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingPublisher.java index 7c5f8227338..ee8736bfb08 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingPublisher.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.util; import io.micronaut.core.async.publisher.Publishers; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnable.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnable.java index 2b590966cce..d7340f67032 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnable.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.util; import io.opentracing.Scope; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnableInstrumenter.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnableInstrumenter.java index 4f79c529466..383bd7008e3 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnableInstrumenter.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnableInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.instrument.util; import io.micronaut.context.annotation.Requires; diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/package-info.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/package-info.java index a9e0ab7d4d4..e5837d85ea6 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Tracing Util. * diff --git a/tracing/src/main/java/io/micronaut/tracing/interceptor/TraceInterceptor.java b/tracing/src/main/java/io/micronaut/tracing/interceptor/TraceInterceptor.java index 45a6ded03b1..e7b402f0691 100644 --- a/tracing/src/main/java/io/micronaut/tracing/interceptor/TraceInterceptor.java +++ b/tracing/src/main/java/io/micronaut/tracing/interceptor/TraceInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.interceptor; import io.micronaut.aop.InterceptPhase; diff --git a/tracing/src/main/java/io/micronaut/tracing/interceptor/package-info.java b/tracing/src/main/java/io/micronaut/tracing/interceptor/package-info.java index 40a59dc7ced..9b7584640f3 100644 --- a/tracing/src/main/java/io/micronaut/tracing/interceptor/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/interceptor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Tracing Interceptor. * diff --git a/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerConfiguration.java b/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerConfiguration.java index f36d0ca6180..6823bfc1eac 100644 --- a/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerConfiguration.java +++ b/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.jaeger; import io.jaegertracing.Configuration; diff --git a/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerTracerFactory.java b/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerTracerFactory.java index 92d04c51552..6a01250f0bf 100644 --- a/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerTracerFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerTracerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.tracing.jaeger; import io.jaegertracing.Configuration; diff --git a/tracing/src/main/java/io/micronaut/tracing/jaeger/package-info.java b/tracing/src/main/java/io/micronaut/tracing/jaeger/package-info.java index fcc06cf0675..e5df5a1dca3 100644 --- a/tracing/src/main/java/io/micronaut/tracing/jaeger/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/jaeger/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package contains configuration for Jaeger based tracing. * diff --git a/tracing/src/main/java/io/micronaut/tracing/package-info.java b/tracing/src/main/java/io/micronaut/tracing/package-info.java index f0be481d4d0..e960aad375c 100644 --- a/tracing/src/main/java/io/micronaut/tracing/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Default tracer. * diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/BraveTracerFactorySpec.groovy b/tracing/src/test/groovy/io/micronaut/tracing/brave/BraveTracerFactorySpec.groovy index ac4b174621f..e4c0421a2cd 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/BraveTracerFactorySpec.groovy +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/BraveTracerFactorySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/BraveWithEurekaSpec.groovy b/tracing/src/test/groovy/io/micronaut/tracing/brave/BraveWithEurekaSpec.groovy index 7df106e9890..fcf45c40c8e 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/BraveWithEurekaSpec.groovy +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/BraveWithEurekaSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.tracing.brave import io.micronaut.context.ApplicationContext diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/BuildDebug.java b/tracing/src/test/groovy/io/micronaut/tracing/brave/BuildDebug.java index c4556e98afb..8086e42a660 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/BuildDebug.java +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/BuildDebug.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.tracing.brave; import io.micronaut.scheduling.annotation.Scheduled; diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/DeadlockDetection.java b/tracing/src/test/groovy/io/micronaut/tracing/brave/DeadlockDetection.java index 13936488fc9..2c5c2566ba1 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/DeadlockDetection.java +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/DeadlockDetection.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.tracing.brave; import java.lang.management.ManagementFactory; diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/HttpClientSenderSpec.groovy b/tracing/src/test/groovy/io/micronaut/tracing/brave/HttpClientSenderSpec.groovy index 5931b53064a..f16c250d85d 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/HttpClientSenderSpec.groovy +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/HttpClientSenderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/HttpTracingSpec.groovy b/tracing/src/test/groovy/io/micronaut/tracing/brave/HttpTracingSpec.groovy index 1214e89b443..d9789361209 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/HttpTracingSpec.groovy +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/HttpTracingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/HystrixSpec.groovy b/tracing/src/test/groovy/io/micronaut/tracing/brave/HystrixSpec.groovy index 9c4b7541252..ba9a2bc6aac 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/HystrixSpec.groovy +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/HystrixSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/TestReporter.groovy b/tracing/src/test/groovy/io/micronaut/tracing/brave/TestReporter.groovy index c40c9a85506..6100a45fd00 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/TestReporter.groovy +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/TestReporter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/TraceInterceptorSpec.groovy b/tracing/src/test/groovy/io/micronaut/tracing/brave/TraceInterceptorSpec.groovy index 741a4ccf99f..9c5a40eb32f 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/TraceInterceptorSpec.groovy +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/TraceInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/Validated.java b/validation/src/main/java/io/micronaut/validation/Validated.java index 3d936e9a25a..c2b9052dae6 100644 --- a/validation/src/main/java/io/micronaut/validation/Validated.java +++ b/validation/src/main/java/io/micronaut/validation/Validated.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/validation/src/main/java/io/micronaut/validation/ValidatingInterceptor.java b/validation/src/main/java/io/micronaut/validation/ValidatingInterceptor.java index 06595fbd63b..ebc301a4531 100644 --- a/validation/src/main/java/io/micronaut/validation/ValidatingInterceptor.java +++ b/validation/src/main/java/io/micronaut/validation/ValidatingInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation; import io.micronaut.aop.InterceptPhase; diff --git a/validation/src/main/java/io/micronaut/validation/async/AsyncTypeElementVisitor.java b/validation/src/main/java/io/micronaut/validation/async/AsyncTypeElementVisitor.java index cc3227247b3..9869c5dbfcb 100644 --- a/validation/src/main/java/io/micronaut/validation/async/AsyncTypeElementVisitor.java +++ b/validation/src/main/java/io/micronaut/validation/async/AsyncTypeElementVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.async; import io.micronaut.core.annotation.Internal; diff --git a/validation/src/main/java/io/micronaut/validation/async/package-info.java b/validation/src/main/java/io/micronaut/validation/async/package-info.java index a426c90aa19..6e39c787548 100644 --- a/validation/src/main/java/io/micronaut/validation/async/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/async/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package includes visitors specific to compile time validation and checks for async related elements. * diff --git a/validation/src/main/java/io/micronaut/validation/exceptions/ConstraintExceptionHandler.java b/validation/src/main/java/io/micronaut/validation/exceptions/ConstraintExceptionHandler.java index 1ae226eb6ab..79d6f5e27e0 100644 --- a/validation/src/main/java/io/micronaut/validation/exceptions/ConstraintExceptionHandler.java +++ b/validation/src/main/java/io/micronaut/validation/exceptions/ConstraintExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.exceptions; import io.micronaut.context.annotation.Requires; diff --git a/validation/src/main/java/io/micronaut/validation/exceptions/ValidationExceptionHandler.java b/validation/src/main/java/io/micronaut/validation/exceptions/ValidationExceptionHandler.java index 0d397db3ccf..b6567c76330 100644 --- a/validation/src/main/java/io/micronaut/validation/exceptions/ValidationExceptionHandler.java +++ b/validation/src/main/java/io/micronaut/validation/exceptions/ValidationExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.exceptions; import io.micronaut.context.annotation.Requires; diff --git a/validation/src/main/java/io/micronaut/validation/exceptions/package-info.java b/validation/src/main/java/io/micronaut/validation/exceptions/package-info.java index ac0d45b84cc..23e355572b9 100644 --- a/validation/src/main/java/io/micronaut/validation/exceptions/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Validation exceptions. * diff --git a/validation/src/main/java/io/micronaut/validation/internal/InternalApiTypeElementVisitor.java b/validation/src/main/java/io/micronaut/validation/internal/InternalApiTypeElementVisitor.java index ca03ad69f8c..6a5f630e712 100644 --- a/validation/src/main/java/io/micronaut/validation/internal/InternalApiTypeElementVisitor.java +++ b/validation/src/main/java/io/micronaut/validation/internal/InternalApiTypeElementVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.internal; import io.micronaut.core.annotation.Experimental; diff --git a/validation/src/main/java/io/micronaut/validation/internal/package-info.java b/validation/src/main/java/io/micronaut/validation/internal/package-info.java index d6bc5983126..9ec610402f8 100644 --- a/validation/src/main/java/io/micronaut/validation/internal/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/internal/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Package to organize classes responsible for validating * extensions of internal APIs. diff --git a/validation/src/main/java/io/micronaut/validation/package-info.java b/validation/src/main/java/io/micronaut/validation/package-info.java index 57b7ea51080..bfb9af52a91 100644 --- a/validation/src/main/java/io/micronaut/validation/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Validation advice and interceptors. * diff --git a/validation/src/main/java/io/micronaut/validation/routes/RouteParameterElement.java b/validation/src/main/java/io/micronaut/validation/routes/RouteParameterElement.java index ed2fa745abd..4facf2d8ba3 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/RouteParameterElement.java +++ b/validation/src/main/java/io/micronaut/validation/routes/RouteParameterElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.routes; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/validation/src/main/java/io/micronaut/validation/routes/RouteValidationResult.java b/validation/src/main/java/io/micronaut/validation/routes/RouteValidationResult.java index 925be62295b..8a1ffca9632 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/RouteValidationResult.java +++ b/validation/src/main/java/io/micronaut/validation/routes/RouteValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.routes; /** diff --git a/validation/src/main/java/io/micronaut/validation/routes/RouteValidationVisitor.java b/validation/src/main/java/io/micronaut/validation/routes/RouteValidationVisitor.java index bb8c5ca48a2..bd6e8cb1b0f 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/RouteValidationVisitor.java +++ b/validation/src/main/java/io/micronaut/validation/routes/RouteValidationVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.routes; import io.micronaut.context.env.DefaultPropertyPlaceholderResolver; diff --git a/validation/src/main/java/io/micronaut/validation/routes/package-info.java b/validation/src/main/java/io/micronaut/validation/routes/package-info.java index 48db0e7e3f2..e2ad1213c9a 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/routes/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Package to organize classes responsible for validating * route arguments at compile time. diff --git a/validation/src/main/java/io/micronaut/validation/routes/rules/MissingParameterRule.java b/validation/src/main/java/io/micronaut/validation/routes/rules/MissingParameterRule.java index d0d4aadbac4..b993a1777d0 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/rules/MissingParameterRule.java +++ b/validation/src/main/java/io/micronaut/validation/routes/rules/MissingParameterRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.routes.rules; import io.micronaut.http.annotation.Body; diff --git a/validation/src/main/java/io/micronaut/validation/routes/rules/NullableParameterRule.java b/validation/src/main/java/io/micronaut/validation/routes/rules/NullableParameterRule.java index dafc00e8b3a..1dc7f6d0be5 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/rules/NullableParameterRule.java +++ b/validation/src/main/java/io/micronaut/validation/routes/rules/NullableParameterRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.routes.rules; import io.micronaut.core.naming.NameUtils; diff --git a/validation/src/main/java/io/micronaut/validation/routes/rules/RouteValidationRule.java b/validation/src/main/java/io/micronaut/validation/routes/rules/RouteValidationRule.java index 59289a00189..2f6d2df2edb 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/rules/RouteValidationRule.java +++ b/validation/src/main/java/io/micronaut/validation/routes/rules/RouteValidationRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.routes.rules; import io.micronaut.http.uri.UriMatchTemplate; diff --git a/validation/src/main/java/io/micronaut/validation/routes/rules/package-info.java b/validation/src/main/java/io/micronaut/validation/routes/rules/package-info.java index a8aaf5a84fa..199760ed44f 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/rules/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/routes/rules/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Package to store classes that provide route validation rules. */ diff --git a/validation/src/main/java/io/micronaut/validation/websocket/WebSocketVisitor.java b/validation/src/main/java/io/micronaut/validation/websocket/WebSocketVisitor.java index 70fb3e59cd2..700174171c3 100644 --- a/validation/src/main/java/io/micronaut/validation/websocket/WebSocketVisitor.java +++ b/validation/src/main/java/io/micronaut/validation/websocket/WebSocketVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.websocket; import io.micronaut.core.bind.annotation.Bindable; diff --git a/validation/src/main/java/io/micronaut/validation/websocket/package-info.java b/validation/src/main/java/io/micronaut/validation/websocket/package-info.java index b58b9aa3027..5290886802b 100644 --- a/validation/src/main/java/io/micronaut/validation/websocket/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package includes visitors specific to compile time validation and checks for websocket related elements. * diff --git a/validation/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailController.java b/validation/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailController.java index 8ef5f191b25..6f63220c7cf 100644 --- a/validation/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailController.java +++ b/validation/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.params; import io.micronaut.context.annotation.Requires; diff --git a/validation/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailControllerSpec.groovy b/validation/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailControllerSpec.groovy index 9518fb880e6..081d80140eb 100644 --- a/validation/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailControllerSpec.groovy +++ b/validation/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailControllerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.params import io.micronaut.context.ApplicationContext diff --git a/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/Email.java b/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/Email.java index 9d50f40e7e8..864d186a6a0 100644 --- a/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/Email.java +++ b/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/Email.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.pogo; import javax.validation.constraints.NotBlank; diff --git a/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailController.java b/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailController.java index 8fbf1f723b5..1fd19a94749 100644 --- a/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailController.java +++ b/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.pogo; import io.micronaut.context.annotation.Requires; diff --git a/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailControllerSpec.groovy b/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailControllerSpec.groovy index 605f31d48d5..9e83521e1fb 100644 --- a/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailControllerSpec.groovy +++ b/validation/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailControllerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.pogo import io.micronaut.context.ApplicationContext diff --git a/validation/src/test/groovy/io/micronaut/validation/BookmarkController.java b/validation/src/test/groovy/io/micronaut/validation/BookmarkController.java index df561bf24de..a9b043aa0e4 100644 --- a/validation/src/test/groovy/io/micronaut/validation/BookmarkController.java +++ b/validation/src/test/groovy/io/micronaut/validation/BookmarkController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation; import io.micronaut.http.HttpStatus; diff --git a/validation/src/test/groovy/io/micronaut/validation/BookmarkControllerSpec.groovy b/validation/src/test/groovy/io/micronaut/validation/BookmarkControllerSpec.groovy index 3c3c2199a1d..1d3202ba157 100644 --- a/validation/src/test/groovy/io/micronaut/validation/BookmarkControllerSpec.groovy +++ b/validation/src/test/groovy/io/micronaut/validation/BookmarkControllerSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation import io.micronaut.context.ApplicationContext diff --git a/validation/src/test/groovy/io/micronaut/validation/Foo.java b/validation/src/test/groovy/io/micronaut/validation/Foo.java index a2b76b14fae..685da357fc0 100644 --- a/validation/src/test/groovy/io/micronaut/validation/Foo.java +++ b/validation/src/test/groovy/io/micronaut/validation/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/test/groovy/io/micronaut/validation/PaginationCommand.java b/validation/src/test/groovy/io/micronaut/validation/PaginationCommand.java index 412d2ec1aa5..9c97c48a1e5 100644 --- a/validation/src/test/groovy/io/micronaut/validation/PaginationCommand.java +++ b/validation/src/test/groovy/io/micronaut/validation/PaginationCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation; import javax.annotation.Nullable; diff --git a/validation/src/test/groovy/io/micronaut/validation/Pojo.java b/validation/src/test/groovy/io/micronaut/validation/Pojo.java index 6b230f27e9c..c2127f942e7 100644 --- a/validation/src/test/groovy/io/micronaut/validation/Pojo.java +++ b/validation/src/test/groovy/io/micronaut/validation/Pojo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation; import javax.validation.constraints.Email; diff --git a/validation/src/test/groovy/io/micronaut/validation/ValidatedController.java b/validation/src/test/groovy/io/micronaut/validation/ValidatedController.java index 801e6b405ec..be39f77c506 100644 --- a/validation/src/test/groovy/io/micronaut/validation/ValidatedController.java +++ b/validation/src/test/groovy/io/micronaut/validation/ValidatedController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/test/groovy/io/micronaut/validation/ValidatedSpec.groovy b/validation/src/test/groovy/io/micronaut/validation/ValidatedSpec.groovy index d82165b7f81..4c3abbf163e 100644 --- a/validation/src/test/groovy/io/micronaut/validation/ValidatedSpec.groovy +++ b/validation/src/test/groovy/io/micronaut/validation/ValidatedSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/test/groovy/io/micronaut/validation/internal/InteralApiRuleSpec.groovy b/validation/src/test/groovy/io/micronaut/validation/internal/InteralApiRuleSpec.groovy index 2910401ac7e..9ae30f06484 100644 --- a/validation/src/test/groovy/io/micronaut/validation/internal/InteralApiRuleSpec.groovy +++ b/validation/src/test/groovy/io/micronaut/validation/internal/InteralApiRuleSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation.internal import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/validation/src/test/groovy/io/micronaut/validation/routes/MissingParameterRuleSpec.groovy b/validation/src/test/groovy/io/micronaut/validation/routes/MissingParameterRuleSpec.groovy index 89b2c664523..8d62911c039 100644 --- a/validation/src/test/groovy/io/micronaut/validation/routes/MissingParameterRuleSpec.groovy +++ b/validation/src/test/groovy/io/micronaut/validation/routes/MissingParameterRuleSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation.routes import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/validation/src/test/groovy/io/micronaut/validation/routes/NullableParameterRuleSpec.groovy b/validation/src/test/groovy/io/micronaut/validation/routes/NullableParameterRuleSpec.groovy index c289912b4b9..87f57ea2aa5 100644 --- a/validation/src/test/groovy/io/micronaut/validation/routes/NullableParameterRuleSpec.groovy +++ b/validation/src/test/groovy/io/micronaut/validation/routes/NullableParameterRuleSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation.routes import io.micronaut.annotation.processing.test.AbstractTypeElementSpec diff --git a/views/src/main/java/io/micronaut/views/ModelAndView.java b/views/src/main/java/io/micronaut/views/ModelAndView.java index dc9738b9775..89c3362f795 100644 --- a/views/src/main/java/io/micronaut/views/ModelAndView.java +++ b/views/src/main/java/io/micronaut/views/ModelAndView.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views; import java.util.Optional; diff --git a/views/src/main/java/io/micronaut/views/SecuredViewsFilterOrderProvider.java b/views/src/main/java/io/micronaut/views/SecuredViewsFilterOrderProvider.java index 08103b90e58..c3d9aae9c96 100644 --- a/views/src/main/java/io/micronaut/views/SecuredViewsFilterOrderProvider.java +++ b/views/src/main/java/io/micronaut/views/SecuredViewsFilterOrderProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views; import io.micronaut.context.annotation.Requires; diff --git a/views/src/main/java/io/micronaut/views/View.java b/views/src/main/java/io/micronaut/views/View.java index 76677b508b8..d3f737472a7 100644 --- a/views/src/main/java/io/micronaut/views/View.java +++ b/views/src/main/java/io/micronaut/views/View.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views; import java.lang.annotation.Documented; diff --git a/views/src/main/java/io/micronaut/views/ViewsConfiguration.java b/views/src/main/java/io/micronaut/views/ViewsConfiguration.java index afcad25b9c7..b74897233e4 100644 --- a/views/src/main/java/io/micronaut/views/ViewsConfiguration.java +++ b/views/src/main/java/io/micronaut/views/ViewsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views; import io.micronaut.core.util.Toggleable; diff --git a/views/src/main/java/io/micronaut/views/ViewsConfigurationProperties.java b/views/src/main/java/io/micronaut/views/ViewsConfigurationProperties.java index 2a23f30ef46..70c79eca5af 100644 --- a/views/src/main/java/io/micronaut/views/ViewsConfigurationProperties.java +++ b/views/src/main/java/io/micronaut/views/ViewsConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/views/src/main/java/io/micronaut/views/ViewsFilter.java b/views/src/main/java/io/micronaut/views/ViewsFilter.java index 7c553de6dc7..636165ab3b1 100644 --- a/views/src/main/java/io/micronaut/views/ViewsFilter.java +++ b/views/src/main/java/io/micronaut/views/ViewsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views; import io.micronaut.context.BeanLocator; diff --git a/views/src/main/java/io/micronaut/views/ViewsFilterOrderProvider.java b/views/src/main/java/io/micronaut/views/ViewsFilterOrderProvider.java index b03c6740a80..e58be14ff22 100644 --- a/views/src/main/java/io/micronaut/views/ViewsFilterOrderProvider.java +++ b/views/src/main/java/io/micronaut/views/ViewsFilterOrderProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views; import io.micronaut.http.filter.FilterOrderProvider; diff --git a/views/src/main/java/io/micronaut/views/ViewsRenderer.java b/views/src/main/java/io/micronaut/views/ViewsRenderer.java index a093fcc560c..0738b7bb2a9 100644 --- a/views/src/main/java/io/micronaut/views/ViewsRenderer.java +++ b/views/src/main/java/io/micronaut/views/ViewsRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views; import io.micronaut.core.beans.BeanMap; diff --git a/views/src/main/java/io/micronaut/views/exceptions/ViewRenderingException.java b/views/src/main/java/io/micronaut/views/exceptions/ViewRenderingException.java index ce15d98ef08..abf61b9077b 100644 --- a/views/src/main/java/io/micronaut/views/exceptions/ViewRenderingException.java +++ b/views/src/main/java/io/micronaut/views/exceptions/ViewRenderingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.exceptions; import io.micronaut.http.server.exceptions.InternalServerException; diff --git a/views/src/main/java/io/micronaut/views/exceptions/package-info.java b/views/src/main/java/io/micronaut/views/exceptions/package-info.java index bc9c95f5059..306e3230a5b 100644 --- a/views/src/main/java/io/micronaut/views/exceptions/package-info.java +++ b/views/src/main/java/io/micronaut/views/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * View related exceptions. * diff --git a/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRenderer.java b/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRenderer.java index 2ab74930d8a..cacae415e6a 100644 --- a/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRenderer.java +++ b/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.freemarker; import freemarker.template.Configuration; diff --git a/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRendererConfiguration.java b/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRendererConfiguration.java index f2b8daab978..3965be01377 100644 --- a/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRendererConfiguration.java +++ b/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRendererConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.freemarker; import io.micronaut.core.util.Toggleable; diff --git a/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRendererConfigurationProperties.java b/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRendererConfigurationProperties.java index 07b0f7534e5..348fd32b2ec 100644 --- a/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRendererConfigurationProperties.java +++ b/views/src/main/java/io/micronaut/views/freemarker/FreemarkerViewsRendererConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.freemarker; import freemarker.template.Configuration; diff --git a/views/src/main/java/io/micronaut/views/freemarker/package-info.java b/views/src/main/java/io/micronaut/views/freemarker/package-info.java index ce2ce2392bc..e9d3b82ab3a 100644 --- a/views/src/main/java/io/micronaut/views/freemarker/package-info.java +++ b/views/src/main/java/io/micronaut/views/freemarker/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes specific to Views rendered with FreeMarker. * @see FreeMarker diff --git a/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRenderer.java b/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRenderer.java index 248db015b9c..f6c63a8873f 100644 --- a/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRenderer.java +++ b/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.handlebars; import com.github.jknack.handlebars.Handlebars; diff --git a/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRendererConfiguration.java b/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRendererConfiguration.java index 42195890ae0..079e9b9426d 100644 --- a/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRendererConfiguration.java +++ b/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRendererConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.handlebars; import io.micronaut.core.util.Toggleable; diff --git a/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRendererConfigurationProperties.java b/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRendererConfigurationProperties.java index a41da0df398..6fa930ab9c7 100644 --- a/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRendererConfigurationProperties.java +++ b/views/src/main/java/io/micronaut/views/handlebars/HandlebarsViewsRendererConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.handlebars; import com.github.jknack.handlebars.Handlebars; diff --git a/views/src/main/java/io/micronaut/views/handlebars/package-info.java b/views/src/main/java/io/micronaut/views/handlebars/package-info.java index 2ddabb7028c..2b77186006a 100644 --- a/views/src/main/java/io/micronaut/views/handlebars/package-info.java +++ b/views/src/main/java/io/micronaut/views/handlebars/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes specific to Views rendered with Handlebars. * @see Handlebars.java diff --git a/views/src/main/java/io/micronaut/views/model/ViewModelProcessor.java b/views/src/main/java/io/micronaut/views/model/ViewModelProcessor.java index b06d9aa69c3..43751862a52 100644 --- a/views/src/main/java/io/micronaut/views/model/ViewModelProcessor.java +++ b/views/src/main/java/io/micronaut/views/model/ViewModelProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.model; import io.micronaut.http.HttpRequest; diff --git a/views/src/main/java/io/micronaut/views/model/package-info.java b/views/src/main/java/io/micronaut/views/model/package-info.java index fb49135946a..ed964fe51fa 100644 --- a/views/src/main/java/io/micronaut/views/model/package-info.java +++ b/views/src/main/java/io/micronaut/views/model/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * View model decorators. * diff --git a/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessor.java b/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessor.java index f04ac7df68b..cc4fe27d0f6 100644 --- a/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessor.java +++ b/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.model.security; import io.micronaut.context.annotation.Requires; diff --git a/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessorConfiguration.java b/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessorConfiguration.java index 0f365fa378f..53b02f68076 100644 --- a/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessorConfiguration.java +++ b/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.model.security; import io.micronaut.core.util.Toggleable; diff --git a/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessorConfigurationProperties.java b/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessorConfigurationProperties.java index b22fb4185ed..0346fa4cd79 100644 --- a/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessorConfigurationProperties.java +++ b/views/src/main/java/io/micronaut/views/model/security/SecurityViewModelProcessorConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.model.security; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/views/src/main/java/io/micronaut/views/model/security/package-info.java b/views/src/main/java/io/micronaut/views/model/security/package-info.java index b3b43aa2ce1..d54690a8e6e 100644 --- a/views/src/main/java/io/micronaut/views/model/security/package-info.java +++ b/views/src/main/java/io/micronaut/views/model/security/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains views models decorators related to security. * diff --git a/views/src/main/java/io/micronaut/views/package-info.java b/views/src/main/java/io/micronaut/views/package-info.java index fe57c0b3916..4cefb4f0b24 100644 --- a/views/src/main/java/io/micronaut/views/package-info.java +++ b/views/src/main/java/io/micronaut/views/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes specific to Views within Micronaut. * diff --git a/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRenderer.java b/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRenderer.java index 5a161a20354..7c5935fb27a 100644 --- a/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRenderer.java +++ b/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.thymeleaf; import io.micronaut.context.annotation.Requires; diff --git a/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRendererConfiguration.java b/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRendererConfiguration.java index 425e5d42115..b0760f9d240 100644 --- a/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRendererConfiguration.java +++ b/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRendererConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.thymeleaf; import io.micronaut.core.util.Toggleable; diff --git a/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRendererConfigurationProperties.java b/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRendererConfigurationProperties.java index ea3177d5528..d4a0872daff 100644 --- a/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRendererConfigurationProperties.java +++ b/views/src/main/java/io/micronaut/views/thymeleaf/ThymeleafViewsRendererConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.thymeleaf; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/views/src/main/java/io/micronaut/views/thymeleaf/package-info.java b/views/src/main/java/io/micronaut/views/thymeleaf/package-info.java index ee5b86453a7..57db1230115 100644 --- a/views/src/main/java/io/micronaut/views/thymeleaf/package-info.java +++ b/views/src/main/java/io/micronaut/views/thymeleaf/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes specific to Views rendered with Thymeleaf. * @see Thymeleaf diff --git a/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRenderer.java b/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRenderer.java index e79c0692b62..06ee4c32edb 100644 --- a/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRenderer.java +++ b/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.velocity; import io.micronaut.context.annotation.Requires; diff --git a/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRendererConfiguration.java b/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRendererConfiguration.java index 3c7e0e1ea0c..4b5dfdbca59 100644 --- a/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRendererConfiguration.java +++ b/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRendererConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.velocity; import io.micronaut.core.util.Toggleable; diff --git a/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRendererConfigurationProperties.java b/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRendererConfigurationProperties.java index b47c1e5164b..0e733435614 100644 --- a/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRendererConfigurationProperties.java +++ b/views/src/main/java/io/micronaut/views/velocity/VelocityViewsRendererConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.views.velocity; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/views/src/main/java/io/micronaut/views/velocity/package-info.java b/views/src/main/java/io/micronaut/views/velocity/package-info.java index 96950b23651..46fcc6136ba 100644 --- a/views/src/main/java/io/micronaut/views/velocity/package-info.java +++ b/views/src/main/java/io/micronaut/views/velocity/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes specific to Views rendered with Velocity. * @see Velocity diff --git a/views/src/test/groovy/io/micronaut/docs/FreemarkerController.groovy b/views/src/test/groovy/io/micronaut/docs/FreemarkerController.groovy index bbb5c81bc85..d43bfff5b69 100644 --- a/views/src/test/groovy/io/micronaut/docs/FreemarkerController.groovy +++ b/views/src/test/groovy/io/micronaut/docs/FreemarkerController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs import io.micronaut.context.annotation.Requires diff --git a/views/src/test/groovy/io/micronaut/docs/FreemarkerViewRendererSpec.groovy b/views/src/test/groovy/io/micronaut/docs/FreemarkerViewRendererSpec.groovy index 2ed75f06196..a65bf4f9c30 100644 --- a/views/src/test/groovy/io/micronaut/docs/FreemarkerViewRendererSpec.groovy +++ b/views/src/test/groovy/io/micronaut/docs/FreemarkerViewRendererSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs import io.micronaut.context.ApplicationContext diff --git a/views/src/test/groovy/io/micronaut/docs/HandlebarsController.groovy b/views/src/test/groovy/io/micronaut/docs/HandlebarsController.groovy index c959799a838..1a95fc0379f 100644 --- a/views/src/test/groovy/io/micronaut/docs/HandlebarsController.groovy +++ b/views/src/test/groovy/io/micronaut/docs/HandlebarsController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs import io.micronaut.context.annotation.Requires diff --git a/views/src/test/groovy/io/micronaut/docs/HandlebarsViewsRendererSpec.groovy b/views/src/test/groovy/io/micronaut/docs/HandlebarsViewsRendererSpec.groovy index a5dd5ac006b..01e75e0d302 100644 --- a/views/src/test/groovy/io/micronaut/docs/HandlebarsViewsRendererSpec.groovy +++ b/views/src/test/groovy/io/micronaut/docs/HandlebarsViewsRendererSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs import io.micronaut.context.ApplicationContext diff --git a/views/src/test/groovy/io/micronaut/docs/Person.groovy b/views/src/test/groovy/io/micronaut/docs/Person.groovy index 1b3f48789e9..f8b94b5f03d 100644 --- a/views/src/test/groovy/io/micronaut/docs/Person.groovy +++ b/views/src/test/groovy/io/micronaut/docs/Person.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs import groovy.transform.Canonical diff --git a/views/src/test/groovy/io/micronaut/docs/ThymeleafViewRendererSpec.groovy b/views/src/test/groovy/io/micronaut/docs/ThymeleafViewRendererSpec.groovy index 5d7cf4df6c1..8fdf98f5f6e 100644 --- a/views/src/test/groovy/io/micronaut/docs/ThymeleafViewRendererSpec.groovy +++ b/views/src/test/groovy/io/micronaut/docs/ThymeleafViewRendererSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs import io.micronaut.context.ApplicationContext diff --git a/views/src/test/groovy/io/micronaut/docs/VelocityController.groovy b/views/src/test/groovy/io/micronaut/docs/VelocityController.groovy index 4705b395c6d..4e0dc5f63f9 100644 --- a/views/src/test/groovy/io/micronaut/docs/VelocityController.groovy +++ b/views/src/test/groovy/io/micronaut/docs/VelocityController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs import io.micronaut.context.annotation.Requires diff --git a/views/src/test/groovy/io/micronaut/docs/VelocityViewRendererSpec.groovy b/views/src/test/groovy/io/micronaut/docs/VelocityViewRendererSpec.groovy index 6f52bf3baa7..654346b3a1b 100644 --- a/views/src/test/groovy/io/micronaut/docs/VelocityViewRendererSpec.groovy +++ b/views/src/test/groovy/io/micronaut/docs/VelocityViewRendererSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs import io.micronaut.context.ApplicationContext diff --git a/views/src/test/groovy/io/micronaut/docs/ViewsController.groovy b/views/src/test/groovy/io/micronaut/docs/ViewsController.groovy index 91330a7adaa..133a0f891fe 100644 --- a/views/src/test/groovy/io/micronaut/docs/ViewsController.groovy +++ b/views/src/test/groovy/io/micronaut/docs/ViewsController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs import io.micronaut.context.annotation.Requires diff --git a/views/src/test/groovy/io/micronaut/docs/ViewsFilterSpec.groovy b/views/src/test/groovy/io/micronaut/docs/ViewsFilterSpec.groovy index 8ac630af95b..f6065caf49d 100644 --- a/views/src/test/groovy/io/micronaut/docs/ViewsFilterSpec.groovy +++ b/views/src/test/groovy/io/micronaut/docs/ViewsFilterSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs import io.micronaut.context.ApplicationContext diff --git a/views/src/test/groovy/io/micronaut/views/model/security/BooksController.java b/views/src/test/groovy/io/micronaut/views/model/security/BooksController.java index d7059263ee2..9ef9d3b07d1 100644 --- a/views/src/test/groovy/io/micronaut/views/model/security/BooksController.java +++ b/views/src/test/groovy/io/micronaut/views/model/security/BooksController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.views.model.security; import io.micronaut.context.annotation.Requires; diff --git a/views/src/test/groovy/io/micronaut/views/model/security/MockAuthenticationProvider.groovy b/views/src/test/groovy/io/micronaut/views/model/security/MockAuthenticationProvider.groovy index 3d966687e49..405112387db 100644 --- a/views/src/test/groovy/io/micronaut/views/model/security/MockAuthenticationProvider.groovy +++ b/views/src/test/groovy/io/micronaut/views/model/security/MockAuthenticationProvider.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.views.model.security import io.micronaut.context.annotation.Requires diff --git a/views/src/test/groovy/io/micronaut/views/model/security/SecurityViewModelProcessorSpec.groovy b/views/src/test/groovy/io/micronaut/views/model/security/SecurityViewModelProcessorSpec.groovy index a984b1ea082..27b977612b0 100644 --- a/views/src/test/groovy/io/micronaut/views/model/security/SecurityViewModelProcessorSpec.groovy +++ b/views/src/test/groovy/io/micronaut/views/model/security/SecurityViewModelProcessorSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.views.model.security import io.micronaut.context.ApplicationContext diff --git a/views/src/test/groovy/io/micronaut/views/model/security/UserDetailsEmail.groovy b/views/src/test/groovy/io/micronaut/views/model/security/UserDetailsEmail.groovy index c8b12ea023a..a33010b21c8 100644 --- a/views/src/test/groovy/io/micronaut/views/model/security/UserDetailsEmail.groovy +++ b/views/src/test/groovy/io/micronaut/views/model/security/UserDetailsEmail.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.views.model.security import groovy.transform.CompileStatic diff --git a/views/src/test/resources/views/home.ftl b/views/src/test/resources/views/home.ftl index 573f512976e..e9e8fe46d7a 100644 --- a/views/src/test/resources/views/home.ftl +++ b/views/src/test/resources/views/home.ftl @@ -1,3 +1,20 @@ +<#-- + + Copyright 2017-2019 original authors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> diff --git a/views/src/test/resources/views/home.vm b/views/src/test/resources/views/home.vm index 1b0ffbd93a5..6580270ef5d 100644 --- a/views/src/test/resources/views/home.vm +++ b/views/src/test/resources/views/home.vm @@ -1,3 +1,18 @@ +#* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + *# diff --git a/views/src/test/resources/views/securitydecorator.vm b/views/src/test/resources/views/securitydecorator.vm index de1219407b7..08048f8e8ff 100644 --- a/views/src/test/resources/views/securitydecorator.vm +++ b/views/src/test/resources/views/securitydecorator.vm @@ -1,3 +1,18 @@ +#* + * Copyright 2017-2019 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + *# diff --git a/websocket/src/main/java/io/micronaut/websocket/CloseReason.java b/websocket/src/main/java/io/micronaut/websocket/CloseReason.java index 65524874c33..43535d5cd84 100644 --- a/websocket/src/main/java/io/micronaut/websocket/CloseReason.java +++ b/websocket/src/main/java/io/micronaut/websocket/CloseReason.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket; import java.util.Objects; diff --git a/websocket/src/main/java/io/micronaut/websocket/RxWebSocketClient.java b/websocket/src/main/java/io/micronaut/websocket/RxWebSocketClient.java index 1a2c399cf3b..ddda72dba8d 100644 --- a/websocket/src/main/java/io/micronaut/websocket/RxWebSocketClient.java +++ b/websocket/src/main/java/io/micronaut/websocket/RxWebSocketClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket; import io.micronaut.http.MutableHttpRequest; diff --git a/websocket/src/main/java/io/micronaut/websocket/RxWebSocketSession.java b/websocket/src/main/java/io/micronaut/websocket/RxWebSocketSession.java index 0e8efb63e57..57762824e72 100644 --- a/websocket/src/main/java/io/micronaut/websocket/RxWebSocketSession.java +++ b/websocket/src/main/java/io/micronaut/websocket/RxWebSocketSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket; import io.micronaut.http.MediaType; diff --git a/websocket/src/main/java/io/micronaut/websocket/WebSocketBroadcaster.java b/websocket/src/main/java/io/micronaut/websocket/WebSocketBroadcaster.java index 94b4df68c8e..09a760c3a04 100644 --- a/websocket/src/main/java/io/micronaut/websocket/WebSocketBroadcaster.java +++ b/websocket/src/main/java/io/micronaut/websocket/WebSocketBroadcaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket; import io.micronaut.http.MediaType; diff --git a/websocket/src/main/java/io/micronaut/websocket/WebSocketClient.java b/websocket/src/main/java/io/micronaut/websocket/WebSocketClient.java index 2d9ec48790b..b329aecf385 100644 --- a/websocket/src/main/java/io/micronaut/websocket/WebSocketClient.java +++ b/websocket/src/main/java/io/micronaut/websocket/WebSocketClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket; import io.micronaut.http.HttpRequest; diff --git a/websocket/src/main/java/io/micronaut/websocket/WebSocketSession.java b/websocket/src/main/java/io/micronaut/websocket/WebSocketSession.java index 50b20890dad..89a8024c22f 100644 --- a/websocket/src/main/java/io/micronaut/websocket/WebSocketSession.java +++ b/websocket/src/main/java/io/micronaut/websocket/WebSocketSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket; import io.micronaut.core.convert.value.ConvertibleMultiValues; diff --git a/websocket/src/main/java/io/micronaut/websocket/WebSocketVersion.java b/websocket/src/main/java/io/micronaut/websocket/WebSocketVersion.java index 055a458a3cb..793692de836 100644 --- a/websocket/src/main/java/io/micronaut/websocket/WebSocketVersion.java +++ b/websocket/src/main/java/io/micronaut/websocket/WebSocketVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket; /** diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/ClientWebSocket.java b/websocket/src/main/java/io/micronaut/websocket/annotation/ClientWebSocket.java index 9d62ab4b99c..48de27d89cd 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/ClientWebSocket.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/ClientWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.annotation; import io.micronaut.aop.Introduction; diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/OnClose.java b/websocket/src/main/java/io/micronaut/websocket/annotation/OnClose.java index 870736c6a26..5c26581d7a9 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/OnClose.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/OnClose.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.annotation; import java.lang.annotation.Documented; diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/OnError.java b/websocket/src/main/java/io/micronaut/websocket/annotation/OnError.java index e3ddd3df1b1..8b1d27aad0c 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/OnError.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/OnError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.annotation; import java.lang.annotation.Documented; diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/OnMessage.java b/websocket/src/main/java/io/micronaut/websocket/annotation/OnMessage.java index b4ec2f84729..a9069e872b0 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/OnMessage.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/OnMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.annotation; import java.lang.annotation.Documented; diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/OnOpen.java b/websocket/src/main/java/io/micronaut/websocket/annotation/OnOpen.java index 9390842e244..6f4a04c3bd1 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/OnOpen.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/OnOpen.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.annotation; import java.lang.annotation.Documented; diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/ServerWebSocket.java b/websocket/src/main/java/io/micronaut/websocket/annotation/ServerWebSocket.java index e0ba42c88dd..19b5c66c630 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/ServerWebSocket.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/ServerWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.annotation; import io.micronaut.context.annotation.AliasFor; diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketComponent.java b/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketComponent.java index 0b045b91e6c..39ab5685a32 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketComponent.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketComponent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.annotation; import io.micronaut.context.annotation.AliasFor; diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketMapping.java b/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketMapping.java index 7fb84bf8fbb..4678ec0b82a 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketMapping.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.annotation; import io.micronaut.context.annotation.Executable; diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/package-info.java b/websocket/src/main/java/io/micronaut/websocket/annotation/package-info.java index 3e888d080cc..e3c84239cfb 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * WebSocket specific annotations. * diff --git a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketState.java b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketState.java index b778e3c23b7..51759b48ff2 100644 --- a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketState.java +++ b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.bind; import io.micronaut.core.annotation.Internal; diff --git a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinder.java b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinder.java index 7f25c6ec435..dec0cd267fc 100644 --- a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinder.java +++ b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.bind; import io.micronaut.core.bind.ArgumentBinder; diff --git a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinderRegistry.java b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinderRegistry.java index c35a3ffeb2e..a20d2a203e4 100644 --- a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinderRegistry.java +++ b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinderRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.bind; import io.micronaut.core.annotation.Internal; diff --git a/websocket/src/main/java/io/micronaut/websocket/bind/package-info.java b/websocket/src/main/java/io/micronaut/websocket/bind/package-info.java index 3429adaa2ab..75e1bfd1dce 100644 --- a/websocket/src/main/java/io/micronaut/websocket/bind/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/bind/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Package containing binding related classes. This package is regarded internal. */ diff --git a/websocket/src/main/java/io/micronaut/websocket/context/DefaultWebSocketBeanRegistry.java b/websocket/src/main/java/io/micronaut/websocket/context/DefaultWebSocketBeanRegistry.java index a302d0b1406..35699a6a981 100644 --- a/websocket/src/main/java/io/micronaut/websocket/context/DefaultWebSocketBeanRegistry.java +++ b/websocket/src/main/java/io/micronaut/websocket/context/DefaultWebSocketBeanRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.context; import io.micronaut.context.BeanContext; diff --git a/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBean.java b/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBean.java index e3744a4806b..644245d5ad0 100644 --- a/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBean.java +++ b/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.context; import io.micronaut.inject.BeanDefinition; diff --git a/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBeanRegistry.java b/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBeanRegistry.java index e9c20c23f2c..cb6430b193e 100644 --- a/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBeanRegistry.java +++ b/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBeanRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.context; import io.micronaut.context.BeanContext; diff --git a/websocket/src/main/java/io/micronaut/websocket/context/package-info.java b/websocket/src/main/java/io/micronaut/websocket/context/package-info.java index 77c8404fa4d..2dd9ab9813b 100644 --- a/websocket/src/main/java/io/micronaut/websocket/context/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/context/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes related to handling of WebSocket beans. * diff --git a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketEvent.java b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketEvent.java index 23bdb39438a..212eeea4075 100644 --- a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketEvent.java +++ b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketMessageProcessedEvent.java b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketMessageProcessedEvent.java index 9c015f45668..a7042bbb9c3 100644 --- a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketMessageProcessedEvent.java +++ b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketMessageProcessedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.event; import io.micronaut.websocket.WebSocketSession; diff --git a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionClosedEvent.java b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionClosedEvent.java index 86521788cc8..a9d1eeec247 100644 --- a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionClosedEvent.java +++ b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionClosedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.event; import io.micronaut.websocket.WebSocketSession; diff --git a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionOpenEvent.java b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionOpenEvent.java index 2b069b8692c..f4360e789c0 100644 --- a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionOpenEvent.java +++ b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionOpenEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.event; import io.micronaut.websocket.WebSocketSession; diff --git a/websocket/src/main/java/io/micronaut/websocket/event/package-info.java b/websocket/src/main/java/io/micronaut/websocket/event/package-info.java index 1c7b162c741..6db51efd215 100644 --- a/websocket/src/main/java/io/micronaut/websocket/event/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * WebSocket server event types. * diff --git a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketClientException.java b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketClientException.java index 36c8d5dac57..ea3f121523a 100644 --- a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketClientException.java +++ b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketClientException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.exceptions; /** diff --git a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketException.java b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketException.java index 2d94b089cd2..67469043df3 100644 --- a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketException.java +++ b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.exceptions; /** diff --git a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketSessionException.java b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketSessionException.java index 4a3208c8cd5..b037c77ba08 100644 --- a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketSessionException.java +++ b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketSessionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.exceptions; /** diff --git a/websocket/src/main/java/io/micronaut/websocket/exceptions/package-info.java b/websocket/src/main/java/io/micronaut/websocket/exceptions/package-info.java index b3569b8782c..4f53a3b56ce 100644 --- a/websocket/src/main/java/io/micronaut/websocket/exceptions/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * WebSocket related exceptions. * diff --git a/websocket/src/main/java/io/micronaut/websocket/interceptor/ClientWebSocketInterceptor.java b/websocket/src/main/java/io/micronaut/websocket/interceptor/ClientWebSocketInterceptor.java index 7321fec5673..dab78922732 100644 --- a/websocket/src/main/java/io/micronaut/websocket/interceptor/ClientWebSocketInterceptor.java +++ b/websocket/src/main/java/io/micronaut/websocket/interceptor/ClientWebSocketInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.interceptor; import io.micronaut.aop.MethodInterceptor; diff --git a/websocket/src/main/java/io/micronaut/websocket/interceptor/WebSocketSessionAware.java b/websocket/src/main/java/io/micronaut/websocket/interceptor/WebSocketSessionAware.java index afda3c3eb83..680a71f7116 100644 --- a/websocket/src/main/java/io/micronaut/websocket/interceptor/WebSocketSessionAware.java +++ b/websocket/src/main/java/io/micronaut/websocket/interceptor/WebSocketSessionAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.websocket.interceptor; import io.micronaut.websocket.WebSocketSession; diff --git a/websocket/src/main/java/io/micronaut/websocket/interceptor/package-info.java b/websocket/src/main/java/io/micronaut/websocket/interceptor/package-info.java index 075617e4d0a..8756d894710 100644 --- a/websocket/src/main/java/io/micronaut/websocket/interceptor/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/interceptor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Implementation classes for {@link io.micronaut.websocket.annotation.ClientWebSocket} advice. * diff --git a/websocket/src/main/java/io/micronaut/websocket/package-info.java b/websocket/src/main/java/io/micronaut/websocket/package-info.java index 74f5cfd186d..690031bfd1c 100644 --- a/websocket/src/main/java/io/micronaut/websocket/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2018 original authors + * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes and interfaces for supporting WebSocket. *