Open Thomas-WB opened 1 year ago
Can you try to supply a unit-test for this case e.g. to https://github.com/eclipse-m2e/m2e-core/tree/master/org.eclipse.m2e.core.tests to demonstrate the issue?
This seems to be a regression of https://bugs.eclipse.org/bugs/show_bug.cgi?id=388541
I'm facing the same issue.
Version: 2024-03 (4.31) Build id: I20240229-0520
I don't think you can supply a unit-test for this.
Thanks in advance...
I am using MapStruct which generates a lot of code into an own source folder called
target/generated-sources/annotations
which is configured to ignore optional compile errors:This is also reflected in the .classpath file:
When I run
Maven > Update Project... > Update project configuration from pom.xml
The attributeignore_optional_problems
is gone in the .classpath file and I have to configure it again.I am using
Version: 2023-03 (4.27.0) Build id: 20230309-1520
with Lombok v1.18.28 and OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8)
With Eclipse jee-2022-12 this was working fine.