collado-mike commented on PR #493: URL: https://github.com/apache/polaris/pull/493#issuecomment-2523770299
> To get past this issue, I would suggest that we copy [SmallRye's `@Identifier`](https://github.com/smallrye/smallrye-common/blob/main/annotation/src/main/java/io/smallrye/common/annotation/Identifier.java) into our code base – if it's possible for HK2 to process custom qualifiers. Yeah, it's possible to use the custom qualifiers. I think it's fine to switch the annotations - but copying the `@Identifier` code will make the classes that use it incompatible with the Quarkus work, right? I think it would be fine to just add a dependency on the SmallRye library for the annotation, as that moves the codebase into a more compatible state. WDYT? -- 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]
