Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Sudip Mukherjee Newsgroups: linux.debian.maint.java Subject: Re: [Help] gradle-plugin-protobuf Date: Tue, 23 Jun 2020 14:30:01 +0200 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Tue Jun 23 12:29:14 2020 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.179 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=yqfRE/2T+pnVGqTZF7sc+CMCCvSBeJJi0E4WwGTA2uc=; b=He70d7XLLEaRHlUXIO7YbQ2TcpUpklJopnErapdiPJa97kbqeXEauovaTr0siUnrxC rRgtBemb01q4CAOC0FsorEQP2Sh7OPQcVJsEiRyMXcp+n3etl3ubVW/Gl+NvsCK/VKbx gW9ANAQtlZ7Wfx982SZsfaz8vxR3MMHN3V5nJNzIvIHWiq1MG/OUp8scNvis7E+CAcHf F8rHV6DvVynDNxPK/T8YmCF03Qvi70T7XYF/8U3+s7lO3uAAMeeNyXuc/EBW+fbVOtWG m01qy/nhI2AsuuxTCpkL3h42V3fct7qTq94QGSb+Jhg0Njj361MLyAdbzE5ASO1Cwlzs usVw== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=yqfRE/2T+pnVGqTZF7sc+CMCCvSBeJJi0E4WwGTA2uc=; b=kMYjcIBLUhMMA3prn2HiLi0b1KZWo9CCscXibiBJd2xl37npDPrQnRnnqrnGNDjrf5 oUTRRLPA/dyU2Y7l7UTSEBtXDcq/s+S9UHqDvEjKsN+vvpDFtC9HOuOa8j/6LELD7pGL EDKt5hNdcPuCPUAJR44uqGEqxkAAm/O5wiRE09Mc+vm9K5xsC0RJBNF8vxZdxePkY0Qd YxzyUlgOymuZGML7zvJtQ33qmU3BkPmWR6TGLBTo8cRQNvhTgGZw5cj96vAf7OY589bk T2aB5ScEtb8y67MXuUMiuJe/iTh2RUcbRf050rNSR0eAfuTdHRVuQFXfPcORy7oanL25 Yu3w== X-Gm-Message-State: AOAM531QkX6cNweeFcuc1Et/Nq1Dbvts/7LxivslPeEUwCKqXOUhG/rI x0cAuX5r0msAvTa6X7bgt044WTwRgCgKnDRLjRY= X-Google-SMTP-Source: ABdhPJwZruAsad4Fp4GRNNrxY0V/+XuDgrxIcSQMeiiyI1un6oVcsOtlBjg7y18l73ZrOKZS9Ug1njyyr6TqmWq4ov0= X-Received: by 2002:aca:c494:: with SMTP id u142mr16129105oif.113.1592915339188; Tue, 23 Jun 2020 05:28:59 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailing-List: archive/latest/22302 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CADVatmOrSzfyvXMFMFv5JKEtK5qzSZCuq9rLQkkv79UvaK-SmQ@mail.gmail.com Approved: robomod@news.nic.it Lines: 45 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Java X-Original-Date: Tue, 23 Jun 2020 13:28:22 +0100 X-Original-Message-ID: X-Original-References: Xref: csiph.com linux.debian.maint.java:11721 Hi Samyak, gradle-plugin-protobuf is being used by libspring-java, so if you are updating gradle-plugin-protobuf you will need to patch libspring-java to use the new gradle-plugin-protobuf. And also the Debian version is 0.9.2-1, but the new google protobuf-gradle-plugin is 0.8.12 so you will need to add Epoch to the version. imho, it will be much easier to patch 'bundletool' to use ws.antonov.gradle.plugins:gradle-plugin-protobuf. --=20 Regards Sudip On Tue, Jun 23, 2020 at 1:12 PM Samyak Jain wrote: > > Hey, > > The package gradle-plugin-protobuf exists in Java-Team and hasn't been up= dated in the past few years [1]. > > While parsing through dependencies for bundletools. Yesterday, on reviewi= ng through the same I found a problem which is creating the conflict. The p= roblem is that the upstream source package is moved from ws.antonov.gradle.= plugins:gradle-plugin-protobuf:0.9.1 [2] > to com.google.protobuf:protobuf-gradle-plugin:0.8.8 [3]. > > Therefore it is utter importance to update/switch to the latest upstream = available. I'm ready to help with the update until unless someone is doing = it, already. > > Also, a quick question, what will be the most feasible manner for the upd= ate? To archive the existing obsolete package and packaging the new upstrea= m source (as we have a new tag versioning) or just update on the top of the= existing repository (I don't know how feasible it would be). > > Thanks and regards > Samyak Jain > (samyak-jn[m]) > > [1] https://tracker.debian.org/pkg/gradle-plugin-protobuf > [2] https://github.com/aantono/gradle-plugin-protobuf > [3] https://github.com/google/protobuf-gradle-plugin