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

Remove redundant bool member for annotations param in RouteParameters #3644

Open
karenzshea opened this issue Feb 2, 2017 · 1 comment
Open
Milestone

Comments

@karenzshea
Copy link
Contributor

Given the work in #3628 which makes the annotations parameter for route and matching services accept an enum of individual values, including All and None, the boolean based annotations parameter can be removed from the interface. Needs to happen in v6 though because it is breaking.

@daniel-j-h
Copy link
Member

And we should think about encapsulation. At least for our public API.
Otherwise we will hit this in the future again.

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

No branches or pull requests

2 participants