This is an automated email from the ASF dual-hosted git repository.
junrao pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new a9fe2bd MINOR Removed unused ConfigProvider from raft resources
module. (#10829)
a9fe2bd is described below
commit a9fe2bd935fe9a9e73fd70551f1d88aae009b173
Author: Satish Duggana <[email protected]>
AuthorDate: Thu Jun 10 02:52:18 2021 +0530
MINOR Removed unused ConfigProvider from raft resources module. (#10829)
Reviewers: Jun Rao <[email protected]>
---
...rg.apache.kafka.common.config.provider.ConfigProvider | 16 ----------------
1 file changed, 16 deletions(-)
diff --git
a/raft/src/main/resources/common/META-INF/services/org.apache.kafka.common.config.provider.ConfigProvider
b/raft/src/main/resources/common/META-INF/services/org.apache.kafka.common.config.provider.ConfigProvider
deleted file mode 100644
index 146de7a..0000000
---
a/raft/src/main/resources/common/META-INF/services/org.apache.kafka.common.config.provider.ConfigProvider
+++ /dev/null
@@ -1,16 +0,0 @@
- # 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
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
-
-org.apache.kafka.common.config.provider.FileConfigProvider