home.social

#javastreams — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #javastreams, aggregated by home.social.

  1. 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: javapro.io/2025/11/13/java-str

    @openjdk #Java25 #JDK24 #JDK

  2. 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: javapro.io/2025/11/13/java-str

    @openjdk #ProjectAmber #Java25 #JavaStreams #JDK24

  3. #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: javapro.io/2025/11/13/java-str

    @openjdk #Java25 #StreamsAPI

  4. 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: javapro.io/2025/11/13/java-str

    @openjdk #ProjectAmber #Java25 #JavaStreams

  5. 🚀 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
    ✔ parallelisierbar

    Im Blog erklärt David anhand eines Beispiels:
    🔹 wie Gatherers funktionieren
    🔹 wie man eigene schreibt
    🔹 und warum sie ein echter Gamechanger sind.

    📚 puzzle.ch/blog/2025/03/28/stre

    #Java #Java24 #JavaStreams #Gatherers #FunctionalProgramming #SoftwareDevelopment #Coding #DevBlog

  6. "Struggling with stream bugs? 'peek() is used to inspect elements within the stream conditionally.' Find out how in our latest post! #BugFixing #JavaStreams"
    debugagent.com/debugging-strea

  7. Learn how to write intuitive and type-safe Java Stream queries using JPAStreamer and Hibernate in Quarkus.

    By Julia Gustafsson

    Get Started:
    code.quarkus.io/?extension-sea

    JPAStreamer documentation:
    speedment.github.io/jpa-stream