Gökhan Öner

Results 29 comments of Gökhan Öner

As the one responsible refreshData method, chart.update is the only solution that chart.js gave us unfortunately, and yes my intention was to renew the data, like putting updated values. But...

@shlomiken is there a fix/workaround for this issue?

@ryw Thanks, but we cannot wait till EOY, since its a pressing issue for us. Lets see what we can do as a workaround. Any suggestion?

@mkurz any update on this one, will this be available for any Play 2.8 version?

@mkurz does it necessary to wait for 2.9 for Java 17 support? Only PR I see regarding any code change is this one -> https://github.com/playframework/playframework/pull/10731 Is it possible to merge...

As I mentioned in this PR, https://github.com/playframework/playframework/pull/10731, just applying this PR to the next 2.8 release should be more than enough for us to run our apps using Java 17,...

@mkurz Thank you very much, much appreciated 👍🏽

Thanks @mkurz . Build seems successfully completed. Today or tomorrow, I'm fine & thanks for your quick reply 🙏🏽

@mkurz thank you very much, I'll do a build & update here.

@mkurz I just build my project & run unit + integrations tests with JDK 17. Everything works. I tested with both `ThisBuild / javacOptions ++= Seq("--release", "11")` and `ThisBuild /...