Marco Remy
Marco Remy
We have the same problem with the exact same package `christian-riesen/base32` p2/christian-riesen/base32.json (excerpt) ```json { "minified": "composer/2.0", "packages": { "christian-riesen/base32": [ { "name": "christian-riesen/base32", "description": "Base32 encoder/decoder according to RFC...
I also tested `wikimedia/less.php` as @michalkoslinskilx reported. The same issue exists with our setup. The latest version that can be successfully downloaded from the server is `v3.2.0` any newer version...
What is common to all is this exception: `java.lang.UnsupportedOperationException: null at java.base/java.util.AbstractMap.put(AbstractMap.java:209)`
After some trial and error, I found the root cause: All affected package versions do not contain the file `composer.json` in their dist-archives. So, when Nexus downloads the archive and...
Here is a workaround: For **base32-1.6.0** 1. Get the package metadata from your Nexus server. `https://your.nexus.server/repository/packagist/p2/christian-riesen/base32.json` 2. Calculate the SHA1 hash of the **dist** URL for the package version. `07524af7d09b48607d72a52e8e76672b2c890c4a`...