Big truble after update FAF client
and in console
zugduk@debian:~/faf$ ./downlords-faf-client
2020-09-28 15:35:38.253 INFO 21533 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application on debian with PID 21533 (started by zugduk in /home/zugduk/faf)
2020-09-28 15:35:38.256 INFO 21533 --- [JavaFX-Launcher] o.s.boot.SpringApplication : The following profiles are active: linux,prod
2020-09-28 15:35:38.334 ERROR 21533 --- [JavaFX-Launcher] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
org.springframework.context.annotation.ConfigurationClassUtils.checkConfigurationClassCandidate(ConfigurationClassUtils.java:108)
The following method did not exist:
'org.springframework.core.type.AnnotationMetadata org.springframework.core.type.AnnotationMetadata.introspect(java.lang.Class)'
The method's class, org.springframework.core.type.AnnotationMetadata, is available from the following locations:
jar:file:/home/zugduk/faf/lib/spring-core-5.1.8.RELEASE.jar!/org/springframework/core/type/AnnotationMetadata.class
jar:file:/home/zugduk/faf/lib/spring-core-5.2.7.RELEASE.jar!/org/springframework/core/type/AnnotationMetadata.class
The class hierarchy was loaded from the following locations:
org.springframework.core.type.AnnotationMetadata: file:/home/zugduk/faf/lib/spring-core-5.1.8.RELEASE.jar
Action:
Correct the classpath of your application so that it contains a single, compatible version of org.springframework.core.type.AnnotationMetadata
2020-09-28 15:35:38.335 ERROR 21533 --- [JavaFX-Launcher] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
org.springframework.context.annotation.ConfigurationClassUtils.checkConfigurationClassCandidate(ConfigurationClassUtils.java:108)
The following method did not exist:
'org.springframework.core.type.AnnotationMetadata org.springframework.core.type.AnnotationMetadata.introspect(java.lang.Class)'
The method's class, org.springframework.core.type.AnnotationMetadata, is available from the following locations:
jar:file:/home/zugduk/faf/lib/spring-core-5.1.8.RELEASE.jar!/org/springframework/core/type/AnnotationMetadata.class
jar:file:/home/zugduk/faf/lib/spring-core-5.2.7.RELEASE.jar!/org/springframework/core/type/AnnotationMetadata.class
The class hierarchy was loaded from the following locations:
org.springframework.core.type.AnnotationMetadata: file:/home/zugduk/faf/lib/spring-core-5.1.8.RELEASE.jar
Action:
Correct the classpath of your application so that it contains a single, compatible version of org.springframework.core.type.AnnotationMetadata