Skip to content

Commit 520f6da

Browse files
author
Jan Lolling (Klöckner
committed
Merge remote-tracking branch 'origin/master'
2 parents 8135175 + 2995ec0 commit 520f6da

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>de.jlo.talendcomp.google</groupId>
66
<artifactId>jlo-talendcomp-google-analytics4</artifactId>
7-
<version>2.2</version>
7+
<version>2.3</version>
88
<name>GoogleAnalytics Talend Component for GA4</name>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/components/tGoogleAnalytics4Input/tGoogleAnalytics4Input_begin.javajet

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,9 @@
7777
"JOBLET".equals(node.getComponent().getComponentType().toString()) == false;
7878
%>
7979
// start creating client
80-
<% if ("true".equals(keepClient)) { %>
8180
de.jlo.talendcomp.google.analytics.ga4.v1.GoogleAnalyticsInput <%=cid%> = (de.jlo.talendcomp.google.analytics.ga4.v1.GoogleAnalyticsInput) de.jlo.talendcomp.google.analytics.ga4.GoogleAnalyticsBase.getFromCache(pid + "<%=cid%>" + jobName);
8281
if (<%=cid%> == null) {
8382
<%=cid%> = new de.jlo.talendcomp.google.analytics.ga4.v1.GoogleAnalyticsInput();
84-
<% } else { %>
85-
de.jlo.talendcomp.google.analytics.ga4.v1.GoogleAnalyticsInput <%=cid%> = new de.jlo.talendcomp.google.analytics.ga4.v1.GoogleAnalyticsInput();
86-
<% } %>
8783
<%=cid%>.setJsonCredentialFile(<%=keyFile%>);
8884
<% if (timeout != null && timeout.trim().isEmpty() == false) { %>
8985
<%=cid%>.setTimeoutInSeconds(<%=timeout%>);

0 commit comments

Comments
 (0)