jvsingh commented on PR #14083:
URL: https://github.com/apache/camel/pull/14083#issuecomment-2100605507
> I assume there is no @DisabledOnOs so you need to do as you do
Actually there is a @DisabledOnOs - I just wasn't sure if
`@DisabledOnOs(OS.AIX)`
or ` @DisabledOnOs(value = {OS.AIX}, architectures = {"ppc64le"} )`
is precisely equivalent to disabling it on `ppc64le `
Whereas the approach I used has been used elsewhere in camel-kafka precisely
to exclude `ppc64le `so I felt using the same approach might be safer
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]