Platform and Studio release 6.10 is out!

Hi everyone,

We are pleased to announce that the release 6.10 of CUBA Platform and Studio is available for download.

See the release notes and explore the breaking changes before migrating to the new version.

6 Likes

With that version i cannot longer use “Data Model” > “Generate model” against a mssql database. With 6.9.5 it works. I downgraded again and it works again.

Error:
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation.

Hi.
The JDBC driver version has been changed in this platform version. You may change the driver version for the previous one (mssql-jdbc-6.2.1.jre8) and check, that the model is generated. To do so delete the existing jar file in {path_to_studio}/studio/lib directory and add a new one with the previous version.

I’m getting this error when I try to run unit tests through IntelliJ

FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app-core'.
> Could not resolve all dependencies for configuration ':appComponent'.
   > Could not resolve com.haulmont.fts:fts-global:6.10.0.
     Required by:
         project :
      > Could not resolve com.haulmont.fts:fts-global:6.10.0.
         > Could not get resource 'https://repo.cuba-platform.com/content/groups/premium/com/haulmont/fts/fts-global/6.10.0/fts-global-6.10.0.pom'.
            > java.lang.NullPointerException (no error message)
   > Could not resolve com.haulmont.charts:charts-global:6.10.0.
     Required by:
         project :
      > Could not resolve com.haulmont.charts:charts-global:6.10.0.
         > Could not get resource 'https://repo.cuba-platform.com/content/groups/premium/com/haulmont/charts/charts-global/6.10.0/charts-global-6.10.0.pom'.
            > java.lang.NullPointerException (no error message)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
BUILD FAILED in 0s
exception during working with external system: 

Do I need to see a password for the repository or something?

Please configure premium repository user and password as described in documentation .

Yup, that’s fixed it. Thanks :+1:t5:

Thank you for the hint. I replaced it with the newst one for java8 and it worked too:
https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc/7.0.0.jre8

2 Likes