Skip to content

Move common W3C classes from web to base#1064

Merged
lmolkova merged 2 commits intodevelopfrom
lmolkova/moveW3CToBase
Jan 24, 2019
Merged

Move common W3C classes from web to base#1064
lmolkova merged 2 commits intodevelopfrom
lmolkova/moveW3CToBase

Conversation

@lmolkova
Copy link
Copy Markdown

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
Copy Markdown
Author

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

@Dmitry-Matveev
Copy link
Copy Markdown
Member

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

@lmolkova lmolkova force-pushed the lmolkova/moveW3CToBase branch from d077eb9 to 547e28e Compare January 24, 2019 00:19
@lmolkova
Copy link
Copy Markdown
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
Copy Markdown
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