phibo22 opened a new issue, #6350: URL: https://github.com/apache/camel-quarkus/issues/6350
### Bug description Property binding for byte properties does throw org.apache.camel.NoTypeConversionAvailableException: No type converter available to convert from type: java.lang.String to the required type: byte How to reproduce: 1. Create a new project with camel-quarkus-smpp extension: `quarkus create app org.acme:getting-started \ --extension='rest,camel-quarkus-smpp'` 2. Add property `camel.component.smpp.data-coding=0` to application.properties 3. Try to start the application using `quarkus dev` -- 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: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org