-
Notifications
You must be signed in to change notification settings - Fork 409
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
improve java 17 build support #9850
Comments
landryb
added a commit
to landryb/MapStore2
that referenced
this issue
Dec 29, 2023
This was referenced Dec 29, 2023
Merged
updating mockito to 4.0.0 (cf 4c3c2b8) seems to fix java 17 compat, here |
landryb
added a commit
to landryb/MapStore2
that referenced
this issue
Jan 2, 2024
landryb
added a commit
to landryb/MapStore2
that referenced
this issue
Jan 15, 2024
landryb
added a commit
to landryb/MapStore2
that referenced
this issue
May 14, 2024
update: - mockito-core to 4.0.0 - maven-war-plugin to 3.4.0
offtherailz
pushed a commit
that referenced
this issue
Jul 15, 2024
fixed by #9851 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
as of now mapstore 2 doesnt build with java 17.
a first step is to use a more recent version of the
maven-war
plugin, using 3.4.0 instead of 2.1.1.this allows a build with
-DskipTests
to succeed.the tests themselves fail to build with the same failure:
this has probably something to do with an update of the mockito framework ?
The text was updated successfully, but these errors were encountered: