gus-asf opened a new pull request, #3658:
URL: https://github.com/apache/solr/pull/3658

   Forbidden API changes to account for our shift to using JakartaEE classes 
(only javax that is in the Java SE package should be used)
   
   https://issues.apache.org/jira/browse/SOLR-17503
   
   The list of packages to guard against was taken from the javadoc overview 
pages for EE 10 and 11. If anyone knows a better source feel free to sugest (or 
anything I missed)
   
   Also I put these in defaults.all.txt, but I welcome alternative selections. 
I verified that this should be effective by temporarily adding a pattern for 
javax.naming.** and observing that it failed (javax.naming is an SE package 
that is ok to use though which is why you don't see it in the PR)


-- 
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...@solr.apache.org

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


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

Reply via email to