You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APE logs a warning about an unsupported property when the Arquillian Jacoco extension is also present.
Expected Behaviour
No warning should be logged.
Current Behaviour
This warning is logged once for every test in a class:
11:59:13,867 WARNING [org.arquillian.ape.rdbms.core.configuration.ConfigurationImporter] (default task-77) org.arquillian.ape.rdbms.core.configuration.PersistenceConfiguration@350a70d4[qualifier=persistence] does not support properties provided '[$jacocoData]. Possible values: [defaultDataSource, defaultTransactionMode, defaultDataSeedStrategy, dumpData, dumpDirectory, defaultCleanupPhase, defaultCleanupStrategy]'. Please revise your arquillian.xml. For more details you can refer to the official documentation https://docs.jboss.org/author/display/ARQ/Persistence
Steps To Reproduce
Run a test with both APE and Arquillian Jacoco present.
Additional Information
I am using APE version 2.0.0-alpha.4 and Arquillian Jacoco version 1.0.0.Alpha9.
The text was updated successfully, but these errors were encountered:
Issue Overview
APE logs a warning about an unsupported property when the Arquillian Jacoco extension is also present.
Expected Behaviour
No warning should be logged.
Current Behaviour
This warning is logged once for every test in a class:
Steps To Reproduce
Run a test with both APE and Arquillian Jacoco present.
Additional Information
I am using APE version 2.0.0-alpha.4 and Arquillian Jacoco version 1.0.0.Alpha9.
The text was updated successfully, but these errors were encountered: