java
Migrating Maven Namespace to Central Portal
Step-by-step instructions how to migrate your Maven Namespace and update your CI
java
Step-by-step instructions how to migrate your Maven Namespace and update your CI
java
Problem You would like to install Oracle JDK using Puppet. Using the puppetlabs/java module, you might get an error message such as: Error: Java distribution oracle-jdk is not supported. at […]/init.pp:57 on node […] Solution Use the module puppet-jdk-oracle. Just follow the installation instruction from the GitHub page.
eclipse
If there are multiple dependent projects in an eclipse workspace, it can be tedious to run the unit test of all these projects manually. Often, a failed unit test caused by a change in a different project than where the unit test is located is only discovered with a significant