Bug#908892: RFS: picocli/3.5.2-2 [RC]

2018-09-15 Thread Miroslav Kravec
Package: sponsorship-requests
Severity: important
X-Debbugs-CC: debian-java@lists.debian.org


Dear mentors,

I am looking for a sponsor for my package "picocli":

 * Package name: picocli
   Version : 3.5.2-2
   Upstream Author : Remko Popma 
 * URL : https://picocli.info/
 * URL (GitHub): https://github.com/remkop/picocli
 * License : Apache-2.0
   Section : java

It builds those binary packages:

libpicocli-java - Tiny command line interpreter library for Java
applications

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/picocli

Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/p/picocli/picocli_3.5.2-2.dsc

Changes since the last upload:

* debian/copyright: add missing copyright contributions (Closes: #908606)

Kind regards,
Miroslav Kravec



Re: OpenJDK 11 -- testing needed

2018-09-15 Thread Emmanuel Bourg
Le 11/08/2018 à 18:33, Emmanuel Bourg a écrit :

> Unfortunately we can't use the version of Gradle in experimental without
> modifying gradle-debian-helper first. Gradle breaks the APIs used by
> gradle-debian-helper, and the fix isn't trivial. I'm considering adding
> a hook in Gradle that gradle-debian-helper could use to rewrite the
> dependencies on the fly, that would decouple gradle-debian-helper from
> the internal Gradle APIs and avoid similar breakage in the future. I
> have no concrete implementation yet, so if you want to dive in, please
> go ahead.

Hi all, quick update from the Gradle front. I've played a bit with the
concept of a hook and I now have a working solution. Once the
implementation is cleaned up and fully tested I'll upload gradle and
gradle-debian-helper with the new mechanism. This should unlock the
upgrade of Gradle 4.4+, as well as ASM 6.1, OpenJFX 11, Spring 5.0...
i.e. the key packages left upgrading to complete the Java 11 transition.

Emmanuel Bourg