Alex Newman
2017-06-25 13:09:06 UTC
Does it make sense to move the internal implementation of our Base64 to
https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html
We are already using Optional which ties us to java 8 forever. Speaking of
that, now that we have the optional type does it start to make sense
passing optionals? In addition I noticed we use
javax.validation.constraints.NotNull
should we consider also using jsr-308 for new notnulls?
https://jcp.org/en/jsr/detail?id=208
https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html
We are already using Optional which ties us to java 8 forever. Speaking of
that, now that we have the optional type does it start to make sense
passing optionals? In addition I noticed we use
javax.validation.constraints.NotNull
should we consider also using jsr-308 for new notnulls?
https://jcp.org/en/jsr/detail?id=208