shadogray opened a new pull request, #142:
URL: https://github.com/apache/deltaspike/pull/142

   1) Archive Isolation: 
       Weld 5 has moved to property: 
"org.jboss.weld.environment.servlet.archive.isolation"
       [Weld Reference 
5.0.0#_bean_archive_isolation](https://docs.jboss.org/weld/reference/5.0.0.Final/en-US/html_single/#_bean_archive_isolation)
   
   2) NPE in WeldContainerControl:
     - handle missing default test-container config gracefully
     - add an empty test-container properties file
   
   ```
   java.lang.NullPointerException: Cannot invoke "java.util.Map.entrySet()" 
because "map" is null
           at 
org.apache.deltaspike.cdise.weld.WeldContainerControl.convertProperties(WeldContainerControl.java:210)
           at 
org.apache.deltaspike.cdise.weld.WeldContainerControl.boot(WeldContainerControl.java:84)
           at 
org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner$ContainerAwareTestContext.applyBeforeClassConfig(CdiTestRunner.java:485)
   ```


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

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

Reply via email to