EID Runtime Exceptions and Utilities · This small library holds a set of Exceptions that implements idea of fast, reusable, error codes that can be simple thrown fast in case of unpredictable and unrecoverable application failure.
Group: pl.wavesoftware - All Dependencies
JMH Utils for JUnit · This micro library with useful JUnit rules.
HTTP/S Java Checker · It can check is your Java installation can perform connection with given HTTPS address
Exception ID (EID) Generator · <p>Generates a unique Exception ID, that can be used in Java source code.</p> <p>In order to use this plugin type <code>Ctrl+Space</code> inside empty String literal. This will generate new unique identifier as a <i>Code Completion</i>. That generated EID can be used, for example, to identify your exceptions.</p> <p> Example usage (This is technical runtime exception, a posible bug. This plugin can be used to quickly fill unique bug id.):<br /> <code>try {<br /> shuldWorkIfNoBugsExists();<br /> } catch (IOException ex) {<br /> throw new EidRuntimeException("20140218:161429", "Something wrong with HDD, permissions?", ex);<br /> }</code> </p>
Gasper · Very simple integration testing JUnit harness for 'java -jar' servers like WildFly Swarm and Spring Boot
Glassfish Console - Maven Plugin · A Maven 3 plugin to automate Glassfish administrative tasks like managing a auth-realm, resources and pools as well as deploind and starting the server
Hiera Preferences Backend · Java Preferences API backend for Puppetlabs Hiera