Java 8 support with Jersey framework [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I have a Rest Application using Jersey framework and maven. My application works well. Now I have decided to re-factor my code and use Java 8 features wherever possible. I started with Optional class. But when I use Optional.ifPresent method in my code, tomcat fails to start with Exception. Note: There are no