flowable / flowable/flowable-engine
Spring Boot /actuator/configprops does not work
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
When `/actuator/configprops` are invoked Spring Boot performs serialization of the bean. We are exposing the `SpringAsyncExecutor` as a configuration property and that one contains the `JobServiceConfiguration` which then causes a never ending loop during the serialization. We should not expose the `SpringAsyncExecutor` directly as a configuration property
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.