Я пытаюсь перейти на Hibernate 5.4.13, но мой сервер не запускается из-за ошибки ниже.
[log4j2] 21:13:07,426 WARN [ClassPathXmlApplicationContext]
Exception encountered during context initialization - cancelling refresh
attempt: org.springframework.beans.factory.BeanCreationException: Error creating
bean with name ‘tomcat.server.context’ defined in URL
[jar:file:/data/sfsf/workspace/trunk/tomcat-sfs/sf_lib/idl-sftomcat-service-
trunk.8.5.43-sf.202003130051.jar!/beanRefContext.xml]: Bean instantiation via
constructor failed; nested exception is
org.springframework.beans.BeanInstantiationException: Failed to instantiate
[org.springframework.context.support.ClassPathXmlApplicationContext]:
Constructor threw exception; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name ‘sessionFactory’ defined in class path resource
[platform/transaction/tomcat-transaction-context.xml]: Invocation of init method
failed; nested exception is java.lang.NoClassDefFoundError:
org/hibernate/property/BasicPropertyAccessor
Я знаю, что BasicPropertyAccessor больше не поддерживается. Но этот вызов сделан из другой библиотеки, а не из моего кода. Мне нужно обновить другие библиотеки? Если да, то какой? ИЛИ как я могу решить эту проблему? На этом форуме нет справки по вышеуказанной проблеме.