Jörn Huxhorn
Jörn Huxhorn
Nope, this is currently indeed hardcoded. And it's also a bit embarrassing that this is the case. The thing is that I would like to perform some serious refactoring in...
I'll consider that option. Wouldn't be enabled by default, though, since a running Lilith would otherwise prevent Beagle from working. I wasn't aware of that configuration shortcut.
I'll take a look.
Looks like the tests doesn't fail in case of `IOException`.
This changed to the following warning in Gradle 3.2: ``` Configuring child specs of a copy task at execution time of the task has been deprecated and is scheduled to...
Still broken in `net.java.dev.glazedlists:glazedlists_java16:1.10.0`. Repost of the above code for better readability: ```java import ca.odell.glazedlists.EventList; import ca.odell.glazedlists.GlazedLists; import ca.odell.glazedlists.swing.AutoCompleteSupport; import java.awt.EventQueue; import java.awt.Frame; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.util.ArrayList; import...
It says ``` Tests in error: JettyBasicTest.postContentConverter:123 » IndexOutOfBounds Index: 0, Size: 0 ``` in the output. You can find that output if you click on [Details](https://travis-ci.org/qos-ch/logback/builds/44350365) in the Travis...
I have the same issue.
@ceki It was supported previously, is supported in log4j2 and this regression actually bit me in production. Counting the tokens is seriously fast, i.e. in no way comparable to the...
@fenik17 I'm not sure what you mean about the big CPU overhead. I was aiming for a minimal change and counting is only performed if the last entry is actually...