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

Move common W3C classes from web to base #1064

Merged
merged 2 commits into from
Jan 24, 2019
Merged

Conversation

lmolkova
Copy link
Member

W3C implementation is used by Web and AspNetCore SDKs.

We are going to enable W3C for some 1DS users that do not necessarily use Web SDK (and reference DependencyCollector that declares W3C implementation).

Without this change, we would require everyone to install base + dependency collector just to onboard W3C. With this change, it is still explicit choice to enable it.

This change is pure file move: no new functionality, namespace change, etc.

@lmolkova
Copy link
Member Author

@Dmitry-Matveev did you decide if we are allowed to do this?

@Dmitry-Matveev
Copy link
Member

@lmolkova , I'm addressing this offline with OSS team, will add you to an email thread.

@lmolkova
Copy link
Member Author

as per offline conversation with @Dmitry-Matveev and OSS team:

  • we create new APIs in base sdk (this PR)
  • we keep old APIs in DependencyCollector, but deprecate them with error = true
  • we forward calls from DepCollector.W3C apis to new APIs

no breaking changes. DepCollector W3C APIs will be removed in 3.0

@lmolkova lmolkova closed this Jan 24, 2019
@lmolkova lmolkova reopened this Jan 24, 2019
@lmolkova
Copy link
Member Author

@Dmitry-Matveev are you ok with this? Can I merge?

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.

3 participants