Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration file #4

Open
b-gyula opened this issue Oct 11, 2024 · 0 comments
Open

Add configuration file #4

b-gyula opened this issue Oct 11, 2024 · 0 comments

Comments

@b-gyula
Copy link
Owner

b-gyula commented Oct 11, 2024

An external (YAML/HOCON) configuration file shall be possible to add as program argument, that contains additional info cannot be retrieved from the jar:

  • Column tag type mapping: The column tag is used in several changes, but only a reduced set of the attributes are used and the Liquibase code does not reflect it. Mostly ColumnConfig is used. There is also AddColumnConfig, but the generator might not be able to retrieve that type. There needs to be a section in the configuration file, where the {parent change name} -> {column type name} mapping can be defined. These types are expected to be already defined in the XSD.

  • type mapping: There needs to be a section for {java type} -> {xml type} mappings

  • additional description section: for each change/property additional description shall be possible to added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant