kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/checkstyle/import-control-core.xml

Path
kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/checkstyle/import-control-core.xml
Status
scanned
Type
file
Name
import-control-core.xml
Extension
.xml
Programming language

      
    
Mime type
text/plain
File type
exported SGML document, ASCII text
Tag

      
    
Rootfs path

      
    
Size
3900 (3.8 KB)
MD5
5b2185e6d33071964da206c0063d9b35
SHA1
2c495baa06363aa8cab49f272097bf601552f941
SHA256
8ade45bb57e9d988b231d476c32646f8836923774ba10c3b6e6301479f793d0e
SHA512

      
    
SHA1_git
c75a71bf92277cbab4f803c4b97de8e1b1ca7df7
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
import-control-core.xml | 3.8 KB |

<!DOCTYPE import-control PUBLIC "-//Checkstyle//DTD ImportControl Configuration 1.4//EN" "https://checkstyle.sourceforge.io/dtds/import_control_1_4.dtd"> <!-- 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. --> <import-control pkg="kafka"> <!-- THINK HARD ABOUT THE LAYERING OF THE PROJECT BEFORE CHANGING THIS FILE --> <!-- common library dependencies --> <allow pkg="java" /> <allow pkg="scala" /> <allow pkg="javax.management" /> <allow pkg="org.slf4j" /> <allow pkg="org.junit" /> <allow pkg="java.security" /> <allow pkg="javax.net.ssl" /> <allow pkg="javax.security" /> <allow pkg="kafka.common" /> <allow pkg="kafka.utils" /> <allow pkg="kafka.serializer" /> <allow pkg="org.apache.kafka.clients"/> <allow pkg="org.apache.kafka.common" exact-match="true" /> <allow pkg="org.apache.kafka.common.utils" /> <allow pkg="org.apache.kafka.common.test.api" /> <allow pkg="org.apache.kafka.server"/> <allow pkg="org.mockito"/> <allow pkg="org.opentest4j"/> <!-- see KIP-544 for why KafkaYammerMetrics should be used instead of the global default yammer metrics registry https://cwiki.apache.org/confluence/display/KAFKA/KIP-544%3A+Make+metrics+exposed+via+JMX+configurable --> <disallow class="com.yammer.metrics.Metrics" /> <allow pkg="com.yammer.metrics"/> <subpackage name="tools"> <allow pkg="kafka.admin" /> <allow pkg="joptsimple" /> </subpackage> <subpackage name="coordinator"> <allow class="org.apache.kafka.metadata.MetadataCache" /> </subpackage> <subpackage name="docker"> <allow class="com.fasterxml.jackson.annotation.JsonAnyGetter" /> <allow class="com.fasterxml.jackson.annotation.JsonAnySetter" /> <allow class="com.fasterxml.jackson.annotation.JsonProperty" /> <allow class="com.fasterxml.jackson.annotation.JsonPropertyOrder" /> <allow class="com.fasterxml.jackson.annotation.JsonIgnoreProperties" /> </subpackage> <subpackage name="server"> <allow pkg="kafka" /> <allow pkg="org.apache.kafka" /> </subpackage> <subpackage name="admin"> <allow pkg="kafka.admin"/> <allow pkg="kafka.cluster"/> <allow pkg="kafka.log"/> <allow pkg="kafka.security.authorizer"/> <allow pkg="kafka.server"/> <allow pkg="kafka.zk"/> <allow pkg="org.apache.kafka.coordinator.group"/> <allow pkg="org.apache.kafka.metadata"/> <allow pkg="org.apache.kafka.security"/> <allow pkg="org.apache.kafka.storage.internals.checkpoint"/> <allow pkg="org.apache.kafka.storage.internals.log"/> <allow pkg="org.apache.kafka.test"/> <allow pkg="org.apache.logging.log4j"/> <allow pkg="org.apache.kafka.common.test"/> <allow pkg="org.apache.kafka.admin"/> </subpackage> <subpackage name="security"> <allow pkg="org.apache.commons" /> <allow pkg="org.apache.directory" /> <allow pkg="org.apache.mina.core.service" /> <allow pkg="org.apache.kafka.test" /> </subpackage> <subpackage name="utils"> <file name="LoggingController.scala"> <allow pkg="org.apache.logging.log4j" /> <allow pkg="org.apache.logging.log4j.core.config" /> </file> </subpackage> </import-control>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
24.09
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
https://checkstyle.sourceforge.io/dtds/import_control_1_4.dtd 3 3
http://www.apache.org/licenses/LICENSE-2.0 12 12
https://cwiki.apache.org/confluence/display/KAFKA/KIP-544:+Make+metrics+exposed+via+JMX+configurable 46 46