Recent Posts

GitHub Actions and Maven

3 minute read

Since I maintain some OpenSource projects its important to know the projects state. Those projects are using Maven. So a simple local build and test is an ea...

Java VarArgs

1 minute read

To support an arbitrary number of arguments of one type for a method you have basically only one option, you have to create an array.

Subversion Locks to Git LFS Locks

5 minute read

Since Git is somehow state of the art of source code management systems, we wanted to switch from Subversion to it. All the easy branching and high performan...