You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/06/02 21:19:58 UTC

[commons-bcel] 02/03: Use JApiCmp instead of Clirr since Clirr does not know about Java 8.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit 5879bf2ae40c0115e0e8b5df89149fdd98056e0a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 2 14:35:04 2020 -0400

    Use JApiCmp instead of Clirr since Clirr does not know about Java 8.
---
 src/conf/clirr-ignored-diffs.xml | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/src/conf/clirr-ignored-diffs.xml b/src/conf/clirr-ignored-diffs.xml
deleted file mode 100644
index dfe1efa..0000000
--- a/src/conf/clirr-ignored-diffs.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You 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.
--->
-<!--
-    Ignore some differences that are not relevant to the external API 
- -->
-<differences>
-<!--
-  <difference>
-    <className>**/example/*Remote</className>
-    <differenceType>...</differenceType>
-    <field>my*</field>
-    <method>MyObject* method(int, java.lang.String)</method>
-    <from>...</from>
-    <to>...</to>
-  </difference>
--->
-  <!-- dropped Serializable -->
-  <difference>
-    <className>**/*</className>
-    <differenceType>4001</differenceType>
-    <to>java/io/Serializable</to>
-  </difference>
-</differences>