You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a bug in javac in JDK versions prior to JDK 9, it is currently impossible to use @Autowired, @Qualifier, and @Value on individual constructor arguments if the constructor is in a JUnit Jupiter @Nested test class (i.e., an inner class) and the code was compiled using JDK < 9.
Sam Brannen opened SPR-16653 and commented
Overview
Due to a bug in
javac
in JDK versions prior to JDK 9, it is currently impossible to use@Autowired
,@Qualifier
, and@Value
on individual constructor arguments if the constructor is in a JUnit Jupiter@Nested
test class (i.e., an inner class) and the code was compiled using JDK < 9.See #21193 and JUnit Jupiter issue #1345 for further details.
Deliverables
@Autowired
,@Qualifier
, and@Value
can be used on individual constructor arguments in@Nested
test classes.Affects: 5.0 GA
Issue Links:
Referenced from: commits 9244090
The text was updated successfully, but these errors were encountered: