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 xml-apis and xerces dependencies #107

Closed
wants to merge 2 commits into from

Conversation

berezovskyi
Copy link
Contributor

@berezovskyi berezovskyi commented Jun 19, 2021

Description

Remove xml-apis and xerces dependencies from everywhere except for the legacy OSLC Client. Rationale:

If your project experiences errors after upsteam removal from our side, you can add the following dependencies to your project (needed ONLY IF you are using ancient APIs from Java 5 times or earlier):

<dependency>
    <groupId>xml-apis</groupId>
    <artifactId>xml-apis</artifactId>
    <version>1.3.04</version>
</dependency>
<dependency>
    <groupId>xerces</groupId>
    <artifactId>xercesImpl</artifactId>
    <version>2.12.0</version>
</dependency>

Checklist

  • This PR adds an entry to the CHANGELOG. See https://keepachangelog.com/en/1.0.0/ for instructions. Minor edits are exempt.
  • This PR was tested on at least one Lyo OSLC server or adds unit/integration tests.
  • This PR does NOT break the API

Issues

Closes #121

Signed-off-by: Andrew Berezovskyi <[email protected]>
@berezovskyi berezovskyi marked this pull request as ready for review August 1, 2021 14:36
@berezovskyi
Copy link
Contributor Author

I think this needs more testing, will leave it out of the 4.1 release.

@berezovskyi berezovskyi mentioned this pull request Dec 14, 2021
3 tasks
@berezovskyi berezovskyi deleted the b-remove-xerces-2nd branch April 9, 2022 16:39
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.

Contribute Lyo store update library
1 participant