kriegaex commented on PR #120:
URL: https://github.com/apache/xalan-java/pull/120#issuecomment-1811769128

   Another question is if you really want to force every developer to run the 
build on JDK 8 just because of the taglet dependencies on old `com.sun` JDK 
packages, which have been superseded by others on JDK 9+. Basically, you have 3 
options:
     * Continue as is.
     * Require JDK 9+ for the build and migrate the taglet thingy to the new 
API standard.
     * Add a JDK 9+ variant of the taglet code on top of the JDK 8 version and 
configure the build to use one on JDK 8 and the other on JDK 9+.
   
   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: dev-unsubscr...@xalan.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to