Home New Trending Search
About Privacy Terms
#
#java24
Posts tagged #java24 on Bluesky
Preview
https://blog.stackademic.com/whats-new-in-java-24-for-backend-engineers-java-24-just-dropped-backend-changed-3c58c0f35094?source=rss----d1baaa8417a4---4 You blinked. Java grew up again. Yeah, it happens every year. This time, though, it’s different. Java 24 isn’t just “another .x release.”…

Java 24 is not just another yearly update - it's something special this time. A major milestone in Java's evolution that promises exciting new features. #Java24 #Programming blog.stackademic.com/whats-new-in-java-24-for...

0 0 0 0
Preview
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…

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

4 2 0 0
Preview
Apache Kafka Apache Kafka: A Distributed Streaming Platform.

#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_...

0 0 0 0

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

1 1 0 0
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.

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...

5 2 0 1

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

1 1 0 0

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

0 0 0 0
SmartFinder runs on Java 24

SmartFinder runs on Java 24

🚀 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

7 2 0 0

#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

0 0 0 0
Post image

Full house for our @devoxx.fr HOL on #DataOrientedPeogramming in #Java24 ! You can find the lab here: github.com/JosePaumard/...

9 0 0 0
Preview
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.

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...

2 1 1 0

#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

0 0 0 0

Check out the 'Featured Content' section in this month's #JavaAnnotatedMonthly, in which I highlight #Java24 and the #JavaOne conference!

4 2 0 0

#Java24 is packed with two dozen features. @InfoWorld dives into them. https://social.ora.cl/60100Wyps

0 0 0 0
Preview
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…

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...

13 3 0 0
Preview
Quarkus With Java 24 on Fly Random tech rants

📘 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

2 0 0 0
GraalVM for JDK 24 Release Stream 🚀
GraalVM for JDK 24 Release Stream 🚀 YouTube video by GraalVM 🚀

Learn what's new in GraalVM for JDK 24 and Graal languages: www.youtube.com/watch?v=_3a0...

#GraalVM #Java #Java24

4 1 0 1

Relive our #JavaOne livestream, covering our opening day keynote and #Java24 launch. 🎥 https://social.ora.cl/60150C2ix

0 0 0 0
Post image

#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: 🔗 xdev.software/news

#Java #JDK24 #XDEVsoftware

2 1 0 0
Preview
From Java 8 to 24: The evolution of the Streams API The introduction of the Stream API in Java marked a crucial step in the development of functional programming paradigms within the language. With Java 24, stream processing has been further consoli…

#Streams in #Java have been available since #Java8 and are still receiving new features up to #Java24. In this first blog post in the series on streams, I'll start with streams, provide an overview, and show the first steps with gatherers...
svenruppert.com/2025/03/29/f...

4 1 0 0
Java: Stream Gatherers mit Version 24 Seit ihrer Einführung in Java 8 hat sich die Stream-API zu einem unverzichtbaren Werkzeug für funktionale Programmierung in Java entwickelt. Mit jeder neuen Java-Version wird die API weiter ausgebaut ...

Java 24 bringt Stream Gatherers – und die sind mächtiger, als sie aussehen.
Endlich lassen sich komplexe Stream-Operationen eleganter und wiederverwendbar abbilden – sogar parallel!

www.puzzle.ch/blog/2025/03...

#Java #Java24 #Streams #Coding

4 1 0 0

Reading through Java 24 blog posts and release notes and it looks like we are getting closer and closer to having Java parity with Python for things like Notebooks, which is quite exciting. The custom intermediate Stream operations are also going to be very handy. #Java24 #Java

2 1 0 0

Exploring JEP 483 ("Ahead-of-Time Class Loading & Linking") right now; shaves off quite a chunk of Kafka start-up time, for instance. Blog post with some more details incoming in a bit. #Java24 #DataBS

11 0 0 0

Wow , Oracle really hates Java programmers 'String Templates were removed in Java 23 due to design considerations and are not present in Java 24' #Java #Java24 #Oracle

3 1 0 0
Post image

🎉 Java 24 has arrived!
What’s new? A lot: better performance, stronger security, and improved productivity tools for devs.

🧑‍💻 I wrote a breakdown with practical examples — check it out here:
🔗 geovannycode.com/en/Java-24%3...

#Java24 #Java #DevTools #telodijoelgio

3 2 0 0

Freundliche Erinnerung:
#Java 24 enthält Algorithmen für Post-Quanten-Kryptographie.
Das ist jedoch *nicht* das gleiche wie Quanten-Kryptographie! Vielmehr sind es traditionelle Berechnungen, die *vielleicht* auch mit #Quantencomputer schwer zu knacken sind.

⤵️

#Java24 #Kryptografie #Quanten

4 1 1 0
Preview
Back to the Future of Java With the release of Java 24 in March 2025, now is a good time to reassess the place of Java within our ever-evolving technology world. We take a deep look at the current Java software development tren...

With the release of #Java24 in March 2025, now is a good time to reassess the place of #Java within our ever-evolving technology world.

www.frameworktraining.co.uk/news-insight...

2 1 0 0

#Java24 adds more features to help developers with AI and security. 🔒

@ITProToday shares all the details. https://social.ora.cl/60110WMqZ

0 0 0 0
Preview
KAFKA-17078: Add SecurityManagerCompatibility shim (#16522) by srdo · Pull Request #19221 · apache/kafka Backport for 3.9 for #16522 The reason to do this is that this is necessary in order for 3.9 to support Java 24. Please see https://lists.apache.org/thread/6k942pphowd28dh9gn6xbnngk6nxs3n0 where it...

Do you want to migrate to #Java24 and you are using #Kafka? Then this might interest you: github.com/apache/kafka.... I'm keeping my fingers crossed that this backport gets accepted for Kafka 3.9, as moving to both Kafka 4.0, just out *and* Java 24 does seem very risky to me. What do you think?

2 0 1 0
Preview
[Shoper Gamer] Oracle เปิดตัว Java 24 พร้อมฟีเจอร์ใหม่และปรับปรุงประสิทธิภาพ โดย โดย

Oracle เปิดตัว Java 24 พร้อมฟีเจอร์ใหม่และปรับปรุงประสิทธิภาพ

#ShoperGamer #Oracle #Java #Java24 #Update #Feed

2 1 0 0