dejan2609 commented on PR #474: URL: https://github.com/apache/commons-bcel/pull/474#issuecomment-3386393851
> This would add more code like > if JDK < 8 and > 25 and if there are no jmods, we are OK, > but if JDK > 8 and < 25 and some jmods are missing it is not OK etc Suggestion: https://docs.junit.org/5.13.4/api/org.junit.jupiter.api/org/junit/jupiter/api/condition/EnabledIf.html (or `DisabledIf`). Not sure about jmods presence check, will try to digg something. -- 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]
