Is LINQ-like API considered to be included in JDK?

Paul Sandoz paul.sandoz at oracle.com
Thu Aug 1 21:01:21 UTC 2024


Hi,

There are currently no plans to do. Babylon can enable library developers to implement LINQ-like APIs. Near term such efforts are importing to provide feedback to Babylon. Longer term library developers are empowered to do their own thing, without the heavy design, release, and support constraints of the Java platform. Over time we can look at what library developers do. Maybe some key aspects of such libraries could be brought into the JDK, but it’s far too early to say what, if any, at the moment.

Paul.

> On Aug 1, 2024, at 12:44 PM, Olexandr Rotan <rotanolexandr842 at gmail.com> wrote:
> 
> Greetings. Continuing my work on LINQ-like API for Java, I am currently on the crossroads regarding including a several dependencies into my project.
> 
> Thing that bothers me the most is the fact that if jdk plans to integrate some kind of feature like linq, I would strongly prefer using plain java so my code could provide more insights from the point of view that is the closest to jdk devs themself, and even could become a foundation of such api in the future. I know that jdk prefers to ship APIs with features that utilize them (like streams and optionals with lambdas), so I figured there is a pretty significant chance this could be an intention
> 
> So I would like to ask, is there any plans for introducing LINQ-like API into jdk, in java.sql for example?
> 



More information about the babylon-dev mailing list