Skip to content

Conversation

rmanibus
Copy link

The condition in visitUUIDConstructor is always true and make it return a UUID_LEGACY regardless of the uuidConstructorName

        BsonBinarySubType subType = BsonBinarySubType.UUID_STANDARD;
        if (!"UUID".equals(uuidConstructorName) || !"GUID".equals(uuidConstructorName)) {
            subType = BsonBinarySubType.UUID_LEGACY;
        }

@jyemin
Copy link
Collaborator

jyemin commented Jul 27, 2020

Closed by agreement on https://jira.mongodb.org/browse/JAVA-3799

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants