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

feat(web-validation): replace deprecated SchemaParser with new Schema… #2445

Draft
wants to merge 1 commit into
base: 4.x
Choose a base branch
from

Conversation

pk-work
Copy link
Contributor

@pk-work pk-work commented Jul 3, 2023

…Repository

Motivation:

Explain here the context, and why you're making that change, what is the problem you're trying to solve.

Conformance:

Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

Copy link
Contributor

@tsegismont tsegismont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @pk-work

Have you been able to get to the bottom of the failures?

Comment on lines 48 to 49
// Not the best way to retrieve Vert. instance I guess. We could also try to get it from SchemaRouter
// via schemaParser.getSchemaRouter(), but the vertx field is private.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is an acceptable limitation, I think. Anyway it's only temporary.

When this is merged, keep in mind to document the limitation in the deprecations and breaking changes doc.

…Repository

Signed-off-by: Pascal Krause <pascal.krause@sap.com>
@pk-work pk-work force-pushed the 4_4_web_validation_replace_deprecated branch from 8f75544 to 8b15f85 Compare July 14, 2023 07:57
@pk-work
Copy link
Contributor Author

pk-work commented Jul 14, 2023

Thank you @pk-work

Have you been able to get to the bottom of the failures?

Not yet, @pmlopes maybe you have an idea why the tests with circular refs are failing?

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

Successfully merging this pull request may close these issues.

None yet

2 participants