Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARTEMIS-2451 eliminate knownDestinations cache #275

Conversation

clebertsuconic
Copy link
Contributor

No description provided.

@clebertsuconic clebertsuconic added Engineering Ack QE Review Needed TEST-ADDED There is a test as part of the PR. (This could be used to help QA to make their evaluation) labels Aug 20, 2019
@mkrutov
Copy link

mkrutov commented Sep 5, 2019

Can't build it:

[INFO] Compiling 775 source files to /jenkins/workspace/midstream-suite-wo-integration-tests-rhel7/activemq-artemis/tests/integration-tests/target/test-classes
/jenkins/workspace/midstream-suite-wo-integration-tests-rhel7/activemq-artemis/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/AutoCreateJmsDestinationTest.java:53: error: a type with the same simple name is already defined by the single-type-import of Wait
import org.apache.activemq.artemis.tests.util.Wait;

jbertram and others added 2 commits September 5, 2019 09:18
(cherry picked from commit 2fe565f)

downstream: ENTMQBR-2759
(cherry picked from commit a48e2c9)

downstream: ENTMQBR-2759
@clebertsuconic
Copy link
Contributor Author

fixed it

@clebertsuconic
Copy link
Contributor Author

@mkrutov at the time I sent this I didn't know how to build downstream properly on my local computer... which I know how to do it now.. I built locally and it worked

@mkrutov
Copy link

mkrutov commented Sep 6, 2019

Still not buildable.

@clebertsuconic
Copy link
Contributor Author

@mkrutov I pushed it to my open source fork. did it again and it at the correct fork now.

import org.apache.activemq.artemis.jms.client.ActiveMQQueue;
import org.apache.activemq.artemis.jms.client.ActiveMQTemporaryTopic;
import org.apache.activemq.artemis.jms.client.ActiveMQTopic;
import org.apache.activemq.artemis.junit.Wait;
import org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager;
import org.apache.activemq.artemis.tests.integration.IntegrationTestLogger;
import org.apache.activemq.artemis.tests.util.JMSTestBase;
import org.apache.activemq.artemis.tests.util.Wait;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to rename Wait class to something else or use full class path+class name (org.apache.activemq.artemis.tests.util.Wait); otherwise you have another Wait imported 4 lines above it and it fails to build because of that.

@mkrutov
Copy link

mkrutov commented Sep 6, 2019

@franz1981 franz1981 added the LTS Long term support label Sep 13, 2019
brusdev added a commit that referenced this pull request Nov 27, 2019
@brusdev
Copy link
Contributor

brusdev commented Nov 27, 2019

merged it

@brusdev brusdev closed this Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engineering Ack LTS Long term support QE Ack TEST-ADDED There is a test as part of the PR. (This could be used to help QA to make their evaluation)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants