You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/10/26 14:43:24 UTC

[1/3] brooklyn-dist git commit: Suppress log message about BouncyCastle in Karaf

Repository: brooklyn-dist
Updated Branches:
  refs/heads/master 1a1eae724 -> 5d274305f


Suppress log message about BouncyCastle in Karaf

 The INFO message `BouncyCastle not registered, using the default JCE provider`
 appears in the logs, coming from Karaf's SSH server module (org.apache.sshd.core).
 Explicitly prevent sshd from registering BC to suppress the message.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/5f7f4fd0
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/5f7f4fd0
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/5f7f4fd0

Branch: refs/heads/master
Commit: 5f7f4fd0872468c9791ad3602e49c455449f6c67
Parents: 7ca4ddc
Author: Guglielmo Nigri <gu...@cloudsoftcorp.com>
Authored: Wed Sep 28 15:37:37 2016 +0200
Committer: Guglielmo Nigri <gu...@cloudsoftcorp.com>
Committed: Wed Sep 28 15:37:37 2016 +0200

----------------------------------------------------------------------
 karaf/apache-brooklyn/src/main/resources/etc/system.properties | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/5f7f4fd0/karaf/apache-brooklyn/src/main/resources/etc/system.properties
----------------------------------------------------------------------
diff --git a/karaf/apache-brooklyn/src/main/resources/etc/system.properties b/karaf/apache-brooklyn/src/main/resources/etc/system.properties
index a95f167..b1e1955 100644
--- a/karaf/apache-brooklyn/src/main/resources/etc/system.properties
+++ b/karaf/apache-brooklyn/src/main/resources/etc/system.properties
@@ -131,3 +131,9 @@ karaf.secured.services = (&(osgi.command.scope=*)(osgi.command.function=*))
 # You can specify the location of the lock file using the
 # karaf.lock.dir=/path/to/the/directory/containing/the/lock
 #
+
+#
+# Explicitly prevent Karaf's sshd from registering BouncyCastle
+# to suppress misleading message in the log
+#
+org.apache.sshd.registerBouncyCastle = false


[2/3] brooklyn-dist git commit: Add reminder comment

Posted by sv...@apache.org.
Add reminder comment


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/3870197d
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/3870197d
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/3870197d

Branch: refs/heads/master
Commit: 3870197d83a26d78df8fec0d3887f3b66f3da8f7
Parents: 5f7f4fd
Author: Guglielmo Nigri <gu...@cloudsoftcorp.com>
Authored: Wed Oct 26 11:16:02 2016 +0200
Committer: Guglielmo Nigri <gu...@cloudsoftcorp.com>
Committed: Wed Oct 26 11:16:02 2016 +0200

----------------------------------------------------------------------
 karaf/apache-brooklyn/src/main/resources/etc/system.properties | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/3870197d/karaf/apache-brooklyn/src/main/resources/etc/system.properties
----------------------------------------------------------------------
diff --git a/karaf/apache-brooklyn/src/main/resources/etc/system.properties b/karaf/apache-brooklyn/src/main/resources/etc/system.properties
index b1e1955..ffddfe3 100644
--- a/karaf/apache-brooklyn/src/main/resources/etc/system.properties
+++ b/karaf/apache-brooklyn/src/main/resources/etc/system.properties
@@ -134,6 +134,9 @@ karaf.secured.services = (&(osgi.command.scope=*)(osgi.command.function=*))
 
 #
 # Explicitly prevent Karaf's sshd from registering BouncyCastle
-# to suppress misleading message in the log
+# to suppress misleading message in the log.
+#
+# TODO: We have BouncyCastle but it's an older version than the one org.apache.sshd
+# requires (1.49 vs 1.51). Once we update our dependency version we should revisit this.
 #
 org.apache.sshd.registerBouncyCastle = false


[3/3] brooklyn-dist git commit: Closes #50

Posted by sv...@apache.org.
Closes #50

Suppress log message about BouncyCastle in Karaf

The INFO message BouncyCastle not registered, using the default JCE
provider appears in the logs, coming from Karaf's SSH server module
(org.apache.sshd.core). Explicitly prevent sshd from registering BC
to suppress the message.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/5d274305
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/5d274305
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/5d274305

Branch: refs/heads/master
Commit: 5d274305fbe5f254e2a5ca7510c5a02a94b719f2
Parents: 1a1eae7 3870197
Author: Svetoslav Neykov <sv...@neykov.name>
Authored: Wed Oct 26 17:42:04 2016 +0300
Committer: Svetoslav Neykov <sv...@neykov.name>
Committed: Wed Oct 26 17:42:04 2016 +0300

----------------------------------------------------------------------
 .../src/main/resources/etc/system.properties                | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------