Skip to content

Introduced com.auth0.client.mgmt.types.UserId type (instead of String used previously in some methods) is not surfaced in change logs #887

Description

@pietrovich

Checklist

  • I have looked into the Readme and Examples, and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

Changes like this worth a word in release notes / changelogs, IMHO :")

Would be nice if String replacement with com.auth0.client.mgmt.types.UserId surfaced clearly as it breaks plenty of things around com.auth0.client.mgmt.ManagementApi ...

Sorry, had to select "bug" label as others did not fit. Though, if it is a bug it is a documentation one :")

Reproduction

Just try to install 3.9.0 and build your project. If anything operated with UserIdentitySchema.getUserId() it will probably break as it returns now com.auth0.client.mgmt.types.UserId and not a plain String like it was in 3.8.0

Return and arguments type changed in plenty of places from String to UserId so it should be easy to catch

Additional context

No response

auth0-java version

3.9.0

Java version

25

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis points to a verified bug in the code

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions