spring-cloud-microservice-examples
angularjs
java
cloud
thrift
finagle
eureka-server
springboot
hystrix
zipkin
spring-cloud-microservice
-
Updated
Mar 24, 2017 - Java
Overview of the issue
Convert usage of Java's
Optionalto 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