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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
