kbss-cvut / s-pipes

Tool for execution of RDF-based pipelines.
GNU Lesser General Public License v3.0
4 stars 5 forks source link

Upgrade to new version of Java #239

Closed blcham closed 1 month ago

blcham commented 1 month ago

Currently, SPipes is built with JDK 11, and it is not possible to use a newer version due to issue with Lombok: image

The goal of the ticket is to:

blcham commented 1 month ago

If it is very easy (1h), upgrade to jdk21 if not create ticket for it

blcham commented 1 month ago

@palagdan regarding JDK version as you proposed try to upgrade it as well, i.e.: <jdk.version>1.8</jdk.version> --> <jdk.version>17</jdk.version>

blcham commented 1 month ago

Resolved by https://github.com/kbss-cvut/s-pipes/pull/243.