Hi All: We started to talk about Java 8 a while back and I am now wondering what we should do.
I see the neat stuff we did with creating abstractions with the new TimeValue and Timeout classes. With Java 8, I imagine that the TimeValue class would be replaced by Java 8's Duration. I still like having a Timeout class, but then it would become a wrapped for a Duration. So maybe we'd also have an AbstractDurationWrapper with a Timeout subclass. If we switch to Java 8 after Core 5.0, then we will have something that looks awkward. Thoughts? Gary
