Path: csiph.com!weretis.net!feeder7.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: Emmanuel Bourg Newsgroups: linux.debian.maint.java Subject: Re: polyglot-maven update Date: Mon, 11 May 2020 01:40:02 +0200 Message-ID: References: X-Original-To: Sudip Mukherjee , Debian Java X-Mailbox-Line: From debian-java-request@lists.debian.org Sun May 10 23:34:12 2020 Old-Return-Path: X-Amavis-Spam-Status: No, score=-11.901 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DIGITS_LETTERS=1, LDO_WHITELIST=-5, MD5_SHA1_SUM=-1, MURPHY_SCAM1=0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001] autolearn=ham autolearn_force=no X-Policyd-Weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .apache. - helo: .mail.apache. - helo-domain: .apache.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -5.5 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/22186 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/96a217e2-be73-84d0-58e0-e333c0270903@apache.org Approved: robomod@news.nic.it Lines: 33 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Mon, 11 May 2020 01:33:56 +0200 X-Original-Message-ID: <96a217e2-be73-84d0-58e0-e333c0270903@apache.org> X-Original-References: Xref: csiph.com linux.debian.maint.java:11612 Hi Sudip, In this case the best approach is to leave the polyglot-maven package as is and create a new one for the new version (for example takari-polyglot-maven). The Java package changed from org.sonatype.pmaven to io.takari.polyglot, and the version was reverted from 0.8 to 0.1, so treating this like a new library would match the technical reality. Emmanuel Bourg Le 08/05/2020 à 15:18, Sudip Mukherjee a écrit : > Hi All, > > I was trying to update tycho to the latest version and enable > tycho-pomless in the process. But that will need the latest version of > polyglot-maven. Now, polyglot-maven has moved to > https://github.com/takari/polyglot-maven, so I took that and updated > locally to test. With the updated polyglot-maven, gradle build fails, > so I started looking at gradle to see if they have used the new > polyglot-maven or not and looks like upstream gradle used it at some > point but then reverted by > https://github.com/gradle/gradle/commit/2ac89a4d5bb90bb180d16d41013756fb7f2cacb4. > > I am sure they reverted for some good reason and so am I correct in > thinking that we are now stuck with the old polyglot-maven and can > only update after upstream gradle finds some way to use it? > > If anyone wants to have a look then the update to polyglot-maven is at: > sudip/update branch at https://salsa.debian.org/sudip/polyglot-maven > >