galderz opened a new issue #1005: PropertyBindingException slidingwindowsize URL: https://github.com/apache/camel-quarkus/issues/1005 Testing camel-quarkus with Graal master and (labs) JDK 11, and two patches [here](https://github.com/apache/camel-quarkus/compare/master...galderz:t_1003_999?expand=1) for #999 and #1003: ``` Caused by: org.apache.camel.PropertyBindingException: Error binding property (camel.resilience4j.slidingwindowsize=1234) with name: slidingwindowsize on bean: org.apache.camel.model.Resilience4jConfigurationDefinition@7fe0c16daee0 with value: 1234 at org.apache.camel.main.BaseMainSupport.setPropertiesOnTarget(BaseMainSupport.java:176) at org.apache.camel.main.BaseMainSupport.doConfigureCamelContextFromMainConfiguration(BaseMainSupport.java:768) at org.apache.camel.main.BaseMainSupport.autoconfigure(BaseMainSupport.java:531) at org.apache.camel.main.BaseMainSupport.postProcessCamelContext(BaseMainSupport.java:587) at org.apache.camel.quarkus.core.CamelMain.postProcessCamelContext(CamelMain.java:59) at org.apache.camel.quarkus.core.CamelMain.doStart(CamelMain.java:49) at org.apache.camel.support.service.ServiceSupport.start(ServiceSupport.java:121) at org.apache.camel.quarkus.core.CamelMainRecorder.start(CamelMainRecorder.java:97) ``` [Longer output](https://gist.github.com/galderz/ace4fef3f9c668d49b42b8b101092741).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services