kimmking edited a comment on issue #4550: Add rat plugin to check license in 
examples module
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4550#issuecomment-593216511
 
 
   Rat check: Summary over all files. Unapproved: 133, unknown: 133, generated: 
0, approved: 120 licenses :
   
   ```
   [INFO] 253 resources included (use -debug for more details)
   [DEBUG]  - included docker\sharding-jdbc\sharding\docker-compose.yml
   [DEBUG]  - included docker\sharding-proxy\orchestration\docker-compose.yml
   [DEBUG]  - included docker\sharding-proxy\orchestration\run.sh
   [DEBUG]  - included docker\sharding-proxy\orchestration\stop.sh
   [DEBUG]  - included docker\sharding-proxy\sharding\conf\config-sharding.yaml
   [DEBUG]  - included docker\sharding-proxy\sharding\conf\server.yaml
   [DEBUG]  - included docker\sharding-proxy\sharding\docker-compose.yml
   [DEBUG]  - included docker\tools\wait-for-it.sh
   [DEBUG]  - included example-core\config-utility\pom.xml
   [DEBUG]  - included 
example-core\config-utility\src\main\java\org\apache\shardingsphere\example\algorithm\PreciseModuloShardingDatabaseAlgorithm.java
   [DEBUG]  - included 
example-core\config-utility\src\main\java\org\apache\shardingsphere\example\algorithm\PreciseModuloShardingTableAlgorithm.java
   [DEBUG]  - included 
example-core\config-utility\src\main\java\org\apache\shardingsphere\example\algorithm\RangeModuloShardingDatabaseAlgorithm.java
   [DEBUG]  - included 
example-core\config-utility\src\main\java\org\apache\shardingsphere\example\algorithm\RangeModuloShardingTableAlgorithm.java
   [DEBUG]  - included 
example-core\config-utility\src\main\java\org\apache\shardingsphere\example\config\ExampleConfiguration.java
   [DEBUG]  - included 
example-core\config-utility\src\main\java\org\apache\shardingsphere\example\fixture\TestQueryAssistedShardingEncryptor.java
   [DEBUG]  - included 
example-core\config-utility\src\main\java\org\apache\shardingsphere\example\type\RegistryCenterType.java
   [DEBUG]  - included 
example-core\config-utility\src\main\java\org\apache\shardingsphere\example\type\ShardingType.java
   [DEBUG]  - included 
example-core\config-utility\src\main\resources\META-INF\services\org.apache.shardingsphere.spi.encrypt.ShardingEncryptor
   [DEBUG]  - included example-core\example-api\pom.xml
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\DataSourceUtil.java
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\entity\Address.java
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\entity\Order.java
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\entity\OrderItem.java
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\entity\User.java
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\ExampleExecuteTemplate.java
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\repository\AddressRepository.java
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\repository\CommonRepository.java
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\repository\OrderItemRepository.java
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\repository\OrderRepository.java
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\repository\UserRepository.java
   [DEBUG]  - included 
example-core\example-api\src\main\java\org\apache\shardingsphere\example\core\api\service\ExampleService.java
   [DEBUG]  - included example-core\example-raw-jdbc\pom.xml
   [DEBUG]  - included 
example-core\example-raw-jdbc\src\main\java\org\apache\shardingsphere\example\core\jdbc\repository\AddressRepositoryImpl.java
   [DEBUG]  - included 
example-core\example-raw-jdbc\src\main\java\org\apache\shardingsphere\example\core\jdbc\repository\OrderItemRepositoryImpl.java
   [DEBUG]  - included 
example-core\example-raw-jdbc\src\main\java\org\apache\shardingsphere\example\core\jdbc\repository\OrderRepositoryImpl.java
   [DEBUG]  - included 
example-core\example-raw-jdbc\src\main\java\org\apache\shardingsphere\example\core\jdbc\repository\RangeOrderItemRepositoryImpl.java
   [DEBUG]  - included 
example-core\example-raw-jdbc\src\main\java\org\apache\shardingsphere\example\core\jdbc\repository\RangeOrderRepositoryImpl.java
   [DEBUG]  - included 
example-core\example-raw-jdbc\src\main\java\org\apache\shardingsphere\example\core\jdbc\repository\UserRepositoryImpl.java
   [DEBUG]  - included 
example-core\example-raw-jdbc\src\main\java\org\apache\shardingsphere\example\core\jdbc\service\OrderServiceImpl.java
   [DEBUG]  - included 
example-core\example-raw-jdbc\src\main\java\org\apache\shardingsphere\example\core\jdbc\service\UserServiceImpl.java
   [DEBUG]  - included example-core\example-spring-jpa\pom.xml
   [DEBUG]  - included 
example-core\example-spring-jpa\src\main\java\org\apache\shardingsphere\example\core\jpa\entity\AddressEntity.java
   [DEBUG]  - included 
example-core\example-spring-jpa\src\main\java\org\apache\shardingsphere\example\core\jpa\entity\OrderEntity.java
   [DEBUG]  - included 
example-core\example-spring-jpa\src\main\java\org\apache\shardingsphere\example\core\jpa\entity\OrderItemEntity.java
   [DEBUG]  - included 
example-core\example-spring-jpa\src\main\java\org\apache\shardingsphere\example\core\jpa\entity\UserEntity.java
   [DEBUG]  - included 
example-core\example-spring-jpa\src\main\java\org\apache\shardingsphere\example\core\jpa\repository\AddressRepositoryImpl.java
   [DEBUG]  - included 
example-core\example-spring-jpa\src\main\java\org\apache\shardingsphere\example\core\jpa\repository\OrderItemRepositoryImpl.java
   [DEBUG]  - included 
example-core\example-spring-jpa\src\main\java\org\apache\shardingsphere\example\core\jpa\repository\OrderRepositoryImpl.java
   [DEBUG]  - included 
example-core\example-spring-jpa\src\main\java\org\apache\shardingsphere\example\core\jpa\repository\UserRepositoryImpl.java
   [DEBUG]  - included 
example-core\example-spring-jpa\src\main\java\org\apache\shardingsphere\example\core\jpa\service\OrderServiceImpl.java
   [DEBUG]  - included 
example-core\example-spring-jpa\src\main\java\org\apache\shardingsphere\example\core\jpa\service\UserServiceImpl.java
   [DEBUG]  - included example-core\example-spring-mybatis\pom.xml
   [DEBUG]  - included 
example-core\example-spring-mybatis\src\main\java\org\apache\shardingsphere\example\core\mybatis\repository\MybatisAddressRepository.java
   [DEBUG]  - included 
example-core\example-spring-mybatis\src\main\java\org\apache\shardingsphere\example\core\mybatis\repository\MybatisOrderItemRepository.java
   [DEBUG]  - included 
example-core\example-spring-mybatis\src\main\java\org\apache\shardingsphere\example\core\mybatis\repository\MybatisOrderRepository.java
   [DEBUG]  - included 
example-core\example-spring-mybatis\src\main\java\org\apache\shardingsphere\example\core\mybatis\repository\MybatisUserRepository.java
   [DEBUG]  - included 
example-core\example-spring-mybatis\src\main\java\org\apache\shardingsphere\example\core\mybatis\service\OrderServiceImpl.java
   [DEBUG]  - included 
example-core\example-spring-mybatis\src\main\java\org\apache\shardingsphere\example\core\mybatis\service\UserServiceImpl.java
   [DEBUG]  - included 
example-core\example-spring-mybatis\src\main\resources\META-INF\mappers\AddressMapper.xml
   [DEBUG]  - included 
example-core\example-spring-mybatis\src\main\resources\META-INF\mappers\OrderItemMapper.xml
   [DEBUG]  - included 
example-core\example-spring-mybatis\src\main\resources\META-INF\mappers\OrderMapper.xml
   [DEBUG]  - included 
example-core\example-spring-mybatis\src\main\resources\META-INF\mappers\UserMapper.xml
   [DEBUG]  - included example-core\pom.xml
   [DEBUG]  - included pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\config\cloud\CloudEncryptConfiguration.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\config\cloud\CloudMasterSlaveConfiguration.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\config\cloud\CloudShardingDatabasesAndTablesConfiguration.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\config\local\LocalEncryptConfiguration.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\config\local\LocalMasterSlaveConfiguration.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\config\local\LocalShardingDatabasesAndTablesConfiguration.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\config\local\LocalShardingDatabasesConfiguration.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\config\local\LocalShardingMasterSlaveConfiguration.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\config\local\LocalShardingTablesConfiguration.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\config\RegistryCenterConfigurationUtil.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\JavaConfigurationExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\orchestration\raw\jdbc\YamlConfigurationExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\nacos\cloud\encrypt.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\nacos\cloud\master-slave.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\nacos\cloud\sharding-databases-tables.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\nacos\local\encrypt.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\nacos\local\master-slave.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\nacos\local\sharding-databases-tables.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\zookeeper\cloud\encrypt.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\zookeeper\cloud\master-slave.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\zookeeper\cloud\sharding-databases-tables.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\zookeeper\local\encrypt.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\zookeeper\local\master-slave.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-raw-jdbc-example\src\main\resources\META-INF\zookeeper\local\sharding-databases-tables.yaml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\java\org\apache\shardingsphere\example\orchestration\spring\boot\ExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-cloud-nacos-encrypt.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-cloud-nacos-master-slave.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-cloud-nacos-sharding-databases-tables.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-cloud-zookeeper-encrypt.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-cloud-zookeeper-master-slave.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-cloud-zookeeper-sharding-databases-tables.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-local-nacos-encrypt.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-local-nacos-master-slave.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-local-nacos-sharding-databases-tables.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-local-zookeeper-encrypt.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-local-zookeeper-master-slave.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application-local-zookeeper-sharding-databases-tables.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-boot-example\src\main\resources\application.properties
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\java\org\apache\shardingsphere\example\orchestration\spring\namespace\ExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\nacos\cloud\application-encrypt.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\nacos\cloud\application-master-slave.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\nacos\cloud\application-sharding-databases-tables.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\nacos\local\application-encrypt.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\nacos\local\application-master-slave.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\nacos\local\application-sharding-databases-tables.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\nacos\registry-center.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\zookeeper\cloud\application-encrypt.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\zookeeper\cloud\application-master-slave.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\zookeeper\cloud\application-sharding-databases-tables.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\zookeeper\local\application-encrypt.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\zookeeper\local\application-master-slave.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\zookeeper\local\application-sharding-databases-tables.xml
   [DEBUG]  - included 
sharding-jdbc-example\orchestration-example\orchestration-spring-namespace-example\src\main\resources\META-INF\zookeeper\registry-center.xml
   [DEBUG]  - included sharding-jdbc-example\orchestration-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-raw-jdbc-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\encrypt\table\raw\jdbc\config\EncryptDatabasesConfiguration.java
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\encrypt\table\raw\jdbc\JavaConfigurationExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\encrypt\table\raw\jdbc\YamlConfigurationExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-raw-jdbc-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-raw-jdbc-example\src\main\resources\META-INF\encrypt-databases.yaml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-spring-boot-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-spring-boot-example\src\main\java\org\apache\shardingsphere\example\encrypt\table\spring\boot\ExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-spring-boot-example\src\main\resources\application-encrypt-databases.properties
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-spring-boot-example\src\main\resources\application.properties
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-spring-boot-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-spring-namespace-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-spring-namespace-example\src\main\java\org\apache\shardingsphere\example\encrypt\table\spring\namespace\ExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-spring-namespace-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\encrypt-spring-namespace-example\src\main\resources\META-INF\application-encrypt-databases.xml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\encrypt-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\hint-example\hint-raw-jdbc-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\hint-example\hint-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\hint\raw\jdbc\ExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\hint-example\hint-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\hint\raw\jdbc\HintType.java
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\hint-example\hint-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\hint\raw\jdbc\ModuloHintShardingAlgorithm.java
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\hint-example\hint-raw-jdbc-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\hint-example\hint-raw-jdbc-example\src\main\resources\META-INF\hint-databases-only.yaml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\hint-example\hint-raw-jdbc-example\src\main\resources\META-INF\hint-databases-tables.yaml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\hint-example\hint-raw-jdbc-example\src\main\resources\META-INF\hint-master-only.yaml
   [DEBUG]  - included 
sharding-jdbc-example\other-feature-example\hint-example\pom.xml
   [DEBUG]  - included sharding-jdbc-example\other-feature-example\pom.xml
   [DEBUG]  - included sharding-jdbc-example\pom.xml
   [DEBUG]  - included sharding-jdbc-example\sharding-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\config\MasterSlaveConfiguration.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\config\ShardingDatabasesAndTablesConfigurationPrecise.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\config\ShardingDatabasesAndTablesConfigurationRange.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\config\ShardingDatabasesConfigurationPrecise.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\config\ShardingDatabasesConfigurationRange.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\config\ShardingMasterSlaveConfigurationPrecise.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\config\ShardingMasterSlaveConfigurationRange.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\config\ShardingTablesConfigurationPrecise.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\config\ShardingTablesConfigurationRange.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\factory\DataSourceFactory.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\factory\RangeDataSourceFactory.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\factory\YamlDataSourceFactory.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\factory\YamlRangeDataSourceFactory.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\JavaConfigurationExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\JavaRangeConfigurationExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\YamlConfigurationExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\sharding\raw\jdbc\YamlRangeConfigurationExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\resources\META-INF\master-slave.yaml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\resources\META-INF\sharding-databases-range.yaml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\resources\META-INF\sharding-databases-tables-range.yaml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\resources\META-INF\sharding-databases-tables.yaml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\resources\META-INF\sharding-databases.yaml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\resources\META-INF\sharding-master-slave-range.yaml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\resources\META-INF\sharding-master-slave.yaml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\resources\META-INF\sharding-tables-range.yaml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-raw-jdbc-example\src\main\resources\META-INF\sharding-tables.yaml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-jpa-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-jpa-example\src\main\java\org\apache\shardingsphere\example\sharding\spring\boot\jpa\ExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-jpa-example\src\main\resources\application-master-slave.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-jpa-example\src\main\resources\application-sharding-databases-tables.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-jpa-example\src\main\resources\application-sharding-databases.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-jpa-example\src\main\resources\application-sharding-master-slave.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-jpa-example\src\main\resources\application-sharding-tables.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-jpa-example\src\main\resources\application.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-jpa-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-mybatis-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-mybatis-example\src\main\java\org\apache\shardingsphere\example\sharding\spring\boot\mybatis\ExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-mybatis-example\src\main\resources\application-master-slave.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-mybatis-example\src\main\resources\application-sharding-databases-tables.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-mybatis-example\src\main\resources\application-sharding-databases.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-mybatis-example\src\main\resources\application-sharding-master-slave.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-mybatis-example\src\main\resources\application-sharding-tables.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-mybatis-example\src\main\resources\application.properties
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-mybatis-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-boot-mybatis-example\src\main\resources\META-INF\mybatis-config.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-jpa-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-jpa-example\src\main\java\org\apache\shardingsphere\example\sharding\spring\namespace\jpa\ExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-jpa-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-jpa-example\src\main\resources\META-INF\application-master-slave.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-jpa-example\src\main\resources\META-INF\application-sharding-databases-tables.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-jpa-example\src\main\resources\META-INF\application-sharding-databases.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-jpa-example\src\main\resources\META-INF\application-sharding-master-slave.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-jpa-example\src\main\resources\META-INF\application-sharding-tables.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-mybatis-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-mybatis-example\src\main\java\org\apache\shardingsphere\example\sharding\spring\namespace\mybatis\ExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-mybatis-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-mybatis-example\src\main\resources\META-INF\application-master-slave.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-mybatis-example\src\main\resources\META-INF\application-sharding-databases-tables.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-mybatis-example\src\main\resources\META-INF\application-sharding-databases.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-mybatis-example\src\main\resources\META-INF\application-sharding-master-slave.xml
   [DEBUG]  - included 
sharding-jdbc-example\sharding-example\sharding-spring-namespace-mybatis-example\src\main\resources\META-INF\application-sharding-tables.xml
   [DEBUG]  - included sharding-jdbc-example\transaction-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-2pc-xa-raw-jdbc-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-2pc-xa-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\transaction\xa\raw\jdbc\ExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-2pc-xa-raw-jdbc-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-2pc-xa-raw-jdbc-example\src\main\resources\META-INF\master-slave.yaml
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-2pc-xa-raw-jdbc-example\src\main\resources\META-INF\sharding-databases-tables-postgresql.yaml
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-2pc-xa-raw-jdbc-example\src\main\resources\META-INF\sharding-databases-tables.yaml
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-base-seata-raw-jdbc-example\pom.xml
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-base-seata-raw-jdbc-example\src\main\java\org\apache\shardingsphere\example\transaction\base\seata\raw\jdbc\ExampleMain.java
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-base-seata-raw-jdbc-example\src\main\resources\file.conf
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-base-seata-raw-jdbc-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-base-seata-raw-jdbc-example\src\main\resources\META-INF\sharding-databases-tables.yaml
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-base-seata-raw-jdbc-example\src\main\resources\registry.conf
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-base-seata-raw-jdbc-example\src\main\resources\seata.conf
   [DEBUG]  - included 
sharding-jdbc-example\transaction-example\transaction-base-seata-raw-jdbc-example\src\main\resources\sql\undo_log.sql
   [DEBUG]  - included sharding-proxy-example\pom.xml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-boot-mybatis-example\pom.xml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-boot-mybatis-example\src\main\java\org\apache\shardingsphere\example\proxy\spring\boot\mybatis\SpringBootStarterExample.java
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-boot-mybatis-example\src\main\resources\application.properties
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-boot-mybatis-example\src\main\resources\conf\config-master_slave.yaml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-boot-mybatis-example\src\main\resources\conf\config-sharding.yaml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-boot-mybatis-example\src\main\resources\conf\server.yaml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-boot-mybatis-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-boot-mybatis-example\src\main\resources\META-INF\mybatis-config.xml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\pom.xml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\java\org\apache\shardingsphere\example\proxy\hint\config\DatasourceConfig.java
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\java\org\apache\shardingsphere\example\proxy\hint\ExampleMain.java
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\java\org\apache\shardingsphere\example\proxy\hint\factory\YamlDataSourceFactory.java
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\java\org\apache\shardingsphere\example\proxy\hint\HintType.java
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\java\org\apache\shardingsphere\example\proxy\hint\ModuloHintShardingAlgorithm.java
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\resources\conf\config-databases-only.yaml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\resources\conf\config-databases-tables.yaml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\resources\conf\config-master-only.yaml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\resources\conf\server.yaml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\resources\logback.xml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\resources\META-INF\hint-databases-only.yaml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\resources\META-INF\hint-databases-tables.yaml
   [DEBUG]  - included 
sharding-proxy-example\sharding-proxy-hint-example\src\main\resources\META-INF\hint-master-only.yaml
   [DEBUG]  - included src\resources\manual_schema.sql
   [INFO] Rat check: Summary over all files. Unapproved: 133, unknown: 133, 
generated: 0, approved: 120 licenses.
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to