Skip to content

Commit 318afa0

Browse files
committed
Update SystemUtilsTest.java
1 parent 2843cab commit 318afa0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

microsphere-java-core/src/test/java/io/microsphere/util/SystemUtilsTest.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
import static javax.lang.model.SourceVersion.latest;
9494
import static javax.lang.model.SourceVersion.values;
9595
import static org.junit.jupiter.api.Assertions.assertEquals;
96-
import static org.junit.jupiter.api.Assertions.assertThrows;
9796

9897
/**
9998
* {@link SystemUtils} Test
@@ -111,6 +110,8 @@ public class SystemUtilsTest {
111110
private static final Field[] IS_JAVA_VERSION_FIELDS = findIsJavaVersionFields();
112111

113112
private static final Map<Integer, String> versionedClassNames = ofMap(
113+
24, "java.lang.classfile.Annotation",
114+
23, "java.lang.runtime.ExactConversionsSupport",
114115
22, "java.lang.foreign.Arena",
115116
21, "java.util.SequencedSet",
116117
20, "java.lang.reflect.ClassFileFormatVersion",
@@ -120,8 +121,8 @@ public class SystemUtilsTest {
120121
16, "java.lang.Record",
121122
15, "java.lang.invoke.MethodHandles.Lookup.ClassOption",
122123
14, "java.io.Serial",
123-
13, "com.sun.source.tree.YieldTree",
124-
12, "java.lang.invoke.TypeDescriptor",
124+
13, "com.sun.source.util.ParameterNameProvider",
125+
12, "java.lang.constant.Constable",
125126
11, "java.net.http.HttpClient",
126127
10, "",
127128
9, "java.lang.ProcessHandle",

0 commit comments

Comments
 (0)