Petr Janeček

Results 16 comments of Petr Janeček

Not really. I will say `lines()` definitely is needed to bring `LineReader` to where `BufferedReader` is. The other methods are up for a debate as they could be slightly controversial...

In general yes, gladly. Unfortunately over the summer the time is tight. If I don't do it next week, my next window opens in the last week of August. To...

> Are there any other multi-threading issues from using this plugin in paralllel maven3 builds? I can imagine the process of decompressing the compiler binary to be problematic. If you...

> Eclipse ads gwt-dev in launchers classpath without having it on the maven pom.xml Exactly. The plugin should add the `gwt-dev.jar`'s dependencies to the classpath, too. Thank you for your...

Same happens for Twitter, Stack Overflow, and perhaps more. Unfortunately Text Link is definitely behind this. Please help us, it really makes our daily browsing unbearable. Do you need any...

> Sure there is something in JMH but it seems hard to use/read/process: [http://java-performance.info/introduction-jmh-profilers](http://java-performance.info/introduction-jmh-profilers/) The link is dead now, so I cannot see what it was saying. It should be...

For any lurkers out there, this will be a hard one. This is not about some incompatible type massaging, this is unfortunately about semantics as Redis Cluster does not support...

Okay, I actually started looking into this. 1. The eclipse project setup is outdated - JUnit 5 was introduced, but the setup doesn't know about it yet. I'm not yet...

> This is annoying as it's largely unfixable without breaking changes as there's now only `new RecordSerializer()` constructor and no `new RecordSerializer(Class type)` constructor. Actually we could still internally just...

I agree overall, the fact that FieldSerializer can't pick a canonical constructor if there is one is a shame that could be optionally alleviated (at least since Java 8 where...