Path: csiph.com!news.mixmin.net!aioe.org!news.servidellagleba.it!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 19:50:02 +0200 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Tue Jun 23 17:40:52 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; bh=sEu6FJjwoiQhTNumPCma5+cklkK0TAzcRiWV+CSbvRM=; b=ZGmihxh1WwHSLXI5W9iNnI/lwr/wFf1EixLIB9c+vI2D7qhHaCEbcw2rmG3isIc9Sp vQKowbIgN4KOCyCYfanAywr691y6XT/ZaIPjk2gOPBo4JDNK0TT6qaRak2dLuvLrBQBu pfUe3b4PSzpKdtIrW5XXkmOyDCgHf77hDNVT4Cpw4dDQUcYSipQ/mDw71F2Gmj1MdjjY iFZWP9nRMzYpPd0ngfUtDmLgk+jUZBuY0vW6aNQFoMWSQKp8ys6CK4q2Zn3xypcKjfJX wv8HETBOOum33yB+BbBAqrOeqDlJc6HFoSuGxgfXEwjuoyz5Nm+UiDAZkNY1PPv2AeJb ueXQ== 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=sEu6FJjwoiQhTNumPCma5+cklkK0TAzcRiWV+CSbvRM=; b=IqTmLL0VJ+S9JWBfKc8z79GVPOMS/Q4tKZLRwWJnXoU+L796zPRVEuM7d+mJJaB78C M3g19XaM4HVjYmdJsfqyoH9i7SXdOfbxauWZ7GPQEvTMhGp80vyv77FgtAGCkRDS8agI 4+jPq9GOADKLGVerlcs7eRcn8AMFlUizcmSWsZARBY7p1xCVS3bZRfrLIwCMLHApPTQQ EZsSuZk8Xffz8pelFIQAggyiNVamqjYQ3OOc8K/tTEWT64BXTjS3uwyEQPgOgijoRK8u Acv1HFes0crBlK7SasTWRi4pJVs2JUpOuEbnhhIIcJFQUVwRPCQhZmeaHygnE9m6osUQ U3Eg== X-Gm-Message-State: AOAM532j9SugniT2EbLosvKvh+KEOg1qpGbmx5Lm01lFonJjDkU7ZU5s EptKV0CwwKCa2wxhbn/pjlATeJR1GfSPbL2Nk5s= X-Google-SMTP-Source: ABdhPJy2b0gl09a5OTYC5Xexy/2fDV72e5JV/carhZV+iG0vDbrnSvgYH+8Jqw0VQbQE8YK+cEnK5xRC+th4W+6rpik= X-Received: by 2002:a4a:dd85:: with SMTP id h5mr1854139oov.87.1592934036722; Tue, 23 Jun 2020 10:40:36 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailing-List: archive/latest/22305 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CADVatmMsKrJioUcbVb1_Nc_LnH9-tmf-Qmt7zuBQj4uGKxJ18w@mail.gmail.com Approved: robomod@news.nic.it Lines: 34 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Java , Olek Wojnar X-Original-Date: Tue, 23 Jun 2020 18:40:00 +0100 X-Original-Message-ID: X-Original-References: Xref: csiph.com linux.debian.maint.java:11724 Hi Samyak, On Tue, Jun 23, 2020 at 5:56 PM Samyak Jain wrote: > > 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). Yes, totally agree with Olek about creating a new package. > > 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? I just had a look at upstream libspring-java and they are not using 'gradle-plugin-protobuf' with the latest versions. -- Regards Sudip