Open nedtwigg opened 1 year ago
Fixed!
Oops, not fixed, just not present in M2E 1.x on Java 11. In M2E 2.x on Java 17, it is still present.
The error we get as of plugin-maven 1.0
bundle org.apache.felix.scr:0.0.0 (281) Circular reference detected trying to get service [org.eclipse.m2e.core.embedder.IMavenConfiguration]
stack of references: ServiceReference: [org.eclipse.m2e.core.internal.project.registry.ProjectRegistryRefreshJob, org.eclipse.core.resources.IResourceChangeListener]
ServiceReference: [org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager]
ServiceReference: [org.eclipse.m2e.core.embedder.IMavenConfiguration]
ServiceReference: [org.eclipse.m2e.core.embedder.IMaven, org.eclipse.m2e.core.embedder.IMavenConfigurationChangeListener]
ServiceReference: [org.eclipse.m2e.core.internal.embedder.PlexusContainerManager]
ServiceReference: [org.codehaus.plexus.logging.LoggerManager]
We're also getting
Plugin org.eclipse.team.genericeditor.diff.extension, extension org.eclipse.ui.editors: Unknown editor with id: org.eclipse.ui.genericeditor.GenericEditor
but I can't find the bad effects of these for now...
We're getting the following errors on startup with the m2e plugin. If you do
--useAtomos=true
then they all go away (but you get other harder-to-fix errors). Even with these errors, the IDE starts, you can import a project, and it compiles and runs tests fine.