CUBA Studio Changelog


Version 1.3.2

  1. Fixed database scripts statements separator.
  2. Fixed DB update fail if an entity with unique constraint is renamed.
  3. Fixed NPE on deleting a unique constraint.
  4. 'java' plugin is now applied for root project in build.gradle if Eclipse support is on.

Version 1.3.1

  1. web.xml should contain webResourcesTs context parameter for projects based on platform 5.3+. If you have created such project before this update, add the following code to your modules/web/web/WEB-INF/web.xml file:
        <web-app ...
            <context-param>
                <description>Web resources version for correct caching in browser</description>
                <param-name>webResourcesTs</param-name>
                <param-value>${webResourcesTs}</param-value>
            </context-param>
    
  2. Service designer now reacts properly on file changes from outside Studio and allows to use arbitrary bean class name.
  3. Fixed bugs in the Entity designer Unique constraints tab.

Version 1.3.0