/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.gradle.org
| | mreinhold.org
2.3 parsecs away

Travel
| | [AI summary] Oracle Chief Architect Mark Reinhold answers community questions regarding the decision to defer Project Jigsaw's modular JDK to Java 9 and outlines a strategic shift to a two-year release cycle.
| | www.morling.dev
3.8 parsecs away

Travel
| | One of the ultimate strengths of Java is its strong notion of backwards compatibility: Java applications and libraries built many years ago oftentimes run without problems on current JVMs, and the compiler of current JDKs can produce byte code, that is executable with earlier Java versions. For instance, JDK 16 supports byte code levels going back as far as to Java 1.7; But: hic sunt dracones. The emitted byte code level is just one part of the story. It's equally important to consider which APIs of the ...
| | benjiweber.co.uk
2.7 parsecs away

Travel
| |
| | www.thinkcode.se
12.7 parsecs away

Travel
| [AI summary] A technical guide explaining how to fix Maven build warnings related to platform-dependent file encodings by configuring the project.build.sourceEncoding and project.reporting.outputEncoding properties to UTF-8.