Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ClassCastException (not tested!). See Stack Overflow question 78834435: https://stackoverflow.com/q/78834435/6505250 Stack trace (`eclipse.buildId=4.32.0.20240606-1231`): ``` java.lang.ClassCastException: class org.eclipse.jdt.internal.core.JavaNature cannot be cast to class org.eclipse.jdt.core.IJavaProject (org.eclipse.jdt.internal.core.JavaNature and org.eclipse.jdt.core.IJavaProject are in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @529500a7) at org.hibernate.eclipse.console.wizards.NewConfigurationWizard.init(NewConfigurationWizard.java:325) at ... ``` Signed-off-by: Holger Voormann <[email protected]>
- Loading branch information