Open vieiro opened 2 years ago
NOTE: Problem is solved after a "Clean & Build".
interesting exception. I take a look.
maven.embedder
, last NB code point which calls into libs:
at org.netbeans.modules.maven.embedder.MavenEmbedder.readProjectWithDependencies(MavenEmbedder.java:240)
uses a fairly old (2014) version of:
A2AC1CD690AB4C80DEFE7F9BCE14D35934C35CEC jdom:jdom:1.0
5D9CE6ADD7B714B8095F0E3E396C5E9F8C5DCFEF org.apache.maven.shared:maven-dependency-tree:2.2
3.1.1 would be latest. Probably good time to bump some versions after figuring out what is compatible with what etc.
it depends on org.eclipse.aether which is also in the trace, see pom: https://search.maven.org/artifact/org.apache.maven.shared/maven-dependency-tree/3.1.1/jar I am actually not sure where the module is pulling this jar from
Apache NetBeans version
Apache NetBeans latest daily build
What happened
While opening a Maven project with Apache NetBeans 14 some modules I got this exception:
How to reproduce
No response
Did this work correctly in an earlier version?
Apache NetBeans 13
Operating System
Windows 10
JDK
OpenJDK Runtime Environment 11.0.15+9-LTS
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
No response
Are you willing to submit a pull request?
Yes
Code of Conduct
Yes