Path: csiph.com!news.mixmin.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Ponomarenko Andrey Newsgroups: linux.debian.maint.java Subject: Re: API changes tracker for Java libraries Date: Tue, 29 Mar 2016 18:50:03 +0200 Message-ID: References: X-Original-To: Emmanuel Bourg , "debian-java@lists.debian.org" X-Mailbox-Line: From debian-java-request@lists.debian.org Tue Mar 29 16:45:09 2016 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.7 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FOURLA=0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -7 X-Greylist: delayed 383 seconds by postgrey-1.35 at bendel; Tue, 29 Mar 2016 16:44:51 UTC Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1459269476; bh=XHJhWjRET+0Q1IHHng7O3PWEv6LCxzd0dY2fNDxSUv0=; h=From:To:In-Reply-To:References:Subject:Date; b=R4pC0OPYmfEX56ORFjlMMc+f9+ldDQ+YloWHjpL91Z8NzlRrosLNe2Fa+g/l8LTGS 8XdKQCUYKBlTGypmrKsW42jYyf+whLeKEBM/WNY1y47/Dv3UvaasMlXcEqsaH1Abkx QLAW0VMSwK5IjF1KdWAeHLJV5Iq4kI/ySZdHfbkQ= MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 X-Mailing-List: archive/latest/19292 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/614151459269475@web4h.yandex.ru Approved: robomod@news.nic.it Lines: 27 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Tue, 29 Mar 2016 19:37:55 +0300 X-Original-Message-ID: <614151459269475@web4h.yandex.ru> X-Original-References: <6855851459005342@web30m.yandex.ru> <56F6AEA9.6090306@apache.org> Xref: csiph.com linux.debian.maint.java:8966 26.03.2016, 18:45, "Emmanuel Bourg": > Hi Andrey, > > Le 26/03/2016 16:15, Ponomarenko Andrey a écrit : > >>  I've just opened the new API changes tracker for Java libraries: http://abi-laboratory.pro/java/tracker/ >> >>  As the first step I've prepared reports for a random set of libraries: Android, Berkeley DB JE, Commons Collections, Hadoop, log4j and SLF4J. >> >>  The reports are generated by the new 1.5 version of the japi-compliance-checker tool. It's a big and useful update and it's highly recommended to update the tool if you are using it in your project: https://github.com/lvc/japi-compliance-checker >> >>  I'd like to ask the community what other libraries would you like to see in the tracker? > > Thank you for japi-compliance-checker, I often use it to check the > compatibility when upgrading sensitive libraries. The Apache Commons > libraries aren't very interesting to track because they almost never > break the compatibility by policy (note that you should split > commons-collections and commons-collections4, these are two distinct > APIs that can coexist in the same classpath). Some libraries I'd like to > see in the tracker are BouncyCastle, ASM, CGLIB, Guava, Jetty, ICU4J, JNA. > Added report for ASM library: http://abi-laboratory.pro/java/tracker/timeline/asm/ I need some time to add others. Seems that there are a lot of critical issues in the basic japi-compliance-checker tool that should be fixed first (performance, RAM usage, size of the report for big sets of changes, separating the code into modules, etc.). Thank you.