rmannibucau commented on a change in pull request #30: URL: https://github.com/apache/openwebbeans/pull/30#discussion_r460915298
########## File path: webbeans-impl/src/main/java/org/apache/webbeans/config/BeansDeployer.java ########## @@ -1400,13 +1400,13 @@ else if (packageVetoed) if (idx > 0) { String previousPackage = name.substring(0, idx); - Boolean result = packageVetoCache.get(previousPackage); - if (result != null && result) Review comment: It is better to quit fast i think - was the idea at least since it statistically reduces the number of op significantly (as soon as you have more than one class per pck) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org