Explore >> Select a destination


You are here

codingcraftsman.wordpress.com
| | phil.lavin.me.uk
2.3 parsecs away

Travel
| | Intro It feels like quite a common requirement to want to sanitise your Java application logs to remove passwords, PII,
| | www.thinkcode.se
2.6 parsecs away

Travel
| |
| | blog.jeff-media.com
2.5 parsecs away

Travel
| | Spigot uses Log4j to log console output, hence making it easy to listen to incoming console messages, or to block certain console messages from appearing. Prequisities You need to have Log4J on your classpath. We simply add the dependency to our pom.xml using the provided scope, as Spigot already contains those classes on runtime: Create...
| | in.relation.to
16.1 parsecs away

Travel
| Java 9 comes with a new feature very useful to library authors: multi-release JARs (JEP 238). A multi-release JAR (MR JAR) may contain multiple variants of one and the same class, each targeting a specific Java version. At runtime, the right variant of the class will be loaded automatically, depending on the Java version being used. This allows library authors to take advantage of new Java versions early on, while keeping compatibility with older versions at the same time. If for instance your library pe...