You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is explicit support for Guava's Optional (see here. It would be nice to support the Java 8 version as well. Hardcoding it just like the other is probably a bad idea as it would require to drop Java 7 support, so we most likely need some plugin mechanisms there, e.g. ServiceLoader?
The text was updated successfully, but these errors were encountered:
+1 for Java 8's Optional support. Personally, doesn't matter if it would be hardcoded and Java 7 is dropped.
Currently, the code that has switched to Java 8 Optional and still uses this library has ugly transformations scattered around.
zd0
pushed a commit
to zd0/java-sproc-wrapper
that referenced
this issue
May 27, 2016
Right now there is explicit support for Guava's Optional (see here. It would be nice to support the Java 8 version as well. Hardcoding it just like the other is probably a bad idea as it would require to drop Java 7 support, so we most likely need some plugin mechanisms there, e.g. ServiceLoader?
The text was updated successfully, but these errors were encountered: