Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1311#discussion_r119606267 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ActiveMQSessionContext.java --- @@ -643,7 +643,7 @@ protected CreateSessionMessage newCreateSession(String username, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge) { - return new CreateSessionMessage(name, sessionChannel.getID(), VersionLoader.getVersion().getIncrementingVersion(), username, password, minLargeMessageSize, xa, autoCommitSends, autoCommitAcks, preAcknowledge, confirmationWindow, null); --- End diff -- There's another commi I had to do on master to fix checkstyle. if you could please try building with: ``` mvn install -Pdev install -DskipTests=true ``` You will see where the checkstyle failed. Please amend and a push -f.. I have seen a Pull request for the wildfly fork, you will have to do the same now.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---