Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 211b2be

Browse filesBrowse files
authored
Remove Java 9 code from integration tests (#4096)
1 parent 5e155ef commit 211b2be
Copy full SHA for 211b2be

1 file changed

-7Lines changed: 0 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎integrationtest/src/test/java/org/mapstruct/itest/tests/FullFeatureCompilationExclusionCliEnhancer.java‎

Copy file name to clipboardExpand all lines: integrationtest/src/test/java/org/mapstruct/itest/tests/FullFeatureCompilationExclusionCliEnhancer.java
-7Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ public Collection<String> getAdditionalCommandLineArguments(ProcessorTest.Proces
4242
"org/mapstruct/ap/test/selection/methodgenerics/wildcards/LifecycleIntersectionMapper.java" );
4343
}
4444
break;
45-
case JAVA_9:
46-
// TODO find out why this fails:
47-
additionalExcludes.add( "org/mapstruct/ap/test/collection/wildcard/BeanMapper.java" );
48-
additionalExcludes.add( "org/mapstruct/ap/test/**/jdk17/*.java" );
49-
additionalExcludes.add( "org/mapstruct/ap/test/**/jdk17/**/*.java" );
50-
additionalExcludes.add( "org/mapstruct/ap/test/**/jdk21/*.java" );
51-
break;
5245
case JAVA_11:
5346
additionalExcludes.add( "org/mapstruct/ap/test/**/spring/**/*.java" );
5447
additionalExcludes.add( "org/mapstruct/ap/test/**/jdk17/*.java" );

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.