balvi / cuba-component-declarative-controllers

CUBA component that allows to write generic features for a Controller and use them in a declarative way
5 stars 6 forks source link

CUBA 7.1 support #14

Closed mariodavid closed 4 years ago

mariodavid commented 4 years ago

This PR bumps the version to CUBA 7.1 - no changes in the content of the app component.

mariodavid commented 4 years ago

@bresche feel free to merge and publish.

I tested it locally through this example app: https://github.com/mariodavid/cuba-example-using-data-import (in particular here: https://github.com/mariodavid/cuba-example-using-data-import/blob/master/modules/web/src/de/diedavids/ddcdit/web/mlb/mlbteam/MlbTeamBrowse.java#L21)

everything worked good - so I expect everything is fine. No API changes in 7.1. regarding this content, so i assume there are no problems.

bresche commented 4 years ago

Thank you Mario.