- Mar 11, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
reconnection delay parameter has to be set.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- Applied patch 10 mentioned in bug 105 onto SocketAppenderBase - SocketServer class has been removed and replaced by SimpleSocketServer - SimpleSocketServer is much more careful to track open client connections and to close them. Added relevant test cases.
-
- Mar 05, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- renamed c.q.l.c.j.action.ia as c.q.l.c.j.action.implicitAction
-
- Mar 04, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- removing unused stylesheets directory
-
http://bugzilla.qos.ch/show_bug.cgi?id=129\Ceki Gulcu authored
- refactored the IncludeAction for clarity - IncludeActionTest has been enhanced to check for bug 129
-
http://bugzilla.qos.ch/show_bug.cgi?id=129\Ceki Gulcu authored
- refactored the IncludeAction for clarity - IncludeActionTest has been enhanced to check for bug 129
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
-
Ceki Gulcu authored
-
- Feb 29, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Feb 04, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
The secondary map is no longer supported.
-
- Jan 31, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
http://bugzilla.slf4j.org/show_bug.cgi?id=66 for more details. In short, the caller data was not correctly extracted when going through log4j-over-slf4j.
-
- Jan 30, 2008
-
-
Ceki Gulcu authored
-
- Jan 28, 2008
-
-
Ceki Gulcu authored
The defensive code compensating for the bug in 0.9.8 until 0.9.9 is released was not merged because it is a workaround hiding the true logic of the code. void buildResponseHeaderMap() { if (responseHeaderMap == null) { if(serverAdapter != null) { <-- ---- not merged responseHeaderMap = serverAdapter.buildResponseHeaderMap(); } else { responseHeaderMap = new HashMap<String, String>(); } } }
-
- Jan 25, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Now, only Context's have a property map. A number of classes has to change to reflect this change. - first-step to using JUnit 4.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Jan 23, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
bug #104 http://bugzilla.qos.ch/show_bug.cgi?id=104
-
-
- Nov 13, 2007
-
-
Ceki Gulcu authored
exceptions on the list maintained by ConcurrentModificationException, as shown below java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449) at java.util.AbstractList$Itr.next(AbstractList.java:420) at ch.qos.logback.core.util.StatusPrinter.print(StatusPrinter.java:47) at ch.qos.logback.core.util.StatusPrinter.print(StatusPrinter.java:38) at ch.qos.logback.audit.server.AuditServerTest.testUnreachable(AuditServerTest.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) This can happen if multiple thread access BasicStatusManager simultaneously.
-
- Oct 04, 2007
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
see also http://mojo.codehaus.org/retrotranslator-maven-plugin/index.html
-