Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Studio release with Java JRE 9 compatibility?

Does anyone know if there is a release of Talend Studio in the works which will include JRE 9 support? The reason I ask is because I have some dependencies in my Talend job which will require JRE 9. If there's no release pending I'll have to seek out other options.

Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi,

We are not yet targeting Java 9.  What dependencies you have that requires JRE 9?  Please share.

Anonymous
Not applicable
Author

I'm working with Google Adwords and would like to use their latest api v201710 because they seem fairly quick to sunset their api's. I built a custom component using has a dependency on google's adword-axis libraries found on MavenCentral.

 

When I attempt to run my Talend Job with this component with the adwords-axis dependency the error message is: 

Unsupported major.minor version 53.0

When I remove this dependency and downgrade the component and it's dependencies to Google Adwords v201702 I don't run into this issue and the job completes as expected. Since the v201710 api is going to be sunsetted on 02/14/2018 the stop gap has been to use v201705. However, this only buys me about a month of time before it's sunset of 03/28/2018.

 

Most likely I will be building a stand-alone program to use the v201710 api and schedule it as a cron-job.

Anonymous
Not applicable
Author

This delay can become a huge problem. More and more libraries are leaving the Java 8 platform and require the Java 9 features.

Anonymous
Not applicable
Author

Java 9 is not a dependency of this API. I had upgraded my component tGoogleAdWordsReport to the API 201809 and had no problems at all compiling and running it under Java 8.