Description
When you have a scheme name with upper case for example, e.g: @UriEndpoint(firstVersion = "3.0.0-SNAPSHOT", scheme = "RobotFramework", title = "RobotFramework"), it will fail to populate the options and query params due to the case sensitivity in the schema name. It is expecting the schema json file to be robotframework.json but the generated one is RobotFramework.json and therefore it fails to populate the options due to this case sensitivity comparison
Attachments
Issue Links
- relates to
-
CAMEL-13990 Add UriEndpoint annotation checks for the schema name in the apt compiler so the compilation can fail in case there are invalid options set
- Resolved
-
CAMEL-13989 Enhance the javadoc for the UriEndpoint annotation
- Closed