mattrpav commented on PR #583: URL: https://github.com/apache/wicket/pull/583#issuecomment-1513295475
@akramshuja these packages are tricky! They used to be part of the JDK and are usually included in the bootstrap classloader. If your app uses something from the framework and a different version of packages from bundles, that would also create an invalid class graph, or really hard-to-troubleshoot bugs. While we are in the middle of JDK transition, things like this are a practical reality vs ideal-for-modularity. -- 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]
