[
https://issues.apache.org/jira/browse/DDLUTILS-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mansour Al Akeel updated DDLUTILS-284:
--------------------------------------
Attachment: upgrade.patch
This patch provides:
1- Upgrade pom.xml to from Ant 1.6.5 to the most recent one (1.9.4).
2- Upgrade junit to the most recent and stable (from 3.8.1 to 4.11)
3- Adds maven java formatter plugin. This plugin allow a consistent formatting
(indentation) between contributors, which will help in reducing the differences
and commits.
It can be run:
mvn java-formatter:format
This command will reformat the java files under 'src' directory.
> Upgrades
> ---------
>
> Key: DDLUTILS-284
> URL: https://issues.apache.org/jira/browse/DDLUTILS-284
> Project: DdlUtils
> Issue Type: Improvement
> Components: Core (No specific database)
> Affects Versions: 1.0
> Reporter: Mansour Al Akeel
> Assignee: Thomas Dudziak
> Priority: Minor
> Fix For: 1.1
>
> Attachments: upgrade.patch
>
>
> upgrade junit to something above 4.4 to allow parametrized test.
> Currenlty, the test class org.apache.ddlutils.TestAgainstLiveDatabaseBase
> uses reflection to inject fixure values before running each test.
> In junit 4 we can use org.junit.runners.Parameterized.Parameters to run the
> test multiple times, once for each configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)