Skip to content

feat(QTDI-113): Support Java 17 compilation #936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Jan 13, 2025
Merged

Conversation

undx
Copy link
Member

@undx undx commented Oct 16, 2024

undx added 14 commits October 15, 2024 13:35
- refactor compiler properties
- bump maven-surefire-plugin
- bump maven-shade-plugin
- bump maven-resource-plugin
- bump maven-javadoc-plugin
- bump maven-assembly-plugin
- bump maven-antrun-plugin
- bump maven to 3.9.9
- bump maven-invoker-plugin
- bump maven-site-plugin
- bump maven-source-plugin maven-release-plugin
- bump maven-jar-plugin to 3.4.2
- bump maven-deploy-plugin to 3.1.3
- refactor maven-deploy-plugin.version
- bump maven-deploy-plugin to 3.1.3
- bump maven-dependency-plugin to 3.8.0
- bump maven-clean-plugin to 3.4.0
- bump maven-compiler-plugin to 3.13.0
- set source/target to 17

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

# Conflicts:
#	documentation/src/main/antora/modules/ROOT/pages/_partials/generated_contributors.adoc
#	pom.xml

This comment has been minimized.

# Conflicts:
#	.tool-versions
@undx undx changed the title feat(TCOMP-1914): Support Java 17 compilation feat(QTDI-113): Support Java 17 compilation Dec 2, 2024

This comment has been minimized.

@@ -150,6 +150,9 @@
<properties>
<scm.repository>talend/component-runtime</scm.repository>

<maven.compiler.source>17</maven.compiler.source>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When do we plan to use this new component-runtime in Studio?
We can't use it before R2025-02, we should support Java 8 and Java11 before R2025-02

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, aware on the delays. We may postpone to next rel.

@@ -59,7 +60,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${mvn-minimal.version}</version>
<version>${maven-plugin-annotations.version}</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where do we use "mvn-minimal.version"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's used in requireMavenVersion for enforcer plugin.

Copy link
Contributor

@ozhelezniak-talend ozhelezniak-talend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, but please see comments

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

Copy link

sonar-eks bot commented Jan 13, 2025

Failed

  • 1.05% Coverage on New Code (is less than 80.00%)

Analysis Details

0 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 0 Code Smells

Coverage and Duplications

  • Coverage 1.05% Coverage (55.20% Estimated after merge)
  • Duplications 0.00% Duplicated Code (1.30% Estimated after merge)

Project ID: org.talend.sdk.component:component-runtime

View in SonarQube

Copy link
Contributor

@acatoire acatoire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@undx undx merged commit b0cc8e8 into master Jan 13, 2025
5 of 6 checks passed
@undx undx deleted the undx/TCOMP-1914-jdk17 branch January 13, 2025 14:31
undx pushed a commit that referenced this pull request Jan 15, 2025
undx added a commit that referenced this pull request Jan 15, 2025
This reverts commit b0cc8e8.

Co-authored-by: undx <ouf@qlik.com>
@acatoire acatoire restored the undx/TCOMP-1914-jdk17 branch January 16, 2025 08:43
yyin-talend pushed a commit that referenced this pull request Jun 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants