Skip to content

Draft: Update packaging for upstream release 5.6.2

Updates the packaging, fixing a few things by the way, unfortunately by adding a bunch of warts.

Note that API/ABI changes will break its two reverse-dependencies:

  • gradle 4.4.1 (I will take care of that one)
  • projectreactor (fixing it should be rather trivial).

I tried to implement some retrocompatibility for the transition but unfortunately this is not possible, as there is an int total() method that was changed to long total(). No way to have both in the same class.

I could have kept only the versioned jar but I think it's more than time to let go these fairly outdated 2.x versions.

Merge request reports

Loading