Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
12.0
-
None
Description
I did these steps in spring boot maven application:
- Changed version of spring boot in <parent> element from 2.2.7.RELEASE to 2.3.0.RELEASE. This makes project unloadable.
- Then I did clean & build, all dependencies were downloaded.
- Project is still unloadable and right click -> reload pom.xml do nothing.
- I have to close & run netbeans. Then project is back to normal