Introduction
Some time has passed since we wrote our last blogpost about Apache NiFi where we pointed out what could be improved. It is very Read more
Kotlin allows you to put method implementation in an interface. The same mechanism can be found in Java interfaces as default methods (and also Groovy Read more
The enum class with instance method in Kotlin is quite similar to its Java version, Read more
Suppose you want submit job to ExecutorService.
You could create a class that implements Callable:
class MyJob implements Callable<Integer>{ @OverrideRead more
During a last few evenings in my free time I’ve worked on mini-application called micro-burn. The idea of it appear from work with Agile Jira Read more
I am happy to announce a first release of my Sonar Gerrit plugin. This plugin reports Sonar violations on your patchsets to Read more
In our project we use (formely Sonar) to manage our code quality. It is a great tool and I recommend Read more
The Maven Failsafe Plugin is a fork of the Maven Surefire Plugin designed to help when running integration tests. However, sometimes you may want to Read more
java.lang.IllegalStateException: No thread-bound request found: Are you referring toRead more