]
Massimiliano Dessi resolved DROOLS-4918.
----------------------------------------
Resolution: Done
Update Springboot and Springframework to 2.2.2 and 5.2.2 as
kieparent
---------------------------------------------------------------------
Key: DROOLS-4918
URL:
https://issues.redhat.com/browse/DROOLS-4918
Project: Drools
Issue Type: Task
Reporter: Massimiliano Dessi
Assignee: Massimiliano Dessi
Priority: Major
Labels: HADrools
The springboot module of hacep refuse to start with the error
2020-01-09 15:30:27.085 ERROR 10 --- [ main] o.s.boot.SpringApplication
: Application run failed
org.springframework.core.annotation.AnnotationConfigurationException: Attribute
'proxyBeanMethods' in annotation
[org.springframework.boot.autoconfigure.SpringBootApplication] is declared as an @AliasFor
nonexistent attribute 'proxyBeanMethods' in annotation
[org.springframework.context.annotation.Configuration].; nested exception is
java.lang.NoSuchMethodException:
org.springframework.context.annotation.Configuration.proxyBeanMethods()
at
org.springframework.core.annotation.AnnotationUtils$AliasDescriptor.<init>(AnnotationUtils.java:2180)
currently it use 2.1.1 and spring 5.1.3 the proxyBeanMethods was introduced in
springboot 2.2