Play framework 2.1.2 and java 1.6 migration to Java 1.8 with compatible play framework

Hello Team ,

I have play framework web application 2.1.2 with java 1.6 platform … its working good on PROD platform.

Now requirement of this application to migrate to Java 1.8 and it compatible Play framework.

Could any one please share list of setup to do this major migration .

I have struggling since last one month but not getting any approach to get it done.

Please help on same

Thanks,
Satish Suryawanshi
mail :-satishksuryawanshi@gmail.com
Phone : - 9730251687

Play 2.3.0 was the first version to support Java 8.

You can find a 2.2 to 2.3 migration guide here:
https://www.playframework.com/documentation/2.3.x/Migration23
and a 2.1 to 2.2 migration guide here:
https://www.playframework.com/documentation/2.3.x/Migration22

I should add that we would recommend that you continue to update to a more recent version from there. Even Play 2.3.x is several years old and no longer receives bug fixes or security fixes.