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

Reduce visibility of UriTemplate constructor calls #1045

Closed
gregturn opened this issue Aug 6, 2019 · 0 comments
Closed

Reduce visibility of UriTemplate constructor calls #1045

gregturn opened this issue Aug 6, 2019 · 0 comments
Assignees
Labels
in: core Core parts of the project type: task
Milestone

Comments

@gregturn
Copy link
Contributor

gregturn commented Aug 6, 2019

Make the constructors private/package private. This will encourage people to use the more performant static method calls.

See #1044.

@gregturn gregturn added this to the 1.1.0.M1 milestone Aug 6, 2019
@gregturn gregturn added in: core Core parts of the project type: task labels Aug 6, 2019
gregturn added a commit that referenced this issue Aug 6, 2019
Visibility must only be removed after publishing a deprecated API.

See #1045 to track reducing the visibility of these constructor calls.
gregturn added a commit that referenced this issue Oct 10, 2019
@gregturn gregturn self-assigned this Oct 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Core parts of the project type: task
Projects
None yet
Development

No branches or pull requests

1 participant