You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/26 13:01:52 UTC

[incubator-servicecomb-java-chassis] 01/03: SCB-431 Clean up the Rat setting and updated the header of RedisSession java

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit bf8fb56320ac6eca64db01879ac9e1282ff38abb
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Mon Mar 26 10:20:59 2018 +0800

    SCB-431 Clean up the Rat setting and updated the header of RedisSession java
---
 .../java/org/apache/servicecomb/demo/perf/RedisSession.java | 13 +++++++------
 pom.xml                                                     | 11 ++++++-----
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/demo/perf/src/main/java/org/apache/servicecomb/demo/perf/RedisSession.java b/demo/perf/src/main/java/org/apache/servicecomb/demo/perf/RedisSession.java
index 5f6b896..f9d657f 100644
--- a/demo/perf/src/main/java/org/apache/servicecomb/demo/perf/RedisSession.java
+++ b/demo/perf/src/main/java/org/apache/servicecomb/demo/perf/RedisSession.java
@@ -1,11 +1,12 @@
 /*
- * Copyright 2017 Huawei Technologies Co., Ltd
+ * 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
  *
- * 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
- *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *     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,
diff --git a/pom.xml b/pom.xml
index ec34a81..9f231e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,15 +209,16 @@
             <exclude>**/*.md</exclude>
             <excldue>**/*.MD</excldue>
             <exclude>**/target/*</exclude>
+            <!-- Skip the code style configuration file -->
+            <exclude>**/etc/eclipse-java-google-style.xml</exclude>
+            <exclude>**/etc/intellij-java-google-style.xml</exclude>
             <!-- Skip the ssl configuration files -->
             <exculde>**/resources/ssl/**</exculde>
-            <!-- Skip the protobuf files -->
-            <exclude>**/*.proto</exclude>
-            <!-- Skip the idl files -->
-            <exclude>**/*.idl</exclude>
+            <!-- SKip the licenses files -->
+            <exclude>**/src/release/licenses/**</exclude>
             <!-- Skip the demo log files -->
             <exclude>**/logs/**.log</exclude>
-            <!-- Skip the source files which are copied from vertx -->
+            <!-- Skip the source files which are forked from vertx -->
             <exclude>**/io/vertx/ext/web/impl/MimeTypesUtils.java</exclude>
             <exclude>**/java/org/apache/servicecomb/transport/rest/vertx/RestBodyHandler.java</exclude>
           </excludes>

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.