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

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-server.git

commit d244415980061472635a81d09ca575c3c08ee86c
Author: Mikael StÃ¥ldal <[email protected]>
AuthorDate: Sun Jul 30 10:53:25 2017 +0200

    Intentionally break compilation to indicate this needs to be fixed
---
 .../src/main/java/org/apache/logging/log4j/server/JmsServer.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/log4j-server/src/main/java/org/apache/logging/log4j/server/JmsServer.java 
b/log4j-server/src/main/java/org/apache/logging/log4j/server/JmsServer.java
index 8bc549c..70477db 100644
--- a/log4j-server/src/main/java/org/apache/logging/log4j/server/JmsServer.java
+++ b/log4j-server/src/main/java/org/apache/logging/log4j/server/JmsServer.java
@@ -54,7 +54,7 @@ public class JmsServer extends LogEventListener implements 
MessageListener, Life
                      final String username,
                      final String password) {
         final String managerName = JmsServer.class.getName() + '@' + 
JmsServer.class.hashCode();
-        final Properties jndiManager = JndiManager.createProperties("", "", 
"", "", "", new Properties());
+        // TODO init JmsManager properly
         jmsManager = JmsManager.getJmsManager(managerName, jndiManager, 
connectionFactoryBindingName,
             destinationBindingName, username, password.toCharArray(), false, 
0L);
     }

Reply via email to