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

IGNITE-14501: Ignite 3: Fix toString implementations. #88

Merged
merged 18 commits into from Apr 14, 2021

Conversation

AMashenkov
Copy link
Member

No description provided.

@AMashenkov
Copy link
Member Author

  • Ported "ToStringBuilder" with all dependant classes and related tests.
  • Removed deprecated code.
  • Originally used "Unsafe" to access class fields rewritten to VarHandles.
  • Implemented SystemProperyExtension for JUnit 5 to make annotation WithSystemProperty works.

@AMashenkov
Copy link
Member Author

Inspections failed on TC due to C-style code in CircularStringBuffer.
This requires either disabling inspection for this particular case or rewriting direct char[] array access to CharBuffer.

# Conflicts:
#	modules/network/pom.xml
#	modules/network/src/integrationTest/java/org/apache/ignite/network/scalecube/TestMessage.java
# Conflicts:
#	modules/configuration/pom.xml
#	modules/schema/pom.xml
# Conflicts:
#	modules/network/src/main/java/org/apache/ignite/network/ClusterNode.java
#	modules/raft-client/src/main/java/org/apache/ignite/raft/client/Peer.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants