-
Updated
Nov 24, 2020 - Java
spring-boot-2
Here are 645 public repositories matching this topic...
-
Updated
Nov 1, 2020 - Java
-
Updated
Sep 23, 2020 - Java
-
Updated
Aug 11, 2020 - Java
-
Updated
Oct 11, 2018
-
Updated
Mar 22, 2019 - Java
-
Updated
Nov 3, 2020 - Java
-
Updated
Nov 13, 2020 - Java
-
Updated
Apr 3, 2019 - Java
-
Updated
Jan 1, 2020 - Java
-
Updated
May 9, 2018 - Java
-
Updated
Jun 7, 2018 - Java
-
Updated
Jun 22, 2019 - Java
-
Updated
Apr 5, 2019 - Java
-
Updated
May 4, 2020 - Java
-
Updated
Oct 29, 2020 - Java
-
Updated
Apr 10, 2020 - Kotlin
-
Updated
Jan 22, 2020 - Java
-
Updated
Aug 11, 2019 - Java
-
Updated
Oct 15, 2018 - Java
-
Updated
May 15, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Dec 12, 2019 - Java
-
Updated
Feb 27, 2019 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 21, 2020 - Java
Improve this page
Add a description, image, and links to the spring-boot-2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spring-boot-2 topic, visit your repo's landing page and select "manage topics."
Overview of the issue
Convert usage of Java's
Optional
to the Kotlin built-in null safety features.Motivation for or Use Case
As the bulk of the Java code is now migrated to Kotlin we can start fully migrating to Kotlin using more of its built-in features. This might seem as it should have been done already but it was intentionally left out to ease the process of migration(#85) and m