Generator-jhipster: Using includeAll tag in master.xml

Created on 26 Aug 2016  路  4Comments  路  Source: jhipster/generator-jhipster

Reproduce the error

Add a new entity using jhipster sub-generator

Related issues

Suggest a Fix

Replace the include tag with includeAll tag in master.xml

JHipster Version(s)

3.5.1

JHipster configuration, a .yo-rc.json file generated in the root folder
Entity configuration(s) entityName.json files generated in the .jhipster directory

Browsers and Operating System

All 4 comments

That's a good idea but we would need first to ensure the alphabetical order for loading which is currently not the case for constraints changeset.

RIght and this could cause backward compatibility issues for existing projects. I prefer explicit order rather than implicit even though this is how Cassandra generator works but it is less used.

I didn't do it on purpose, because of the warning here: http://www.liquibase.org/documentation/includeall.html

Thanks for your opinion

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DanielFran picture DanielFran  路  3Comments

shivroy121 picture shivroy121  路  3Comments

RizziCR picture RizziCR  路  3Comments

pascalgrimaud picture pascalgrimaud  路  4Comments

ahmedeldeeb25 picture ahmedeldeeb25  路  3Comments