"Update Project" fails in Eclipse due to removed methods in ProjectConfigurationRequest
Closed this issue · 2 comments
dnapoletanoexp commented
This commit:
Convert 'plain data carrier' classes to records (Jun 29, 2022)
on ProjectConfigurationRequest class has removed a method (getProject) which is still needed for at least two libraries using it, as reported here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=582182
This modification makes Eclipse "Maven - Update Project" command to fail if libraries like those ones are installed.
Possible solutions are re-adding the missing methods in the class, or reverting it to the previous commit.
laeubi commented
You need to update jbostools to support the latest m2e version.
HannesWell commented