You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/09/05 13:46:39 UTC

[1/2] syncope git commit: [SYNCOPE-738] Removing comment

Repository: syncope
Updated Branches:
  refs/heads/master a634f7c75 -> 1ff8cc44e


[SYNCOPE-738] Removing comment


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/35e35661
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/35e35661
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/35e35661

Branch: refs/heads/master
Commit: 35e35661e594900a66a83e8e47e5b010fe26b8a1
Parents: a634f7c
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Sep 5 15:41:09 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Sep 5 15:41:09 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/syncope/core/logic/init/CamelRouteLoader.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/35e35661/ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.java
----------------------------------------------------------------------
diff --git a/ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.java b/ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.java
index f44a648..4a3e577 100644
--- a/ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.java
+++ b/ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.java
@@ -151,7 +151,6 @@ public class CamelRouteLoader implements SyncopeLoader {
                 TransformerFactory tf = null;
                 DOMImplementationLS domImpl = null;
                 NodeList routeNodes;
-                // When https://issues.jboss.org/browse/WFLY-4416 is resolved, this is not needed any more
                 if (IS_JBOSS) {
                     tf = TransformerFactory.newInstance();
                     tf.setFeature(javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING, true);


[2/2] syncope git commit: Adding Maven central badge to README.md (shows within GitHub)

Posted by il...@apache.org.
Adding Maven central badge to README.md (shows within GitHub)


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/1ff8cc44
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/1ff8cc44
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/1ff8cc44

Branch: refs/heads/master
Commit: 1ff8cc44e761b330868ce3f4f33fa6920e5500f2
Parents: 35e3566
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Sep 5 15:46:31 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Sep 5 15:46:31 2016 +0200

----------------------------------------------------------------------
 README.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/1ff8cc44/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ccdf489..169577a 100644
--- a/README.md
+++ b/README.md
@@ -24,4 +24,7 @@ More information at http://syncope.apache.org
 <a href="https://bestpractices.coreinfrastructure.org/projects/154">
   <img src="https://bestpractices.coreinfrastructure.org/projects/154/badge"/>
 </a>
+<a href="https://maven-badges.herokuapp.com/maven-central/org.apache.syncope/syncope/">
+  <img src="https://maven-badges.herokuapp.com/maven-central/org.apache.syncope/syncope/badge.svg">
+</a>
 <a href="https://travis-ci.org/apache/syncope"><img src="https://api.travis-ci.org/apache/syncope.png"/></a>