Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.1
-
None
-
Java 7 and 8
Description
TomEEInjectionEnricher does not always return correct AppContext - The first context for which a BeanContext is found is returned. This has in fact been an arbitrary result of a List iteration (which has no guarantee of order) and has only come to light in differences between Java 7 and 8.