cstamas commented on PR #381:
URL: https://github.com/apache/maven-resolver/pull/381#issuecomment-1829598101

   Unsure which "enforcer bug" you refer to... all it does when you ask 
enforcer "I don't want any higher bytecode on classpath than Java8" is to fail 
when it encounters Java11 bytecode with your solution, as it really *does* 
contain Java11 classes on Java 8 classpath. So, unsure where the bug is?
   
   It does work, as PR shows. Can you show me example where it does not work?
   
   As I said above, if JAR is Java11 and you want to use it downstream in 
project that declares itself java 8, it is "enforcer bug" according to you, 
that enforcer fails the build in this case?
   
   For this no hacks (as those are like static electricity, the more you have 
of those, the more you need downstream) and "bugs" needed, it just works.


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to