holly-cummins commented on issue #4964: URL: https://github.com/apache/camel-quarkus/issues/4964#issuecomment-1582100070
Thanks for looking @jamesnetherton! I've hit the exact problem you describe in the past, and so I do a bit of logic where if the link doesn't exist, it will try a version before or after. There's some hardcoding in there in what I check, so I probably need to continue tuning it as new releases happen. However, in this case, it seems like the actual file names have changed/are incorrect. For example, https://camel.apache.org/components/latest/mapstruct.html does not exist https://camel.apache.org/components/3.0.0.x/mapstruct.html does not exist https://camel.apache.org/components/3.20.x/mapstruct.html does not exist https://camel.apache.org/components/3.20.x/mapstruct-component.html *does* exist (note it's got `-component` tacked on to the end) .... or are the -component pages actually a different page? -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org