-
Notifications
You must be signed in to change notification settings - Fork 10
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
Generated code uses deprecated Json4JProvidersRegistry #272
Comments
Unfortunately, some tools like IBM Jazz still actively rely on this non-standard format that we marked as unsupported. For user convenience, we are still generating the code to enable support for that format. However, the project will only be supporting W3C JSON-LD over non-standard "OSLC JSON". If you find a high-impact bug in the non-standard "OSLC JSON" providers, we might still merge the fix for that considering what I described above, but no new feature development is planned. |
Please reopen if this doesn't resolve the issue for you. |
@berezovskyi ! Given that, how about no longer marking Json4JProvidersRegistry as deprecated? |
@jadelkhoury I think you can get away with RDF/XML with Jazz. I would be happy to remove OSLC JSON support once we confirm that, actually. |
Maybe this can be controlled through some parameter? |
Ideally, yes |
Update: OSLC doesn't require OSLC JSON but some domain specs like OSLC RM do: eclipse-lyo/lyo.testsuite#29 (comment) |
The generated Application class uses the deprecated Json4JProvidersRegistry class.
The text was updated successfully, but these errors were encountered: