You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complication
As we could use java 11, we might benefit of new apis from java 11 in the project.
Also we are not sure if the project is compiling with java 11:
Resolution
Ensure the code compiled with java 11 and find places to use API's from java 11. If possible refactor code to use new APIs from java 11.
The text was updated successfully, but these errors were encountered:
ahmetoz
changed the title
[Hactoberfest] Ensure the code compiled with java 11 and find places to use new API's from java 11.
[Hacktoberfest] Ensure the code compiled with java 11 and find places to use new API's from java 11.
Sep 24, 2021
Situation
We migrated the app from java 8 to java 11, on: https://github.com/commercetools/commercetools-project-sync/releases/tag/3.12.0
Complication
As we could use java 11, we might benefit of new apis from java 11 in the project.
Also we are not sure if the project is compiling with java 11:
commercetools-project-sync/gradle-scripts/java-compile.gradle
Lines 1 to 6 in 90bfbfa
Resolution
Ensure the code compiled with java 11 and find places to use API's from java 11. If possible refactor code to use new APIs from java 11.
The text was updated successfully, but these errors were encountered: