#javastreams — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #javastreams, aggregated by home.social.
-
Declarative pipelines. Lazy evaluation. Batched #Gatherers. #JavaStreams evolved into a flexible data processing framework. Mihaela Gheorghe-Roman offers a practical timeline from #Java 8 to 24—plus common pitfalls to avoid: https://javapro.io/2025/11/13/java-streams-evolution-from-java-8-to-today/
-
Are you using parallelStream() without profiling? Or still writing Collectors.toList() manually? #JavaStreams have evolved—Mihaela Gheorghe-Roman breaks down what modern #Java offers you from 8 to 24: https://javapro.io/2025/11/13/java-streams-evolution-from-java-8-to-today/
-
#JavaStreams changed how we process collections—but the API didn’t stop at map() and reduce(). From dropWhile() to Stream.transform(), Mihaela Gheorghe-Roman walks through the milestones you likely missed.
Full evolution: https://javapro.io/2025/11/13/java-streams-evolution-from-java-8-to-today/
-
Still writing verbose loops in #Java? Streams have evolved far beyond map() & filter()—from takeWhile() to mapMulti() to gather(). Mihaela Gheorghe-Roman traces the full journey from Java 8 to 24.
Stay current: https://javapro.io/2025/11/13/java-streams-evolution-from-java-8-to-today/
-
🚀 Java 24 bringt die neuen Stream Gatherers – ein Upgrade, das funktionales Java auf ein neues Level hebt.
Gatherers füllen eine Lücke bei den Intermediate-Operations:
✔ eleganter
✔ wiederverwendbar
✔ parallelisierbarIm Blog erklärt David anhand eines Beispiels:
🔹 wie Gatherers funktionieren
🔹 wie man eigene schreibt
🔹 und warum sie ein echter Gamechanger sind.📚 https://www.puzzle.ch/blog/2025/03/28/stream-gatherers-mit-java-24
#Java #Java24 #JavaStreams #Gatherers #FunctionalProgramming #SoftwareDevelopment #Coding #DevBlog
-
"Struggling with stream bugs? 'peek() is used to inspect elements within the stream conditionally.' Find out how in our latest post! #BugFixing #JavaStreams"
https://debugagent.com/debugging-streams-with-peek -
Learn how to write intuitive and type-safe Java Stream queries using JPAStreamer and Hibernate in Quarkus. #shorts
By Julia Gustafsson
Get Started:
https://code.quarkus.io/?extension-search=origin:other%20jpastreamerJPAStreamer documentation:
https://speedment.github.io/jpa-streamer/#jpastreamer #quarkus #quarkus3 #hibernate #jpa #java #javastreams #sql #sh
-
Learn an intuitive and type-safe way of joining two data tables using JPAStreamer and Hibernate in Quarkus with Julia Gustafsson.
https://youtube.com/shorts/jGi3DVGZCsw
Get Started:
https://code.quarkus.io/?extension-search=origin:other%20jpastreamerJPAStreamer documentation:
https://speedment.github.io/jpa-streamer/#jpastreamer #quarkus #quarkus3 #hibernate #jpa #java #javastreams #sql #short