iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Feature/jakarta migration

Open chrisdutz opened this issue 1 year ago • 2 comments

In this branch I am trying to migrate IoTDB to using the Jakarta namespace instead of the old JavaX.

It's probably going to take a while.

chrisdutz avatar May 13 '24 13:05 chrisdutz

While going through the project it seems that when migrating to Jakarta, we will have to update the version of Jetty to at least 11, but that breaks compatibility with Java 8 and would set Java 11 as new base-line.

chrisdutz avatar May 13 '24 15:05 chrisdutz

So it seems I'm done with transitioning everything to Jakarta. As mentioned above, I had to give up on Java 8 support setting the new base-line at Java 11, which also allowed updating some dependencies for which unfixed CVEs were being reported. I think now the build is completely CVE-free. I however haven't updated all places where I could now update (Thrift etc.).

I haven't migrated the Extras repo however as I thought it wouldn't make sense to do this, if we haven't decided to actually do the migration.

chrisdutz avatar May 16 '24 14:05 chrisdutz

Not merging.

chrisdutz avatar May 21 '24 10:05 chrisdutz