Modern Java Development with Tip & Tail
Modern Java Development with Tip & Tail
Developing #Java with #Gradle on #NixOS and needing multiple or different specific #JDK(s) (toolchain versions) might be a tricky with NixOS, as it's not following FHS and installed JDK(s) aren't placed in standard Linux locations.
Sharing a configuration to be added/imported into `configuration.nix`, that makes multiple JDK(s) available in /opt/java, and therefore Gradle's JDK auto-detection picks them.
https://discourse.nixos.org/t/system-wide-installation-of-gradle-and-jdk/11305/4?u=kravemir
I'm making an #jdk simulator, a big bloated beetch as program that eats all of your resources.
and I misspelled bitch for a reason lol
Update on what will be targeted to Java 25 (https://openjdk.org/projects/jdk/25/).
#java #jdk #jdk25 #java25
Still writing tests like it’s 2015?
Catch up with #JUnit 5 with Marc Philipp & Christian Stein.
Hands-on. From basics to custom extensions.
All from the Team Lead of JUnit and the #JDK developer of #Oracle
Workshop seats: €19 → https://2025.europe.jcon.one/tickets
JDK 24.0.1, 21.0.7, 17.0.15, 11.0.27, and 8u451 Have Been Released
https://blogs.oracle.com/java/post/jdk-2401-2107-17015-11027-and-8u451-have-been-released
What's New in JDK 24: Final, Preview, Incubator & Experimental Features with Real Examples
Java 23 Features: A Deep Dive Into the Newest Enhancements
JDK 24 Security Enhancements: https://seanjmullan.org/blog/2025/04/07/jdk24
Highlights of this release include 2 new core quantum-resistant cryptographic algorithms (ML-KEM and ML-DSA), a preview API for Key Derivation Functions, and the permanent disabling of the Security Manager.
Компилируем компилятор или ускоряем javac вдвое
Ну блин короче :-) Знаете ли вы, куда уходит время и ресурсы при сборке проектов на Java? Сейчас покажем и расскажем, как сберечь время, нервы и кофе. Мы ускорили javac вдвое и теперь можно экономить на сборке.