Play framework and Java version

后端 未结 2 407
谎友^
谎友^ 2021-01-17 04:17

I would like to know if there is any connection between the play framework version (of my java app) to the java version of my app?

Example: if I use play 2.2.1 and h

相关标签:
2条回答
  • 2021-01-17 04:57

    The Play 2.3.x is first version that mentions Java 8, see here

    Today morning I was talking with colleague of mine who found running 2.1.x some kind of problematic with Java 8, fortunately for him - he can run his project with lower Java.

    I'm afraid, that you can meet some problems with 2.2.x as well, the good option is to create small projects and test the Java 8 features against 2.2.1, or better - rise the app's Play version to 2.3.x, here's the migration tutorial

    0 讨论(0)
  • 2021-01-17 05:09

    I've also notice on play 2.3.7 that it has some problems with recognise static methods in interfaces

    0 讨论(0)
提交回复
热议问题