From 592a81f633a1765286fb961d71a002d0acc14cf8 Mon Sep 17 00:00:00 2001 From: jzjsnow Date: Fri, 17 Jan 2025 11:29:52 +0800 Subject: [PATCH] fixup! [FLINK-36805][cdc-common] Add interface to support encryption of sensitive configuration items and provide base64 encoding implementation --- .../org.apache.flink.cdc.common.shade.ConfigShade | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/flink-cdc-common/src/main/resources/META-INF/services/org.apache.flink.cdc.common.shade.ConfigShade b/flink-cdc-common/src/main/resources/META-INF/services/org.apache.flink.cdc.common.shade.ConfigShade index ff1c7b1ab..0391d53c9 100644 --- a/flink-cdc-common/src/main/resources/META-INF/services/org.apache.flink.cdc.common.shade.ConfigShade +++ b/flink-cdc-common/src/main/resources/META-INF/services/org.apache.flink.cdc.common.shade.ConfigShade @@ -1,8 +1,9 @@ -# Copyright 2023 Ververica Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 #