Path: csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: Samyak Jain Newsgroups: linux.debian.maint.java Subject: Re: [Help] gradle-plugin-protobuf Date: Tue, 23 Jun 2020 19:00:03 +0200 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Tue Jun 23 16:56:19 2020 Old-Return-Path: X-Amavis-Spam-Status: No, score=-4.929 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_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=2, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=no autolearn_force=no X-Policyd-Weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-pl1-x631.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; 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; bh=+60TtGaFD15aHEUSf2k5UjwzLiQ/4fzhZLJGUMKhntM=; b=gVU+pj07SxC3Qu0YkNI2V51Sf33Vy9W+HegtaZXf6Y3e0K5F/3U696FzQiKuNIFQSZ d4tC/by5ccU2fh7gGMvrgkzmuXvcdnz3Fny1pcqBDh9IGigEm8+JgCiRPiK+woHg4f1U CZSkR0DC6pj67u8tS8EmzN1xhnZLGD3Yo763w4F+iHuZ8qpN0hkYlrbvJ8vdg1ftiaB1 Hej9rvA8yE/zGYO4jqpujr/Hr0qNUaUGKhEMlLY53ZyDVxxirPl2VpdEBuIl1np/gmxD kYDMWFaPkHMQaoI2CHmLYdgtwdcK6/SpXrsgA16d+vFVeeOz42BP88nt95so1IAduRfN DnYA== 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; bh=+60TtGaFD15aHEUSf2k5UjwzLiQ/4fzhZLJGUMKhntM=; b=R4jwgOjI/G9j7RH0Du89hvPgjcT+hDhlSQlieOH1T/lsxfkW332cDx/6rNlChDjvu8 A/6bfRB+Lu4yUyd70VcO0/7VOpLSMJcCELzw3IsQT2T7oVHA4YBgi9JeTIkdm5AbxqUW HNwU2I8+cpGyNvzTUMRSNzH4y07SrmUI8HY2xnwfz46IPNClSZhzOA8/bDA7Y9MNRY6+ EULjYjKiY2pWwZFdTzC6CCiFM7wdSTUQTA9qLYPJMfrxibERKlnDPWXcGE+o4m18x/K/ E42Qna2U81ThwSpEkB8g2zNKWtXUmw+UF24tTMs8dOJcxon/+RYhRXVhmffZSjAUTyW/ eUDg== X-Gm-Message-State: AOAM533a2z1fn2SbuTrC+Q7BDSN6OHE8KnveGxqJVL+ssajMz1Xt5sX8 3KzxZC7RV+bpE5oadqNDK7urQ/VPchIZNIdKZNA= X-Google-SMTP-Source: ABdhPJyLQSvJ/u9GfqVjFihBN27M0euQYzDT3xcENWdI2bnz4sZNn/mwzLCGc10kqaab+pI48IE2zRzoKVBqPo1nS68= X-Received: by 2002:a17:902:eb14:: with SMTP id l20mr25702854plb.189.1592931363779; Tue, 23 Jun 2020 09:56:03 -0700 (PDT) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000016f77305a8c33ceb" X-Mailing-List: archive/latest/22303 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CAOAkg3z9ZEPCMT3d8=ak651JU1aPu8NzF1vs_avGSBp8ES46+A@mail.gmail.com Approved: robomod@news.nic.it Lines: 64 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Java X-Original-Date: Tue, 23 Jun 2020 22:25:49 +0530 X-Original-Message-ID: X-Original-References: Xref: csiph.com linux.debian.maint.java:11722 --00000000000016f77305a8c33ceb Content-Type: text/plain; charset="UTF-8" Hi Sudip. 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. > Thanks for the heads-up, I'll see if bundletool can be tweaked accordingly. Since there is a lot amount of changes with all the changes in the tag. Isn't it feasible to package it from scratch if we are doing it? It's just a thought, as Olek suggested by packaging it to a new repo won't cause conflict to the old dependent package. (Thanks for the suggestions). I'll see for the most feasible way, but in the long run, we need to switch to the newer gradle-plugin-protobuf, isn't it? Thanks and regards Samyak Jain (samyak-jn[m]) --00000000000016f77305a8c33ceb Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Sudip.

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.

=
Thanks for the heads-up, I= 'll see if bundletool can be tweaked accordingly.
Since there is a lot amount of changes wi= th all the changes in the tag. Isn't it
feasible to package it from scratch if we are doing= it? It's just a thought, as Olek suggested
by packaging it to a new repo won't cause c= onflict to the old dependent package. (Thanks for the suggestions).<= /div>

I'll see for the most feasible way, bu= t in the long run, we need to switch to the newer
gradle-plugin-protobu= f, isn't it?
Thanks and regards=
Samyak Jain<= /div>
(samyak-jn[m])
--00000000000016f77305a8c33ceb--