diff --git a/JCL/javax23api/src/javax/lang/model/util/Types.java b/JCL/javax23api/src/javax/lang/model/util/Types.java index c62c3b0b8f0..087a896fd1d 100644 --- a/JCL/javax23api/src/javax/lang/model/util/Types.java +++ b/JCL/javax23api/src/javax/lang/model/util/Types.java @@ -48,4 +48,7 @@ DeclaredType getDeclaredType(DeclaredType containing, TypeElement typeElem, TypeMirror... typeArgs); TypeMirror asMemberOf(DeclaredType containing, Element element); + default T stripAnnotations(T t) { + throw new UnsupportedOperationException(); + } } diff --git a/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF index 6ef32b06cf0..7cac8a55de0 100644 --- a/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.jdt.compiler.apt.tests;singleton:=true -Bundle-Version: 1.3.600.qualifier +Bundle-Version: 1.3.700.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-17 diff --git a/org.eclipse.jdt.compiler.apt.tests/lib/apttestprocessors8.jar b/org.eclipse.jdt.compiler.apt.tests/lib/apttestprocessors8.jar index feeb10e708d..c3b8570be26 100644 Binary files a/org.eclipse.jdt.compiler.apt.tests/lib/apttestprocessors8.jar and b/org.eclipse.jdt.compiler.apt.tests/lib/apttestprocessors8.jar differ diff --git a/org.eclipse.jdt.compiler.apt.tests/lib/javax23api.jar b/org.eclipse.jdt.compiler.apt.tests/lib/javax23api.jar index 092d51a765d..f7ca9689573 100644 Binary files a/org.eclipse.jdt.compiler.apt.tests/lib/javax23api.jar and b/org.eclipse.jdt.compiler.apt.tests/lib/javax23api.jar differ diff --git a/org.eclipse.jdt.compiler.apt.tests/pom.xml b/org.eclipse.jdt.compiler.apt.tests/pom.xml index 0675ac29f65..c46433f657c 100644 --- a/org.eclipse.jdt.compiler.apt.tests/pom.xml +++ b/org.eclipse.jdt.compiler.apt.tests/pom.xml @@ -1,6 +1,6 @@