michael-o commented on PR #148:
URL: 
https://github.com/apache/maven-site-plugin/pull/148#issuecomment-1525543988

   > There's a test failure on JDK 17 that might or might not be related:
   > 
   > Sourced file: inline evaluation of: `/* * Licensed to the Apache Software 
Foundation (ASF) under one * or more con . . . '' unknown error: Unable to make 
public boolean java.util.zip.ZipFile$ZipEntryIterator.hasMoreElements() 
accessible: module java.base does not "opens java.util.zip" to unnamed module 
@3c963678 : at Line: 28 : in file: inline evaluation of:` /* * Licensed to the 
Apache Software Foundation (ASF) under one * or more con . . . '' : try {
   > 
   > ```
   > at bsh.Interpreter.eval(Interpreter.java:706)
   > at bsh.Interpreter.eval(Interpreter.java:750)
   > ```
   > 
   > I'm not sure why this might come from this PR, but I haven't seen this 
error message before so it's worth checking.
   
   This is a different issue, not related to the site descriptor. I took a peek 
at it, but don't understand because all methods are public and I am not 
familiar with JPMS, but I was able to reproduce it reliably. I'd like to 
address this in a different PR when I understand the cause.


-- 
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