This is the RDBMS Plugin of jQAssistant. It enables jQAssistant to scan and to analyze RDBMS related artifacts like:
-
tables
-
columns
-
…
For more information on jQAssistant see https://jqassistant.org.
- NOTE
-
Starting from jqassistant-rdbms-plugin v2.0.0, the RDBMS-Plugin resides under jqassistant-plugin. Therefore, not only the repository location changed but also group id and artifact id were adapted from
com.buschmais.jqassistant.plugin:rdbms
toorg.jqassistant.plugin:jqassistant-rdbms-plugin
. - NOTE
-
From jQAssistant v2.0.0 onwards, it is not part of the core distribution anymore and a manual configuration as shown below is required.
jqassistant:
plugins:
- group-id: org.jqassistant.plugin (1)
artifact-id: jqassistant-rdbms-plugin
version: ${jqassistant.rdbms-plugin.version}
-
Dependency to the RDBMS plugin
-
Moved Plugin from com.buschmais.jqassistant.plugin (core-Distribution) to org.jqassistant.plugin
-
Method
createSchemas(Catalog, Store)
ofcom.buschmais.jqassistant.plugin.rdbms.impl.scanner.AbstractSchemaScannerPlugin
is now protected. This change allows users to create a customized variant of this plugin. You can find the corresponding PR here.
-
Fixed a problem in the documentation of the RDBMS scanner plugin, the file providing the database connection properties must be prefixed with
jqassistant.plugin.rdbms
.