diff options
Diffstat (limited to '0003-Remove-Java-14-tests.patch')
-rw-r--r-- | 0003-Remove-Java-14-tests.patch | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/0003-Remove-Java-14-tests.patch b/0003-Remove-Java-14-tests.patch new file mode 100644 index 0000000..2f88379 --- /dev/null +++ b/0003-Remove-Java-14-tests.patch @@ -0,0 +1,43 @@ +From 9763d7d30bcbb8bf56a6682bb7362f3de33a0802 Mon Sep 17 00:00:00 2001 +From: Marian Koncek <mkoncek@redhat.com> +Date: Thu, 4 Feb 2021 15:17:13 +0100 +Subject: [PATCH] Remove Java 14 tests + +--- + .../test/precompiled/SampleRecord.java | 24 ------------------- + 1 file changed, 24 deletions(-) + delete mode 100644 byte-buddy-dep/src/precompiled/java/net/bytebuddy/test/precompiled/SampleRecord.java + +diff --git a/byte-buddy-dep/src/precompiled/java/net/bytebuddy/test/precompiled/SampleRecord.java b/byte-buddy-dep/src/precompiled/java/net/bytebuddy/test/precompiled/SampleRecord.java +deleted file mode 100644 +index 522eefa..0000000 +--- a/byte-buddy-dep/src/precompiled/java/net/bytebuddy/test/precompiled/SampleRecord.java ++++ /dev/null +@@ -1,24 +0,0 @@ +-/* +- * Copyright 2014 - Present Rafael Winterhalter +- * +- * Licensed under the Apache License, Version 2.0 (the "License"); +- * you may not use this file except in compliance with the License. +- * You may obtain a copy of the License at +- * +- * http://www.apache.org/licenses/LICENSE-2.0 +- * +- * Unless required by applicable law or agreed to in writing, software +- * distributed under the License is distributed on an "AS IS" BASIS, +- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +- * See the License for the specific language governing permissions and +- * limitations under the License. +- */ +-package net.bytebuddy.test.precompiled; +- +-import net.bytebuddy.description.type.AbstractTypeDescriptionTest; +- +-import java.util.List; +- +-public record SampleRecord(@AbstractTypeDescriptionTest.SampleAnnotation @TypeAnnotation(42) List<@TypeAnnotation(84) String> foo) { +- /* empty */ +-} +-- +2.29.2 + |