Skip to content
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

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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

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
Copy link

sonar-eks bot commented Dec 2, 2024

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 (54.90% Estimated after merge)
  • Duplications 0.00% Duplicated Code (1.30% Estimated after merge)

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

View in SonarQube

@@ -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

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.

2 participants