I have many legacy java 6 projects and I need to add it some updates. Unfortunately I'm afraid many of us don't have the liberty to ask our customers to upgrade their JDK's. So my questions are as follows:
- Is there a way to use java 8 features such as Backports ?
- Is it really efficient solution to use it in production ?
- What is there impact in the performance of application ?