最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

eclipse plugin - Spring Boot 3.2.x upgrade ERROR: Cannot invoke "java.util.List.size()" because "gene

programmeradmin2浏览0评论

I am upgrading to spring boot 3.2.x. As part of this migration I migrated the eclipselink version to 4.0.2 and the com.ethlo.persistence.tools:eclipselink-maven-plugin to 3.0.2.

After making these changes I am facing the following error :

Exception [EclipseLink-28018] (Eclipse Persistence Services - 4.0.2.v202306161219): . eclipse.persistence.exceptions.EntityManagerSetupException

Exception Description: Predeployment of PersistenceUnit failed.

Internal Exception: java.lang.NullPointerException: Cannot invoke "java.util.List.size()" because "genericTypes" is null

Am I missing something?

I tried migrating to eclipselink version 4.0.2 and the com.ethlo.persistence.tools:eclipselink-maven-plugin to 3.0.2 as part of my spring boot 3.2.x migration.

I tried with eclipselink .eclipse.persistence.jpa: 3.0.2 but I am facing another exception for that version: java.lang.RuntimeException: javax.lang.model.element.UnknownElementException: Unknown element: "startOffset"

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论