<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Talend Studio release with Java JRE 9 compatibility? in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Studio-release-with-Java-JRE-9-compatibility/m-p/2393171#M7447</link>
    <description>&lt;P&gt;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.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2019 11:19:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-04T11:19:32Z</dc:date>
    <item>
      <title>Talend Studio release with Java JRE 9 compatibility?</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Studio-release-with-Java-JRE-9-compatibility/m-p/2393167#M7443</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Studio-release-with-Java-JRE-9-compatibility/m-p/2393167#M7443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Studio release with Java JRE 9 compatibility?</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Studio-release-with-Java-JRE-9-compatibility/m-p/2393168#M7444</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are not yet targeting Java 9.&amp;nbsp; What dependencies you have that requires JRE 9?&amp;nbsp; Please share.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 02:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Studio-release-with-Java-JRE-9-compatibility/m-p/2393168#M7444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T02:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Studio release with Java JRE 9 compatibility?</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Studio-release-with-Java-JRE-9-compatibility/m-p/2393169#M7445</link>
      <description>&lt;P&gt;I'm working with Google Adwords and would like to use their latest api&amp;nbsp;&lt;A href="https://googleadsdeveloper.blogspot.com/2017/10/announcing-v201710-of-adwords-api.html" target="_blank" rel="nofollow noopener noreferrer"&gt;v201710&lt;/A&gt; because they seem fairly quick to &lt;A href="https://developers.google.com/adwords/api/docs/sunset-dates " target="_self" rel="nofollow noopener noreferrer"&gt;sunset their api's&lt;/A&gt;.&amp;nbsp;I built a custom component using has a dependency on google's adword-axis libraries found on &lt;A href=" http://repo1.maven.org/maven2/com/google/api-ads/adwords-axis/3.10.0/" target="_self" rel="nofollow noopener noreferrer"&gt;MavenCentral&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I attempt to run my Talend Job with this component with the adwords-axis dependency the error message is:&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Unsupported major.minor version 53.0&lt;/PRE&gt; 
&lt;P&gt;When I remove this dependency and downgrade the component and it's dependencies to Google Adwords&amp;nbsp;&lt;A href="https://googleadsdeveloper.blogspot.com/2017/02/announcing-v201702-of-adwords-api.html" target="_blank" rel="nofollow noopener noreferrer"&gt;v201702&lt;/A&gt;&amp;nbsp;I don't run into this issue and the job completes as expected. Since the&amp;nbsp;&lt;A href="https://googleadsdeveloper.blogspot.com/2017/10/announcing-v201710-of-adwords-api.html" target="_blank" rel="nofollow noopener noreferrer"&gt;v201710&lt;/A&gt;&amp;nbsp;api is going to be sunsetted on 02/14/2018 the stop gap has been to use&amp;nbsp;&lt;A href="https://googleadsdeveloper.blogspot.com/2017/05/announcing-v201705-of-adwords-api.html" target="_blank" rel="nofollow noopener noreferrer"&gt;v201705&lt;/A&gt;. However, this only buys me about a month of time before it's sunset of 03/28/2018.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Most likely I will be building a stand-alone program to use the v201710 api and schedule it as a cron-job.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 03:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Studio-release-with-Java-JRE-9-compatibility/m-p/2393169#M7445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T03:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Studio release with Java JRE 9 compatibility?</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Studio-release-with-Java-JRE-9-compatibility/m-p/2393170#M7446</link>
      <description>&lt;P&gt;This delay can become a huge problem. More and more libraries are leaving the Java 8 platform and require the Java 9 features.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 11:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Studio-release-with-Java-JRE-9-compatibility/m-p/2393170#M7446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-04T11:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Studio release with Java JRE 9 compatibility?</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Studio-release-with-Java-JRE-9-compatibility/m-p/2393171#M7447</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 11:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Studio-release-with-Java-JRE-9-compatibility/m-p/2393171#M7447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-04T11:19:32Z</dc:date>
    </item>
  </channel>
</rss>

