You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should set a fixed java language version. Best would be to stick to latest LTS, i.e. java11.
Applies for gradle builds and docker file creation. Moritz Keppler [email protected], Daimler TSS GmbH, legal info/Impressum
The text was updated successfully, but these errors were encountered:
Another note from me:
I just saw that the java version for the external:nifi:processors project needs to be java8.
If I compile it with java11 and copy it to my local nifi docker image I get the following error: Failure to launch NiFi due to java.lang.UnsupportedClassVersionError: microsoft/dagx/transfer/nifi/processors/FetchS3Object has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
We should set a fixed java language version. Best would be to stick to latest LTS, i.e. java11.
Applies for gradle builds and docker file creation.
Moritz Keppler [email protected], Daimler TSS GmbH, legal info/Impressum
The text was updated successfully, but these errors were encountered: