RMLio / rmlmapper-java

The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources
http://rml.io
MIT License
147 stars 61 forks source link

Support for a more recent Java version #101

Closed aljoshakoecher closed 3 years ago

aljoshakoecher commented 3 years ago

Hi there,

do you plan on supporting a more recent Java version? I came across a problem which seems to be caused by the rmlmapper jar embedding some of its dependencies. This leads to a problem with conflicting dependencies on JDK version > 9, please see this StackOverflow post for a full description of the issue.

I had a look into src/main/resources, found GrelFunctions.jar and this related issue: #26. Files within the resources folder get embedded into the jar, so could this be the reason why rmlmapper embeds some unwanted dependecies? Additionally, PR #84 seems to bring a solution for unwanted embedding of dependencies. Do you plan on merging this for the next version?

DylanVanAssche commented 3 years ago

Hi @aljoshakoecher !

Thanks for using RML! We recently merged PR #84 and released it in v4.9.3. Does that solve your issue already? If not, could you please clarify which dependencies are causing problems for you?

no-response[bot] commented 3 years ago

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.