kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/checkstyle/import-control-server-common.xml

Path
kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/checkstyle/import-control-server-common.xml
Status
scanned
Type
file
Name
import-control-server-common.xml
Extension
.xml
Programming language

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

      
    
Rootfs path

      
    
Size
5953 (5.8 KB)
MD5
41d9ee43faba9731814fb8540b18aeda
SHA1
151c0934adfe9a2c6724a3245862a656c5358543
SHA256
2ba27b5d1097555979b3093d46d71e80343eafca18d70127ceee02033b20afa5
SHA512

      
    
SHA1_git
cc07ea0b54f88b1488e2a394c24f38c3118bd1ac
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
import-control-server-common.xml | 5.8 KB |

<!DOCTYPE import-control PUBLIC "-//Puppy Crawl//DTD Import Control 1.1//EN" "http://www.puppycrawl.com/dtds/import_control_1_1.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="org.apache.kafka"> <!-- THINK HARD ABOUT THE LAYERING OF THE PROJECT BEFORE CHANGING THIS FILE --> <!-- common library dependencies --> <allow pkg="java" /> <allow pkg="javax.management" /> <allow pkg="org.slf4j" /> <allow pkg="org.junit" /> <allow pkg="org.hamcrest" /> <allow pkg="org.mockito" /> <allow pkg="java.security" /> <allow pkg="javax.net.ssl" /> <allow pkg="javax.security" /> <allow pkg="net.jqwik.api" /> <allow pkg="javax.crypto" /> <!-- no one depends on the server --> <disallow pkg="kafka" /> <!-- anyone can use public classes --> <allow pkg="org.apache.kafka.common" exact-match="true" /> <allow pkg="org.apache.kafka.common.security" /> <allow pkg="org.apache.kafka.common.serialization" /> <allow pkg="org.apache.kafka.common.utils" /> <allow pkg="org.apache.kafka.common.errors" exact-match="true" /> <allow pkg="org.apache.kafka.common.memory" /> <allow pkg="org.apache.kafka.common.test.api" /> <!-- persistent collection factories/non-library-specific wrappers --> <allow pkg="org.apache.kafka.server.immutable" exact-match="true" /> <!-- allow config classes for server package --> <allow pkg="org.apache.kafka.server.config" /> <subpackage name="queue"> <allow pkg="org.apache.kafka.test" /> </subpackage> <subpackage name="metadata"> <allow pkg="org.apache.kafka.common.message" /> <allow pkg="org.apache.kafka.server.common" /> <allow pkg="org.apache.kafka.common.protocol" /> </subpackage> <subpackage name="security"> <allow pkg="org.apache.kafka.clients.admin" /> <allow pkg="org.apache.kafka.common.config" /> <allow pkg="org.apache.kafka.common.config.types" /> <allow pkg="org.apache.kafka.server.util" /> </subpackage> <subpackage name="server"> <allow pkg="org.apache.kafka.common" /> <allow pkg="joptsimple" /> <subpackage name="common"> <allow pkg="org.apache.kafka.server.common" /> <allow pkg="org.apache.kafka.clients" /> </subpackage> <subpackage name="immutable"> <allow pkg="org.apache.kafka.server.util"/> <!-- only the factory package can use persistent collection library-specific wrapper implementations --> <!-- the library-specific wrapper implementation for PCollections --> <allow pkg="org.apache.kafka.server.immutable.pcollections" /> <subpackage name="pcollections"> <allow pkg="org.pcollections" /> </subpackage> </subpackage> <subpackage name="metrics"> <allow pkg="com.yammer.metrics" /> </subpackage> <subpackage name="network"> <allow pkg="org.apache.kafka.server.authorizer" /> </subpackage> <subpackage name="purgatory"> <allow pkg="org.apache.kafka.server.metrics" /> <allow pkg="org.apache.kafka.server.util" /> <allow pkg="com.yammer.metrics.core" /> </subpackage> <subpackage name="share"> <allow pkg="org.apache.kafka.server.share" /> <subpackage name="persister"> <allow pkg="org.apache.kafka.clients" /> <allow pkg="org.apache.kafka.server.util" /> <allow pkg="org.apache.kafka.test" /> </subpackage> </subpackage> <subpackage name="util"> <!-- InterBrokerSendThread uses some clients classes that are not part of the public --> <!-- API but are still relatively common --> <allow class="org.apache.kafka.clients.admin.AdminClientConfig" /> <allow class="org.apache.kafka.clients.ClientRequest" /> <allow class="org.apache.kafka.clients.ClientResponse" /> <allow class="org.apache.kafka.clients.KafkaClient" /> <allow class="org.apache.kafka.clients.RequestCompletionHandler" /> <allow class="org.apache.kafka.clients.CommonClientConfigs" /> <allow pkg="com.fasterxml.jackson" /> <allow pkg="org.apache.kafka.server.util.json" /> <allow class="org.apache.kafka.server.util.TopicFilter.IncludeList" /> <allow class="org.apache.kafka.test.TestUtils" /> <subpackage name="timer"> <allow class="org.apache.kafka.server.util.MockTime" /> <allow class="org.apache.kafka.server.util.ShutdownableThread" /> </subpackage> </subpackage> <subpackage name="config"> <allow pkg="org.apache.kafka.server"/> <allow pkg="org.apache.kafka.clients"/> </subpackage> </subpackage> <subpackage name="admin"> <allow pkg="org.apache.kafka.server.common" /> </subpackage> <subpackage name="config"> <allow class="org.apache.kafka.common.config.AbstractConfig" /> </subpackage> </import-control>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
17.71
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
http://www.apache.org/licenses/LICENSE-2.0 12 12