News

Get a deep dive into using method references in your Java programs, including stream operations, event listeners, and constructors and factories.
A total of 24 JEPs in JDK 24 extend stream processing, introduce quantum-resistant algorithms and provide an API for accessing class files.
Java 23, now generally available, includes previews of module import declarations, stream gatherers, structured concurrency, scoped values, and a class-file API. And much more.
Virtual threads in Java currently lack integration with the stream API, particularly for parallel streams. Here's how a JDK 22 preview feature addresses the problem.
If a customer is already using an API gateway, for example, we want to plug into that infrastructure. The same with Kubernetes, or AWS. We're not going to be successfully deployed if we require ...
Using workarounds to pipe data between systems carries a high price and untrustworthy data. Bharath Chari shares three possible solutions backed up by real use cases to get data streaming pipelines ...
Java Stream API Logger Java Stream API Logger is an instrumentation library for logging of API methods returning Stream. It is needed when you want to understand what happens in the Streams created ...