You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2015/08/05 19:08:26 UTC

activemq git commit: Update RAT plugin to use latest version, add exclusions for eclipse settins files and the KahaDB data folders created during most test runs. Add missing headers to a couple files.

Repository: activemq
Updated Branches:
  refs/heads/master a79f317d3 -> 50604ad93


Update RAT plugin to use latest version, add exclusions for eclipse
settins files and the KahaDB data folders created during most test runs.
Add missing headers to a couple files. 

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/50604ad9
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/50604ad9
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/50604ad9

Branch: refs/heads/master
Commit: 50604ad93237e38c1240e6ad655b9541f2bc486d
Parents: a79f317
Author: Timothy Bish <ta...@gmail.com>
Authored: Wed Aug 5 13:08:15 2015 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Wed Aug 5 13:08:15 2015 -0400

----------------------------------------------------------------------
 .../transport/util/HttpTransportUtils.java         | 16 ++++++++++++++++
 .../xbean/DestinationBridgeAccessorsTest.java      | 17 ++++++++++++++++-
 .../src/test/resources/cert-groups.properties      | 17 +++++++++++++++++
 pom.xml                                            |  4 +++-
 4 files changed, 52 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/50604ad9/activemq-http/src/main/java/org/apache/activemq/transport/util/HttpTransportUtils.java
----------------------------------------------------------------------
diff --git a/activemq-http/src/main/java/org/apache/activemq/transport/util/HttpTransportUtils.java b/activemq-http/src/main/java/org/apache/activemq/transport/util/HttpTransportUtils.java
index 55340e5..4daaf65 100644
--- a/activemq-http/src/main/java/org/apache/activemq/transport/util/HttpTransportUtils.java
+++ b/activemq-http/src/main/java/org/apache/activemq/transport/util/HttpTransportUtils.java
@@ -1,3 +1,19 @@
+/**
+ * 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.
+ */
 package org.apache.activemq.transport.util;
 
 import javax.servlet.http.HttpServletRequest;

http://git-wip-us.apache.org/repos/asf/activemq/blob/50604ad9/activemq-unit-tests/src/test/java/org/apache/activemq/xbean/DestinationBridgeAccessorsTest.java
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/xbean/DestinationBridgeAccessorsTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/xbean/DestinationBridgeAccessorsTest.java
index 35725a3..3cd14aa 100644
--- a/activemq-unit-tests/src/test/java/org/apache/activemq/xbean/DestinationBridgeAccessorsTest.java
+++ b/activemq-unit-tests/src/test/java/org/apache/activemq/xbean/DestinationBridgeAccessorsTest.java
@@ -1,3 +1,19 @@
+/**
+ * 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.
+ */
 package org.apache.activemq.xbean;
 
 import java.net.URI;
@@ -16,5 +32,4 @@ public class DestinationBridgeAccessorsTest extends Assert {
 
         assertNotNull(broker);
     }
-
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/activemq/blob/50604ad9/activemq-unit-tests/src/test/resources/cert-groups.properties
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/src/test/resources/cert-groups.properties b/activemq-unit-tests/src/test/resources/cert-groups.properties
index e69de29..ded98e1 100644
--- a/activemq-unit-tests/src/test/resources/cert-groups.properties
+++ b/activemq-unit-tests/src/test/resources/cert-groups.properties
@@ -0,0 +1,17 @@
+## ---------------------------------------------------------------------------
+## 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.
+## ---------------------------------------------------------------------------
+

http://git-wip-us.apache.org/repos/asf/activemq/blob/50604ad9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e7386e3..e1d7f28 100755
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
     <cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version>
     <taglist-maven-plugin-version>2.4</taglist-maven-plugin-version>
     <build-helper-maven-plugin-version>1.8</build-helper-maven-plugin-version>
-    <apache-rat-plugin-version>0.9</apache-rat-plugin-version>
+    <apache-rat-plugin-version>0.11</apache-rat-plugin-version>
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
     <depends-maven-plugin-version>1.2</depends-maven-plugin-version>
     <maven-dependency-plugin-version>2.8</maven-dependency-plugin-version>
@@ -1419,6 +1419,7 @@
             <exclude>**/webapp/js/plotkit/**/*</exclude>
             <!-- Eclipse files -->
             <exclude>**/.*</exclude>
+            <exclude>**/.settings/*</exclude>
             <exclude>**/eclipse-classes/**/*</exclude>
             <exclude>**/target/**/*</exclude>
             <exclude>**/*.iml</exclude>
@@ -1427,6 +1428,7 @@
             <exclude>**/.idea/**/*</exclude>
             <exclude>.git/**/*</exclude>
             <exclude>**/LevelDB/**/*</exclude>
+            <exclude>**/activemq-data/**/*</exclude>
             <exclude>**/dependency-reduced-pom.xml</exclude>
             <exclude>**/*.sln</exclude>
             <exclude>**/*.userprefs</exclude>