Github user michalxo commented on the pull request:
https://github.com/apache/activemq-artemis/commit/97bfaabdaa23672e15c154b838a4e9ea2aa4df17#commitcomment-30179541
Seems like due to this commit, artemis can't be built (due to Integration
tests failing).
```
[INFO] Compiling 718 source files to
/home/buildadm/workspace/early-testing-messaging-prepare/workspace/activemq-artemis/tests/integration-tests/target/test-classes
/home/buildadm/workspace/early-testing-messaging-prepare/workspace/activemq-artemis/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java:370:
error: cannot find symbol
private AddressSettings getAddressSettings(EmbeddedJMS embeddedJMS,
String address) {
^
symbol: class EmbeddedJMS
location: class RedeployTest
/home/buildadm/workspace/early-testing-messaging-prepare/workspace/activemq-artemis/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java:374:
error: cannot find symbol
private Set<Role> getSecurityRoles(EmbeddedJMS embeddedJMS, String
address) {
^
symbol: class EmbeddedJMS
location: class RedeployTest
/home/buildadm/workspace/early-testing-messaging-prepare/workspace/activemq-artemis/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java:378:
error: cannot find symbol
private AddressInfo getAddressInfo(EmbeddedJMS embeddedJMS, String
address) {
^
symbol: class EmbeddedJMS
location: class RedeployTest
/home/buildadm/workspace/early-testing-messaging-prepare/workspace/activemq-artemis/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java:382:
error: cannot find symbol
private org.apache.activemq.artemis.core.server.Queue
getQueue(EmbeddedJMS embeddedJMS, String queueName) throws Exception {
^
symbol: class EmbeddedJMS
location: class RedeployTest
/home/buildadm/workspace/early-testing-messaging-prepare/workspace/activemq-artemis/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/RedeployTest.java:387:
error: cannot find symbol
private List<String> listQueuesNamesForAddress(EmbeddedJMS embeddedJMS,
String address) throws Exception {
^
symbol: class EmbeddedJMS
location: class RedeployTest
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
5 errors
```
---