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

core: update GWT to the newer version #992

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0ffer
Copy link
Contributor

@0ffer 0ffer commented Jan 29, 2025

In new releases there are small fixes and possibility to build it with newer versions of java (up to 21).

With GWT update I aligned maven configuration to build all modules with java-11.

It builded successfully on my machine.
I prepared small setup for testing (one host and one nfs storage domain).
And looked by hands on two browsers (firefox and chrome).
All things looks good for me.

Are you the owner of the code you are sending in, or do you have permission of the owner?

[y/n] y

@0ffer
Copy link
Contributor Author

0ffer commented Jan 29, 2025

I will prepare PR with new dependencies into build-dependencies project a bit lately.

@0ffer
Copy link
Contributor Author

0ffer commented Jan 29, 2025

I will prepare PR with new dependencies into build-dependencies project a bit lately.

Done, this is PR with new versions: oVirt/ovirt-engine-build-dependencies#38

Copy link
Member

@dupondje dupondje left a comment

Choose a reason for hiding this comment

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

See comments.
I would split the compiler changes and the version bumps.
And also 2 missing libs in the build-dependencies.

frontend/webadmin/modules/pom.xml Show resolved Hide resolved
@@ -59,19 +59,6 @@

<build>
<plugins>

Copy link
Member

Choose a reason for hiding this comment

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

Can we eventually put those changes in another commit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think, yes.
I will leave here only version update, and then will create another PR with compile aligning on single java version.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done, but i need some time to check locally (builded successfully, but i need to install and check it by hands).

pom.xml Show resolved Hide resolved
In new releases there are small fixes and possibility
to build it with newer versions of java (up to 21).

Signed-off-by: Stanislav Melnichuk <[email protected]>
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