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

Remove obsolete Native Maven Plugin plugin dependency #2512

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

Marcono1234
Copy link
Collaborator

Purpose

Remove obsolete Native Maven Plugin plugin dependency.

Description

Plugin had been updated to a newer version without this bug in the meantime.

This can be seen by running the following Maven command with GraalVM as JDK:

mvn clean test -P native-image-test -Dagent=true

With Maven >= 3.9.0 and the old version of the plugin (and without the extra plexus-utils dependency), this failed with the error "A required class was missing while executing ...".
Now, with the currently specified plugin version this does not fail anymore with this error.

Plugin had been updated to a newer version without this bug in the meantime.
@eamonnmcmanus eamonnmcmanus merged commit bd361f6 into google:main Oct 16, 2023
9 checks passed
@Marcono1234 Marcono1234 deleted the patch-3 branch October 16, 2023 21:56
tibor-universe pushed a commit to getuniverse/gson that referenced this pull request Sep 14, 2024
Plugin had been updated to a newer version without this bug in the meantime.
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