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

Upgrade kie-tools to Java 17, Maven 3.9.6, and Quarkus 3 #960

Closed
Tracked by #967
tiagobento opened this issue Feb 23, 2024 · 1 comment · Fixed by apache/incubator-kie-tools#2182
Closed
Tracked by #967
Assignees
Labels
area:dependencies Dependency upgrade/update/migration area:tools Issues affecting Apache KIE tooling projects type:enhancement Something that already exists needs to be improved

Comments

@tiagobento
Copy link

There's a complication here, since we still have three big packages (Serverless Workflow Diagram Editor, BPMN, DMN, and SceSim Editors, and DashBuilder) on kie-tools that need GWT, and as you know, GWT together with Java upgrades usually require some work. We're on GWT 2.10, which should already support Java 17, but we'll know more once we try it.

@tiagobento tiagobento added area:dependencies Dependency upgrade/update/migration type:enhancement Something that already exists needs to be improved area:tools Issues affecting Apache KIE tooling projects labels Feb 23, 2024
@tiagobento tiagobento moved this from 📋 Backlog to ⏳ In Progress in 🦉 KIE Podling Board Feb 23, 2024
@yesamer
Copy link

yesamer commented Feb 23, 2024

@tiagobento I already did this analysis some time ago (#40 (comment)), I'm afraid that setting any Java 9+ version to compile our GWT code will result in a failure. Consider that we're currently still compiling it with 1.8 ( see here ).
I guess the only realistic solution is to keep 1.8 as target as source in maven with JDK 17, but that will require some adjustments (on tests side in particular)

@tiagobento tiagobento changed the title Make sure kie-tools is on Java 17, Maven 3.9.6, and Quarkus 3 Upgrade kie-tools to Java 17, Maven 3.9.6, and Quarkus 3 Feb 26, 2024
@github-project-automation github-project-automation bot moved this from ⏳ In Progress to 🎯 Done in 🦉 KIE Podling Board Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dependencies Dependency upgrade/update/migration area:tools Issues affecting Apache KIE tooling projects type:enhancement Something that already exists needs to be improved
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants