Hi all, Does anyone have issues with the hibernate-core module in Eclipse?
*I'm getting the following errors there:* The method doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the type AbstractBulkCompositeIdTest The method doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the type AbstractBulkIdTest The method doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the type AbstractSkipLockedTest The method doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the type AbstractSkipLockedTest The method doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the type AbstractSkipLockedTest The method doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the type BatchOptimisticLockingTest BatchOptimisticLockingTest.java The method doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the type InformixFunctionTest Type mismatch: cannot convert from NativeQuery to NativeQueryImplementor SessionDelegatorBaseImpl.java I also had some cyclic dependency issues within the modules but that can be solved by disabling the error in Eclipse. These issues are not present in IntelliJ anyhow. Does anyone experience the same? Shouldn't this be fixed or the official IDE for Hibernate is IntelliJ? Thanks! Best Regards, Arnold _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev