You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/08/10 16:36:10 UTC

[1/2] cxf-fediz git commit: Fixing build with JDK8

Repository: cxf-fediz
Updated Branches:
  refs/heads/1.2.x-fixes 5ad45529f -> 6ed6ddd4e


Fixing build with JDK8


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/e4087a30
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/e4087a30
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/e4087a30

Branch: refs/heads/1.2.x-fixes
Commit: e4087a30d6ba3005a078aba36c0865d80d637778
Parents: 5ad4552
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Aug 10 15:35:14 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Aug 10 15:36:01 2015 +0100

----------------------------------------------------------------------
 pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e4087a30/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d8db5ef..a5138dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -768,6 +768,27 @@
             </build>
         </profile>
         <profile>
+            <id>jdk18</id>
+            <activation>
+                <jdk>1.8</jdk>
+            </activation>
+            <build>
+                <pluginManagement>
+                    <plugins>
+                        <plugin>
+                            <groupId>org.apache.maven.plugins</groupId>
+                            <artifactId>maven-javadoc-plugin</artifactId>
+                            <configuration>
+                                <additionalJOptions>
+                                    <additionalJOption>-Xdoclint:none</additionalJOption>
+                                </additionalJOptions>
+                            </configuration>
+                        </plugin>
+                    </plugins>
+                </pluginManagement>
+            </build>
+        </profile>
+        <profile>
             <id>fastinstall</id>
             <properties>
                 <maven.test.skip>true</maven.test.skip>


[2/2] cxf-fediz git commit: Minor HTML change

Posted by co...@apache.org.
Minor HTML change


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/6ed6ddd4
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/6ed6ddd4
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/6ed6ddd4

Branch: refs/heads/1.2.x-fixes
Commit: 6ed6ddd4eeae72b3e2e8875252b932b975e7f0a6
Parents: e4087a3
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Aug 10 15:35:37 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Aug 10 15:36:06 2015 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/6ed6ddd4/plugins/core/src/main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java
----------------------------------------------------------------------
diff --git a/plugins/core/src/main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java b/plugins/core/src/main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java
index 062a1ac..0a7af97 100644
--- a/plugins/core/src/main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java
+++ b/plugins/core/src/main/java/org/apache/cxf/fediz/core/util/ClassLoaderUtils.java
@@ -79,7 +79,7 @@ public final class ClassLoaderUtils {
     }
     
     /**
-     * Load a given resource. <p/> This method will try to load the resource
+     * Load a given resource. This method will try to load the resource
      * using the following methods (in order):
      * <ul>
      * <li>From Thread.currentThread().getContextClassLoader()