diff --git a/.licenserc.yaml b/.licenserc.yaml index 6351d2722..fa60af39c 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -1,9 +1,9 @@ header: license: content: | - Tencent is pleased to support the open source community by making Polaris available. + Tencent is pleased to support the open source community by making polaris-java available. - Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. diff --git a/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/AssemblyAPI.java b/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/AssemblyAPI.java index ea5dc00eb..0b13c0577 100644 --- a/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/AssemblyAPI.java +++ b/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/AssemblyAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/GetOneInstanceRequest.java b/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/GetOneInstanceRequest.java index d103ee2ad..1fc339662 100644 --- a/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/GetOneInstanceRequest.java +++ b/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/GetOneInstanceRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/GetReachableInstancesRequest.java b/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/GetReachableInstancesRequest.java index d24db1e41..6f682275b 100644 --- a/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/GetReachableInstancesRequest.java +++ b/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/GetReachableInstancesRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/TraceAttributes.java b/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/TraceAttributes.java index 08a173f5c..106d03e54 100644 --- a/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/TraceAttributes.java +++ b/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/api/pojo/TraceAttributes.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/flow/AssemblyFlow.java b/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/flow/AssemblyFlow.java index 91e589e58..0abed17bf 100644 --- a/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/flow/AssemblyFlow.java +++ b/polaris-assembly/polaris-assembly-api/src/main/java/com/tencent/polaris/assembly/flow/AssemblyFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/DefaultAssemblyAPI.java b/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/DefaultAssemblyAPI.java index 844b81d6f..620b389e1 100644 --- a/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/DefaultAssemblyAPI.java +++ b/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/DefaultAssemblyAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/Validator.java b/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/Validator.java index 7864f494f..df9ea850b 100644 --- a/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/Validator.java +++ b/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/Validator.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/flow/DefaultAssemblyFlow.java b/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/flow/DefaultAssemblyFlow.java index b8d7315a1..44c45b179 100644 --- a/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/flow/DefaultAssemblyFlow.java +++ b/polaris-assembly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/flow/DefaultAssemblyFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-assembly/polaris-assembly-factory/src/main/java/com/tencent/polaris/assembly/factory/AssemblyAPIFactory.java b/polaris-assembly/polaris-assembly-factory/src/main/java/com/tencent/polaris/assembly/factory/AssemblyAPIFactory.java index d9b9eeb75..2eb789920 100644 --- a/polaris-assembly/polaris-assembly-factory/src/main/java/com/tencent/polaris/assembly/factory/AssemblyAPIFactory.java +++ b/polaris-assembly/polaris-assembly-factory/src/main/java/com/tencent/polaris/assembly/factory/AssemblyAPIFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-assembly/polaris-assembly-factory/src/test/java/com/tencent/polaris/assembly/factory/AssemblyTest.java b/polaris-assembly/polaris-assembly-factory/src/test/java/com/tencent/polaris/assembly/factory/AssemblyTest.java index 1c3d2d4f1..3d94fef42 100644 --- a/polaris-assembly/polaris-assembly-factory/src/test/java/com/tencent/polaris/assembly/factory/AssemblyTest.java +++ b/polaris-assembly/polaris-assembly-factory/src/test/java/com/tencent/polaris/assembly/factory/AssemblyTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-assembly/polaris-assembly-factory/src/test/java/com/tencent/polaris/assembly/factory/PrometheusHttpServerTest.java b/polaris-assembly/polaris-assembly-factory/src/test/java/com/tencent/polaris/assembly/factory/PrometheusHttpServerTest.java index b6a12e398..c73a3c1f0 100644 --- a/polaris-assembly/polaris-assembly-factory/src/test/java/com/tencent/polaris/assembly/factory/PrometheusHttpServerTest.java +++ b/polaris-assembly/polaris-assembly-factory/src/test/java/com/tencent/polaris/assembly/factory/PrometheusHttpServerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/core/AuthAPI.java b/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/core/AuthAPI.java index 87a4b941a..59fa2849c 100644 --- a/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/core/AuthAPI.java +++ b/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/core/AuthAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/flow/AuthFlow.java b/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/flow/AuthFlow.java index a7c7c9b56..58196a6cd 100644 --- a/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/flow/AuthFlow.java +++ b/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/flow/AuthFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/rpc/AuthRequest.java b/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/rpc/AuthRequest.java index 7dc6f7815..e996b5828 100644 --- a/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/rpc/AuthRequest.java +++ b/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/rpc/AuthRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/rpc/AuthResponse.java b/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/rpc/AuthResponse.java index 5a2a20876..412d695ca 100644 --- a/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/rpc/AuthResponse.java +++ b/polaris-auth/polaris-auth-api/src/main/java/com/tencent/polaris/auth/api/rpc/AuthResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/api/DefaultAuthAPI.java b/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/api/DefaultAuthAPI.java index cbff1ff1d..704124afa 100644 --- a/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/api/DefaultAuthAPI.java +++ b/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/api/DefaultAuthAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/flow/DefaultAuthFlow.java b/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/flow/DefaultAuthFlow.java index bdbcd7f5e..f48efd1c6 100644 --- a/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/flow/DefaultAuthFlow.java +++ b/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/flow/DefaultAuthFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/utils/AuthValidator.java b/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/utils/AuthValidator.java index 8ffcab53d..4d6f56923 100644 --- a/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/utils/AuthValidator.java +++ b/polaris-auth/polaris-auth-client/src/main/java/com/tencent/polaris/auth/client/utils/AuthValidator.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-auth/polaris-auth-factory/src/main/java/com/tencent/polaris/auth/factory/AuthAPIFactory.java b/polaris-auth/polaris-auth-factory/src/main/java/com/tencent/polaris/auth/factory/AuthAPIFactory.java index fd60ae5e5..7f6a4a319 100644 --- a/polaris-auth/polaris-auth-factory/src/main/java/com/tencent/polaris/auth/factory/AuthAPIFactory.java +++ b/polaris-auth/polaris-auth-factory/src/main/java/com/tencent/polaris/auth/factory/AuthAPIFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/CircuitBreakAPI.java b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/CircuitBreakAPI.java index fd019c25e..3d029cad0 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/CircuitBreakAPI.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/CircuitBreakAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. @@ -17,54 +17,55 @@ package com.tencent.polaris.circuitbreak.api; -import java.io.Closeable; - import com.tencent.polaris.api.plugin.circuitbreaker.ResourceStat; import com.tencent.polaris.api.plugin.circuitbreaker.entity.Resource; import com.tencent.polaris.circuitbreak.api.pojo.CheckResult; import com.tencent.polaris.circuitbreak.api.pojo.FunctionalDecoratorRequest; import com.tencent.polaris.circuitbreak.api.pojo.InvokeContext; +import java.io.Closeable; + public interface CircuitBreakAPI extends AutoCloseable, Closeable { - /** - * check and acquire circuitbreaker - * - * @param resource - * @return pass or not, and fallback config if needed - */ - CheckResult check(Resource resource); + /** + * check and acquire circuitbreaker + * + * @param resource + * @return pass or not, and fallback config if needed + */ + CheckResult check(Resource resource); - /** - * report the resource invoke result - * - * @param reportStat - */ - void report(ResourceStat reportStat); + /** + * report the resource invoke result + * + * @param reportStat + */ + void report(ResourceStat reportStat); - /** - * make the function decorator - * - * @param functionalDecoratorRequest - * @return decorator - */ - FunctionalDecorator makeFunctionalDecorator(FunctionalDecoratorRequest functionalDecoratorRequest); + /** + * make the function decorator + * + * @param functionalDecoratorRequest + * @return decorator + */ + FunctionalDecorator makeFunctionalDecorator(FunctionalDecoratorRequest functionalDecoratorRequest); - /** - * make the invoke handler - * @param requestContext - * @return InvokeHandler - */ - InvokeHandler makeInvokeHandler(InvokeContext.RequestContext requestContext); + /** + * make the invoke handler + * + * @param requestContext + * @return InvokeHandler + */ + InvokeHandler makeInvokeHandler(InvokeContext.RequestContext requestContext); - /** - * 清理并释放资源 - */ - void destroy(); + /** + * 清理并释放资源 + */ + void destroy(); - @Override - default void close() { - destroy(); - } + @Override + default void close() { + destroy(); + } } diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/FunctionalDecorator.java b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/FunctionalDecorator.java index 7e0c45092..0639296cc 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/FunctionalDecorator.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/FunctionalDecorator.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/InvokeHandler.java b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/InvokeHandler.java index be3dc107e..52ba8d898 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/InvokeHandler.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/InvokeHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. @@ -24,21 +24,23 @@ */ public interface InvokeHandler { - /** - * acquire circuitbreaker permission, throw {@code CallAbortedException} when acquire failed - */ - void acquirePermission(); + /** + * acquire circuitbreaker permission, throw {@code CallAbortedException} when acquire failed + */ + void acquirePermission(); - /** - * post process method when invoke request succeed - * @param responseContext - */ - void onSuccess(InvokeContext.ResponseContext responseContext); + /** + * post process method when invoke request succeed + * + * @param responseContext + */ + void onSuccess(InvokeContext.ResponseContext responseContext); - /** - * post process method when invoke request failed - * @param responseContext - */ - void onError(InvokeContext.ResponseContext responseContext); + /** + * post process method when invoke request failed + * + * @param responseContext + */ + void onError(InvokeContext.ResponseContext responseContext); } diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/flow/CircuitBreakerFlow.java b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/flow/CircuitBreakerFlow.java index 2f406ebaa..b9a645469 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/flow/CircuitBreakerFlow.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/flow/CircuitBreakerFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/CheckResult.java b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/CheckResult.java index c3e2cdd1a..561215ae0 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/CheckResult.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/CheckResult.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/FunctionalDecoratorRequest.java b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/FunctionalDecoratorRequest.java index 5b1a84342..78e1deffc 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/FunctionalDecoratorRequest.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/FunctionalDecoratorRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/InvokeContext.java b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/InvokeContext.java index 8e2844174..4b4f3ece9 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/InvokeContext.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/InvokeContext.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/ResultToErrorCode.java b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/ResultToErrorCode.java index 7ecbded6d..7a3beaf92 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/ResultToErrorCode.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-api/src/main/java/com/tencent/polaris/circuitbreak/api/pojo/ResultToErrorCode.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultCircuitBreakAPI.java b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultCircuitBreakAPI.java index e3816707a..450325bb0 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultCircuitBreakAPI.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultCircuitBreakAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultFunctionalDecorator.java b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultFunctionalDecorator.java index e911f632c..e5f451b1e 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultFunctionalDecorator.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultFunctionalDecorator.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ public class DefaultFunctionalDecorator implements FunctionalDecorator { private final InvokeHandler invokeHandler; public DefaultFunctionalDecorator(FunctionalDecoratorRequest makeDecoratorRequest, - CircuitBreakAPI circuitBreakAPI) { + CircuitBreakAPI circuitBreakAPI) { this.invokeHandler = new DefaultInvokeHandler(makeDecoratorRequest, circuitBreakAPI); } diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultInvokeHandler.java b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultInvokeHandler.java index 5edc91c52..d7ff45b93 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultInvokeHandler.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/DefaultInvokeHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/ServiceCallResultChecker.java b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/ServiceCallResultChecker.java index 5e697932d..546810c27 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/ServiceCallResultChecker.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/api/ServiceCallResultChecker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. @@ -35,6 +35,7 @@ import com.tencent.polaris.circuitbreak.client.task.PriorityTaskScheduler; import com.tencent.polaris.client.api.SDKContext; import com.tencent.polaris.client.api.ServiceCallResultListener; + import java.util.Set; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/exception/CallAbortedException.java b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/exception/CallAbortedException.java index bb4ffd642..1bb29e5e1 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/exception/CallAbortedException.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/exception/CallAbortedException.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/flow/DefaultCircuitBreakerFlow.java b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/flow/DefaultCircuitBreakerFlow.java index 8c2183706..b300ce6d2 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/flow/DefaultCircuitBreakerFlow.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/flow/DefaultCircuitBreakerFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/InstancesCircuitBreakTask.java b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/InstancesCircuitBreakTask.java index b08fe5160..1c4d564a7 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/InstancesCircuitBreakTask.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/InstancesCircuitBreakTask.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. @@ -37,12 +37,14 @@ import com.tencent.polaris.api.utils.StringUtils; import com.tencent.polaris.client.pojo.ServiceInstancesByProto; import com.tencent.polaris.logging.LoggerFactory; + import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; + import org.slf4j.Logger; /** @@ -78,7 +80,7 @@ public enum TaskPriority { private final TaskPriority priority; public InstancesCircuitBreakTask(ServiceKey serviceKey, String cbName, Collection instances, - String instId, Extensions extensions, TaskPriority priority) { + String instId, Extensions extensions, TaskPriority priority) { this.serviceKey = serviceKey; this.cbName = cbName; this.instId = instId; @@ -149,7 +151,7 @@ private void cleanInstanceSet(Map instanceSet, Set results, int maxRequestAfterHalfOpen, - Map instanceProperties, String cbName, CircuitBreakerStatus.Status status) { + Map instanceProperties, String cbName, CircuitBreakerStatus.Status status) { if (MapUtils.isEmpty(results)) { return; } diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/InstancesDetectTask.java b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/InstancesDetectTask.java index e944e4dc3..ad4e525ca 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/InstancesDetectTask.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/InstancesDetectTask.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. @@ -37,6 +37,7 @@ import com.tencent.polaris.api.pojo.CircuitBreakerStatus; import com.tencent.polaris.client.pojo.InstanceByProto; import com.tencent.polaris.logging.LoggerFactory; + import java.util.ArrayList; import java.util.HashMap; import java.util.List; @@ -116,7 +117,7 @@ private void doInstanceDetectForService(ServiceKey serviceKey) throws PolarisExc } private ServiceUpdateRequest buildInstanceUpdateResult(ServiceKey serviceKey, - Map aliveResults) { + Map aliveResults) { List instances = new ArrayList<>(); int notChange = 0; for (Map.Entry entry : aliveResults.entrySet()) { diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/PriorityTaskScheduler.java b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/PriorityTaskScheduler.java index acf9fc735..4c248f793 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/PriorityTaskScheduler.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-client/src/main/java/com/tencent/polaris/circuitbreak/client/task/PriorityTaskScheduler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. @@ -18,6 +18,7 @@ package com.tencent.polaris.circuitbreak.client.task; import com.tencent.polaris.api.utils.ThreadPoolUtils; + import java.util.concurrent.ExecutorService; import java.util.concurrent.PriorityBlockingQueue; import java.util.concurrent.ThreadPoolExecutor; diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/main/java/com/tencent/polaris/circuitbreak/factory/CircuitBreakAPIFactory.java b/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/main/java/com/tencent/polaris/circuitbreak/factory/CircuitBreakAPIFactory.java index 9d8b0fb68..6b6bff05a 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/main/java/com/tencent/polaris/circuitbreak/factory/CircuitBreakAPIFactory.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/main/java/com/tencent/polaris/circuitbreak/factory/CircuitBreakAPIFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,9 @@ import com.tencent.polaris.client.api.SDKContext; import com.tencent.polaris.factory.ConfigAPIFactory; import com.tencent.polaris.logging.LoggerFactory; + import java.util.Arrays; + import org.slf4j.Logger; public class CircuitBreakAPIFactory { diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CbTestUtils.java b/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CbTestUtils.java index 014e67e57..b16b8740e 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CbTestUtils.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CbTestUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. @@ -31,24 +31,24 @@ public class CbTestUtils { - public static CircuitBreakerProto.CircuitBreakerRule loadCbRule(String fileName) throws IOException { - CircuitBreakerProto.CircuitBreakerRule.Builder circuitBreakerRuleBuilder = CircuitBreakerProto.CircuitBreakerRule - .newBuilder(); - InputStream inputStream = CbTestUtils.class.getClassLoader().getResourceAsStream(fileName); - Assert.assertNotNull(inputStream); - String json = new BufferedReader(new InputStreamReader(inputStream, StandardCharsets.UTF_8)).lines() - .collect(Collectors.joining("")); - JsonFormat.parser().ignoringUnknownFields().merge(json, circuitBreakerRuleBuilder); - return circuitBreakerRuleBuilder.build(); - } + public static CircuitBreakerProto.CircuitBreakerRule loadCbRule(String fileName) throws IOException { + CircuitBreakerProto.CircuitBreakerRule.Builder circuitBreakerRuleBuilder = CircuitBreakerProto.CircuitBreakerRule + .newBuilder(); + InputStream inputStream = CbTestUtils.class.getClassLoader().getResourceAsStream(fileName); + Assert.assertNotNull(inputStream); + String json = new BufferedReader(new InputStreamReader(inputStream, StandardCharsets.UTF_8)).lines() + .collect(Collectors.joining("")); + JsonFormat.parser().ignoringUnknownFields().merge(json, circuitBreakerRuleBuilder); + return circuitBreakerRuleBuilder.build(); + } - public static FaultDetectorProto.FaultDetectRule loadFdRule(String fileName) throws IOException { - FaultDetectorProto.FaultDetectRule.Builder builder = FaultDetectorProto.FaultDetectRule.newBuilder(); - InputStream inputStream = CbTestUtils.class.getClassLoader().getResourceAsStream(fileName); - Assert.assertNotNull(inputStream); - String json = new BufferedReader(new InputStreamReader(inputStream, StandardCharsets.UTF_8)).lines() - .collect(Collectors.joining("")); - JsonFormat.parser().ignoringUnknownFields().merge(json, builder); - return builder.build(); - } + public static FaultDetectorProto.FaultDetectRule loadFdRule(String fileName) throws IOException { + FaultDetectorProto.FaultDetectRule.Builder builder = FaultDetectorProto.FaultDetectRule.newBuilder(); + InputStream inputStream = CbTestUtils.class.getClassLoader().getResourceAsStream(fileName); + Assert.assertNotNull(inputStream); + String json = new BufferedReader(new InputStreamReader(inputStream, StandardCharsets.UTF_8)).lines() + .collect(Collectors.joining("")); + JsonFormat.parser().ignoringUnknownFields().merge(json, builder); + return builder.build(); + } } diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CircuitBreakerMultiTest.java b/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CircuitBreakerMultiTest.java index 1126fce8c..31e870e0b 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CircuitBreakerMultiTest.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CircuitBreakerMultiTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CircuitBreakerTest.java b/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CircuitBreakerTest.java index 3117477ca..492df5a65 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CircuitBreakerTest.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/CircuitBreakerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/FaultDetectorTest.java b/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/FaultDetectorTest.java index 2d19c0d77..f05bea9b7 100644 --- a/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/FaultDetectorTest.java +++ b/polaris-circuitbreaker/polaris-circuitbreaker-factory/src/test/java/com/tencent/polaris/circuitbreaker/factory/test/FaultDetectorTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/BaseEngine.java b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/BaseEngine.java index 851622952..e606ad966 100644 --- a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/BaseEngine.java +++ b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/BaseEngine.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/SDKContext.java b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/SDKContext.java index 3bc6c3970..98d26ac77 100644 --- a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/SDKContext.java +++ b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/SDKContext.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/ServiceCallResultListener.java b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/ServiceCallResultListener.java index b4aae524c..347e6745b 100644 --- a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/ServiceCallResultListener.java +++ b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/api/ServiceCallResultListener.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/AbstractFlow.java b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/AbstractFlow.java index b9fb1231d..fe115404a 100644 --- a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/AbstractFlow.java +++ b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/AbstractFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/BaseFlow.java b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/BaseFlow.java index 3aadf48bb..fe9cc752e 100644 --- a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/BaseFlow.java +++ b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/BaseFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/DefaultFlowControlParam.java b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/DefaultFlowControlParam.java index be8772495..779a5ccf6 100644 --- a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/DefaultFlowControlParam.java +++ b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/DefaultFlowControlParam.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/DefaultServiceResourceProvider.java b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/DefaultServiceResourceProvider.java index 218a5d2d9..26ba0f30b 100644 --- a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/DefaultServiceResourceProvider.java +++ b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/DefaultServiceResourceProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/FlowControlParam.java b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/FlowControlParam.java index 66ec08120..f98720a3f 100644 --- a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/FlowControlParam.java +++ b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/FlowControlParam.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/GetResourcesInvoker.java b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/GetResourcesInvoker.java index 997f81e94..528180cd3 100644 --- a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/GetResourcesInvoker.java +++ b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/GetResourcesInvoker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/ResourcesResponse.java b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/ResourcesResponse.java index 0f5867d86..9b905577e 100644 --- a/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/ResourcesResponse.java +++ b/polaris-common/polaris-client/src/main/java/com/tencent/polaris/client/flow/ResourcesResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-client/src/test/java/MessagePersistHandlerTest.java b/polaris-common/polaris-client/src/test/java/MessagePersistHandlerTest.java index 94297b0a1..c4807609d 100644 --- a/polaris-common/polaris-client/src/test/java/MessagePersistHandlerTest.java +++ b/polaris-common/polaris-client/src/test/java/MessagePersistHandlerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config-default/src/main/java/com/tencent/polaris/config/internal/DefaultConfigProvider.java b/polaris-common/polaris-config-default/src/main/java/com/tencent/polaris/config/internal/DefaultConfigProvider.java index c6af7fe54..112da1b1c 100644 --- a/polaris-common/polaris-config-default/src/main/java/com/tencent/polaris/config/internal/DefaultConfigProvider.java +++ b/polaris-common/polaris-config-default/src/main/java/com/tencent/polaris/config/internal/DefaultConfigProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/ConfigProvider.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/ConfigProvider.java index c31da79d0..870153448 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/ConfigProvider.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/ConfigProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/Configuration.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/Configuration.java index 94af1a8aa..6b4a2aeaf 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/Configuration.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/Configuration.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConfigFileConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConfigFileConfig.java index 4b25f6370..9f0f29749 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConfigFileConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConfigFileConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConfigFilterConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConfigFilterConfig.java index 083098ef6..a6f3afe88 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConfigFilterConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConfigFilterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConnectorConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConnectorConfig.java index d0c1e8d73..a236b7dd6 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConnectorConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/ConnectorConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/CryptoConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/CryptoConfig.java index 86c657c9c..8554aa24d 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/CryptoConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/configuration/CryptoConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/CircuitBreakerConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/CircuitBreakerConfig.java index 32b2aec09..4e5016822 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/CircuitBreakerConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/CircuitBreakerConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ConsumerConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ConsumerConfig.java index 2cf9ddab7..9d3737912 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ConsumerConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ConsumerConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/DiscoveryConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/DiscoveryConfig.java index 144faae8b..bb414766f 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/DiscoveryConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/DiscoveryConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/LoadBalanceConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/LoadBalanceConfig.java index 2c48269c1..149381055 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/LoadBalanceConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/LoadBalanceConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/LocalCacheConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/LocalCacheConfig.java index adebfe181..803c74691 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/LocalCacheConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/LocalCacheConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/OutlierDetectionConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/OutlierDetectionConfig.java index 60248fcd4..feba9e34b 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/OutlierDetectionConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/OutlierDetectionConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ServiceRouterConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ServiceRouterConfig.java index bdef22537..67f19a43f 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ServiceRouterConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ServiceRouterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/SubscribeConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/SubscribeConfig.java index d4fcd97b2..8a6a2e1c3 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/SubscribeConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/SubscribeConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/WeightAdjustConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/WeightAdjustConfig.java index d2572d8f8..2b699277a 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/WeightAdjustConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/WeightAdjustConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ZeroProtectionConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ZeroProtectionConfig.java index 953701f1a..7e0454b19 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ZeroProtectionConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/consumer/ZeroProtectionConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/APIConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/APIConfig.java index 3ecf43817..be8c3d0b8 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/APIConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/APIConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/AdminConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/AdminConfig.java index 8cbba1543..4583e645f 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/AdminConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/AdminConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ClusterConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ClusterConfig.java index dd0cfa8c3..b08e8e505 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ClusterConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ClusterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ClusterType.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ClusterType.java index 1092c6502..b4365b283 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ClusterType.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ClusterType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/EventReporterConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/EventReporterConfig.java index 32a7f7653..478998e6e 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/EventReporterConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/EventReporterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/FlowCacheConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/FlowCacheConfig.java index 5769c3cfe..301b7c088 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/FlowCacheConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/FlowCacheConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/FlowConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/FlowConfig.java index 868388c87..20f0062fc 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/FlowConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/FlowConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/GlobalConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/GlobalConfig.java index f0b5e8f51..3f529a90a 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/GlobalConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/GlobalConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/LocationConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/LocationConfig.java index c11e0ba1f..61a0e2ce4 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/LocationConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/LocationConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/LocationProviderConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/LocationProviderConfig.java index 8e402b5f2..09271181b 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/LocationProviderConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/LocationProviderConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/RunMode.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/RunMode.java index afadba23f..3419f6b02 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/RunMode.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/RunMode.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ServerConnectorConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ServerConnectorConfig.java index 30721fd2d..5996eecab 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ServerConnectorConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/ServerConnectorConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/StatReporterConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/StatReporterConfig.java index c01eee9c9..a50d639ef 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/StatReporterConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/StatReporterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/SystemConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/SystemConfig.java index 1628a5553..1407ba8be 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/SystemConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/SystemConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/TraceReporterConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/TraceReporterConfig.java index 573655f39..70a2c5a28 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/TraceReporterConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/global/TraceReporterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/DefaultPlugins.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/DefaultPlugins.java index 1b83d2cb8..e6dbb19dd 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/DefaultPlugins.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/DefaultPlugins.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/PluginConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/PluginConfig.java index 9bb584757..052aea029 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/PluginConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/PluginConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/PluginConfigProvider.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/PluginConfigProvider.java index 3d9252d08..c39cb80dd 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/PluginConfigProvider.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/plugin/PluginConfigProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/AuthConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/AuthConfig.java index 582fe7143..237c54027 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/AuthConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/AuthConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/LosslessConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/LosslessConfig.java index b09425015..ab33e8de9 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/LosslessConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/LosslessConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/ProviderConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/ProviderConfig.java index 9db70e48f..856a656c6 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/ProviderConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/ProviderConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/RateLimitConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/RateLimitConfig.java index 09c9c2456..9d648be98 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/RateLimitConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/RateLimitConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/RegisterConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/RegisterConfig.java index d5afb51d8..da45a14ed 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/RegisterConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/RegisterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/ServiceConfig.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/ServiceConfig.java index a2dbbe19a..b478a2cd2 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/ServiceConfig.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/provider/ServiceConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/verify/DefaultValues.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/verify/DefaultValues.java index fbb8a5a1d..84cb79347 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/verify/DefaultValues.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/verify/DefaultValues.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/verify/Verifier.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/verify/Verifier.java index d5bfe0591..adba9289f 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/verify/Verifier.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/api/config/verify/Verifier.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/ConfigAPIFactory.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/ConfigAPIFactory.java index 1ab4c12b7..1c3a4e3e8 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/ConfigAPIFactory.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/ConfigAPIFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/ConfigurationImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/ConfigurationImpl.java index 6f86fccac..f4dbe38d3 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/ConfigurationImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/ConfigurationImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConfigFileConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConfigFileConfigImpl.java index b037f826e..68fff2d1b 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConfigFileConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConfigFileConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConfigFilterConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConfigFilterConfigImpl.java index 9fe3f959c..d30fd83f9 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConfigFilterConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConfigFilterConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConnectorConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConnectorConfigImpl.java index 0c258a5e3..9dabdf9d7 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConnectorConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/ConnectorConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/CryptoConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/CryptoConfigImpl.java index 6fadeb502..d1a5bfc2e 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/CryptoConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/configuration/CryptoConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/CircuitBreakerConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/CircuitBreakerConfigImpl.java index a673887af..a61979e98 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/CircuitBreakerConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/CircuitBreakerConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ConsumerConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ConsumerConfigImpl.java index af620a716..936e0436a 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ConsumerConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ConsumerConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/DiscoveryConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/DiscoveryConfigImpl.java index abbc13dc8..cecce2bd4 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/DiscoveryConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/DiscoveryConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/LoadBalanceConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/LoadBalanceConfigImpl.java index afca951df..e90c42532 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/LoadBalanceConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/LoadBalanceConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/LocalCacheConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/LocalCacheConfigImpl.java index c9e46b474..108f44848 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/LocalCacheConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/LocalCacheConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/OutlierDetectionConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/OutlierDetectionConfigImpl.java index b893db663..18bed0fb8 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/OutlierDetectionConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/OutlierDetectionConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ServiceRouterConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ServiceRouterConfigImpl.java index 82f534c6e..921f88561 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ServiceRouterConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ServiceRouterConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/SubscribeConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/SubscribeConfigImpl.java index b020abe76..b3ca58e3d 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/SubscribeConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/SubscribeConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/WeightAdjustConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/WeightAdjustConfigImpl.java index 3b7346788..bbc4d7d46 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/WeightAdjustConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/WeightAdjustConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ZeroProtectionConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ZeroProtectionConfigImpl.java index 77a5c83bf..79d9ea2f0 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ZeroProtectionConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/consumer/ZeroProtectionConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/APIConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/APIConfigImpl.java index d65fc3f43..3a03ac59c 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/APIConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/APIConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/AdminConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/AdminConfigImpl.java index eded13bf7..463002d5d 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/AdminConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/AdminConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/ClusterConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/ClusterConfigImpl.java index d2cb0fcb2..541cee045 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/ClusterConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/ClusterConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/EventReporterConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/EventReporterConfigImpl.java index 64ab4eb00..174d8a70b 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/EventReporterConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/EventReporterConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/FlowCacheConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/FlowCacheConfigImpl.java index 1bb0b4c6f..256fbbc9d 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/FlowCacheConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/FlowCacheConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/FlowConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/FlowConfigImpl.java index d5cb84d90..1f0dd42d9 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/FlowConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/FlowConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/GlobalConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/GlobalConfigImpl.java index 2e6eae969..274ac1a9f 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/GlobalConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/GlobalConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/LocationConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/LocationConfigImpl.java index ec9f41e2c..29651e51b 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/LocationConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/LocationConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/LocationProviderConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/LocationProviderConfigImpl.java index e87cfac26..3d1be032f 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/LocationProviderConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/LocationProviderConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/ServerConnectorConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/ServerConnectorConfigImpl.java index ac9d947fc..9e9cc3d10 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/ServerConnectorConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/ServerConnectorConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/StatReporterConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/StatReporterConfigImpl.java index 2c972e991..17a3c4db1 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/StatReporterConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/StatReporterConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/SystemConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/SystemConfigImpl.java index 8b9153a25..7ad5eed8e 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/SystemConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/SystemConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/TraceReporterConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/TraceReporterConfigImpl.java index f2274057e..014e36ce2 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/TraceReporterConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/global/TraceReporterConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/plugin/PluginConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/plugin/PluginConfigImpl.java index 42baadfec..6acc81914 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/plugin/PluginConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/plugin/PluginConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/AuthConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/AuthConfigImpl.java index ae6904b6a..bacb20e78 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/AuthConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/AuthConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/LosslessConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/LosslessConfigImpl.java index 759fa40f6..118985b86 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/LosslessConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/LosslessConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/ProviderConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/ProviderConfigImpl.java index 3d51fa315..7603f0d9b 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/ProviderConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/ProviderConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/RateLimitConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/RateLimitConfigImpl.java index 99bbdce8a..7110a64e6 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/RateLimitConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/RateLimitConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/RegisterConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/RegisterConfigImpl.java index 35455baae..f7bd46b5d 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/RegisterConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/RegisterConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/ServiceConfigImpl.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/ServiceConfigImpl.java index ab3d1d34d..226e1c737 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/ServiceConfigImpl.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/config/provider/ServiceConfigImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/replace/SystemPropertyPlaceholderResolver.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/replace/SystemPropertyPlaceholderResolver.java index dcf96307d..1c92e77e8 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/replace/SystemPropertyPlaceholderResolver.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/replace/SystemPropertyPlaceholderResolver.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/ConfigUtils.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/ConfigUtils.java index 1030943dc..312215b78 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/ConfigUtils.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/ConfigUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/DurationUtils.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/DurationUtils.java index d119a1c8d..7c904efa9 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/DurationUtils.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/DurationUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/FileUtils.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/FileUtils.java index 95b818a8e..84ffbaabb 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/FileUtils.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/FileUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/IPV4Util.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/IPV4Util.java index a4c0536a2..25154b4f4 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/IPV4Util.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/IPV4Util.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/PropertyPlaceholderHelper.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/PropertyPlaceholderHelper.java index 93c7de680..da0be5c7b 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/PropertyPlaceholderHelper.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/PropertyPlaceholderHelper.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/TimeStrJsonDeserializer.java b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/TimeStrJsonDeserializer.java index 661c51013..e81372633 100644 --- a/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/TimeStrJsonDeserializer.java +++ b/polaris-common/polaris-config/src/main/java/com/tencent/polaris/factory/util/TimeStrJsonDeserializer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-config/src/test/java/com/tencent/polaris/factory/util/ConfigUtilsTest.java b/polaris-common/polaris-config/src/test/java/com/tencent/polaris/factory/util/ConfigUtilsTest.java index 353b21063..de4cd8092 100644 --- a/polaris-common/polaris-config/src/test/java/com/tencent/polaris/factory/util/ConfigUtilsTest.java +++ b/polaris-common/polaris-config/src/test/java/com/tencent/polaris/factory/util/ConfigUtilsTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/ConfigEncryptProvider.java b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/ConfigEncryptProvider.java index b7c0af543..d0849ef99 100644 --- a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/ConfigEncryptProvider.java +++ b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/ConfigEncryptProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/ConfigEncryptProviderFactory.java b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/ConfigEncryptProviderFactory.java index 278910a9a..3e89aa409 100644 --- a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/ConfigEncryptProviderFactory.java +++ b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/ConfigEncryptProviderFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/EncryptConfig.java b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/EncryptConfig.java index 1bc02b58e..e6415d2b0 100644 --- a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/EncryptConfig.java +++ b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/EncryptConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/impl/ConfigEncryptAESProvider.java b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/impl/ConfigEncryptAESProvider.java index 25ebbe463..61d919c61 100644 --- a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/impl/ConfigEncryptAESProvider.java +++ b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/impl/ConfigEncryptAESProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/AESUtil.java b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/AESUtil.java index b97b380e9..a81de2d91 100644 --- a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/AESUtil.java +++ b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/AESUtil.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/RSAUtil.java b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/RSAUtil.java index b361371ee..d0917fa86 100644 --- a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/RSAUtil.java +++ b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/RSAUtil.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/SHA256.java b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/SHA256.java index b26fe19f4..5fec25c93 100644 --- a/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/SHA256.java +++ b/polaris-common/polaris-encrypt/src/main/java/com/tencent/polaris/encrypt/util/SHA256.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-encrypt/src/test/java/com/tencent/polaris/encrypt/util/AESUtilTest.java b/polaris-common/polaris-encrypt/src/test/java/com/tencent/polaris/encrypt/util/AESUtilTest.java index 100d2ddbd..7b2a59347 100644 --- a/polaris-common/polaris-encrypt/src/test/java/com/tencent/polaris/encrypt/util/AESUtilTest.java +++ b/polaris-common/polaris-encrypt/src/test/java/com/tencent/polaris/encrypt/util/AESUtilTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-encrypt/src/test/java/com/tencent/polaris/encrypt/util/RSAUtilTest.java b/polaris-common/polaris-encrypt/src/test/java/com/tencent/polaris/encrypt/util/RSAUtilTest.java index e030adf5a..ee171b7af 100644 --- a/polaris-common/polaris-encrypt/src/test/java/com/tencent/polaris/encrypt/util/RSAUtilTest.java +++ b/polaris-common/polaris-encrypt/src/test/java/com/tencent/polaris/encrypt/util/RSAUtilTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/AbstractPolarisLogging.java b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/AbstractPolarisLogging.java index 480cc98d1..ea6ceb69f 100644 --- a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/AbstractPolarisLogging.java +++ b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/AbstractPolarisLogging.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/LoggerFactory.java b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/LoggerFactory.java index 7760e33f0..bb201a9d3 100644 --- a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/LoggerFactory.java +++ b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/LoggerFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/LoggingConsts.java b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/LoggingConsts.java index e9a48d374..4656ee148 100644 --- a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/LoggingConsts.java +++ b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/LoggingConsts.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/PolarisLogging.java b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/PolarisLogging.java index ea71eabc6..497b9a355 100644 --- a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/PolarisLogging.java +++ b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/PolarisLogging.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/log4j/Log4jPolarisLogging.java b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/log4j/Log4jPolarisLogging.java index 14d18567b..85f25c0a3 100644 --- a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/log4j/Log4jPolarisLogging.java +++ b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/log4j/Log4jPolarisLogging.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/log4j2/Log4j2PolarisLogging.java b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/log4j2/Log4j2PolarisLogging.java index 4b71b2cb0..8adf079c1 100644 --- a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/log4j2/Log4j2PolarisLogging.java +++ b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/log4j2/Log4j2PolarisLogging.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/logback/LogbackPolarisLogging.java b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/logback/LogbackPolarisLogging.java index 8a542dc76..88e535c43 100644 --- a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/logback/LogbackPolarisLogging.java +++ b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/logback/LogbackPolarisLogging.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/logback/PolarisJoranConfigurator.java b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/logback/PolarisJoranConfigurator.java index f79d6c4e4..aa09658c9 100644 --- a/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/logback/PolarisJoranConfigurator.java +++ b/polaris-common/polaris-logging/src/main/java/com/tencent/polaris/logging/logback/PolarisJoranConfigurator.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/CaseSensitiveMetadataProvider.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/CaseSensitiveMetadataProvider.java index 7bf3671f5..c9a3df9bc 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/CaseSensitiveMetadataProvider.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/CaseSensitiveMetadataProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MessageMetadataContainer.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MessageMetadataContainer.java index 4b881e92d..37a400a6e 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MessageMetadataContainer.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MessageMetadataContainer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataContainer.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataContainer.java index b83beb70e..4a1df05f3 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataContainer.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataContainer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataMapValue.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataMapValue.java index 500c4dd5d..8523d51c7 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataMapValue.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataMapValue.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataObjectValue.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataObjectValue.java index 8273fb066..ea0c7b006 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataObjectValue.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataObjectValue.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataProvider.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataProvider.java index 76822d1f5..c9d651609 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataProvider.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataStringValue.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataStringValue.java index f0bb7720e..706d76812 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataStringValue.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataStringValue.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataType.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataType.java index 7086e7d4d..29995516c 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataType.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataValue.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataValue.java index a652536eb..269c95197 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataValue.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/MetadataValue.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/TransitiveType.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/TransitiveType.java index 9baeedfc1..6d1928706 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/TransitiveType.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/TransitiveType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/Utils.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/Utils.java index 672f8d6a2..0d76a60f4 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/Utils.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/Utils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/constant/MetadataConstants.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/constant/MetadataConstants.java index c5c8c4532..eb683d0ce 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/constant/MetadataConstants.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/constant/MetadataConstants.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/constant/TsfMetadataConstants.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/constant/TsfMetadataConstants.java index ea4b6b258..692e49dbb 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/constant/TsfMetadataConstants.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/constant/TsfMetadataConstants.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MessageMetadataContainerImpl.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MessageMetadataContainerImpl.java index fcde127e6..946e0a349 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MessageMetadataContainerImpl.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MessageMetadataContainerImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataContainerImpl.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataContainerImpl.java index 4c2a02bd3..f1fba3144 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataContainerImpl.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataContainerImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataMapValueImpl.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataMapValueImpl.java index 22e2820bb..09cf6dd23 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataMapValueImpl.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataMapValueImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataObjectValueImpl.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataObjectValueImpl.java index 3a1e14f7c..d2214cd7b 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataObjectValueImpl.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataObjectValueImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataStringValueImpl.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataStringValueImpl.java index 673c645e7..633b2115a 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataStringValueImpl.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/impl/MetadataStringValueImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/CalleeMetadataContainerGroup.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/CalleeMetadataContainerGroup.java index 4bc2cb166..73c2afb90 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/CalleeMetadataContainerGroup.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/CalleeMetadataContainerGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/CallerMetadataContainerGroup.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/CallerMetadataContainerGroup.java index a1373733d..3caeeb67b 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/CallerMetadataContainerGroup.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/CallerMetadataContainerGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/ComposeMetadataProvider.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/ComposeMetadataProvider.java index 57d2492a4..1abd71d59 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/ComposeMetadataProvider.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/ComposeMetadataProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContainerGroup.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContainerGroup.java index 10c53ff76..4968ec760 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContainerGroup.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContainerGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContext.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContext.java index db0f83aec..24daf94d1 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContext.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContext.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContextHolder.java b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContextHolder.java index 872623e24..54fe74372 100644 --- a/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContextHolder.java +++ b/polaris-common/polaris-metadata/src/main/java/com/tencent/polaris/metadata/core/manager/MetadataContextHolder.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/test/java/com/tencent/polaris/metadata/core/test/TestMetadataContainer.java b/polaris-common/polaris-metadata/src/test/java/com/tencent/polaris/metadata/core/test/TestMetadataContainer.java index 3e67814bb..2d32f7b33 100644 --- a/polaris-common/polaris-metadata/src/test/java/com/tencent/polaris/metadata/core/test/TestMetadataContainer.java +++ b/polaris-common/polaris-metadata/src/test/java/com/tencent/polaris/metadata/core/test/TestMetadataContainer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-metadata/src/test/java/com/tencent/polaris/metadata/core/test/TestMetadataContextHolder.java b/polaris-common/polaris-metadata/src/test/java/com/tencent/polaris/metadata/core/test/TestMetadataContextHolder.java index 8d674cc39..161c78888 100644 --- a/polaris-common/polaris-metadata/src/test/java/com/tencent/polaris/metadata/core/test/TestMetadataContextHolder.java +++ b/polaris-common/polaris-metadata/src/test/java/com/tencent/polaris/metadata/core/test/TestMetadataContextHolder.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/annonation/JustForTest.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/annonation/JustForTest.java index 37da2dd91..907c98312 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/annonation/JustForTest.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/annonation/JustForTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/control/Destroyable.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/control/Destroyable.java index c36acafe8..ae22183a2 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/control/Destroyable.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/control/Destroyable.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ErrorCode.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ErrorCode.java index 374cfb29a..257062c6e 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ErrorCode.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ErrorCode.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/PolarisException.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/PolarisException.java index e74ad6a83..288e3cf3c 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/PolarisException.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/PolarisException.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/RetriableException.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/RetriableException.java index 831e5a406..37c843971 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/RetriableException.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/RetriableException.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ServerCodes.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ServerCodes.java index 91298ed71..433488472 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ServerCodes.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ServerCodes.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ServerErrorResponseException.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ServerErrorResponseException.java index 52a795e39..dee715056 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ServerErrorResponseException.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/ServerErrorResponseException.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/UnimplementedException.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/UnimplementedException.java index 956e243a4..54ae34762 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/UnimplementedException.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/exception/UnimplementedException.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/BaseInstance.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/BaseInstance.java index c149c8b50..374faeace 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/BaseInstance.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/BaseInstance.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/CircuitBreakerStatus.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/CircuitBreakerStatus.java index fb1cee8e9..b24dd021b 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/CircuitBreakerStatus.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/CircuitBreakerStatus.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultBaseInstance.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultBaseInstance.java index d92fe3795..9e45af281 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultBaseInstance.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultBaseInstance.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultInstance.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultInstance.java index 38bbf1f50..5b033b1e4 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultInstance.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultInstance.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultServiceEventKeysProvider.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultServiceEventKeysProvider.java index 832e8ef80..d2d6b1bd5 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultServiceEventKeysProvider.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultServiceEventKeysProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultServiceInstances.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultServiceInstances.java index 3f4530de8..004a09056 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultServiceInstances.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DefaultServiceInstances.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DetectResult.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DetectResult.java index 0b6046dd3..3fe172c0e 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DetectResult.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/DetectResult.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/HalfOpenStatus.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/HalfOpenStatus.java index 133b07ba1..022746833 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/HalfOpenStatus.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/HalfOpenStatus.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/HttpElement.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/HttpElement.java index 4b54e7595..a75522109 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/HttpElement.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/HttpElement.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Instance.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Instance.java index 21e1ec1cd..73e096a46 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Instance.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Instance.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceGauge.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceGauge.java index 8fcd26d94..5b493c8ce 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceGauge.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceGauge.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceLocalValue.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceLocalValue.java index 188daff2f..b7fb3d78b 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceLocalValue.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceLocalValue.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceWeight.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceWeight.java index 18c81fca3..db406c170 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceWeight.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/InstanceWeight.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RegistryCacheValue.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RegistryCacheValue.java index 01b4889cc..7b306dfc2 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RegistryCacheValue.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RegistryCacheValue.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RetStatus.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RetStatus.java index 87bd32c61..af9661788 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RetStatus.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RetStatus.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RouteArgument.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RouteArgument.java index 1822272c7..e0ad4f79f 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RouteArgument.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/RouteArgument.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Service.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Service.java index cf02a5ca8..e4c646042 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Service.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Service.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceChangeEvent.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceChangeEvent.java index 2295e1b14..09109d72f 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceChangeEvent.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceChangeEvent.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceEventKey.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceEventKey.java index 402926655..eec41f548 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceEventKey.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceEventKey.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceEventKeysProvider.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceEventKeysProvider.java index cb1335785..63fd7f5f7 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceEventKeysProvider.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceEventKeysProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInfo.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInfo.java index 06767175e..c505c3e81 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInfo.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInstances.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInstances.java index 49c0a578c..b4941f140 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInstances.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInstances.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInstancesWrap.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInstancesWrap.java index 41a5695cf..236934829 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInstancesWrap.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceInstancesWrap.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceKey.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceKey.java index eff16b15f..dea9a25fa 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceKey.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceKey.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceMetadata.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceMetadata.java index 0ba2e5816..200769c21 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceMetadata.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceMetadata.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceResourceProvider.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceResourceProvider.java index 11fb8aec8..3e4104a07 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceResourceProvider.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceResourceProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceRule.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceRule.java index dd378b4f8..6ade6e6bc 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceRule.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/ServiceRule.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Services.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Services.java index 2cc7a54a7..2c58e6fbc 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Services.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Services.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/SourceService.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/SourceService.java index 4800ec923..337f108b6 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/SourceService.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/SourceService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/StatusDimension.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/StatusDimension.java index b40db3725..9d90167a1 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/StatusDimension.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/StatusDimension.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Subset.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Subset.java index 98cec6828..1dff90de8 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Subset.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/Subset.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/TrieNode.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/TrieNode.java index c8420b4f9..047b6ca3b 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/TrieNode.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/pojo/TrieNode.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/BaseEntity.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/BaseEntity.java index 03e81b251..e26664bd2 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/BaseEntity.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/BaseEntity.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/Criteria.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/Criteria.java index 8f508c31d..3f6f7816e 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/Criteria.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/Criteria.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/MetadataFailoverType.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/MetadataFailoverType.java index 3ebf24612..3ff60f5ee 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/MetadataFailoverType.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/MetadataFailoverType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/MetadataProvider.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/MetadataProvider.java index c5494b4e9..ba95428be 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/MetadataProvider.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/MetadataProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/NamespaceRouterFailoverType.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/NamespaceRouterFailoverType.java index 86f5f303c..712d27494 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/NamespaceRouterFailoverType.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/NamespaceRouterFailoverType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RequestBaseEntity.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RequestBaseEntity.java index a78da3d94..8c9f57daa 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RequestBaseEntity.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RequestBaseEntity.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RequestContext.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RequestContext.java index efb00004d..b4f059357 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RequestContext.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RequestContext.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/ResponseContext.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/ResponseContext.java index ae5a7d3ad..6ca5fb5d9 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/ResponseContext.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/ResponseContext.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RuleBasedRouterFailoverType.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RuleBasedRouterFailoverType.java index 672afa472..281f5f9c3 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RuleBasedRouterFailoverType.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/RuleBasedRouterFailoverType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/ServiceCallResult.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/ServiceCallResult.java index a587246fd..74f489813 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/ServiceCallResult.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/rpc/ServiceCallResult.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ClassUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ClassUtils.java index 05e7f5735..f085709c1 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ClassUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ClassUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ClosableReadWriteLock.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ClosableReadWriteLock.java index d6688f2cd..54834dd75 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ClosableReadWriteLock.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ClosableReadWriteLock.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/CollectionUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/CollectionUtils.java index 9755a19b2..665cb2a1a 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/CollectionUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/CollectionUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/CompareUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/CompareUtils.java index 75beda8a2..df2af589f 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/CompareUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/CompareUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ConversionUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ConversionUtils.java index bd3632f2f..e28f5f240 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ConversionUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ConversionUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/IOUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/IOUtils.java index 3695073a0..470299fc2 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/IOUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/IOUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/IPAddressUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/IPAddressUtils.java index c8fa60ad6..1154cd2b2 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/IPAddressUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/IPAddressUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/MapUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/MapUtils.java index 614e5467c..09d232a26 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/MapUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/MapUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/RuleUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/RuleUtils.java index 13e40dafc..e84ba420a 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/RuleUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/RuleUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/StringUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/StringUtils.java index 905a00d1f..472dd59f8 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/StringUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/StringUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ThreadPoolUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ThreadPoolUtils.java index 7f829dff2..a798faf9f 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ThreadPoolUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/ThreadPoolUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/TimeUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/TimeUtils.java index f80b9d219..0f0119c36 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/TimeUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/TimeUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/TrieUtil.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/TrieUtil.java index f52f2c95e..ab1dd67c3 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/TrieUtil.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/api/utils/TrieUtil.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/DefaultInstanceLocalValue.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/DefaultInstanceLocalValue.java index 609e69452..3404770c0 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/DefaultInstanceLocalValue.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/DefaultInstanceLocalValue.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/Event.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/Event.java index eccf242ed..ec1d775b4 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/Event.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/Event.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/InstanceByProto.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/InstanceByProto.java index b17dad790..1b6a6e545 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/InstanceByProto.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/InstanceByProto.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/Node.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/Node.java index f51b2bc75..12d8c9ddd 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/Node.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/Node.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServiceInstancesByProto.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServiceInstancesByProto.java index 5719f410d..9e76a4664 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServiceInstancesByProto.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServiceInstancesByProto.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServiceRuleByProto.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServiceRuleByProto.java index 85ad4c06a..247cb4417 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServiceRuleByProto.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServiceRuleByProto.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServicesByProto.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServicesByProto.java index 89eecb06e..27c183dcc 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServicesByProto.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/pojo/ServicesByProto.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/CommonValidator.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/CommonValidator.java index 0e0f106de..9621e810e 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/CommonValidator.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/CommonValidator.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/EscapeNonAsciiWriter.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/EscapeNonAsciiWriter.java index 93e38a96e..6396dbfb9 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/EscapeNonAsciiWriter.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/EscapeNonAsciiWriter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/HttpServerUtils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/HttpServerUtils.java index 7ac1ce40b..8b4e88934 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/HttpServerUtils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/HttpServerUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/NamedThreadFactory.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/NamedThreadFactory.java index dc4929d3a..8559004c0 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/NamedThreadFactory.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/NamedThreadFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/OkHttpUtil.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/OkHttpUtil.java index 0be6d833a..f88678a15 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/OkHttpUtil.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/OkHttpUtil.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/Utils.java b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/Utils.java index 9eb17f18e..801b5f910 100644 --- a/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/Utils.java +++ b/polaris-common/polaris-model/src/main/java/com/tencent/polaris/client/util/Utils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/main/templates/Version.java b/polaris-common/polaris-model/src/main/templates/Version.java index d22ee225d..6e17c8b5e 100644 --- a/polaris-common/polaris-model/src/main/templates/Version.java +++ b/polaris-common/polaris-model/src/main/templates/Version.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/pojo/EventTest.java b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/pojo/EventTest.java index 0abe4f275..c628f1ce2 100644 --- a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/pojo/EventTest.java +++ b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/pojo/EventTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/pojo/ServiceEventKeyTest.java b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/pojo/ServiceEventKeyTest.java index 184db06ff..584f9d487 100644 --- a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/pojo/ServiceEventKeyTest.java +++ b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/pojo/ServiceEventKeyTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/CompareUtilsTest.java b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/CompareUtilsTest.java index 7eca58ee7..f0a70e4b7 100644 --- a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/CompareUtilsTest.java +++ b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/CompareUtilsTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/RuleUtilsTest.java b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/RuleUtilsTest.java index 81c533819..e08792f7c 100644 --- a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/RuleUtilsTest.java +++ b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/RuleUtilsTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/StringUtilsTest.java b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/StringUtilsTest.java index 0e4cb2352..fe08ce3d9 100644 --- a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/StringUtilsTest.java +++ b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/StringUtilsTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/TrieUtilTest.java b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/TrieUtilTest.java index e079398f2..ee18daf95 100644 --- a/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/TrieUtilTest.java +++ b/polaris-common/polaris-model/src/test/java/com/tencent/polaris/api/utils/TrieUtilTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/CallableWrapper.java b/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/CallableWrapper.java index 1647f2b47..2fa5bbd5f 100644 --- a/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/CallableWrapper.java +++ b/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/CallableWrapper.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/CompletableFutureUtils.java b/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/CompletableFutureUtils.java index 97490b687..3cbb0a7e6 100644 --- a/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/CompletableFutureUtils.java +++ b/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/CompletableFutureUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/ExecutorWrapper.java b/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/ExecutorWrapper.java index 2123f2f92..66dfcb73e 100644 --- a/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/ExecutorWrapper.java +++ b/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/ExecutorWrapper.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/RunnableWrapper.java b/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/RunnableWrapper.java index e55e874aa..7fc8bcf3a 100644 --- a/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/RunnableWrapper.java +++ b/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/RunnableWrapper.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/SupplierWrapper.java b/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/SupplierWrapper.java index 8ae972e97..691a32f42 100644 --- a/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/SupplierWrapper.java +++ b/polaris-common/polaris-threadlocal/src/main/java/com/tencent/polaris/threadlocal/cross/SupplierWrapper.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/CallableWrapperTest.java b/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/CallableWrapperTest.java index 640a0fda7..646386e84 100644 --- a/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/CallableWrapperTest.java +++ b/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/CallableWrapperTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/ExecutorWrapperTest.java b/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/ExecutorWrapperTest.java index e6a797d3e..6c516331e 100644 --- a/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/ExecutorWrapperTest.java +++ b/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/ExecutorWrapperTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/RunnableWrapperTest.java b/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/RunnableWrapperTest.java index 6cdf61a69..128c74be0 100644 --- a/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/RunnableWrapperTest.java +++ b/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/RunnableWrapperTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/SupplierWrapperTest.java b/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/SupplierWrapperTest.java index d1d47987a..ad7311d70 100644 --- a/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/SupplierWrapperTest.java +++ b/polaris-common/polaris-threadlocal/src/test/java/com/tencent/polaris/threadlocal/cross/SupplierWrapperTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ChangeType.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ChangeType.java index bf16d8597..a8628ccd1 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ChangeType.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ChangeType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFile.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFile.java index 29201ce99..87f5745b2 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFile.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFile.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileChangeEvent.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileChangeEvent.java index ecb53684c..79d532e76 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileChangeEvent.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileChangeEvent.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileChangeListener.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileChangeListener.java index a45dce57e..ecb352a77 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileChangeListener.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileChangeListener.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileFormat.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileFormat.java index be3aebba0..8e4f7772a 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileFormat.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileFormat.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroup.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroup.java index 819e04aa2..f25d6e50b 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroup.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupChangeListener.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupChangeListener.java index 1bdad017b..69c184e61 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupChangeListener.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupChangeListener.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupChangedEvent.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupChangedEvent.java index 5b2ef23ca..53a3041c7 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupChangedEvent.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupChangedEvent.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupMetadata.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupMetadata.java index 35bf03fd6..5e67428a3 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupMetadata.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileGroupMetadata.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileMetadata.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileMetadata.java index cc870a3d9..36271804d 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileMetadata.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileMetadata.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFilePublishService.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFilePublishService.java index f822e5954..91a9b526e 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFilePublishService.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFilePublishService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileService.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileService.java index 5b4cda12e..15924d626 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileService.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigFileService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFile.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFile.java index 544ee7de4..3bc42dbec 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFile.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFile.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFileChangeEvent.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFileChangeEvent.java index 923fbe605..d2765fe0d 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFileChangeEvent.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFileChangeEvent.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFileChangeListener.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFileChangeListener.java index 3d57314e5..d7ce9bd97 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFileChangeListener.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigKVFileChangeListener.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigPropertyChangeInfo.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigPropertyChangeInfo.java index 2dcf44fa5..c5cac431b 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigPropertyChangeInfo.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/core/ConfigPropertyChangeInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/flow/ConfigFileFlow.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/flow/ConfigFileFlow.java index c731fbfe1..c2abb3539 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/flow/ConfigFileFlow.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/flow/ConfigFileFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/flow/ConfigFileGroupFlow.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/flow/ConfigFileGroupFlow.java index 85207de06..61a211b5d 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/flow/ConfigFileGroupFlow.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/flow/ConfigFileGroupFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/ConfigPublishRequest.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/ConfigPublishRequest.java index 54a6c45ae..e27bf046c 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/ConfigPublishRequest.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/ConfigPublishRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/CreateConfigFileRequest.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/CreateConfigFileRequest.java index 289f1ebdf..de70d4490 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/CreateConfigFileRequest.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/CreateConfigFileRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/ReleaseConfigFileRequest.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/ReleaseConfigFileRequest.java index c6ad1d12b..48a350c71 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/ReleaseConfigFileRequest.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/ReleaseConfigFileRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/UpdateConfigFileRequest.java b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/UpdateConfigFileRequest.java index 66562e99e..c21198fbe 100644 --- a/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/UpdateConfigFileRequest.java +++ b/polaris-configuration/polaris-configuration-api/src/main/java/com/tencent/polaris/configuration/api/rpc/UpdateConfigFileRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/DefaultConfigFilePublishService.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/DefaultConfigFilePublishService.java index d4e63847d..1c7f628cd 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/DefaultConfigFilePublishService.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/DefaultConfigFilePublishService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/DefaultConfigFileService.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/DefaultConfigFileService.java index f1e14bb36..a36489cae 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/DefaultConfigFileService.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/DefaultConfigFileService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/flow/DefaultConfigFileFlow.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/flow/DefaultConfigFileFlow.java index d2ba07c06..f340d56c8 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/flow/DefaultConfigFileFlow.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/flow/DefaultConfigFileFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/flow/DefaultConfigFileGroupFlow.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/flow/DefaultConfigFileGroupFlow.java index 50b8ca41b..1a89b15de 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/flow/DefaultConfigFileGroupFlow.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/flow/DefaultConfigFileGroupFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/AbstractConfigFileRepo.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/AbstractConfigFileRepo.java index 2331a4759..fb845f564 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/AbstractConfigFileRepo.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/AbstractConfigFileRepo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/CompositeConfigFile.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/CompositeConfigFile.java index f18400e19..308755fbb 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/CompositeConfigFile.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/CompositeConfigFile.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileGroupManager.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileGroupManager.java index 4bcf73606..7c5c60cec 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileGroupManager.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileGroupManager.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileLongPullService.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileLongPullService.java index 3c253d8b3..748e8840c 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileLongPullService.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileLongPullService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileManager.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileManager.java index 552e25bd6..73ce1a372 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileManager.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileManager.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFilePersistentHandler.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFilePersistentHandler.java index cafae96f2..29a70a503 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFilePersistentHandler.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFilePersistentHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileRepo.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileRepo.java index 0d4802bce..e44eb7607 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileRepo.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileRepo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileRepoChangeListener.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileRepoChangeListener.java index 92a8e063d..0787aa2f7 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileRepoChangeListener.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigFileRepoChangeListener.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigPropertiesFile.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigPropertiesFile.java index 839aae94d..0bc474387 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigPropertiesFile.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigPropertiesFile.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigYamlFile.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigYamlFile.java index 82b1c393a..d7235abfb 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigYamlFile.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ConfigYamlFile.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFile.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFile.java index 5c71bb7fc..d716cf4dd 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFile.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFile.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileGroup.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileGroup.java index 4bf5b1ea1..25e787941 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileGroup.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileGroupMetadata.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileGroupMetadata.java index 5b768807c..050a8051b 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileGroupMetadata.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileGroupMetadata.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileMetadata.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileMetadata.java index 3d3febbbc..d0ad81024 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileMetadata.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileMetadata.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultRevisableConfigFileGroupPullService.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultRevisableConfigFileGroupPullService.java index 618b56583..2d77bb676 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultRevisableConfigFileGroupPullService.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultRevisableConfigFileGroupPullService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ExponentialRetryPolicy.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ExponentialRetryPolicy.java index d6621acd9..36a85dda3 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ExponentialRetryPolicy.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/ExponentialRetryPolicy.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RemoteConfigFileRepo.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RemoteConfigFileRepo.java index a755f92e5..194594a31 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RemoteConfigFileRepo.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RemoteConfigFileRepo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RetryPolicy.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RetryPolicy.java index c2f878795..23c022fc7 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RetryPolicy.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RetryPolicy.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RetryableConfigFileGroupConnector.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RetryableConfigFileGroupConnector.java index 03598eab6..5811b0316 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RetryableConfigFileGroupConnector.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RetryableConfigFileGroupConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RevisableConfigFileGroup.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RevisableConfigFileGroup.java index 392f9b9b1..838c0659f 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RevisableConfigFileGroup.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RevisableConfigFileGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RevisableConfigFileGroupPullService.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RevisableConfigFileGroupPullService.java index 0559542ec..700f191ca 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RevisableConfigFileGroupPullService.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/RevisableConfigFileGroupPullService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/ConfigFileUtils.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/ConfigFileUtils.java index f59b3683c..fe8ab4d08 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/ConfigFileUtils.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/ConfigFileUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/ConvertFunctions.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/ConvertFunctions.java index c3efb40d6..a59d288bf 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/ConvertFunctions.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/ConvertFunctions.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/YamlParser.java b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/YamlParser.java index 8e7365af5..c99a64de5 100644 --- a/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/YamlParser.java +++ b/polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/util/YamlParser.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFilePublishServiceTest.java b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFilePublishServiceTest.java index 23a2cc370..69879eaff 100644 --- a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFilePublishServiceTest.java +++ b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFilePublishServiceTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileServiceTest.java b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileServiceTest.java index 7b3adabe8..0627f7ae8 100644 --- a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileServiceTest.java +++ b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileServiceTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileTest.java b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileTest.java index b35781ef9..7ddf147ae 100644 --- a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileTest.java +++ b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileTestUtils.java b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileTestUtils.java index 41900fc26..c6d604ec6 100644 --- a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileTestUtils.java +++ b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigFileTestUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigPropertiesFileTest.java b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigPropertiesFileTest.java index 8842da008..4f625494b 100644 --- a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigPropertiesFileTest.java +++ b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigPropertiesFileTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigYamlFileTest.java b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigYamlFileTest.java index 488de6399..a4e7d7b6e 100644 --- a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigYamlFileTest.java +++ b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/ConfigYamlFileTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/ConfigFileLongPollingServiceTest.java b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/ConfigFileLongPollingServiceTest.java index d5ef74614..f78aca551 100644 --- a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/ConfigFileLongPollingServiceTest.java +++ b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/ConfigFileLongPollingServiceTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/ConfigFileManagerTest.java b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/ConfigFileManagerTest.java index 587acc5ba..ca7dbe6e4 100644 --- a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/ConfigFileManagerTest.java +++ b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/ConfigFileManagerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/RemoteConfigFileRepoTest.java b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/RemoteConfigFileRepoTest.java index 1e69f713b..9930d21c1 100644 --- a/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/RemoteConfigFileRepoTest.java +++ b/polaris-configuration/polaris-configuration-client/src/test/java/com/tencent/polaris/configuration/client/internal/RemoteConfigFileRepoTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-factory/src/main/java/com/tencent/polaris/configuration/factory/ConfigFileServiceFactory.java b/polaris-configuration/polaris-configuration-factory/src/main/java/com/tencent/polaris/configuration/factory/ConfigFileServiceFactory.java index 8edb51bc7..cc441770e 100644 --- a/polaris-configuration/polaris-configuration-factory/src/main/java/com/tencent/polaris/configuration/factory/ConfigFileServiceFactory.java +++ b/polaris-configuration/polaris-configuration-factory/src/main/java/com/tencent/polaris/configuration/factory/ConfigFileServiceFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-configuration/polaris-configuration-factory/src/main/java/com/tencent/polaris/configuration/factory/ConfigFileServicePublishFactory.java b/polaris-configuration/polaris-configuration-factory/src/main/java/com/tencent/polaris/configuration/factory/ConfigFileServicePublishFactory.java index 674a6a07e..f7687089b 100644 --- a/polaris-configuration/polaris-configuration-factory/src/main/java/com/tencent/polaris/configuration/factory/ConfigFileServicePublishFactory.java +++ b/polaris-configuration/polaris-configuration-factory/src/main/java/com/tencent/polaris/configuration/factory/ConfigFileServicePublishFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/ConsumerAPI.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/ConsumerAPI.java index 472b08995..84fdde91b 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/ConsumerAPI.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/ConsumerAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/LosslessAPI.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/LosslessAPI.java index 628d0bdcc..e84c397dd 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/LosslessAPI.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/LosslessAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/ProviderAPI.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/ProviderAPI.java index 3800d8fbf..bf8f56998 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/ProviderAPI.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/core/ProviderAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/flow/DiscoveryFlow.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/flow/DiscoveryFlow.java index b8756996f..d3d8f041c 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/flow/DiscoveryFlow.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/flow/DiscoveryFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/listener/ServiceListener.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/listener/ServiceListener.java index 8da2d0755..fdadd50d0 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/listener/ServiceListener.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/listener/ServiceListener.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/CommonProviderBaseEntity.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/CommonProviderBaseEntity.java index ab7c1a436..c734156f8 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/CommonProviderBaseEntity.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/CommonProviderBaseEntity.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetAllInstancesRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetAllInstancesRequest.java index f500422eb..607e44c32 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetAllInstancesRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetAllInstancesRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetHealthyInstancesRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetHealthyInstancesRequest.java index fa1ce3012..6de7c7cdd 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetHealthyInstancesRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetHealthyInstancesRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetInstancesRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetInstancesRequest.java index 5fb846bbc..24fc12553 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetInstancesRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetInstancesRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetOneInstanceRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetOneInstanceRequest.java index 95310c3bb..e72a10f82 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetOneInstanceRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetOneInstanceRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetResourcesRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetResourcesRequest.java index 6a960c48f..a089ad778 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetResourcesRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetResourcesRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetResourcesResponse.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetResourcesResponse.java index 1c5f49388..7cdf5c847 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetResourcesResponse.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetResourcesResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServiceContractRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServiceContractRequest.java index 92b9fe615..df8e24ec8 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServiceContractRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServiceContractRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServiceRuleRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServiceRuleRequest.java index e4caf0a24..54ec74d47 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServiceRuleRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServiceRuleRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServicesRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServicesRequest.java index 8197425f1..50c1b7eb9 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServicesRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/GetServicesRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceDeregisterRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceDeregisterRequest.java index 492292a3c..2bc343dd3 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceDeregisterRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceDeregisterRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceHeartbeatRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceHeartbeatRequest.java index 1cccda715..1eaf06b59 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceHeartbeatRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceHeartbeatRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceRegisterRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceRegisterRequest.java index 7198beaba..e03e586b9 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceRegisterRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceRegisterRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceRegisterResponse.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceRegisterResponse.java index 404ebf890..2031a52cf 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceRegisterResponse.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstanceRegisterResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstancesFuture.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstancesFuture.java index 3f70f86a0..08dfb2f1e 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstancesFuture.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstancesFuture.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstancesResponse.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstancesResponse.java index 34777877f..8bc81b595 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstancesResponse.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/InstancesResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/ServiceRuleResponse.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/ServiceRuleResponse.java index e3acac57e..c0d89ad4e 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/ServiceRuleResponse.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/ServiceRuleResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/ServicesResponse.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/ServicesResponse.java index d44931dcd..e3bc1ed3d 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/ServicesResponse.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/ServicesResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/UnWatchInstancesRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/UnWatchInstancesRequest.java index 3719cdba8..83cf71bf0 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/UnWatchInstancesRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/UnWatchInstancesRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/UnWatchServiceRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/UnWatchServiceRequest.java index b4a1fcb7d..f8ff33576 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/UnWatchServiceRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/UnWatchServiceRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchInstancesRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchInstancesRequest.java index 5851fcb6b..ea766ef3f 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchInstancesRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchInstancesRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchServiceRequest.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchServiceRequest.java index 8e9416e86..546c849ed 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchServiceRequest.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchServiceRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchServiceResponse.java b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchServiceResponse.java index cf87c4141..d991eeacd 100644 --- a/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchServiceResponse.java +++ b/polaris-discovery/polaris-discovery-api/src/main/java/com/tencent/polaris/api/rpc/WatchServiceResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/test/java/com/tencent/polaris/api/rpc/GetInstancesRequestTests.java b/polaris-discovery/polaris-discovery-api/src/test/java/com/tencent/polaris/api/rpc/GetInstancesRequestTests.java index 9078f98fb..a17affe2c 100644 --- a/polaris-discovery/polaris-discovery-api/src/test/java/com/tencent/polaris/api/rpc/GetInstancesRequestTests.java +++ b/polaris-discovery/polaris-discovery-api/src/test/java/com/tencent/polaris/api/rpc/GetInstancesRequestTests.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-api/src/test/java/com/tencent/polaris/api/rpc/GetOneInstanceRequestTests.java b/polaris-discovery/polaris-discovery-api/src/test/java/com/tencent/polaris/api/rpc/GetOneInstanceRequestTests.java index 147b2c41b..38c0b37f4 100644 --- a/polaris-discovery/polaris-discovery-api/src/test/java/com/tencent/polaris/api/rpc/GetOneInstanceRequestTests.java +++ b/polaris-discovery/polaris-discovery-api/src/test/java/com/tencent/polaris/api/rpc/GetOneInstanceRequestTests.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultConsumerAPI.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultConsumerAPI.java index bb590d0a8..e771574e1 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultConsumerAPI.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultConsumerAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultLosslessAPI.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultLosslessAPI.java index 24fb4f939..49de2a6ba 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultLosslessAPI.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultLosslessAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultProviderAPI.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultProviderAPI.java index 574a3cfd0..1009a63d4 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultProviderAPI.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/api/DefaultProviderAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/AsyncFlow.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/AsyncFlow.java index 96dc44095..1a67b5e38 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/AsyncFlow.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/AsyncFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonInstancesRequest.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonInstancesRequest.java index 0d8f1ccdd..9092b8e2b 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonInstancesRequest.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonInstancesRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonRuleRequest.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonRuleRequest.java index c974efd92..c776b839b 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonRuleRequest.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonRuleRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonServicesRequest.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonServicesRequest.java index e38c2820d..047c45211 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonServicesRequest.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonServicesRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonUnWatchServiceRequest.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonUnWatchServiceRequest.java index fefa2b8eb..2599bc74a 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonUnWatchServiceRequest.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonUnWatchServiceRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonWatchServiceRequest.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonWatchServiceRequest.java index 0fc16e5ac..6f41cef84 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonWatchServiceRequest.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/CommonWatchServiceRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/DefaultDiscoveryFlow.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/DefaultDiscoveryFlow.java index e57a2fbf8..91af95a36 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/DefaultDiscoveryFlow.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/DefaultDiscoveryFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetAllInstancesSupplier.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetAllInstancesSupplier.java index ae3ba62c6..d93d9db6c 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetAllInstancesSupplier.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetAllInstancesSupplier.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetInstancesSupplier.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetInstancesSupplier.java index 6cb32fc74..013b45b53 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetInstancesSupplier.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetInstancesSupplier.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetOneInstanceSupplier.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetOneInstanceSupplier.java index bd34e9262..63b353f68 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetOneInstanceSupplier.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/GetOneInstanceSupplier.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/RegisterFlow.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/RegisterFlow.java index f21d3d36e..dedbac247 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/RegisterFlow.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/RegisterFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/RegisterStateManager.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/RegisterStateManager.java index 564b207ef..97e26096b 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/RegisterStateManager.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/RegisterStateManager.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/SyncFlow.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/SyncFlow.java index a4f1e1ae3..ac4a060ae 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/SyncFlow.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/SyncFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/WatchFlow.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/WatchFlow.java index f45a7513a..de8a1d59b 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/WatchFlow.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/flow/WatchFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/util/Validator.java b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/util/Validator.java index d9360e0a8..5d2f20645 100644 --- a/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/util/Validator.java +++ b/polaris-discovery/polaris-discovery-client/src/main/java/com/tencent/polaris/discovery/client/util/Validator.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-factory/src/main/java/com/tencent/polaris/factory/api/DiscoveryAPIFactory.java b/polaris-discovery/polaris-discovery-factory/src/main/java/com/tencent/polaris/factory/api/DiscoveryAPIFactory.java index e4946b1fc..a26668a10 100644 --- a/polaris-discovery/polaris-discovery-factory/src/main/java/com/tencent/polaris/factory/api/DiscoveryAPIFactory.java +++ b/polaris-discovery/polaris-discovery-factory/src/main/java/com/tencent/polaris/factory/api/DiscoveryAPIFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ConsumerTest.java b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ConsumerTest.java index 64c609ba5..5a4af7546 100644 --- a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ConsumerTest.java +++ b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ConsumerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/DemoLosslessActionProvider.java b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/DemoLosslessActionProvider.java index 3ee9063f5..15395f250 100644 --- a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/DemoLosslessActionProvider.java +++ b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/DemoLosslessActionProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/GetServicesTest.java b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/GetServicesTest.java index b0d3f0f5a..800eee28c 100644 --- a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/GetServicesTest.java +++ b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/GetServicesTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/LosslessTest.java b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/LosslessTest.java index 968330757..5ff43899e 100644 --- a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/LosslessTest.java +++ b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/LosslessTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/MetadataRouterTest.java b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/MetadataRouterTest.java index 7807a24e5..c719e7607 100644 --- a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/MetadataRouterTest.java +++ b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/MetadataRouterTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/PrometheusHttpServerTest.java b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/PrometheusHttpServerTest.java index 22a0b0a6e..d38ff88f7 100644 --- a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/PrometheusHttpServerTest.java +++ b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/PrometheusHttpServerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ProviderTest.java b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ProviderTest.java index ee9ee9eda..2a905430e 100644 --- a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ProviderTest.java +++ b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ProviderTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ServiceDynamicRuleTest.java b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ServiceDynamicRuleTest.java index c206bf958..35d5dc08d 100644 --- a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ServiceDynamicRuleTest.java +++ b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ServiceDynamicRuleTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ServiceExpireTest.java b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ServiceExpireTest.java index 3eb4c8772..bb1291a3e 100644 --- a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ServiceExpireTest.java +++ b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/core/ServiceExpireTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/suite/DiscoveryAPITestingSuite.java b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/suite/DiscoveryAPITestingSuite.java index 303b8b58f..ec08fdf22 100644 --- a/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/suite/DiscoveryAPITestingSuite.java +++ b/polaris-discovery/polaris-discovery-factory/src/test/java/com/tencent/polaris/discovery/test/suite/DiscoveryAPITestingSuite.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/EchoServer.java b/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/EchoServer.java index 86d7d1a14..de173ed6b 100644 --- a/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/EchoServer.java +++ b/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/EchoServer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/HealthServer.java b/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/HealthServer.java index 94b31e9d3..a968d9519 100644 --- a/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/HealthServer.java +++ b/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/HealthServer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/ServerType.java b/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/ServerType.java index 00b4811ff..678faab72 100644 --- a/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/ServerType.java +++ b/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/ServerType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/Utils.java b/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/Utils.java index 8c962f3f2..1831456ba 100644 --- a/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/Utils.java +++ b/polaris-examples/circuitbreaker-example/common-breaker/src/main/java/com/tencent/polaris/cb/example/common/Utils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/circuitbreaker-example/instance-breaker-example/src/main/java/com/tencent/polaris/cb/example/instance/InstanceBreakerExample.java b/polaris-examples/circuitbreaker-example/instance-breaker-example/src/main/java/com/tencent/polaris/cb/example/instance/InstanceBreakerExample.java index b3b4fbbad..33a17f556 100644 --- a/polaris-examples/circuitbreaker-example/instance-breaker-example/src/main/java/com/tencent/polaris/cb/example/instance/InstanceBreakerExample.java +++ b/polaris-examples/circuitbreaker-example/instance-breaker-example/src/main/java/com/tencent/polaris/cb/example/instance/InstanceBreakerExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/circuitbreaker-example/method-breaker-example/src/main/java/com/tencent/polaris/cb/example/method/MethodBreakerExample.java b/polaris-examples/circuitbreaker-example/method-breaker-example/src/main/java/com/tencent/polaris/cb/example/method/MethodBreakerExample.java index 5ca485254..9c5665abb 100644 --- a/polaris-examples/circuitbreaker-example/method-breaker-example/src/main/java/com/tencent/polaris/cb/example/method/MethodBreakerExample.java +++ b/polaris-examples/circuitbreaker-example/method-breaker-example/src/main/java/com/tencent/polaris/cb/example/method/MethodBreakerExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/circuitbreaker-example/service-breaker-example/src/main/java/com/tencent/polaris/cb/example/service/ServiceBreakerExample.java b/polaris-examples/circuitbreaker-example/service-breaker-example/src/main/java/com/tencent/polaris/cb/example/service/ServiceBreakerExample.java index a691aa1ad..1ab7d5a7e 100644 --- a/polaris-examples/circuitbreaker-example/service-breaker-example/src/main/java/com/tencent/polaris/cb/example/service/ServiceBreakerExample.java +++ b/polaris-examples/circuitbreaker-example/service-breaker-example/src/main/java/com/tencent/polaris/cb/example/service/ServiceBreakerExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileExample.java b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileExample.java index 3e6dc3b50..6f2542cbc 100644 --- a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileExample.java +++ b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileMetadataListExample.java b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileMetadataListExample.java index fb7432985..350c93f20 100644 --- a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileMetadataListExample.java +++ b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileMetadataListExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileReleaseExample.java b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileReleaseExample.java index b8283d940..27e8bbadc 100644 --- a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileReleaseExample.java +++ b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigFileReleaseExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigPropertiesFileExample.java b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigPropertiesFileExample.java index ebbe94e8c..cf00ed1fe 100644 --- a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigPropertiesFileExample.java +++ b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigPropertiesFileExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigYamlFileExample.java b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigYamlFileExample.java index b66bca676..1a2e2bd02 100644 --- a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigYamlFileExample.java +++ b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/ConfigYamlFileExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/Utils.java b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/Utils.java index 72d95fee3..73a037873 100644 --- a/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/Utils.java +++ b/polaris-examples/configuration-example/src/main/java/com/tencent/polaris/configuration/example/Utils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetAllInstancesExample.java b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetAllInstancesExample.java index 8d4f68177..ed2599955 100644 --- a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetAllInstancesExample.java +++ b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetAllInstancesExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetInstancesExample.java b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetInstancesExample.java index ecf65186f..40db0e3d5 100644 --- a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetInstancesExample.java +++ b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetInstancesExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetOneInstanceExample.java b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetOneInstanceExample.java index 400788bdf..af16e5a34 100644 --- a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetOneInstanceExample.java +++ b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetOneInstanceExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetServiceRuleExample.java b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetServiceRuleExample.java index b3322703c..ad14b7347 100644 --- a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetServiceRuleExample.java +++ b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetServiceRuleExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetServicesExample.java b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetServicesExample.java index ec8e70221..892ed73e1 100644 --- a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetServicesExample.java +++ b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/GetServicesExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/ServiceCallResultReport.java b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/ServiceCallResultReport.java index 9b53d7267..c1c5aa23f 100644 --- a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/ServiceCallResultReport.java +++ b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/ServiceCallResultReport.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/WatchServiceExample.java b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/WatchServiceExample.java index 09291b353..2e6f62c97 100644 --- a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/WatchServiceExample.java +++ b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/consumer/WatchServiceExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/DeregisterExample.java b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/DeregisterExample.java index 58df9597d..242e6d0dc 100644 --- a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/DeregisterExample.java +++ b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/DeregisterExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/HeartbeatExample.java b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/HeartbeatExample.java index 594b0e9e7..565ad1726 100644 --- a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/HeartbeatExample.java +++ b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/HeartbeatExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/RegisterExample.java b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/RegisterExample.java index d83a892ec..01690317c 100644 --- a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/RegisterExample.java +++ b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/provider/RegisterExample.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/utils/ExampleUtils.java b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/utils/ExampleUtils.java index 40d301cad..61895bb75 100644 --- a/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/utils/ExampleUtils.java +++ b/polaris-examples/discovery-example/src/main/java/com/tencent/polaris/discovery/example/utils/ExampleUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/location-example/src/main/java/com/tencent/polaris/location/example/Provider.java b/polaris-examples/location-example/src/main/java/com/tencent/polaris/location/example/Provider.java index 4c109262c..b639c37f0 100644 --- a/polaris-examples/location-example/src/main/java/com/tencent/polaris/location/example/Provider.java +++ b/polaris-examples/location-example/src/main/java/com/tencent/polaris/location/example/Provider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/location-example/src/main/java/com/tencent/polaris/location/example/utils/ProviderExampleUtils.java b/polaris-examples/location-example/src/main/java/com/tencent/polaris/location/example/utils/ProviderExampleUtils.java index f99136db7..14f56e339 100644 --- a/polaris-examples/location-example/src/main/java/com/tencent/polaris/location/example/utils/ProviderExampleUtils.java +++ b/polaris-examples/location-example/src/main/java/com/tencent/polaris/location/example/utils/ProviderExampleUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/quickstart-example/quickstart-example-consumer/src/main/java/com/tencent/polaris/quickstart/example/Consumer.java b/polaris-examples/quickstart-example/quickstart-example-consumer/src/main/java/com/tencent/polaris/quickstart/example/Consumer.java index bcdcdb1fb..92f424f29 100644 --- a/polaris-examples/quickstart-example/quickstart-example-consumer/src/main/java/com/tencent/polaris/quickstart/example/Consumer.java +++ b/polaris-examples/quickstart-example/quickstart-example-consumer/src/main/java/com/tencent/polaris/quickstart/example/Consumer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/quickstart-example/quickstart-example-consumer/src/main/java/com/tencent/polaris/quickstart/example/utils/ConsumerExampleUtils.java b/polaris-examples/quickstart-example/quickstart-example-consumer/src/main/java/com/tencent/polaris/quickstart/example/utils/ConsumerExampleUtils.java index 627f88c98..3bdf321a0 100644 --- a/polaris-examples/quickstart-example/quickstart-example-consumer/src/main/java/com/tencent/polaris/quickstart/example/utils/ConsumerExampleUtils.java +++ b/polaris-examples/quickstart-example/quickstart-example-consumer/src/main/java/com/tencent/polaris/quickstart/example/utils/ConsumerExampleUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/quickstart-example/quickstart-example-provider/src/main/java/com/tencent/polaris/quickstart/example/Provider.java b/polaris-examples/quickstart-example/quickstart-example-provider/src/main/java/com/tencent/polaris/quickstart/example/Provider.java index d8e06fffc..902aaadb5 100644 --- a/polaris-examples/quickstart-example/quickstart-example-provider/src/main/java/com/tencent/polaris/quickstart/example/Provider.java +++ b/polaris-examples/quickstart-example/quickstart-example-provider/src/main/java/com/tencent/polaris/quickstart/example/Provider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/quickstart-example/quickstart-example-provider/src/main/java/com/tencent/polaris/quickstart/example/utils/ProviderExampleUtils.java b/polaris-examples/quickstart-example/quickstart-example-provider/src/main/java/com/tencent/polaris/quickstart/example/utils/ProviderExampleUtils.java index a6c5cbe26..0266ca3f9 100644 --- a/polaris-examples/quickstart-example/quickstart-example-provider/src/main/java/com/tencent/polaris/quickstart/example/utils/ProviderExampleUtils.java +++ b/polaris-examples/quickstart-example/quickstart-example-provider/src/main/java/com/tencent/polaris/quickstart/example/utils/ProviderExampleUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/ratelimit-example/global-limiter-example/ratelimit-remote-consumer/src/main/java/com/tencent/polaris/ratelimit/remote/example/Consumer.java b/polaris-examples/ratelimit-example/global-limiter-example/ratelimit-remote-consumer/src/main/java/com/tencent/polaris/ratelimit/remote/example/Consumer.java index df7b1ec2b..a0d5bdace 100644 --- a/polaris-examples/ratelimit-example/global-limiter-example/ratelimit-remote-consumer/src/main/java/com/tencent/polaris/ratelimit/remote/example/Consumer.java +++ b/polaris-examples/ratelimit-example/global-limiter-example/ratelimit-remote-consumer/src/main/java/com/tencent/polaris/ratelimit/remote/example/Consumer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/ratelimit-example/global-limiter-example/ratelimit-remote-provider/src/main/java/com/tencent/polaris/ratelimit/remote/example/Provider.java b/polaris-examples/ratelimit-example/global-limiter-example/ratelimit-remote-provider/src/main/java/com/tencent/polaris/ratelimit/remote/example/Provider.java index 272c11dde..fca25b04c 100644 --- a/polaris-examples/ratelimit-example/global-limiter-example/ratelimit-remote-provider/src/main/java/com/tencent/polaris/ratelimit/remote/example/Provider.java +++ b/polaris-examples/ratelimit-example/global-limiter-example/ratelimit-remote-provider/src/main/java/com/tencent/polaris/ratelimit/remote/example/Provider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/ratelimit-example/local-limiter-example/ratelimit-local-consumer/src/main/java/com/tencent/polaris/ratelimit/local/example/Consumer.java b/polaris-examples/ratelimit-example/local-limiter-example/ratelimit-local-consumer/src/main/java/com/tencent/polaris/ratelimit/local/example/Consumer.java index b4f7485ef..04ca2c994 100644 --- a/polaris-examples/ratelimit-example/local-limiter-example/ratelimit-local-consumer/src/main/java/com/tencent/polaris/ratelimit/local/example/Consumer.java +++ b/polaris-examples/ratelimit-example/local-limiter-example/ratelimit-local-consumer/src/main/java/com/tencent/polaris/ratelimit/local/example/Consumer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/ratelimit-example/local-limiter-example/ratelimit-local-provider/src/main/java/com/tencent/polaris/ratelimit/local/example/Provider.java b/polaris-examples/ratelimit-example/local-limiter-example/ratelimit-local-provider/src/main/java/com/tencent/polaris/ratelimit/local/example/Provider.java index fc1dbb793..343580dd8 100644 --- a/polaris-examples/ratelimit-example/local-limiter-example/ratelimit-local-provider/src/main/java/com/tencent/polaris/ratelimit/local/example/Provider.java +++ b/polaris-examples/ratelimit-example/local-limiter-example/ratelimit-local-provider/src/main/java/com/tencent/polaris/ratelimit/local/example/Provider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/router-example/router-multienv-example/router-multienv-gateway/src/main/java/com/tencent/polaris/router/multienv/example/Gateway.java b/polaris-examples/router-example/router-multienv-example/router-multienv-gateway/src/main/java/com/tencent/polaris/router/multienv/example/Gateway.java index 2efd83101..c9efdd887 100644 --- a/polaris-examples/router-example/router-multienv-example/router-multienv-gateway/src/main/java/com/tencent/polaris/router/multienv/example/Gateway.java +++ b/polaris-examples/router-example/router-multienv-example/router-multienv-gateway/src/main/java/com/tencent/polaris/router/multienv/example/Gateway.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/router-example/router-multienv-example/router-multienv-provider/src/main/java/com/tencent/polaris/router/multienv/example/Provider.java b/polaris-examples/router-example/router-multienv-example/router-multienv-provider/src/main/java/com/tencent/polaris/router/multienv/example/Provider.java index 38ce39e89..6a38eda8f 100644 --- a/polaris-examples/router-example/router-multienv-example/router-multienv-provider/src/main/java/com/tencent/polaris/router/multienv/example/Provider.java +++ b/polaris-examples/router-example/router-multienv-example/router-multienv-provider/src/main/java/com/tencent/polaris/router/multienv/example/Provider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/router-example/router-version-example/router-version-consumer/src/main/java/com/tencent/polaris/router/version/example/Consumer.java b/polaris-examples/router-example/router-version-example/router-version-consumer/src/main/java/com/tencent/polaris/router/version/example/Consumer.java index b91ba2c3c..30dbe8621 100644 --- a/polaris-examples/router-example/router-version-example/router-version-consumer/src/main/java/com/tencent/polaris/router/version/example/Consumer.java +++ b/polaris-examples/router-example/router-version-example/router-version-consumer/src/main/java/com/tencent/polaris/router/version/example/Consumer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-examples/router-example/router-version-example/router-version-provider/src/main/java/com/tencent/polaris/router/version/example/Provider.java b/polaris-examples/router-example/router-version-example/router-version-provider/src/main/java/com/tencent/polaris/router/version/example/Provider.java index db5b72f08..48aabc0bc 100644 --- a/polaris-examples/router-example/router-version-example/router-version-provider/src/main/java/com/tencent/polaris/router/version/example/Provider.java +++ b/polaris-examples/router-example/router-version-example/router-version-provider/src/main/java/com/tencent/polaris/router/version/example/Provider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-factory/src/main/java/com/tencent/polaris/factory/api/APIFactory.java b/polaris-factory/src/main/java/com/tencent/polaris/factory/api/APIFactory.java index 18af8bc86..6d092119c 100644 --- a/polaris-factory/src/main/java/com/tencent/polaris/factory/api/APIFactory.java +++ b/polaris-factory/src/main/java/com/tencent/polaris/factory/api/APIFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-factory/src/test/java/com/tencent/polaris/factory/api/test/APIFactoryTest.java b/polaris-factory/src/test/java/com/tencent/polaris/factory/api/test/APIFactoryTest.java index f2f8ea8ff..72de25287 100644 --- a/polaris-factory/src/test/java/com/tencent/polaris/factory/api/test/APIFactoryTest.java +++ b/polaris-factory/src/test/java/com/tencent/polaris/factory/api/test/APIFactoryTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/HttpServerAware.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/HttpServerAware.java index 2e4ef1a57..9c362eeb0 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/HttpServerAware.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/HttpServerAware.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/IdAwarePlugin.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/IdAwarePlugin.java index 9bc92081d..b1b623f32 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/IdAwarePlugin.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/IdAwarePlugin.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Manager.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Manager.java index 6bc9e9bf8..3cc579fc0 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Manager.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Manager.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Plugin.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Plugin.java index 990944e3f..ff21881e0 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Plugin.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Plugin.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/PluginType.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/PluginType.java index 1298d462d..d9a99e965 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/PluginType.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/PluginType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/SortableAware.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/SortableAware.java index cf99047c5..1f1035278 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/SortableAware.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/SortableAware.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Supplier.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Supplier.java index a5ac26951..ed0ef77fd 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Supplier.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/Supplier.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/TypeProvider.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/TypeProvider.java index fb8a07427..0e11984f6 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/TypeProvider.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/TypeProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/AuthInfo.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/AuthInfo.java index 5dc84bd8e..195727e1d 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/AuthInfo.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/AuthInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/AuthResult.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/AuthResult.java index 554c27d18..073322eb9 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/AuthResult.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/AuthResult.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/Authenticator.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/Authenticator.java index 8fc95da5c..2ff01d4f0 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/Authenticator.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/auth/Authenticator.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/CacheConstants.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/CacheConstants.java index f6bb4a552..dd1c06ca7 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/CacheConstants.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/CacheConstants.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/FlowCache.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/FlowCache.java index 9f1ddcf3d..bb2f0e42d 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/FlowCache.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/FlowCache.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/FlowCacheUtils.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/FlowCacheUtils.java index bd7fd3f41..7abedb5be 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/FlowCacheUtils.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/FlowCacheUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/PluginHashKey.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/PluginHashKey.java index f63cedd74..9d7d569bb 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/PluginHashKey.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/cache/PluginHashKey.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/CircuitBreakResult.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/CircuitBreakResult.java index b90139080..c5209b4e5 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/CircuitBreakResult.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/CircuitBreakResult.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/CircuitBreaker.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/CircuitBreaker.java index ffea22e23..1d5bf678f 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/CircuitBreaker.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/CircuitBreaker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/InstanceCircuitBreaker.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/InstanceCircuitBreaker.java index abe736812..be674ab5a 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/InstanceCircuitBreaker.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/InstanceCircuitBreaker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/ResourceStat.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/ResourceStat.java index d1c3f9fa0..7271db0b8 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/ResourceStat.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/ResourceStat.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/AbstractResource.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/AbstractResource.java index 920377153..2bd4ca254 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/AbstractResource.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/AbstractResource.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/InstanceResource.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/InstanceResource.java index 5e86aa9d7..7db6b50c5 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/InstanceResource.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/InstanceResource.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/MethodResource.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/MethodResource.java index fbaed17aa..5d61b459a 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/MethodResource.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/MethodResource.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/Resource.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/Resource.java index cf91eb0a1..08cbb8a77 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/Resource.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/Resource.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/ServiceResource.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/ServiceResource.java index da52c9272..aa16ce84b 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/ServiceResource.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/circuitbreaker/entity/ServiceResource.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/InitContext.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/InitContext.java index aab409d3a..43f667410 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/InitContext.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/InitContext.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/PluginTypes.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/PluginTypes.java index dfd83fa1e..e64fbd98d 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/PluginTypes.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/PluginTypes.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/RpcTypeProviders.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/RpcTypeProviders.java index 5f4f6b71b..4a732022b 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/RpcTypeProviders.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/RpcTypeProviders.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/ValueContext.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/ValueContext.java index bd7423dbc..21df8e4f3 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/ValueContext.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/common/ValueContext.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/DefaultRouterChainGroup.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/DefaultRouterChainGroup.java index 7fd6aae48..b0e28338b 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/DefaultRouterChainGroup.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/DefaultRouterChainGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/Extensions.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/Extensions.java index 3deae0d8b..1b15122d1 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/Extensions.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/Extensions.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/RouterChainGroup.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/RouterChainGroup.java index 4e8d785ac..7f4580e2c 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/RouterChainGroup.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/RouterChainGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/ServerServiceInfo.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/ServerServiceInfo.java index 906080a9e..7080781c0 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/ServerServiceInfo.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/compose/ServerServiceInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFile.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFile.java index 80bb9f53d..580714381 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFile.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFile.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileConnector.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileConnector.java index 97cef1aa7..05be7d586 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileConnector.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroup.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroup.java index 3699f2508..563b74380 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroup.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupConnector.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupConnector.java index 2c367f4bc..e38b3255d 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupConnector.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupMetadata.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupMetadata.java index 0d5f2ee74..eeda46848 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupMetadata.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupMetadata.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupResponse.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupResponse.java index bfe8d48e1..30acee3c1 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupResponse.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileGroupResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileResponse.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileResponse.java index 5d3447797..4c9aa7147 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileResponse.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigFileResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigPublishFile.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigPublishFile.java index a2bf43ac0..1b8f62f9f 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigPublishFile.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/configuration/ConfigPublishFile.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/detect/HealthChecker.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/detect/HealthChecker.java index 9b9add3aa..d793dce32 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/detect/HealthChecker.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/detect/HealthChecker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/EventReporter.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/EventReporter.java index 2aad6f9b8..17ce2ba38 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/EventReporter.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/EventReporter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/FlowEvent.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/FlowEvent.java index 97cfcf99d..348945624 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/FlowEvent.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/FlowEvent.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/FlowEventConstants.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/FlowEventConstants.java index 4463f6e89..be06aa86c 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/FlowEventConstants.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/FlowEventConstants.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/tsf/TsfEventDataConstants.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/tsf/TsfEventDataConstants.java index 286c93c8d..e65c04652 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/tsf/TsfEventDataConstants.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/event/tsf/TsfEventDataConstants.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/ConfigFileFilter.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/ConfigFileFilter.java index 23b5cb99e..0d04e3663 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/ConfigFileFilter.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/ConfigFileFilter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/ConfigFileFilterChain.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/ConfigFileFilterChain.java index 2fa667815..9e1d6287c 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/ConfigFileFilterChain.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/ConfigFileFilterChain.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/Crypto.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/Crypto.java index fd0f63875..50bd6ad90 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/Crypto.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/filter/Crypto.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/impl/PluginManager.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/impl/PluginManager.java index 6961a4b5e..8a9a92996 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/impl/PluginManager.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/impl/PluginManager.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/loadbalance/LoadBalancer.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/loadbalance/LoadBalancer.java index fe2980f65..0c51aa8fc 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/loadbalance/LoadBalancer.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/loadbalance/LoadBalancer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/location/LocationProvider.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/location/LocationProvider.java index f8d8195ad..36d1f653e 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/location/LocationProvider.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/location/LocationProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/InstanceProperties.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/InstanceProperties.java index 3ee2458f5..ca51b85ba 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/InstanceProperties.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/InstanceProperties.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/LosslessActionProvider.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/LosslessActionProvider.java index 3e1227a91..cb0644f3d 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/LosslessActionProvider.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/LosslessActionProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/LosslessPolicy.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/LosslessPolicy.java index c7511422f..9ba30cccc 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/LosslessPolicy.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/LosslessPolicy.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/RegisterStatus.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/RegisterStatus.java index e79e735ec..3acaaf183 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/RegisterStatus.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/lossless/RegisterStatus.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/AmountInfo.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/AmountInfo.java index 3d839bc87..58d947458 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/AmountInfo.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/AmountInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/InitCriteria.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/InitCriteria.java index c0703f547..ef03797b3 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/InitCriteria.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/InitCriteria.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/LocalQuotaInfo.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/LocalQuotaInfo.java index 27e96d325..e438a0274 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/LocalQuotaInfo.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/LocalQuotaInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/QuotaBucket.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/QuotaBucket.java index cca7a1526..66c7ea501 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/QuotaBucket.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/QuotaBucket.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/QuotaResult.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/QuotaResult.java index 0982260ee..8ff61062d 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/QuotaResult.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/QuotaResult.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/RemoteQuotaInfo.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/RemoteQuotaInfo.java index c8e8df927..bc3d45e58 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/RemoteQuotaInfo.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/RemoteQuotaInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/ServiceRateLimiter.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/ServiceRateLimiter.java index 69d3cc9d6..0a177126c 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/ServiceRateLimiter.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/ratelimiter/ServiceRateLimiter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/AbstractCacheHandler.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/AbstractCacheHandler.java index e6754b9cc..badd66fed 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/AbstractCacheHandler.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/AbstractCacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/AbstractResourceEventListener.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/AbstractResourceEventListener.java index cec69cd21..bb46c7100 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/AbstractResourceEventListener.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/AbstractResourceEventListener.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/CacheHandler.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/CacheHandler.java index 547d66edf..47fce2505 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/CacheHandler.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/CacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/EventCompleteNotifier.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/EventCompleteNotifier.java index 3680bcd08..942f86e6d 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/EventCompleteNotifier.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/EventCompleteNotifier.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/InstanceProperty.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/InstanceProperty.java index eec4f3e3d..1b12829e0 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/InstanceProperty.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/InstanceProperty.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/LocalRegistry.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/LocalRegistry.java index 36f96dbac..1ab82744a 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/LocalRegistry.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/LocalRegistry.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ResourceEventListener.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ResourceEventListener.java index 26f9636f1..e40a68ad3 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ResourceEventListener.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ResourceEventListener.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ResourceFilter.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ResourceFilter.java index 21cd38c9e..027a775e6 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ResourceFilter.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ResourceFilter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/RuleFilter.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/RuleFilter.java index 300834e1d..42ba304fb 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/RuleFilter.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/RuleFilter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ServiceUpdateRequest.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ServiceUpdateRequest.java index e1c1fd348..ee3b1b071 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ServiceUpdateRequest.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/registry/ServiceUpdateRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouteInfo.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouteInfo.java index e85fa6b6a..bf9a3b0e2 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouteInfo.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouteInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouteResult.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouteResult.java index 9e7fdb04a..1d6d7dd77 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouteResult.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouteResult.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouterConstants.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouterConstants.java index 6cf839a88..3f0476530 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouterConstants.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/RouterConstants.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/ServiceRouter.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/ServiceRouter.java index 06195c541..b3ca2c7f7 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/ServiceRouter.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/route/ServiceRouter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonProviderRequest.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonProviderRequest.java index 2dfd3a1cc..e61c54cdd 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonProviderRequest.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonProviderRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonProviderResponse.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonProviderResponse.java index cb58d55bf..0127fb077 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonProviderResponse.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonProviderResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonServiceContractRequest.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonServiceContractRequest.java index 4fa29d08f..1eb443d9b 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonServiceContractRequest.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/CommonServiceContractRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/EventHandler.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/EventHandler.java index ab3f80423..880a45054 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/EventHandler.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/EventHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/InterfaceDescriptor.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/InterfaceDescriptor.java index 17114ccc7..da2942a01 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/InterfaceDescriptor.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/InterfaceDescriptor.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportClientRequest.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportClientRequest.java index eebfce985..71c1c551b 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportClientRequest.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportClientRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportClientResponse.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportClientResponse.java index aaa7c2ae0..fd228c994 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportClientResponse.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportClientResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportServiceContractRequest.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportServiceContractRequest.java index d7e350117..6a4b75bf2 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportServiceContractRequest.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportServiceContractRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportServiceContractResponse.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportServiceContractResponse.java index 59775be02..6083e5033 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportServiceContractResponse.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ReportServiceContractResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServerConnector.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServerConnector.java index 02ba76955..0d5680b5c 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServerConnector.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServerConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServerEvent.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServerEvent.java index 1f60720f4..cbc9bc3db 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServerEvent.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServerEvent.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServiceEventHandler.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServiceEventHandler.java index 72b05a0bd..b303938a1 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServiceEventHandler.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/ServiceEventHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/TargetServer.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/TargetServer.java index 40d61f2e2..b0143989b 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/TargetServer.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/server/TargetServer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/CircuitBreakGauge.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/CircuitBreakGauge.java index 8482ef3c2..07e656a8e 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/CircuitBreakGauge.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/CircuitBreakGauge.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/DefaultCircuitBreakResult.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/DefaultCircuitBreakResult.java index dd9f1ff15..24998a81d 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/DefaultCircuitBreakResult.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/DefaultCircuitBreakResult.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/DefaultRateLimitResult.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/DefaultRateLimitResult.java index 92aacda09..7a28a0b2c 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/DefaultRateLimitResult.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/DefaultRateLimitResult.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/RateLimitGauge.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/RateLimitGauge.java index 3abb4fda1..c2b8421f4 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/RateLimitGauge.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/RateLimitGauge.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/ReporterMetaInfo.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/ReporterMetaInfo.java index f17994d30..52708849d 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/ReporterMetaInfo.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/ReporterMetaInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/StatInfo.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/StatInfo.java index 84b4c9228..e08fa83fe 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/StatInfo.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/StatInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/StatReporter.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/StatReporter.java index 73f37e6fb..8efbb5737 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/StatReporter.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/StatReporter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/TraceConstants.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/TraceConstants.java index 66d3578f5..836267ee0 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/TraceConstants.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/TraceConstants.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/TraceReporter.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/TraceReporter.java index a5ed0550a..39160cb6b 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/TraceReporter.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/stat/TraceReporter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/weight/WeightAdjuster.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/weight/WeightAdjuster.java index 4f4e24305..993a7b692 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/weight/WeightAdjuster.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/weight/WeightAdjuster.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/weight/WeightType.java b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/weight/WeightType.java index f5b524e39..14de7820b 100644 --- a/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/weight/WeightType.java +++ b/polaris-plugins/polaris-plugin-api/src/main/java/com/tencent/polaris/api/plugin/weight/WeightType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/test/java/com/tencent/polaris/api/plugin/compose/ExtensionsTest.java b/polaris-plugins/polaris-plugin-api/src/test/java/com/tencent/polaris/api/plugin/compose/ExtensionsTest.java index c94f69409..a789e55c2 100644 --- a/polaris-plugins/polaris-plugin-api/src/test/java/com/tencent/polaris/api/plugin/compose/ExtensionsTest.java +++ b/polaris-plugins/polaris-plugin-api/src/test/java/com/tencent/polaris/api/plugin/compose/ExtensionsTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugin-api/src/test/java/com/tencent/polaris/api/plugin/compose/MockHttpServerAware.java b/polaris-plugins/polaris-plugin-api/src/test/java/com/tencent/polaris/api/plugin/compose/MockHttpServerAware.java index 840780330..7ba152d8e 100644 --- a/polaris-plugins/polaris-plugin-api/src/test/java/com/tencent/polaris/api/plugin/compose/MockHttpServerAware.java +++ b/polaris-plugins/polaris-plugin-api/src/test/java/com/tencent/polaris/api/plugin/compose/MockHttpServerAware.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-auth/auth-block-allow-list/src/main/java/com/tencent/polaris/plugins/auth/blockallowlist/BlockAllowListAuthenticator.java b/polaris-plugins/polaris-plugins-auth/auth-block-allow-list/src/main/java/com/tencent/polaris/plugins/auth/blockallowlist/BlockAllowListAuthenticator.java index 34d4a38ee..405d7b94a 100644 --- a/polaris-plugins/polaris-plugins-auth/auth-block-allow-list/src/main/java/com/tencent/polaris/plugins/auth/blockallowlist/BlockAllowListAuthenticator.java +++ b/polaris-plugins/polaris-plugins-auth/auth-block-allow-list/src/main/java/com/tencent/polaris/plugins/auth/blockallowlist/BlockAllowListAuthenticator.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-auth/auth-block-allow-list/src/test/java/com/tencent/polaris/plugins/auth/blockallowlist/BlockAllowListAuthenticatorTest.java b/polaris-plugins/polaris-plugins-auth/auth-block-allow-list/src/test/java/com/tencent/polaris/plugins/auth/blockallowlist/BlockAllowListAuthenticatorTest.java index b1905df7f..57590869a 100644 --- a/polaris-plugins/polaris-plugins-auth/auth-block-allow-list/src/test/java/com/tencent/polaris/plugins/auth/blockallowlist/BlockAllowListAuthenticatorTest.java +++ b/polaris-plugins/polaris-plugins-auth/auth-block-allow-list/src/test/java/com/tencent/polaris/plugins/auth/blockallowlist/BlockAllowListAuthenticatorTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/ExpiredFlowCache.java b/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/ExpiredFlowCache.java index 4753fdd90..659e256a8 100644 --- a/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/ExpiredFlowCache.java +++ b/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/ExpiredFlowCache.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/FlowCacheItem.java b/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/FlowCacheItem.java index 742e42dd7..ef7020045 100644 --- a/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/FlowCacheItem.java +++ b/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/FlowCacheItem.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PatternCacheItem.java b/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PatternCacheItem.java index e703a20f5..3e157cbaf 100644 --- a/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PatternCacheItem.java +++ b/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PatternCacheItem.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PluginCacheItem.java b/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PluginCacheItem.java index 844a6fdae..83a633141 100644 --- a/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PluginCacheItem.java +++ b/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PluginCacheItem.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PluginCacheValues.java b/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PluginCacheValues.java index 01af66e39..d56b7d2bc 100644 --- a/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PluginCacheValues.java +++ b/polaris-plugins/polaris-plugins-cache/flow-cache-expired/src/main/java/com/tencent/polaris/plugins/flow/cache/expired/PluginCacheValues.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/AbstractStateMachine.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/AbstractStateMachine.java index 732445e59..eb7d4cacf 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/AbstractStateMachine.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/AbstractStateMachine.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ChangeStateUtils.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ChangeStateUtils.java index b9596d74d..250a01b08 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ChangeStateUtils.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ChangeStateUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/CircuitBreakUtils.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/CircuitBreakUtils.java index 655a41ec3..b5ce5a35c 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/CircuitBreakUtils.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/CircuitBreakUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigGroup.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigGroup.java index e1dd2bef4..50bfcac85 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigGroup.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigSet.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigSet.java index b098e3615..93dea110d 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigSet.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigSet.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigSetLocator.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigSetLocator.java index 4ef9a250d..e501ee7f0 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigSetLocator.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/ConfigSetLocator.java @@ -1,8 +1,8 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/HalfOpenConfig.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/HalfOpenConfig.java index 11072e5e9..987bc7b97 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/HalfOpenConfig.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/HalfOpenConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/HalfOpenCounter.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/HalfOpenCounter.java index 6b42d9c56..aa54a94aa 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/HalfOpenCounter.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/HalfOpenCounter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/RuleIdentifier.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/RuleIdentifier.java index f8173eb2b..f56b8ffea 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/RuleIdentifier.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/RuleIdentifier.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/StateMachine.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/StateMachine.java index 00a433d23..5e810c832 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/StateMachine.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/StateMachine.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/Bucket.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/Bucket.java index 09f62eb50..6028d4aec 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/Bucket.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/Bucket.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/ResMetricArray.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/ResMetricArray.java index 16464e8fd..3d1ce7d01 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/ResMetricArray.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/ResMetricArray.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/SliceWindow.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/SliceWindow.java index f762909f8..b279cff45 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/SliceWindow.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/SliceWindow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/TimePosition.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/TimePosition.java index 6769d2388..358f1c760 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/TimePosition.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/TimePosition.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/TimeRange.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/TimeRange.java index 89b7e20b7..00697d576 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/TimeRange.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-common/src/main/java/com/tencent/polaris/plugins/circuitbreaker/common/stat/TimeRange.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleDictionary.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleDictionary.java index 9bae2927a..72111eca8 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleDictionary.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleDictionary.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleListener.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleListener.java index 5ff950ca4..a641baed5 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleListener.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleListener.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/FaultDetectRuleDictionary.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/FaultDetectRuleDictionary.java index f673ff9ee..a75bb92ed 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/FaultDetectRuleDictionary.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/FaultDetectRuleDictionary.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/HealthCheckContainer.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/HealthCheckContainer.java index 6436ffc05..d938b9936 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/HealthCheckContainer.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/HealthCheckContainer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/HealthCheckInstanceProvider.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/HealthCheckInstanceProvider.java index c6e5eca00..25987bcc2 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/HealthCheckInstanceProvider.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/HealthCheckInstanceProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/PolarisCircuitBreaker.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/PolarisCircuitBreaker.java index dc88f069d..8a5715fef 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/PolarisCircuitBreaker.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/PolarisCircuitBreaker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceCounters.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceCounters.java index ba5fa5964..b9e053b47 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceCounters.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceCounters.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceHealthChecker.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceHealthChecker.java index 76a9093bc..404259df6 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceHealthChecker.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceHealthChecker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/StatusChangeHandler.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/StatusChangeHandler.java index 1155b05a7..b983bfff0 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/StatusChangeHandler.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/StatusChangeHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ConsecutiveCounter.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ConsecutiveCounter.java index de8774a07..c3562899c 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ConsecutiveCounter.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ConsecutiveCounter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/CounterOptions.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/CounterOptions.java index 732c76957..c826feb6d 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/CounterOptions.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/CounterOptions.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/Dimension.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/Dimension.java index 297b779bf..82a35bb1f 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/Dimension.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/Dimension.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ErrRateCounter.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ErrRateCounter.java index 5c089b371..565dccc5c 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ErrRateCounter.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ErrRateCounter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/TriggerCounter.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/TriggerCounter.java index a6f8f0902..6ced19609 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/TriggerCounter.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/TriggerCounter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/CircuitBreakerUtils.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/CircuitBreakerUtils.java index d7649a434..323f39529 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/CircuitBreakerUtils.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/CircuitBreakerUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/HealthCheckUtils.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/HealthCheckUtils.java index 10df01736..641071a18 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/HealthCheckUtils.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/HealthCheckUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/MatchUtils.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/MatchUtils.java index c6d381605..5213a247c 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/MatchUtils.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/main/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/MatchUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleDictionaryTest.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleDictionaryTest.java index a98387ccc..7c588c7c4 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleDictionaryTest.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/CircuitBreakerRuleDictionaryTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/PolarisCircuitBreakerTest.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/PolarisCircuitBreakerTest.java index d3942ab14..11331e531 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/PolarisCircuitBreakerTest.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/PolarisCircuitBreakerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceCountersTest.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceCountersTest.java index b8d4e6288..c0c2f3c0c 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceCountersTest.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceCountersTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceHealthCheckerTest.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceHealthCheckerTest.java index fda6f7d70..3cbd43454 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceHealthCheckerTest.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/ResourceHealthCheckerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ConsecutiveCounterTest.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ConsecutiveCounterTest.java index 8723534fe..f88077523 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ConsecutiveCounterTest.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ConsecutiveCounterTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ErrRateCounterTest.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ErrRateCounterTest.java index 0edd49aff..7ea913125 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ErrRateCounterTest.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/trigger/ErrRateCounterTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/CircuitBreakerUtilsTest.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/CircuitBreakerUtilsTest.java index 98822f507..3149784a0 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/CircuitBreakerUtilsTest.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-composite/src/test/java/com/tencent/polaris/plugins/circuitbreaker/composite/utils/CircuitBreakerUtilsTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/Config.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/Config.java index e702e9d00..d3f5a5d5b 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/Config.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/Config.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/ConsecutiveCircuitBreaker.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/ConsecutiveCircuitBreaker.java index da9714b60..e6e34c95d 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/ConsecutiveCircuitBreaker.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/ConsecutiveCircuitBreaker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/ConsecutiveCounter.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/ConsecutiveCounter.java index 1717c6f47..f93cc276d 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/ConsecutiveCounter.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/ConsecutiveCounter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/StateMachineImpl.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/StateMachineImpl.java index 91247b5ff..47a496db5 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/StateMachineImpl.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errcount/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errcount/StateMachineImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/Config.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/Config.java index 473fd835e..639accc89 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/Config.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/Config.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/Dimension.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/Dimension.java index 5ab7aca07..f24d66b6c 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/Dimension.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/Dimension.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/ErrRateCircuitBreaker.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/ErrRateCircuitBreaker.java index 4349c5cdd..5f2159e97 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/ErrRateCircuitBreaker.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/ErrRateCircuitBreaker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/ErrRateCounter.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/ErrRateCounter.java index d8afe96ce..e65b6d0cf 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/ErrRateCounter.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/ErrRateCounter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/StateMachineImpl.java b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/StateMachineImpl.java index c26659d67..a157ed7ff 100644 --- a/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/StateMachineImpl.java +++ b/polaris-plugins/polaris-plugins-circuitbreaker/circuitbreaker-errrate/src/main/java/com/tencent/polaris/plugins/circuitbreaker/errrate/StateMachineImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/CryptoConfigFileFilter.java b/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/CryptoConfigFileFilter.java index c87faae42..ce448d891 100644 --- a/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/CryptoConfigFileFilter.java +++ b/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/CryptoConfigFileFilter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/crypto/AESCrypto.java b/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/crypto/AESCrypto.java index aaaa69179..2c2af8786 100644 --- a/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/crypto/AESCrypto.java +++ b/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/crypto/AESCrypto.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/service/RSAService.java b/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/service/RSAService.java index b90f66c4c..688e7dc14 100644 --- a/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/service/RSAService.java +++ b/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/main/java/com/tencent/polaris/plugins/configfilefilter/service/RSAService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/test/java/com/tencent/polaris/plugins/configfilefilter/CryptoConfigFileFilterTest.java b/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/test/java/com/tencent/polaris/plugins/configfilefilter/CryptoConfigFileFilterTest.java index 242dbdd18..b3e0ce7ad 100644 --- a/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/test/java/com/tencent/polaris/plugins/configfilefilter/CryptoConfigFileFilterTest.java +++ b/polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto/src/test/java/com/tencent/polaris/plugins/configfilefilter/CryptoConfigFileFilterTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigConstants.java b/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigConstants.java index c5c66b3d3..3075ac403 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigConstants.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigConstants.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigContext.java b/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigContext.java index 532634440..d89e07736 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigContext.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigContext.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigFileConnector.java b/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigFileConnector.java index 8ac7590c6..5da7c0f54 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigFileConnector.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/ConsulConfigFileConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/RefreshEventData.java b/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/RefreshEventData.java index a94e3ca1e..9dad28a19 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/RefreshEventData.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/RefreshEventData.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/utils/ConsulConfigFileUtils.java b/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/utils/ConsulConfigFileUtils.java index 42aa9c4eb..a5b49f4d6 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/utils/ConsulConfigFileUtils.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/consul-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/consul/utils/ConsulConfigFileUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/local-file-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/localfile/ConfigFileChange.java b/polaris-plugins/polaris-plugins-configuration-connector/local-file-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/localfile/ConfigFileChange.java index 73e95fc1e..12a0f592d 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/local-file-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/localfile/ConfigFileChange.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/local-file-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/localfile/ConfigFileChange.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/local-file-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/localfile/LocalFileConfigFileConnector.java b/polaris-plugins/polaris-plugins-configuration-connector/local-file-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/localfile/LocalFileConfigFileConnector.java index b61485e0f..0d20afdda 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/local-file-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/localfile/LocalFileConfigFileConnector.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/local-file-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/localfile/LocalFileConfigFileConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/AbstractPolarisConfigConnector.java b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/AbstractPolarisConfigConnector.java index 9013be22d..da5fa48e1 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/AbstractPolarisConfigConnector.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/AbstractPolarisConfigConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/PolarisConfigFileConnector.java b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/PolarisConfigFileConnector.java index dbdd47102..ac5d1ddbe 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/PolarisConfigFileConnector.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/PolarisConfigFileConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/PolarisConfigFileGroupConnector.java b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/PolarisConfigFileGroupConnector.java index 95481a7eb..eaae53fe0 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/PolarisConfigFileGroupConnector.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/PolarisConfigFileGroupConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/gson/DateNullAdapter.java b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/gson/DateNullAdapter.java index 8d89af58d..b9de2a5fa 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/gson/DateNullAdapter.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/gson/DateNullAdapter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/gson/DateNullAdapterFactory.java b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/gson/DateNullAdapterFactory.java index 32ff679ea..38d8af9d4 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/gson/DateNullAdapterFactory.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/gson/DateNullAdapterFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientFile.java b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientFile.java index 3f81a83c3..92d8c5b69 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientFile.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientFile.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientFileRelease.java b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientFileRelease.java index bee70686c..01cefbe8c 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientFileRelease.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientFileRelease.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientResponse.java b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientResponse.java index a8521f003..8ab8aca78 100644 --- a/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientResponse.java +++ b/polaris-plugins/polaris-plugins-configuration-connector/polaris-configuration-connector/src/main/java/com/tencent/polaris/plugins/configuration/connector/polaris/model/ConfigClientResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/DestroyableServerConnector.java b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/DestroyableServerConnector.java index 4865058ca..9049d7cb7 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/DestroyableServerConnector.java +++ b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/DestroyableServerConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/ServiceInstancesResponse.java b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/ServiceInstancesResponse.java index 010069841..d62db1296 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/ServiceInstancesResponse.java +++ b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/ServiceInstancesResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/ServiceUpdateTask.java b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/ServiceUpdateTask.java index 5d0d5f5c6..997459896 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/ServiceUpdateTask.java +++ b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/ServiceUpdateTask.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ConnectorConstant.java b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ConnectorConstant.java index 4fa2ec58b..5016959a8 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ConnectorConstant.java +++ b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ConnectorConstant.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ConsulConstant.java b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ConsulConstant.java index abac38b42..3ab86aff6 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ConsulConstant.java +++ b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ConsulConstant.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ServiceUpdateTaskConstant.java b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ServiceUpdateTaskConstant.java index 8409aa1e2..46847cb76 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ServiceUpdateTaskConstant.java +++ b/polaris-plugins/polaris-plugins-connector/connector-common/src/main/java/com/tencent/polaris/plugins/connector/common/constant/ServiceUpdateTaskConstant.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeConnector.java b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeConnector.java index 1be73c060..388fc55a9 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeConnector.java +++ b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeRevision.java b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeRevision.java index 0371bd257..6d3887f24 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeRevision.java +++ b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeRevision.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeServiceUpdateTask.java b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeServiceUpdateTask.java index c67aed03b..dbf55cc22 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeServiceUpdateTask.java +++ b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/CompositeServiceUpdateTask.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/InstanceListMeta.java b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/InstanceListMeta.java index 59099bee3..cb6949cf8 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/InstanceListMeta.java +++ b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/InstanceListMeta.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/NetUtils.java b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/NetUtils.java index 693750e84..ee89e6b54 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/NetUtils.java +++ b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/NetUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/TestConnectivityTask.java b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/TestConnectivityTask.java index c71487fa7..a46d99efc 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/TestConnectivityTask.java +++ b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/TestConnectivityTask.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/TestConnectivityTaskManager.java b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/TestConnectivityTaskManager.java index 291e7e31f..188b655e2 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/TestConnectivityTaskManager.java +++ b/polaris-plugins/polaris-plugins-connector/connector-composite/src/main/java/com/tencent/polaris/plugins/connector/composite/zero/TestConnectivityTaskManager.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulAPIConnector.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulAPIConnector.java index 828e3229e..448200f40 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulAPIConnector.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulAPIConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulContext.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulContext.java index cf68e3417..aef6ab6da 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulContext.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulContext.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulServerUtils.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulServerUtils.java index db61db39b..671fe445d 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulServerUtils.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulServerUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulServiceUpdateTask.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulServiceUpdateTask.java index 9d3a384de..e5540201f 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulServiceUpdateTask.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/ConsulServiceUpdateTask.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ConsulService.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ConsulService.java index 4d5363b9c..5401fc997 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ConsulService.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ConsulService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/InstanceService.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/InstanceService.java index d09406dbf..2feaf1b17 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/InstanceService.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/InstanceService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ServiceService.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ServiceService.java index 0893101cd..8f3a272ba 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ServiceService.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ServiceService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/AuthorityService.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/AuthorityService.java index d48398d53..83c58cdac 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/AuthorityService.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/AuthorityService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthRule.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthRule.java index a07dad33f..5a714fbf7 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthRule.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthRule.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthRuleGroup.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthRuleGroup.java index f614e1130..63b3a9c93 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthRuleGroup.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthRuleGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthTag.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthTag.java index cc607234f..884e7dde8 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthTag.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/AuthTag.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/TsfAuthConstant.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/TsfAuthConstant.java index 95ac90732..c7bda8137 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/TsfAuthConstant.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/authority/entity/TsfAuthConstant.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/CircuitBreakingService.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/CircuitBreakingService.java index 939668710..0fe098621 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/CircuitBreakingService.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/CircuitBreakingService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerApi.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerApi.java index 1eb3bd00d..5b29bbe4e 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerApi.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerApi.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerRule.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerRule.java index afd5528da..eb438277e 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerRule.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerRule.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerStrategy.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerStrategy.java index 3554b10c8..380f801ea 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerStrategy.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/CircuitBreakerStrategy.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/TsfCircuitBreakerConstant.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/TsfCircuitBreakerConstant.java index 021228414..ef81f37ab 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/TsfCircuitBreakerConstant.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/TsfCircuitBreakerConstant.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/TsfCircuitBreakerIsolationLevelEnum.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/TsfCircuitBreakerIsolationLevelEnum.java index 50034e3a0..c89c596a3 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/TsfCircuitBreakerIsolationLevelEnum.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/circuitbreaker/entity/TsfCircuitBreakerIsolationLevelEnum.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagCondition.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagCondition.java index 11136ca33..c1289aa01 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagCondition.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagCondition.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagConditionUtil.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagConditionUtil.java index edb9486b3..42c017cbd 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagConditionUtil.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagConditionUtil.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagConstant.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagConstant.java index 8ea4f7e70..51fe7363d 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagConstant.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagConstant.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagRule.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagRule.java index 013b686ec..afc875a9b 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagRule.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/common/TagRule.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/LaneService.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/LaneService.java index d05f0d75c..afd1969ae 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/LaneService.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/LaneService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneGroup.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneGroup.java index 5c97731e1..bf6520a0e 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneGroup.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneInfo.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneInfo.java index 980b089a6..72a0d49ce 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneInfo.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneRule.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneRule.java index dad9b4e4b..8164a1080 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneRule.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneRule.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneRuleTag.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneRuleTag.java index 203e74fb4..f8daa3e92 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneRuleTag.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/LaneRuleTag.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/RuleTagRelationship.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/RuleTagRelationship.java index c50e76bcb..918a6caf9 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/RuleTagRelationship.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lane/entity/RuleTagRelationship.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lossless/LosslessService.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lossless/LosslessService.java index 3c7440e04..e192be6a7 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lossless/LosslessService.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lossless/LosslessService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lossless/entity/WarmupSetting.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lossless/entity/WarmupSetting.java index 7928d1084..91fd5f228 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lossless/entity/WarmupSetting.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/lossless/entity/WarmupSetting.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ratelimiting/RateLimitingService.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ratelimiting/RateLimitingService.java index a1351d423..7049ada4e 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ratelimiting/RateLimitingService.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ratelimiting/RateLimitingService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ratelimiting/entity/Rule.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ratelimiting/entity/Rule.java index c2cdad961..781f3411e 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ratelimiting/entity/Rule.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/ratelimiting/entity/Rule.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/NearByRouteRuleService.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/NearByRouteRuleService.java index 7f6a36092..1eda27adf 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/NearByRouteRuleService.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/NearByRouteRuleService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/RoutingService.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/RoutingService.java index 26aefc629..de1e14bce 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/RoutingService.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/RoutingService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteAffinity.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteAffinity.java index 2f0018c29..608c26496 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteAffinity.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteAffinity.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteDest.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteDest.java index f9aca0b3e..f4489bb7e 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteDest.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteDest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteDestItem.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteDestItem.java index bf383a82f..97109934c 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteDestItem.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteDestItem.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteRule.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteRule.java index 36a78cf7b..58fcc48e4 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteRule.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteRule.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteRuleGroup.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteRuleGroup.java index 40757214e..041657039 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteRuleGroup.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteRuleGroup.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteTag.java b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteTag.java index 63cb65e12..483b6d7a9 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteTag.java +++ b/polaris-plugins/polaris-plugins-connector/connector-consul/src/main/java/com/tencent/polaris/plugins/connector/consul/service/router/entity/RouteTag.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-nacos/src/main/java/com/tencent/polaris/plugins/connector/nacos/NacosConnector.java b/polaris-plugins/polaris-plugins-connector/connector-nacos/src/main/java/com/tencent/polaris/plugins/connector/nacos/NacosConnector.java index c0a5ac782..59707d2bd 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-nacos/src/main/java/com/tencent/polaris/plugins/connector/nacos/NacosConnector.java +++ b/polaris-plugins/polaris-plugins-connector/connector-nacos/src/main/java/com/tencent/polaris/plugins/connector/nacos/NacosConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-nacos/src/test/java/com/tencent/polaris/plugins/connector/nacos/NacosConnectorTests.java b/polaris-plugins/polaris-plugins-connector/connector-nacos/src/test/java/com/tencent/polaris/plugins/connector/nacos/NacosConnectorTests.java index 844583344..b05bf8365 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-nacos/src/test/java/com/tencent/polaris/plugins/connector/nacos/NacosConnectorTests.java +++ b/polaris-plugins/polaris-plugins-connector/connector-nacos/src/test/java/com/tencent/polaris/plugins/connector/nacos/NacosConnectorTests.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ChannelTlsCertificates.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ChannelTlsCertificates.java index b6459e187..feb04d5e1 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ChannelTlsCertificates.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ChannelTlsCertificates.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/Connection.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/Connection.java index 861f88fb1..0dab18241 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/Connection.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/Connection.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ConnectionManager.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ConnectionManager.java index c83877875..afe796d2c 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ConnectionManager.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ConnectionManager.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcConnector.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcConnector.java index b95d7d41b..ecb8ac764 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcConnector.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcServiceUpdateTask.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcServiceUpdateTask.java index 3f31e4db9..10f8e699a 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcServiceUpdateTask.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcServiceUpdateTask.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcUtil.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcUtil.java index b4bc6541b..914a10f0e 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcUtil.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/GrpcUtil.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ManagedChannelUtil.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ManagedChannelUtil.java index fc7fff1ac..d9699fbe9 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ManagedChannelUtil.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/ManagedChannelUtil.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/SpecStreamClient.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/SpecStreamClient.java index 596bad583..8a9da8644 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/SpecStreamClient.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/SpecStreamClient.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/X509ManagerUtil.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/X509ManagerUtil.java index faac73227..7d84e0423 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/X509ManagerUtil.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/X509ManagerUtil.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/BlockAllowListRuleCacheHandler.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/BlockAllowListRuleCacheHandler.java index 26c3e6ff9..82e1e9ef2 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/BlockAllowListRuleCacheHandler.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/BlockAllowListRuleCacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/CircuitBreakCacheHandler.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/CircuitBreakCacheHandler.java index 2abb477b7..a9dcba64a 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/CircuitBreakCacheHandler.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/CircuitBreakCacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/FaultDetectCacheHandler.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/FaultDetectCacheHandler.java index 9b99a445a..649130b9a 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/FaultDetectCacheHandler.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/FaultDetectCacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/LaneRuleCacheHandler.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/LaneRuleCacheHandler.java index 6c9e0095c..e0e736651 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/LaneRuleCacheHandler.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/LaneRuleCacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/LosslessCacheHandler.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/LosslessCacheHandler.java index 1608b74d3..656680a3e 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/LosslessCacheHandler.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/LosslessCacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/NearByRouteRuleCacheHandler.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/NearByRouteRuleCacheHandler.java index 1f3a10433..09ac9aaa5 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/NearByRouteRuleCacheHandler.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/NearByRouteRuleCacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/RoutingCacheHandler.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/RoutingCacheHandler.java index abbb7d745..b845f7623 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/RoutingCacheHandler.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/RoutingCacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/ServiceInstancesCacheHandler.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/ServiceInstancesCacheHandler.java index 45a46ce4d..7bae601b3 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/ServiceInstancesCacheHandler.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/ServiceInstancesCacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/ServicesCacheHandler.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/ServicesCacheHandler.java index d16f081de..b02038287 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/ServicesCacheHandler.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/main/java/com/tencent/polaris/plugins/connector/grpc/codec/ServicesCacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ChannelTlsCertificatesTest.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ChannelTlsCertificatesTest.java index da80deefb..63d493744 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ChannelTlsCertificatesTest.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ChannelTlsCertificatesTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ConnectionManagerTest.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ConnectionManagerTest.java index 7a48324ed..7ede1dd5c 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ConnectionManagerTest.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ConnectionManagerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/GrpcUtilTest.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/GrpcUtilTest.java index d8275dd13..e77d5da7e 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/GrpcUtilTest.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/GrpcUtilTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ManagedChannelUtilTest.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ManagedChannelUtilTest.java index 81d5a93df..ccbc869f2 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ManagedChannelUtilTest.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/ManagedChannelUtilTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/SpecStreamClientTest.java b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/SpecStreamClientTest.java index 4ee48a456..91300bf23 100644 --- a/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/SpecStreamClientTest.java +++ b/polaris-plugins/polaris-plugins-connector/connector-polaris-grpc/src/test/java/com/tencent/polaris/plugins/connector/grpc/SpecStreamClientTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/main/java/com/tencent/polaris/plugins/outlier/detector/http/Config.java b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/main/java/com/tencent/polaris/plugins/outlier/detector/http/Config.java index cad50b5bf..5dce07a60 100644 --- a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/main/java/com/tencent/polaris/plugins/outlier/detector/http/Config.java +++ b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/main/java/com/tencent/polaris/plugins/outlier/detector/http/Config.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/main/java/com/tencent/polaris/plugins/outlier/detector/http/HttpHealthChecker.java b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/main/java/com/tencent/polaris/plugins/outlier/detector/http/HttpHealthChecker.java index 80c916030..9bcc8b852 100644 --- a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/main/java/com/tencent/polaris/plugins/outlier/detector/http/HttpHealthChecker.java +++ b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/main/java/com/tencent/polaris/plugins/outlier/detector/http/HttpHealthChecker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/test/java/com/tencent/polaris/plugins/outlier/detector/http/HttpHealthCheckerTest.java b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/test/java/com/tencent/polaris/plugins/outlier/detector/http/HttpHealthCheckerTest.java index c4e3d4d21..c23dfe020 100644 --- a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/test/java/com/tencent/polaris/plugins/outlier/detector/http/HttpHealthCheckerTest.java +++ b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-http/src/test/java/com/tencent/polaris/plugins/outlier/detector/http/HttpHealthCheckerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/main/java/com/tencent/polaris/plugins/outlier/detector/tcp/Config.java b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/main/java/com/tencent/polaris/plugins/outlier/detector/tcp/Config.java index 54059774e..788ec1bc2 100644 --- a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/main/java/com/tencent/polaris/plugins/outlier/detector/tcp/Config.java +++ b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/main/java/com/tencent/polaris/plugins/outlier/detector/tcp/Config.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/main/java/com/tencent/polaris/plugins/outlier/detector/tcp/TcpHealthChecker.java b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/main/java/com/tencent/polaris/plugins/outlier/detector/tcp/TcpHealthChecker.java index 53b0ded9e..224f2e859 100644 --- a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/main/java/com/tencent/polaris/plugins/outlier/detector/tcp/TcpHealthChecker.java +++ b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/main/java/com/tencent/polaris/plugins/outlier/detector/tcp/TcpHealthChecker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioHandler.java b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioHandler.java index fcf9c3867..30325c241 100644 --- a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioHandler.java +++ b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioHandlerImpl.java b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioHandlerImpl.java index 47b50228b..776207a00 100644 --- a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioHandlerImpl.java +++ b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioHandlerImpl.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioTCPServer.java b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioTCPServer.java index d510adc7a..98d8d0cda 100644 --- a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioTCPServer.java +++ b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/NioTCPServer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/TcpHealthCheckerTest.java b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/TcpHealthCheckerTest.java index 79c1bd633..b732c7ccd 100644 --- a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/TcpHealthCheckerTest.java +++ b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-tcp/src/test/java/com/tencent/polaris/plugins/outlier/detector/tcp/TcpHealthCheckerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-udp/src/main/java/com/tencent/polaris/plugins/outlier/detector/udp/Config.java b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-udp/src/main/java/com/tencent/polaris/plugins/outlier/detector/udp/Config.java index 9e6f63d17..14ea4c8af 100644 --- a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-udp/src/main/java/com/tencent/polaris/plugins/outlier/detector/udp/Config.java +++ b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-udp/src/main/java/com/tencent/polaris/plugins/outlier/detector/udp/Config.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-udp/src/main/java/com/tencent/polaris/plugins/outlier/detector/udp/UdpHealthChecker.java b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-udp/src/main/java/com/tencent/polaris/plugins/outlier/detector/udp/UdpHealthChecker.java index daa73894b..413bc6d0f 100644 --- a/polaris-plugins/polaris-plugins-healthchecker/healthchecker-udp/src/main/java/com/tencent/polaris/plugins/outlier/detector/udp/UdpHealthChecker.java +++ b/polaris-plugins/polaris-plugins-healthchecker/healthchecker-udp/src/main/java/com/tencent/polaris/plugins/outlier/detector/udp/UdpHealthChecker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-random/src/main/java/com/tencent/polaris/plugins/loadbalancer/random/WeightedRandomBalance.java b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-random/src/main/java/com/tencent/polaris/plugins/loadbalancer/random/WeightedRandomBalance.java index 18c424440..94501078e 100644 --- a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-random/src/main/java/com/tencent/polaris/plugins/loadbalancer/random/WeightedRandomBalance.java +++ b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-random/src/main/java/com/tencent/polaris/plugins/loadbalancer/random/WeightedRandomBalance.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/ConsistentHashLoadBalance.java b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/ConsistentHashLoadBalance.java index 6ce1f2893..c65f516ba 100644 --- a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/ConsistentHashLoadBalance.java +++ b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/ConsistentHashLoadBalance.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/HashStrategy.java b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/HashStrategy.java index a7a2dd2f1..1719e7cff 100644 --- a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/HashStrategy.java +++ b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/HashStrategy.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/MurmurHash.java b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/MurmurHash.java index 51f7b5a8d..1232bde36 100644 --- a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/MurmurHash.java +++ b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-ringhash/src/main/java/com/tencent/polaris/plugins/loadbalancer/ringhash/MurmurHash.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-roundrobin/src/main/java/com/tencent/polaris/plugins/loadbalancer/roundrobin/WeightedRoundRobinBalance.java b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-roundrobin/src/main/java/com/tencent/polaris/plugins/loadbalancer/roundrobin/WeightedRoundRobinBalance.java index 169973887..1adb3854a 100644 --- a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-roundrobin/src/main/java/com/tencent/polaris/plugins/loadbalancer/roundrobin/WeightedRoundRobinBalance.java +++ b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-roundrobin/src/main/java/com/tencent/polaris/plugins/loadbalancer/roundrobin/WeightedRoundRobinBalance.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-roundrobin/src/test/java/com/tencent/polaris/plugins/loadbalancer/roundrobin/WeightedRoundRobinBalanceTest.java b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-roundrobin/src/test/java/com/tencent/polaris/plugins/loadbalancer/roundrobin/WeightedRoundRobinBalanceTest.java index 99f16f86a..a5a576eda 100644 --- a/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-roundrobin/src/test/java/com/tencent/polaris/plugins/loadbalancer/roundrobin/WeightedRoundRobinBalanceTest.java +++ b/polaris-plugins/polaris-plugins-loadbalancer/loadbalancer-roundrobin/src/test/java/com/tencent/polaris/plugins/loadbalancer/roundrobin/WeightedRoundRobinBalanceTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-location/location-provider-base/src/main/java/com/tencent/polaris/plugin/location/base/BaseLocationProvider.java b/polaris-plugins/polaris-plugins-location/location-provider-base/src/main/java/com/tencent/polaris/plugin/location/base/BaseLocationProvider.java index 3d286153f..31e846fe9 100644 --- a/polaris-plugins/polaris-plugins-location/location-provider-base/src/main/java/com/tencent/polaris/plugin/location/base/BaseLocationProvider.java +++ b/polaris-plugins/polaris-plugins-location/location-provider-base/src/main/java/com/tencent/polaris/plugin/location/base/BaseLocationProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-location/location-provider-local/src/main/java/com/tencent/polaris/plugin/location/local/LocalLocationProvider.java b/polaris-plugins/polaris-plugins-location/location-provider-local/src/main/java/com/tencent/polaris/plugin/location/local/LocalLocationProvider.java index 1f37a9cb0..26d3fa57a 100644 --- a/polaris-plugins/polaris-plugins-location/location-provider-local/src/main/java/com/tencent/polaris/plugin/location/local/LocalLocationProvider.java +++ b/polaris-plugins/polaris-plugins-location/location-provider-local/src/main/java/com/tencent/polaris/plugin/location/local/LocalLocationProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-location/location-provider-remotehttp/src/main/java/com/tencent/polaris/plugin/location/remotehttp/RemoteHttpLocationProvider.java b/polaris-plugins/polaris-plugins-location/location-provider-remotehttp/src/main/java/com/tencent/polaris/plugin/location/remotehttp/RemoteHttpLocationProvider.java index 5dbd7fc4b..b4f693b47 100644 --- a/polaris-plugins/polaris-plugins-location/location-provider-remotehttp/src/main/java/com/tencent/polaris/plugin/location/remotehttp/RemoteHttpLocationProvider.java +++ b/polaris-plugins/polaris-plugins-location/location-provider-remotehttp/src/main/java/com/tencent/polaris/plugin/location/remotehttp/RemoteHttpLocationProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-location/location-provider-remoteservice/src/main/java/com/tencent/polaris/plugin/location/remoteservice/RemoteServiceLocationProvider.java b/polaris-plugins/polaris-plugins-location/location-provider-remoteservice/src/main/java/com/tencent/polaris/plugin/location/remoteservice/RemoteServiceLocationProvider.java index 509d5cd50..b93bc9885 100644 --- a/polaris-plugins/polaris-plugins-location/location-provider-remoteservice/src/main/java/com/tencent/polaris/plugin/location/remoteservice/RemoteServiceLocationProvider.java +++ b/polaris-plugins/polaris-plugins-location/location-provider-remoteservice/src/main/java/com/tencent/polaris/plugin/location/remoteservice/RemoteServiceLocationProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/HttpLosslessActionProvider.java b/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/HttpLosslessActionProvider.java index efe754ef0..5465f8261 100644 --- a/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/HttpLosslessActionProvider.java +++ b/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/HttpLosslessActionProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessRuleDictionary.java b/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessRuleDictionary.java index 883468853..02745bb98 100644 --- a/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessRuleDictionary.java +++ b/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessRuleDictionary.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessRuleListener.java b/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessRuleListener.java index ebc9a3ac2..5814535d3 100644 --- a/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessRuleListener.java +++ b/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessRuleListener.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessUtils.java b/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessUtils.java index 60691b570..e1a8a9241 100644 --- a/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessUtils.java +++ b/polaris-plugins/polaris-plugins-lossless/lossless-common/src/main/java/com/tencent/polaris/plugin/lossless/common/LosslessUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-lossless/lossless-deregister/src/main/java/com/tencent/polaris/plugin/lossless/deregister/DeregisterLosslessPolicy.java b/polaris-plugins/polaris-plugins-lossless/lossless-deregister/src/main/java/com/tencent/polaris/plugin/lossless/deregister/DeregisterLosslessPolicy.java index 87eae9808..3d0517056 100644 --- a/polaris-plugins/polaris-plugins-lossless/lossless-deregister/src/main/java/com/tencent/polaris/plugin/lossless/deregister/DeregisterLosslessPolicy.java +++ b/polaris-plugins/polaris-plugins-lossless/lossless-deregister/src/main/java/com/tencent/polaris/plugin/lossless/deregister/DeregisterLosslessPolicy.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-lossless/lossless-register/src/main/java/com/tencent/polaris/plugin/lossless/register/HealthCheckRegisterLosslessPolicy.java b/polaris-plugins/polaris-plugins-lossless/lossless-register/src/main/java/com/tencent/polaris/plugin/lossless/register/HealthCheckRegisterLosslessPolicy.java index 0bf73ddca..18ea0c029 100644 --- a/polaris-plugins/polaris-plugins-lossless/lossless-register/src/main/java/com/tencent/polaris/plugin/lossless/register/HealthCheckRegisterLosslessPolicy.java +++ b/polaris-plugins/polaris-plugins-lossless/lossless-register/src/main/java/com/tencent/polaris/plugin/lossless/register/HealthCheckRegisterLosslessPolicy.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-lossless/lossless-register/src/test/java/com/tencent/polaris/plugin/lossless/register/HealthCheckRegisterLosslessPolicyTest.java b/polaris-plugins/polaris-plugins-lossless/lossless-register/src/test/java/com/tencent/polaris/plugin/lossless/register/HealthCheckRegisterLosslessPolicyTest.java index 3565ea634..90c189203 100644 --- a/polaris-plugins/polaris-plugins-lossless/lossless-register/src/test/java/com/tencent/polaris/plugin/lossless/register/HealthCheckRegisterLosslessPolicyTest.java +++ b/polaris-plugins/polaris-plugins-lossless/lossless-register/src/test/java/com/tencent/polaris/plugin/lossless/register/HealthCheckRegisterLosslessPolicyTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-lossless/lossless-warmup/src/main/java/com/tencent/polaris/plugin/lossless/warmup/WarmupWeightAdjuster.java b/polaris-plugins/polaris-plugins-lossless/lossless-warmup/src/main/java/com/tencent/polaris/plugin/lossless/warmup/WarmupWeightAdjuster.java index f4faf4fe4..1522d3f49 100644 --- a/polaris-plugins/polaris-plugins-lossless/lossless-warmup/src/main/java/com/tencent/polaris/plugin/lossless/warmup/WarmupWeightAdjuster.java +++ b/polaris-plugins/polaris-plugins-lossless/lossless-warmup/src/main/java/com/tencent/polaris/plugin/lossless/warmup/WarmupWeightAdjuster.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-logger/pom.xml b/polaris-plugins/polaris-plugins-observability/event-logger/pom.xml index 621c44425..c4a5f8b00 100644 --- a/polaris-plugins/polaris-plugins-observability/event-logger/pom.xml +++ b/polaris-plugins/polaris-plugins-observability/event-logger/pom.xml @@ -1,21 +1,4 @@ - - diff --git a/polaris-plugins/polaris-plugins-observability/event-logger/src/main/java/com/tencent/polaris/plugins/event/logger/LoggerEventReporter.java b/polaris-plugins/polaris-plugins-observability/event-logger/src/main/java/com/tencent/polaris/plugins/event/logger/LoggerEventReporter.java index 12776f31c..f10d27d39 100644 --- a/polaris-plugins/polaris-plugins-observability/event-logger/src/main/java/com/tencent/polaris/plugins/event/logger/LoggerEventReporter.java +++ b/polaris-plugins/polaris-plugins-observability/event-logger/src/main/java/com/tencent/polaris/plugins/event/logger/LoggerEventReporter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/pom.xml b/polaris-plugins/polaris-plugins-observability/event-tsf/pom.xml index 3461691d1..87f8c616b 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/pom.xml +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/pom.xml @@ -1,21 +1,4 @@ - - diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventDataUtils.java b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventDataUtils.java index d759a1ed1..bcd340753 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventDataUtils.java +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventDataUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventReporter.java b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventReporter.java index 515071397..e111343a5 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventReporter.java +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventReporter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventReporterConfig.java b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventReporterConfig.java index 3f56b8f36..a17673bf1 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventReporterConfig.java +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/TsfEventReporterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/CloudEvent.java b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/CloudEvent.java index 2a34c7505..c894e5ebd 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/CloudEvent.java +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/CloudEvent.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/Event.java b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/Event.java index 7bfc731ca..9482ed1f7 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/Event.java +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/Event.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/EventAttribute.java b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/EventAttribute.java index d34d1fd0e..b10358f6a 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/EventAttribute.java +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/EventAttribute.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/EventResponse.java b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/EventResponse.java index 2b1c02403..9c2ec0afe 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/EventResponse.java +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/report/EventResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventData.java b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventData.java index 750bff7b0..70ab891b5 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventData.java +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventData.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventDataPair.java b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventDataPair.java index 7650ee41a..483401b63 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventDataPair.java +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventDataPair.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventResponse.java b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventResponse.java index 03d3ed4eb..f820a2017 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventResponse.java +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfEventResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfGenericEvent.java b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfGenericEvent.java index 14de5b642..3ebb3a018 100644 --- a/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfGenericEvent.java +++ b/polaris-plugins/polaris-plugins-observability/event-tsf/src/main/java/com/tencent/polaris/plugins/event/tsf/v1/TsfGenericEvent.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/api/ServiceCallStatCollector.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/api/ServiceCallStatCollector.java index 6cda114e2..03e7489df 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/api/ServiceCallStatCollector.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/api/ServiceCallStatCollector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/AbstractSignatureStatInfoCollector.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/AbstractSignatureStatInfoCollector.java index 9d81b9571..fe41c7e1e 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/AbstractSignatureStatInfoCollector.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/AbstractSignatureStatInfoCollector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/MetricValueAggregationStrategy.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/MetricValueAggregationStrategy.java index 21a93829f..fd2b07a4a 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/MetricValueAggregationStrategy.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/MetricValueAggregationStrategy.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/MetricValueAggregationStrategyCollections.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/MetricValueAggregationStrategyCollections.java index 566dd32e7..16f0e2203 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/MetricValueAggregationStrategyCollections.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/MetricValueAggregationStrategyCollections.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoCollector.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoCollector.java index e1abb9168..ce092c6e4 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoCollector.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoCollector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoCollectorContainer.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoCollectorContainer.java index e8594955d..636070d25 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoCollectorContainer.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoCollectorContainer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoHandler.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoHandler.java index 6af47d693..c10b96b8d 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoHandler.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoRevisionCollector.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoRevisionCollector.java index 07d0216bb..1f8666944 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoRevisionCollector.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoRevisionCollector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoStatefulCollector.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoStatefulCollector.java index 72dad8f8c..acb837a26 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoStatefulCollector.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatInfoStatefulCollector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatMetric.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatMetric.java index 8e032712d..c7b6c1dc8 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatMetric.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatMetric.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatRevisionMetric.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatRevisionMetric.java index 3a7509767..f7bc358cc 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatRevisionMetric.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatRevisionMetric.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatStatefulMetric.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatStatefulMetric.java index 18bdc2d1d..1bf367e33 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatStatefulMetric.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/StatStatefulMetric.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/SystemMetricModel.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/SystemMetricModel.java index df8b4a219..72db8be5c 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/SystemMetricModel.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/model/SystemMetricModel.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/util/FnvHash.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/util/FnvHash.java index 2fab33908..7fb618aa3 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/util/FnvHash.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/util/FnvHash.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/util/SignatureUtil.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/util/SignatureUtil.java index f5fccfcd9..80b9012dd 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/util/SignatureUtil.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/main/java/com/tencent/polaris/plugins/stat/common/util/SignatureUtil.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/TestUtil.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/TestUtil.java index d2425a12c..0af902d3b 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/TestUtil.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/TestUtil.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatInfoRevisionCollectorTest.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatInfoRevisionCollectorTest.java index 12ec90289..784c96c37 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatInfoRevisionCollectorTest.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatInfoRevisionCollectorTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatInfoStatefulCollectorTest.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatInfoStatefulCollectorTest.java index 7c710957c..e8ccdee91 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatInfoStatefulCollectorTest.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatInfoStatefulCollectorTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatMetricTest.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatMetricTest.java index dd585b825..5d4a52ba7 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatMetricTest.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/model/StatMetricTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/util/SignatureUtilTest.java b/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/util/SignatureUtilTest.java index 9a4ebd5a6..b00d269ec 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/util/SignatureUtilTest.java +++ b/polaris-plugins/polaris-plugins-observability/stat-common/src/test/java/com/tencent/polaris/plugins/stat/common/util/SignatureUtilTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/exporter/PushGateway.java b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/exporter/PushGateway.java index 3855a5f2f..c399035dd 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/exporter/PushGateway.java +++ b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/exporter/PushGateway.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/CommonHandler.java b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/CommonHandler.java index 0d71c907a..8cac60e59 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/CommonHandler.java +++ b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/CommonHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/HttpMetricHandler.java b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/HttpMetricHandler.java index 7848c1455..cf43fe4b1 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/HttpMetricHandler.java +++ b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/HttpMetricHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/PrometheusHandlerConfig.java b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/PrometheusHandlerConfig.java index aaa832856..c0c617b83 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/PrometheusHandlerConfig.java +++ b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/handler/PrometheusHandlerConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/plugin/PrometheusReporter.java b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/plugin/PrometheusReporter.java index 3f2a00421..4d2bb7f8c 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/plugin/PrometheusReporter.java +++ b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/main/java/com/tencent/polaris/plugins/stat/prometheus/plugin/PrometheusReporter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/test/java/com/tencent/polaris/plugins/stat/prometheus/plugin/PrometheusReporterTest.java b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/test/java/com/tencent/polaris/plugins/stat/prometheus/plugin/PrometheusReporterTest.java index 74629bda5..714241bea 100644 --- a/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/test/java/com/tencent/polaris/plugins/stat/prometheus/plugin/PrometheusReporterTest.java +++ b/polaris-plugins/polaris-plugins-observability/stat-prometheus/src/test/java/com/tencent/polaris/plugins/stat/prometheus/plugin/PrometheusReporterTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/trace-otel/src/main/java/com/tencent/polaris/plugins/stat/otel/OtelTraceReporter.java b/polaris-plugins/polaris-plugins-observability/trace-otel/src/main/java/com/tencent/polaris/plugins/stat/otel/OtelTraceReporter.java index 3daf45241..0ca488f80 100644 --- a/polaris-plugins/polaris-plugins-observability/trace-otel/src/main/java/com/tencent/polaris/plugins/stat/otel/OtelTraceReporter.java +++ b/polaris-plugins/polaris-plugins-observability/trace-otel/src/main/java/com/tencent/polaris/plugins/stat/otel/OtelTraceReporter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-observability/trace-otel/src/test/java/com/tencent/polaris/plugins/stat/otel/OtelTraceReporterTest.java b/polaris-plugins/polaris-plugins-observability/trace-otel/src/test/java/com/tencent/polaris/plugins/stat/otel/OtelTraceReporterTest.java index 87366af32..f72571485 100644 --- a/polaris-plugins/polaris-plugins-observability/trace-otel/src/test/java/com/tencent/polaris/plugins/stat/otel/OtelTraceReporterTest.java +++ b/polaris-plugins/polaris-plugins-observability/trace-otel/src/test/java/com/tencent/polaris/plugins/stat/otel/OtelTraceReporterTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/bucket/BucketShareInfo.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/bucket/BucketShareInfo.java index 34632f184..ee6afc28e 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/bucket/BucketShareInfo.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/bucket/BucketShareInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/bucket/UpdateIdentifier.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/bucket/UpdateIdentifier.java index 7304cb520..df7d9f6e3 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/bucket/UpdateIdentifier.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/bucket/UpdateIdentifier.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/slide/SlidingWindow.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/slide/SlidingWindow.java index ef33ba4d9..5abecb65a 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/slide/SlidingWindow.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/slide/SlidingWindow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/slide/Window.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/slide/Window.java index dad2a34f7..8ebe5d8c4 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/slide/Window.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-common/src/main/java/com/tencent/polaris/plugins/ratelimiter/common/slide/Window.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/pom.xml b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/pom.xml index 88c384bfe..4382d562f 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/pom.xml +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/pom.xml @@ -1,20 +1,3 @@ - - diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/concurrency/ConcurrencyQuotaBucket.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/concurrency/ConcurrencyQuotaBucket.java index 200ecba51..807c87266 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/concurrency/ConcurrencyQuotaBucket.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/concurrency/ConcurrencyQuotaBucket.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/concurrency/RejectConcurrencyRateLimiter.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/concurrency/RejectConcurrencyRateLimiter.java index 2666d0b7a..b49928a39 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/concurrency/RejectConcurrencyRateLimiter.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject-concurrency/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/concurrency/RejectConcurrencyRateLimiter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/RejectRateLimiter.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/RejectRateLimiter.java index 240a12b84..19dd50a85 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/RejectRateLimiter.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/RejectRateLimiter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/RemoteAwareBucket.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/RemoteAwareBucket.java index f696819b4..fcaede7a1 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/RemoteAwareBucket.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/RemoteAwareBucket.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/TokenBucket.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/TokenBucket.java index 24a09328d..a7a39ba6e 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/TokenBucket.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-reject/src/main/java/com/tencent/polaris/plugins/ratelimiter/reject/TokenBucket.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/pom.xml b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/pom.xml index 43dd3d723..0b76c66e0 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/pom.xml +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/pom.xml @@ -1,20 +1,3 @@ - - diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/main/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfRateLimiter.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/main/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfRateLimiter.java index 32658d29b..abcd39ee6 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/main/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfRateLimiter.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/main/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfRateLimiter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/main/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfTokenBucket.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/main/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfTokenBucket.java index c6f03165b..456336d3b 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/main/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfTokenBucket.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/main/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfTokenBucket.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/test/java/com/tencent/polaris/plugins/ratelimiter/tsf/MockTicker.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/test/java/com/tencent/polaris/plugins/ratelimiter/tsf/MockTicker.java index 0334fa18c..fec2db636 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/test/java/com/tencent/polaris/plugins/ratelimiter/tsf/MockTicker.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/test/java/com/tencent/polaris/plugins/ratelimiter/tsf/MockTicker.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/test/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfTokenBucketTest.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/test/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfTokenBucketTest.java index c9b1afcf0..b6fa5269a 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/test/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfTokenBucketTest.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-tsf/src/test/java/com/tencent/polaris/plugins/ratelimiter/tsf/TsfTokenBucketTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/LeakyBucket.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/LeakyBucket.java index b826a6d7d..d45190787 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/LeakyBucket.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/LeakyBucket.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/RemoteAwareLeakyBucket.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/RemoteAwareLeakyBucket.java index 924b0e0de..fa549090d 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/RemoteAwareLeakyBucket.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/RemoteAwareLeakyBucket.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/UnirateRateLimiter.java b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/UnirateRateLimiter.java index 1ac3d7527..959ad4053 100644 --- a/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/UnirateRateLimiter.java +++ b/polaris-plugins/polaris-plugins-ratelimiter/ratelimiter-unirate/src/main/java/com/tencent/polaris/plugins/ratelimiter/unirate/UnirateRateLimiter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/CacheObject.java b/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/CacheObject.java index 20436a988..b696cb43f 100644 --- a/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/CacheObject.java +++ b/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/CacheObject.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/InMemoryRegistry.java b/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/InMemoryRegistry.java index 03af4dd78..9a781c855 100644 --- a/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/InMemoryRegistry.java +++ b/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/InMemoryRegistry.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/MessagePersistHandler.java b/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/MessagePersistHandler.java index bc68b6b6d..36f8894ba 100644 --- a/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/MessagePersistHandler.java +++ b/polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/MessagePersistHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-registry/registry-memory/src/test/java/com/tencent/polaris/plugins/registry/memory/MessagePersistHandlerTest.java b/polaris-plugins/polaris-plugins-registry/registry-memory/src/test/java/com/tencent/polaris/plugins/registry/memory/MessagePersistHandlerTest.java index c6047030d..d7f629b9f 100644 --- a/polaris-plugins/polaris-plugins-registry/registry-memory/src/test/java/com/tencent/polaris/plugins/registry/memory/MessagePersistHandlerTest.java +++ b/polaris-plugins/polaris-plugins-registry/registry-memory/src/test/java/com/tencent/polaris/plugins/registry/memory/MessagePersistHandlerTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-canary/src/main/java/com/tencent/polaris/plugin/router/canary/CanaryRouter.java b/polaris-plugins/polaris-plugins-router/router-canary/src/main/java/com/tencent/polaris/plugin/router/canary/CanaryRouter.java index 00b524f83..ebef15b16 100644 --- a/polaris-plugins/polaris-plugins-router/router-canary/src/main/java/com/tencent/polaris/plugin/router/canary/CanaryRouter.java +++ b/polaris-plugins/polaris-plugins-router/router-canary/src/main/java/com/tencent/polaris/plugin/router/canary/CanaryRouter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-common/src/main/java/com/tencent/polaris/plugins/router/common/AbstractServiceRouter.java b/polaris-plugins/polaris-plugins-router/router-common/src/main/java/com/tencent/polaris/plugins/router/common/AbstractServiceRouter.java index b9d329f5a..720451cf0 100644 --- a/polaris-plugins/polaris-plugins-router/router-common/src/main/java/com/tencent/polaris/plugins/router/common/AbstractServiceRouter.java +++ b/polaris-plugins/polaris-plugins-router/router-common/src/main/java/com/tencent/polaris/plugins/router/common/AbstractServiceRouter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-healthy/src/main/java/com/tencent/polaris/plugins/router/healthy/RecoverRouter.java b/polaris-plugins/polaris-plugins-router/router-healthy/src/main/java/com/tencent/polaris/plugins/router/healthy/RecoverRouter.java index 3b421c569..dc769f3ba 100644 --- a/polaris-plugins/polaris-plugins-router/router-healthy/src/main/java/com/tencent/polaris/plugins/router/healthy/RecoverRouter.java +++ b/polaris-plugins/polaris-plugins-router/router-healthy/src/main/java/com/tencent/polaris/plugins/router/healthy/RecoverRouter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-healthy/src/main/java/com/tencent/polaris/plugins/router/healthy/RecoverRouterConfig.java b/polaris-plugins/polaris-plugins-router/router-healthy/src/main/java/com/tencent/polaris/plugins/router/healthy/RecoverRouterConfig.java index cfe1ee90b..d2a408b7a 100644 --- a/polaris-plugins/polaris-plugins-router/router-healthy/src/main/java/com/tencent/polaris/plugins/router/healthy/RecoverRouterConfig.java +++ b/polaris-plugins/polaris-plugins-router/router-healthy/src/main/java/com/tencent/polaris/plugins/router/healthy/RecoverRouterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-isolated/src/main/java/com/tencent/polaris/plugins/router/isolated/IsolatedRouter.java b/polaris-plugins/polaris-plugins-router/router-isolated/src/main/java/com/tencent/polaris/plugins/router/isolated/IsolatedRouter.java index c5dcc85f8..dd52987db 100644 --- a/polaris-plugins/polaris-plugins-router/router-isolated/src/main/java/com/tencent/polaris/plugins/router/isolated/IsolatedRouter.java +++ b/polaris-plugins/polaris-plugins-router/router-isolated/src/main/java/com/tencent/polaris/plugins/router/isolated/IsolatedRouter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-lane/src/main/java/com/tencent/polaris/plugins/router/lane/LaneRouter.java b/polaris-plugins/polaris-plugins-router/router-lane/src/main/java/com/tencent/polaris/plugins/router/lane/LaneRouter.java index 0eb07dbf7..dbce727e7 100644 --- a/polaris-plugins/polaris-plugins-router/router-lane/src/main/java/com/tencent/polaris/plugins/router/lane/LaneRouter.java +++ b/polaris-plugins/polaris-plugins-router/router-lane/src/main/java/com/tencent/polaris/plugins/router/lane/LaneRouter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/FailOverType.java b/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/FailOverType.java index e9e30df4e..22c48e857 100644 --- a/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/FailOverType.java +++ b/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/FailOverType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/MetadataRouter.java b/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/MetadataRouter.java index a9aade17e..a1553cdd9 100644 --- a/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/MetadataRouter.java +++ b/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/MetadataRouter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/MetadataRouterConfig.java b/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/MetadataRouterConfig.java index d91d07b42..a8d9fac3b 100644 --- a/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/MetadataRouterConfig.java +++ b/polaris-plugins/polaris-plugins-router/router-metadata/src/main/java/com/tencent/polaris/plugins/router/metadata/MetadataRouterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-namespace/src/main/java/com/tencent/polaris/plugins/router/namespace/NamespaceRouter.java b/polaris-plugins/polaris-plugins-router/router-namespace/src/main/java/com/tencent/polaris/plugins/router/namespace/NamespaceRouter.java index 56c3bc610..89606a29f 100644 --- a/polaris-plugins/polaris-plugins-router/router-namespace/src/main/java/com/tencent/polaris/plugins/router/namespace/NamespaceRouter.java +++ b/polaris-plugins/polaris-plugins-router/router-namespace/src/main/java/com/tencent/polaris/plugins/router/namespace/NamespaceRouter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-namespace/src/test/java/com/tencent/polaris/plugins/router/namespace/NamespaceRouterTest.java b/polaris-plugins/polaris-plugins-router/router-namespace/src/test/java/com/tencent/polaris/plugins/router/namespace/NamespaceRouterTest.java index 79085a9a2..d19aa8bfd 100644 --- a/polaris-plugins/polaris-plugins-router/router-namespace/src/test/java/com/tencent/polaris/plugins/router/namespace/NamespaceRouterTest.java +++ b/polaris-plugins/polaris-plugins-router/router-namespace/src/test/java/com/tencent/polaris/plugins/router/namespace/NamespaceRouterTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-nearby/src/main/java/com/tencent/polaris/plugins/router/nearby/NearbyRouter.java b/polaris-plugins/polaris-plugins-router/router-nearby/src/main/java/com/tencent/polaris/plugins/router/nearby/NearbyRouter.java index f5410fbf1..d9aef600e 100644 --- a/polaris-plugins/polaris-plugins-router/router-nearby/src/main/java/com/tencent/polaris/plugins/router/nearby/NearbyRouter.java +++ b/polaris-plugins/polaris-plugins-router/router-nearby/src/main/java/com/tencent/polaris/plugins/router/nearby/NearbyRouter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-nearby/src/main/java/com/tencent/polaris/plugins/router/nearby/NearbyRouterConfig.java b/polaris-plugins/polaris-plugins-router/router-nearby/src/main/java/com/tencent/polaris/plugins/router/nearby/NearbyRouterConfig.java index b56998ba8..965e54852 100644 --- a/polaris-plugins/polaris-plugins-router/router-nearby/src/main/java/com/tencent/polaris/plugins/router/nearby/NearbyRouterConfig.java +++ b/polaris-plugins/polaris-plugins-router/router-nearby/src/main/java/com/tencent/polaris/plugins/router/nearby/NearbyRouterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/PrioritySubsets.java b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/PrioritySubsets.java index a0ab8eef3..1bf8188ae 100644 --- a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/PrioritySubsets.java +++ b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/PrioritySubsets.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouter.java b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouter.java index 3242ebada..a029ba5e7 100644 --- a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouter.java +++ b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouterConfig.java b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouterConfig.java index ce20a0548..233049fe3 100644 --- a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouterConfig.java +++ b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouterConfig.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleMatchType.java b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleMatchType.java index 601dbd340..a7a10aabd 100644 --- a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleMatchType.java +++ b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleMatchType.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleStatus.java b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleStatus.java index 0e0fb05b2..613f8953a 100644 --- a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleStatus.java +++ b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/RuleStatus.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/WeightedSubset.java b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/WeightedSubset.java index 64ac8417a..617803618 100644 --- a/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/WeightedSubset.java +++ b/polaris-plugins/polaris-plugins-router/router-rule/src/main/java/com/tencent/polaris/plugins/router/rule/WeightedSubset.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-rule/src/test/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouterTest.java b/polaris-plugins/polaris-plugins-router/router-rule/src/test/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouterTest.java index d79cdee8f..cd47e18d6 100644 --- a/polaris-plugins/polaris-plugins-router/router-rule/src/test/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouterTest.java +++ b/polaris-plugins/polaris-plugins-router/router-rule/src/test/java/com/tencent/polaris/plugins/router/rule/RuleBasedRouterTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-plugins/polaris-plugins-router/router-set/src/main/java/com/tencent/polaris/plugin/router/set/SetRouter.java b/polaris-plugins/polaris-plugins-router/router-set/src/main/java/com/tencent/polaris/plugin/router/set/SetRouter.java index 231b2e43d..611df3205 100644 --- a/polaris-plugins/polaris-plugins-router/router-set/src/main/java/com/tencent/polaris/plugin/router/set/SetRouter.java +++ b/polaris-plugins/polaris-plugins-router/router-set/src/main/java/com/tencent/polaris/plugin/router/set/SetRouter.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/core/LimitAPI.java b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/core/LimitAPI.java index 1b5a61fd1..7ee7bfa8f 100644 --- a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/core/LimitAPI.java +++ b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/core/LimitAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/flow/LimitFlow.java b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/flow/LimitFlow.java index e2e656df9..b3f1f3ced 100644 --- a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/flow/LimitFlow.java +++ b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/flow/LimitFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/Argument.java b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/Argument.java index 44cc8505c..c9ba6a742 100644 --- a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/Argument.java +++ b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/Argument.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaRequest.java b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaRequest.java index 27e8f635b..069c8ab89 100644 --- a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaRequest.java +++ b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaResponse.java b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaResponse.java index 1cc7f5fd2..ab4a9ba6a 100644 --- a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaResponse.java +++ b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaResultCode.java b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaResultCode.java index ef4d7b16c..34d27df80 100644 --- a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaResultCode.java +++ b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/QuotaResultCode.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/RateLimitConsts.java b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/RateLimitConsts.java index 5832fc9ac..c205d8b98 100644 --- a/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/RateLimitConsts.java +++ b/polaris-ratelimit/polaris-ratelimit-api/src/main/java/com/tencent/polaris/ratelimit/api/rpc/RateLimitConsts.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/api/DefaultLimitAPI.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/api/DefaultLimitAPI.java index 742b73ddd..37851ff6b 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/api/DefaultLimitAPI.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/api/DefaultLimitAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/codec/RateLimitingCacheHandler.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/codec/RateLimitingCacheHandler.java index c81cbcef2..b8815557c 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/codec/RateLimitingCacheHandler.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/codec/RateLimitingCacheHandler.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/AsyncRateLimitConnector.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/AsyncRateLimitConnector.java index 6b51ec5ab..a293db83e 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/AsyncRateLimitConnector.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/AsyncRateLimitConnector.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/DefaultLimitFlow.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/DefaultLimitFlow.java index bc2c1f278..c6bccf001 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/DefaultLimitFlow.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/DefaultLimitFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/DurationBaseCallback.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/DurationBaseCallback.java index 0927d79f3..a83b9a223 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/DurationBaseCallback.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/DurationBaseCallback.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/HostIdentifier.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/HostIdentifier.java index b0070efc7..d78a0ed92 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/HostIdentifier.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/HostIdentifier.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/InitializeRecord.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/InitializeRecord.java index aac74ce02..c3286e2bf 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/InitializeRecord.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/InitializeRecord.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/QuotaFlow.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/QuotaFlow.java index 7a3446bf8..c31708925 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/QuotaFlow.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/QuotaFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitExtension.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitExtension.java index ab32ea466..d3a58993e 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitExtension.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitExtension.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitWindow.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitWindow.java index 9d2ce9058..9307ab339 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitWindow.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitWindow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitWindowSet.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitWindowSet.java index dae56d79c..b05142d33 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitWindowSet.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/RateLimitWindowSet.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/ServiceIdentifier.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/ServiceIdentifier.java index 35f9312e6..258eee0b2 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/ServiceIdentifier.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/ServiceIdentifier.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/StreamCounterSet.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/StreamCounterSet.java index c0aecfad9..2431353db 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/StreamCounterSet.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/StreamCounterSet.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/StreamResource.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/StreamResource.java index cf54b7236..fc4eb8409 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/StreamResource.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/StreamResource.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/WindowContainer.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/WindowContainer.java index a464eb93a..373fe5bb2 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/WindowContainer.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/flow/WindowContainer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/pojo/CommonQuotaRequest.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/pojo/CommonQuotaRequest.java index 7f9a1db5e..86eb0a0e7 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/pojo/CommonQuotaRequest.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/pojo/CommonQuotaRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/PolarisRemoteSyncTask.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/PolarisRemoteSyncTask.java index 56f52c269..f21a9145b 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/PolarisRemoteSyncTask.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/PolarisRemoteSyncTask.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/RemoteSyncTask.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/RemoteSyncTask.java index cc210a6d1..dbde2f677 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/RemoteSyncTask.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/RemoteSyncTask.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/ReportRequest.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/ReportRequest.java index f6da64fdd..55c9b1e9d 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/ReportRequest.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/ReportRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/ReportResponse.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/ReportResponse.java index 7fd53cdd5..eb2ee0190 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/ReportResponse.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/ReportResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitConstants.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitConstants.java index 52d6a94e7..5e6bd3cbd 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitConstants.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitConstants.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitMasterUtils.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitMasterUtils.java index 1fa389aa3..0752c3bb3 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitMasterUtils.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitMasterUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRemoteSyncTask.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRemoteSyncTask.java index 6ef907dd4..16c843703 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRemoteSyncTask.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRemoteSyncTask.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/LimitValidator.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/LimitValidator.java index 2c7e9a831..3ab9ac25a 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/LimitValidator.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/LimitValidator.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/RateLimitConstants.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/RateLimitConstants.java index 6829fd8f5..799cac56b 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/RateLimitConstants.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/RateLimitConstants.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/RateLimiterEventUtils.java b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/RateLimiterEventUtils.java index fde5c8368..91f59031a 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/RateLimiterEventUtils.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/main/java/com/tencent/polaris/ratelimit/client/utils/RateLimiterEventUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-client/src/test/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitMasterUtilsTest.java b/polaris-ratelimit/polaris-ratelimit-client/src/test/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitMasterUtilsTest.java index eacd3886a..33009f398 100644 --- a/polaris-ratelimit/polaris-ratelimit-client/src/test/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitMasterUtilsTest.java +++ b/polaris-ratelimit/polaris-ratelimit-client/src/test/java/com/tencent/polaris/ratelimit/client/sync/tsf/TsfRateLimitMasterUtilsTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-factory/src/main/java/com/tencent/polaris/ratelimit/factory/LimitAPIFactory.java b/polaris-ratelimit/polaris-ratelimit-factory/src/main/java/com/tencent/polaris/ratelimit/factory/LimitAPIFactory.java index 7be97c829..089005df2 100644 --- a/polaris-ratelimit/polaris-ratelimit-factory/src/main/java/com/tencent/polaris/ratelimit/factory/LimitAPIFactory.java +++ b/polaris-ratelimit/polaris-ratelimit-factory/src/main/java/com/tencent/polaris/ratelimit/factory/LimitAPIFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/Consts.java b/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/Consts.java index 770303a3f..984184aad 100644 --- a/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/Consts.java +++ b/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/Consts.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/LocalTest.java b/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/LocalTest.java index 774739693..2c090e873 100644 --- a/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/LocalTest.java +++ b/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/LocalTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/MultiRuleTest.java b/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/MultiRuleTest.java index 266bf1b0e..cbfd347f4 100644 --- a/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/MultiRuleTest.java +++ b/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/MultiRuleTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/RateLimitUtils.java b/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/RateLimitUtils.java index 847dbfbe6..2c082ed90 100644 --- a/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/RateLimitUtils.java +++ b/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/RateLimitUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/RuleMatchTest.java b/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/RuleMatchTest.java index 5ced10542..1c32a436f 100644 --- a/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/RuleMatchTest.java +++ b/polaris-ratelimit/polaris-ratelimit-factory/src/test/java/com/tencent/polaris/ratelimit/test/core/RuleMatchTest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/core/RouterAPI.java b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/core/RouterAPI.java index 4bc7baff3..30376ae1f 100644 --- a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/core/RouterAPI.java +++ b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/core/RouterAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/flow/RouterFlow.java b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/flow/RouterFlow.java index fbe60b92d..d8c31f310 100644 --- a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/flow/RouterFlow.java +++ b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/flow/RouterFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessLoadBalanceRequest.java b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessLoadBalanceRequest.java index 5cf26cc22..a2c2e8e06 100644 --- a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessLoadBalanceRequest.java +++ b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessLoadBalanceRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessLoadBalanceResponse.java b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessLoadBalanceResponse.java index 094cd067f..8aa6e1ce9 100644 --- a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessLoadBalanceResponse.java +++ b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessLoadBalanceResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessRoutersRequest.java b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessRoutersRequest.java index 1e69c4afc..232d4177d 100644 --- a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessRoutersRequest.java +++ b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessRoutersRequest.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessRoutersResponse.java b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessRoutersResponse.java index c0117d8b6..50d65513a 100644 --- a/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessRoutersResponse.java +++ b/polaris-router/polaris-router-api/src/main/java/com/tencent/polaris/router/api/rpc/ProcessRoutersResponse.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-router/polaris-router-api/src/test/java/com/tencent/polaris/router/api/rpc/ProcessRoutersRequestTests.java b/polaris-router/polaris-router-api/src/test/java/com/tencent/polaris/router/api/rpc/ProcessRoutersRequestTests.java index 71d224327..16fcccef9 100644 --- a/polaris-router/polaris-router-api/src/test/java/com/tencent/polaris/router/api/rpc/ProcessRoutersRequestTests.java +++ b/polaris-router/polaris-router-api/src/test/java/com/tencent/polaris/router/api/rpc/ProcessRoutersRequestTests.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/api/DefaultRouterAPI.java b/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/api/DefaultRouterAPI.java index 8ad1f46c4..2d235bd21 100644 --- a/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/api/DefaultRouterAPI.java +++ b/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/api/DefaultRouterAPI.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/flow/DefaultRouterFlow.java b/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/flow/DefaultRouterFlow.java index bc99e87dd..a326c2990 100644 --- a/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/flow/DefaultRouterFlow.java +++ b/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/flow/DefaultRouterFlow.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/util/RouterValidator.java b/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/util/RouterValidator.java index 144ae844a..74293a060 100644 --- a/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/util/RouterValidator.java +++ b/polaris-router/polaris-router-client/src/main/java/com/tencent/polaris/router/client/util/RouterValidator.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-router/polaris-router-factory/src/main/java/com/tencent/polaris/factory/api/RouterAPIFactory.java b/polaris-router/polaris-router-factory/src/main/java/com/tencent/polaris/factory/api/RouterAPIFactory.java index 8cf6dec19..078023312 100644 --- a/polaris-router/polaris-router-factory/src/main/java/com/tencent/polaris/factory/api/RouterAPIFactory.java +++ b/polaris-router/polaris-router-factory/src/main/java/com/tencent/polaris/factory/api/RouterAPIFactory.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/Consts.java b/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/Consts.java index 443b924c6..547c49cb5 100644 --- a/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/Consts.java +++ b/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/Consts.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/HttpInvokeUtils.java b/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/HttpInvokeUtils.java index f63f873d6..e90deb5df 100644 --- a/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/HttpInvokeUtils.java +++ b/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/HttpInvokeUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/MockInitContext.java b/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/MockInitContext.java index e7331f32b..cf305ab1a 100644 --- a/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/MockInitContext.java +++ b/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/MockInitContext.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/TestUtils.java b/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/TestUtils.java index 88f08ce93..fa388b138 100644 --- a/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/TestUtils.java +++ b/polaris-test/polaris-test-common/src/main/java/com/tencent/polaris/test/common/TestUtils.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/HeaderInterceptor.java b/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/HeaderInterceptor.java index ad391c46f..31ff4e8c6 100644 --- a/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/HeaderInterceptor.java +++ b/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/HeaderInterceptor.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/LocationInfo.java b/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/LocationInfo.java index 17e858eed..c836b9dbf 100644 --- a/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/LocationInfo.java +++ b/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/LocationInfo.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/MockServiceResourceProvider.java b/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/MockServiceResourceProvider.java index d53858d06..4a30562bf 100644 --- a/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/MockServiceResourceProvider.java +++ b/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/MockServiceResourceProvider.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/NamingServer.java b/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/NamingServer.java index 2ba2faf57..b4434c945 100644 --- a/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/NamingServer.java +++ b/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/NamingServer.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License. diff --git a/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/NamingService.java b/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/NamingService.java index 6fb811826..435919fd2 100644 --- a/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/NamingService.java +++ b/polaris-test/polaris-test-mock-discovery/src/main/java/com/tencent/polaris/test/mock/discovery/NamingService.java @@ -1,7 +1,7 @@ /* - * Tencent is pleased to support the open source community by making Polaris available. + * Tencent is pleased to support the open source community by making polaris-java available. * - * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); * you may not use this file except in compliance with the License.