After the successful release of JDK 9, we can already look forward, and play around with early access releases of JDK 10. The list of JEPs currently targeted for JDK 10 is quite manageable so far. JEP 286 is probably the most exciting one for most Java developers: Local variable type inference (which we've blogged … Continue reading Using JDK 10’s Local Variable Type Inference with jOOQ
Tag: Local Variable Type Inference
10 Nice Examples of Writing SQL in Kotlin With jOOQ
Kotlin is the next big thing. With Google announcing official support for Kotlin on Android, we'll see a lot more traction for this lovely language. https://twitter.com/StackOverflow/status/864934838037622785 We've already blogged about the Kotlin language recently: 10 Features I Wish Java Would Steal From the Kotlin Language. Should you migrate your application to Kotlin? Perhaps - there … Continue reading 10 Nice Examples of Writing SQL in Kotlin With jOOQ
Java 10’s new Local-Variable Type Inference
News could hardly get more exciting than this, for a programming language aficionado! There is now a JEP 286 for Local-Variable Type Inference with status "Candidate". And a request for feedback by Brian Goetz, which I would love to invite you to participate in: http://mail.openjdk.java.net/pipermail/platform-jep-discuss/2016-March/000037.html Please do so, the survey remains open only from March … Continue reading Java 10’s new Local-Variable Type Inference