Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/1155
```
[WARNING] Creating fake javadoc directory to prevent repeated invocations:
/work/apache/six/artemis-selector/target/apidocs
[INFO] The goal
'org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:javadoc' has not been
previously called for the module:
'org.apache.activemq:artemis-jms-client:jar:2.1.0-SNAPSHOT'. Trying to invoke
it...
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=256m; support was removed in 8.0
/work/apache/six/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/persistence/SyncSendTest.java:157:
warning: non-varargs call of varargs method with inexact argument type for
last parameter;
jms.createQueue(true, "queue", null, true, null);
^
cast to String for a varargs call
cast to String[] for a non-varargs call and to suppress this warning
[WARNING] Creating fake javadoc directory to prevent repeated invocations:
/work/apache/six/artemis-jms-client/target/apidocs
[INFO] The goal
'org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:javadoc' has not been
previously called for the module:
'org.apache.activemq:artemis-journal:jar:2.1.0-SNAPSHOT'. Trying to invoke it...
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=256m; support was removed in 8.0
/work/apache/six/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jdbc/store/journal/JDBCJournalTest.java:80:
error: method create in interface Factory cannot be applied to given types;
journal = new JDBCJournalImpl(jdbcUrl, DRIVER_CLASS,
factory.create(JOURNAL_TABLE_NAME), scheduledExecutorService, executorService);
^
required: String,DatabaseStoreType
found: String
reason: actual and formal argument lists differ in length
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---