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

GH-4779: Un-deprecate RDFa parser setting #5069

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

edwardsph
Copy link
Contributor

GitHub issue resolved: #4779

Briefly describe the changes proposed in this PR:

PR #4858 reinstated some settings needed for RDFa support but I missed one that is used internally by the Semargl library. This PR removes the deprecation of VOCAB_EXPANSION_ENABLED so that 3rd party libraries which depend on it can work with RDF4J v5.


PR Author Checklist (see the contributor guidelines for more details):

  • my pull request is self-contained
  • I've added tests for the changes I made - N/A
  • I've applied code formatting (you can use mvn process-resources to format from the command line)
  • I've squashed my commits where necessary
  • every commit message starts with the issue number (GH-xxxx) followed by a meaningful description of the change

@hmottestad hmottestad merged commit 3413423 into eclipse-rdf4j:main Jul 6, 2024
8 of 9 checks passed
@hmottestad
Copy link
Contributor

Thanks @edwardsph :)

This will be included in 5.0.1!

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.

RDFa support is being deprecated but is still required
2 participants