Skip to content

Commit

Permalink
#2950 Disable CDI in the full features tests on Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Apr 13, 2023
1 parent b9c6256 commit 998b3e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public Collection<String> getAdditionalCommandLineArguments(ProcessorTest.Proces
additionalExcludes.add(
"org/mapstruct/ap/test/selection/methodgenerics/wildcards/LifecycleIntersectionMapper.java" );
}
additionalExcludes.add( "org/mapstruct/ap/test/injectionstrategy/cdi/**/*.java" );
additionalExcludes.add( "org/mapstruct/ap/test/injectionstrategy/jakarta_cdi/**/*.java" );
break;
case JAVA_9:
// TODO find out why this fails:
Expand Down

0 comments on commit 998b3e9

Please sign in to comment.