News

JEP 238: Multi-Release JAR Files extends the JAR file format to allow multiple, Java-release-specific versions of class/resource files to coexist in the same archive.
Human-readable and machine-generated lock file will specify what direct and indirect dependencies should be installed into a Python environment.
Print and format a table with printf Sometimes it’s nice to format the output of a console based Java program in a friendly way. The java.lang package has no built-in table generators, but you can ...