martinweiler opened a new issue, #2266:
URL: https://github.com/apache/incubator-kie-issues/issues/2266
Using a dynamic signal based on #{variableName} syntax, Spring Boot
application fails to start up. Quarkus applications with the same process
definition start up properly.
```
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'requestMappingHandlerMapping' defined in class path resource
[org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]:
Invalid mapping on handler class [com.sample.processes.TestResource]: public
com.sample.processes.TestModelOutput
com.sample.processes.TestResource.signal_0(java.lang.String)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1826)
~[spring-beans-6.2.12.jar:6.2.12]
```
The dynamic signal endpoints need to be revisited, but for now we can
disable the generation of REST endpoints for dynamic signals, as they are not
usable (even in Quarkus).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]