Текущая версия WebDAV 2.5.3 не совместима с платформой 7.2.12

В приложении с коммерческим addon WebDAV 2.5.3 после обновления версии платформы до 7.2.12 получаем ошибку на старте серверной части:

org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: 
Error creating bean with name 'webdav_WebdavUrlManagementService' defined in URL [jar:file:/C:[.........]/deploy/tomcat/webapps/testapp-core/WEB-INF/lib/webdav-core-2.5.3.jar!/com/haulmont/webdav/service/WebdavUrlManagementServiceBean.class]: 
Unsatisfied dependency expressed through constructor parameter 5; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: 
Error creating bean with name 'webdav_WebdavDocumentsManagementService': 
Bean with name 'webdav_WebdavDocumentsManagementService' has been injected into other beans [webdav_WebdavVersionsManagementService] in its raw version as part of a circular reference, but has eventually been wrapped. 
This means that said other beans do not use the final version of the bean. This is often the result of over-eager type matching - consider using 'getBeanNamesForType' with the 'allowEagerInit' flag turned off, for example.

В ближайшие дни планируем выпустить релиз кубы 7.2.13 с исправлением проблемы.

1 симпатия