You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "bossenti (via GitHub)" <gi...@apache.org> on 2023/04/07 08:09:18 UTC

[I] Migrated RDF4J to version 4 (streampipes)

bossenti opened a new issue, #1495:
URL: https://github.com/apache/streampipes/issues/1495

   ### Body
   
   RDF4J introduces several breaking changes according to the changelogs (see [here](https://rdf4j.org/release-notes/4.0.0/) and [here](https://rdf4j.org/release-notes/4.0.0-m1/)). Therefore, we need to check the changes introduced and adapt our implementation accordingly.
   
   ### StreamPipes Committer
   
   I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Migrate RDF4J to version 4 (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti commented on issue #1495:
URL: https://github.com/apache/streampipes/issues/1495#issuecomment-1501466536

   Hi @garimellasrisudha
   
   Yes it is. Do you want to work on it?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Migrate RDF4J to version 4 (streampipes)

Posted by "garimellasrisudha (via GitHub)" <gi...@apache.org>.
garimellasrisudha commented on issue #1495:
URL: https://github.com/apache/streampipes/issues/1495#issuecomment-1502833072

   Hi Tim,
   
   yes i am interested to work on this migration.
   as this is good first issue could you give me brief on the issue.
   it would be helpful.
   Thank you :)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Migrate RDF4J to version 4 (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti commented on issue #1495:
URL: https://github.com/apache/streampipes/issues/1495#issuecomment-1505750922

   awesome 🚀 
   I'll assign you to this ticket immediately.
   
   The task of this issue is easy to explain.
   We are making use of the library [`RDF4J `](https://rdf4j.org/) throughout our codebase.
   Now we want to upgrade to the most recent release (we recently upgraded to the latest `3.x` version in #1472)
   Version `4.0.0` introduces some changes that affect us as well.
   So we need to read through the release notes linked in the ticket description and adapt the codebase accordingly.
   Additionally, you can simpy increase the version in the [POM file ](https://github.com/apache/streampipes/blob/dev/pom.xml#L111) and check if there are any errors when running `mvn clean verify` .
   
   In terms of setting up the development environment: you need to check out the repository, ensure that Maven and Java (JDK 17) are installed
   With that you are alrready good to go for this task 🙂 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Migrate RDF4J to version 4 (streampipes)

Posted by "garimellasrisudha (via GitHub)" <gi...@apache.org>.
garimellasrisudha commented on issue #1495:
URL: https://github.com/apache/streampipes/issues/1495#issuecomment-1501395045

   Hi Tim,
   is this still available?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org