Monthly Archives: June 2021

Maven Contribution – Second Attempt! | The Two Minutes Tuesday 026 | Java Live Coding

The story continues! Back in April, Andres hacked a Maven Shade Plugin in #ToniteWithMe, and I reported that the Maven guys did not want to merge it. Time to make some adjustments! So next Friday in the next live show, … Continue reading

Posted in Java, Open Source, Programming, The Two Minutes Tuesday, Tonite With Me | Tagged , , , , , , , , , , , | Comments Off on Maven Contribution – Second Attempt! | The Two Minutes Tuesday 026 | Java Live Coding

TYPE-SAFE Generic Java Annotation Parameters | Modern Java | Head Crashing Informatics 33

#Java’s Annotation Parameters are a great way to configure strategies in a declarative way, but how to do that in a TYPE-SAFE manner using #Generics? I nearly drove nuts to find a good example for you on the web, and … Continue reading

Posted in Java, Open Source, Programming | Tagged , , , , , , , , | Comments Off on TYPE-SAFE Generic Java Annotation Parameters | Modern Java | Head Crashing Informatics 33

Boosting InputStream::transferTo Performance | The Two Minutes Tuesday 025 | Java Inside

As I explained in a recent video (https://youtu.be/qgDfZgreN40), InputStream::transferTo() is the most comfortable way to tell java we want to transfer the remaining content of one stream into another stream, but that it apparently is the slowest one, too! The … Continue reading

Posted in Java, Open Source, Programming, The Two Minutes Tuesday | Tagged , , , , , , | Comments Off on Boosting InputStream::transferTo Performance | The Two Minutes Tuesday 025 | Java Inside