#Java24
お知らせです。
これまでJava24対応で制作していたものをJava25対応にしました。

#横断プログラミングかるた
対応するJavaのバージョンを:JDK25(OpenJDK JDK25)へ変更します
x.gd/AMvDN
対応するJavaのバージョンを:JDK25(OpenJDK JDK25)へ変更します by IT業界向けカードゲーム『横断プログラミングかるた』第2版制作費捻出と販売
2025/10/09に投稿されたIT業界向けカードゲーム『横断プログラミングかるた』第2版制作費捻出と販売の活動報告です
x.gd
October 9, 2025 at 11:48 AM
Java24 Important Features. by Veenarao
Java24 Important Features.
Java 24 is a short-term JDK release that was released in March 2025. There are several JEP(Java Enhancement Proposal) introduced in Java 24…
code.likeagirl.io
June 18, 2025 at 8:07 PM
From Norman Maurer

I am happy to announce the release of #netty 4.1.122.Final. Beside bug-fixing we also decided we will re-enable the usage of Unsafe by default while using Java24+, because the performance penalty is just too high without it for now. Check:
netty.io/news/2025/06...
Netty.news: Netty 4.1.122.Final releasedNetty: Netty 4.1.122.Final released
netty.io
June 3, 2025 at 8:44 PM
Java24 is excellent, and JavaScript was begun shortly after Java 1. Nobody knows nothing, never.
June 2, 2025 at 3:52 PM
I wrote this blog post to share some hacking sessions with the new #Java #Virtual #Threads.

While these are new and cool tools, they can hide new pitfalls to solve.. see the details in the post!

dariobalinzo.medium.com/virtual-thre...

#java24 #performance
Virtual Threads Ate My Memory: A Web Crawler’s Tale of Speed vs. Memory
I built a simple web crawler using good old platform threads. It was just a multithreaded crawler, nothing fancy. But then, curiosity…
dariobalinzo.medium.com
May 29, 2025 at 12:34 PM
#Kafka & #Java24 ... with this release it should be possible to run the client in Java 24, as it includes the security manager shim.

kafka.apache.org/blog#apache_...
Apache Kafka
Apache Kafka: A Distributed Streaming Platform.
kafka.apache.org
May 21, 2025 at 7:41 PM
With the recent launch of #Java24, we've updated our Educator Briefing to include all features that might impact Introductory Computer Science courses.

Check it out. https://social.ora.cl/60132ofjc
May 19, 2025 at 3:00 PM
Vous voulez connaître les évolutions et nouveautés de #Java24 ? Une fois encore, @jmdoudoux.bsky.social , fait une analyse en profondeur de cette nouvelle version avec 2 articles sur notre blog. La référence !
blog.sciam.fr/2025/04/29/n...
blog.sciam.fr/2025/05/05/n...
Les nouveautés de Java 24 : Partie 1
Ce premier article sur les nouveautés de Java 24 détaille les fonctionnalités proposées via des JEPs dans la syntaxe et les API notamment par les projets Amber, Loom et Panama.
blog.sciam.fr
May 12, 2025 at 2:20 PM
Acabei de criar uma aplicação simples usando Spring Boot e conectando em um banco SQLite, banco de dados usando arquivo. É tão trivial de configurar como os BD em memória. Acho que vou escrever um post sobre isso.

#springboot #sqlite #java24 #programming #coding
May 9, 2025 at 12:40 AM
After a two-year hiatus, #JavaOne returned to Redwood Shores to celebrate 30 years of Java and the release of #Java24.

@thenewstack recaps our event. https://social.ora.cl/60162ETfp
May 5, 2025 at 4:00 PM
Java24 introduces StructuredTask API. You can control an entire task which can be composed of subtasks running in different task as a whole unit.

Thus, if one task fails, the failure is propagated to other dependent tasks and the task as a whole also abort.

Ref: amritpandey.io/jdk-24-is-he...
April 24, 2025 at 12:42 PM
🚀 SmartFinder runs on Java 24!

Better performance and improved stability.
Always one step ahead!

SmartFiner is an alternative to MacOS Finder and Windows Search.

Windows store
apps.microsoft.com/detail/9pd0b...

MacOS store
apps.apple.com/us/app/smart...

#Java24 #JavaFX #ApacheLucene lovers
April 19, 2025 at 2:56 PM
#Java24 delivers AI acceleration, post-quantum security, and streamlined development features while retiring unsafe legacy components. ☕

@thenewstack takes a deeper look. https://social.ora.cl/6014Fr0ps
April 18, 2025 at 4:00 PM
Full house for our @devoxx.fr HOL on #DataOrientedPeogramming in #Java24 ! You can find the lab here: github.com/JosePaumard/...
April 17, 2025 at 1:50 PM
Now that #Java24 is published and the ClassFile-API is stable, I've updated the json-schema-compiler project and the accompanying article, check it out -> github.com/NachoBrito/j...
GitHub - NachoBrito/json-schema-compiler: JSON Schema to bytecode compiler
JSON Schema to bytecode compiler. Contribute to NachoBrito/json-schema-compiler development by creating an account on GitHub.
github.com
April 13, 2025 at 6:52 AM
#Java24 adds several new features, including the availability of the Stream Gatherers API and Class-File API, and new features designed for AI inference and quantum security. @sdtimes shares more details. https://social.ora.cl/60190WHi7
April 11, 2025 at 4:00 PM
Check out the 'Featured Content' section in this month's #JavaAnnotatedMonthly, in which I highlight #Java24 and the #JavaOne conference!
April 7, 2025 at 4:34 AM
#Java24 is packed with two dozen features. @InfoWorld dives into them. https://social.ora.cl/60100Wyps
April 4, 2025 at 4:00 PM
Java - Gatherer: a powerful new way to control Stream aggregation!

Inject, filter, finish early – even in parallel.

No frameworks. Pure Java. Learn how it works

#Java #StreamsAPI #Gatherer #JavaDev #Streams #java24

svenruppert.com/2025/04/02/r...
Rethinking Java Streams: Gatherer for more control and parallelism
Since version 8, Java has introduced an elegant, functional approach to processing data sets with the Streams API. The terminal operation collect(…) represents the bridge from the stream to a…
svenruppert.com
April 2, 2025 at 7:02 PM
📘 New Blog post!
Quarkus With Java 24 on Fly io

In this post I’ll show how to create a web app with Java 24, Quarkus, Maven and deploy it in Fly io, using a GitHub Actions workflow.

yeahwellyouknowthatsjustlikeuhyouropinionman.com/2025/03/31/q...

#quarkus #java24 #fly.io
Quarkus With Java 24 on Fly
Random tech rants
yeahwellyouknowthatsjustlikeuhyouropinionman.com
April 1, 2025 at 5:11 PM
Learn what's new in GraalVM for JDK 24 and Graal languages: www.youtube.com/watch?v=_3a0...

#GraalVM #Java #Java24
GraalVM for JDK 24 Release Stream 🚀
YouTube video by GraalVM 🚀
www.youtube.com
April 1, 2025 at 2:05 PM
Relive our #JavaOne livestream, covering our opening day keynote and #Java24 launch. 🎥 https://social.ora.cl/60150C2ix
March 31, 2025 at 4:00 PM
#Java24 is here ☕️
We’re proud to be one of the few voices from the global Java community quoted in Oracle’s official press release. Get the full story and all highlights of the latest release: 🔗 #Javatware/news" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">xdev.software/news

#Java #JDK24 #XDEVsoftware
March 31, 2025 at 11:38 AM