
Avisi on 07 April 2015
Improved releasing with Maven and Git
Back in 2012 I posted the blogpost Maven release plugin setup guide for Git on setting up the Maven release plugin. Now Maven 3 has been out for a while, so it ...
Avisi on 07 April 2015
Avisi on 12 March 2015
Avisi on 11 February 2015
Avisi op 10 June 2014
Translating pieces of data to JSON is a common practice for most Java devs. When building for example a RESTful API you probably have a library like Jackson under the hood for doing POJO-to-JSON transformations and vice versa.
Avisi op 10 June 2013
At Avisi we maintain an application platform where the platform (VM's, databases, LDAP, etc.) is maintained by a third party. Modernizing our deployment processes, we obtained ownership of the platform's configuration. This brought up a practical issue: we don't know the passwords used by the applications to connect to the services provided...