New releases from the last week:
IntelliJ IDEA 2018.2 EAP3: Advanced Contract Annotations and More
https://blog.jetbrains.com/idea/2018/05/intellij-idea-2018-2-eap3-advanced-contract-annotations-and-more/
Gradle Releases Version 4.7 with Support for Java 10
https://www.infoq.com/news/2018/05/gradle-releases-version-4.7
Lombok 1.18.0
https://projectlombok.org/changelog
#releases #ide #gradle #lombok
IntelliJ IDEA 2018.2 EAP3: Advanced Contract Annotations and More
https://blog.jetbrains.com/idea/2018/05/intellij-idea-2018-2-eap3-advanced-contract-annotations-and-more/
Gradle Releases Version 4.7 with Support for Java 10
https://www.infoq.com/news/2018/05/gradle-releases-version-4.7
Lombok 1.18.0
https://projectlombok.org/changelog
#releases #ide #gradle #lombok
InfoQ
Gradle Releases Version 4.7 with Support for Java 10
Gradle has released version 4.7 of their polyglot build tool with a host of new features including support for Java 10, incremental annotation processing, improved console logs, and new pre-compiled script plugins for Kotlin DSL.
Migrating from Lombok to Kotlin
As a Java developer, one of the most heard complaints about working Java is the verbosity of the language. One of the main areas where this verbosity really shows up is in the area of data classes.
Since this is such a common issue, several solutions have been created, Lombok being to the most well known. In this guide you will see how to seamlessly go from using Lombok to Kotlin instead. Check it out!
#java #lombok #kotlin
https://www.jworks.io/migrating-from-lombok-to-kotlin/
As a Java developer, one of the most heard complaints about working Java is the verbosity of the language. One of the main areas where this verbosity really shows up is in the area of data classes.
Since this is such a common issue, several solutions have been created, Lombok being to the most well known. In this guide you will see how to seamlessly go from using Lombok to Kotlin instead. Check it out!
#java #lombok #kotlin
https://www.jworks.io/migrating-from-lombok-to-kotlin/