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

Axon 2.4.x migration to Java 17 #2

Open
wants to merge 66 commits into
base: axon-2.4.x
Choose a base branch
from

Conversation

adamklinkosz
Copy link

No description provided.

…nce that interface is part of the core Java and loaded by the Bootstrap classloader.
…ncompatible with Mockito required by Java 17+
@adamklinkosz adamklinkosz changed the base branch from master to axon-2.4.x August 13, 2024 07:16
distributed-commandbus/pom.xml Show resolved Hide resolved
/**
* @author Allard Buijze
*/
@RunWith(PowerMockRunner.class)
@PrepareForTest({JGroupsConnectorFactoryBean.class, JChannel.class, JGroupsConnector.class})
@Ignore("This test uses PowerMock in an incompatible way.")
Copy link
Author

Choose a reason for hiding this comment

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

Try to see if this test can be written differently, without using PowerMock.

/**
* @author Allard Buijze
*/
@Ignore("For whatever reason, this test only works in separate from others. There might be some polluted state from other tests.")
Copy link
Author

Choose a reason for hiding this comment

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

Try fixing this test and re-enable it.

integrationtests/pom.xml Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant