byte-buddy/0003-Remove-Java-14-tests.patch

44 lines
1.7 KiB
Diff
Raw Normal View History

2021-02-04 16:31:52 +00:00
From 9763d7d30bcbb8bf56a6682bb7362f3de33a0802 Mon Sep 17 00:00:00 2001
2020-09-30 11:49:22 +00:00
From: Marian Koncek <mkoncek@redhat.com>
2021-02-04 16:31:52 +00:00
Date: Thu, 4 Feb 2021 15:17:13 +0100
2020-09-30 11:49:22 +00:00
Subject: [PATCH] Remove Java 14 tests
---
2021-02-04 16:31:52 +00:00
.../test/precompiled/SampleRecord.java | 24 -------------------
1 file changed, 24 deletions(-)
2020-09-30 11:49:22 +00:00
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
2021-02-04 16:31:52 +00:00
index 522eefa..0000000
2020-09-30 11:49:22 +00:00
--- a/byte-buddy-dep/src/precompiled/java/net/bytebuddy/test/precompiled/SampleRecord.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
2021-02-04 16:31:52 +00:00
- * Copyright 2014 - Present Rafael Winterhalter
2020-09-30 11:49:22 +00:00
- *
- * 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 */
-}
--
2021-02-04 16:31:52 +00:00
2.29.2
2020-09-30 11:49:22 +00:00