Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code works in 1.8 in prod and dev enviroment and in 11 only in dev enviroment #412

Open
MoeQuadrat opened this issue Aug 5, 2022 · 0 comments

Comments

@MoeQuadrat
Copy link

hello,
I have this code. I use it in the play framework in scala, the code works fine in dev mode. But when I use production mode it does not find the classes it found in dev mode. I then decided to downgrade my Java from 11.0.14 to 1.8 and suddenly the code works in both modes. But unfortunately I can't use My Projects in 1.8 because I need compatibility with Java 11 for some other dependencies.

val x = reflection .getSubTypesOf(classOf[AutoRoutableController]) .asScala println(x)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant