Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
backward-jdk-compatibility.patch | Preserves the compatibility with JDKs older than the one used to build the package | Emmanuel Bourg | no | |||
display_bsn_on_missing_bundle.patch | Add a print to System.err when some bundle is missing (will improve diagnostic when some symlink is broken). This patch is not strictly necessary but it makes it easier to find packaging errors. | Damien Raude-Morvan <drazzib@debian.org> | not-needed | |||
embedded-repo.patch | The embedded-repo.jar is not built. To avoid a FTBFS the error is commented out. | Markus Koschany <apo@debian.org> | not-needed | |||
ant-compatibility.patch | Fixes the compatibility with the version of Ant in Debian | Kai-Chung Yan (殷啟聰) <seamlikok@gmail.com> | not-needed | |||
java8-compatibility.patch | Fixes the compilation errors with Java 8 Also explicitly sets compilation target to 8 since invoking default interface methods does not work for bytecode targeting > 8. |
Emmanuel Bourg | not-needed | |||
use-bootstrapped-gradle-plugin.patch | Change the dependencies to use the Gradle plugin built in the bootstrap phase | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
reproducible-timestamps.patch | Use the value of the SOURCE_DATE_EPOCH variable for the timestamps generated by BND | Emmanuel Bourg <ebourg@apache.org> | no | |||
reproducible-packages-list.patch | Sort the package lists to improve the reproducibility | Emmanuel Bourg <ebourg@apache.org> | no | |||
build-scripts.patch | Make the Build Scripts Buildable This project does not use the standard Gradle plugins to resolve dependencies so we have to make it behave without the help of "gradle-debian-helper". Changes include: . * Replace the versions specified to dependencies to "latest": Avoid hardcoded versions. * Remove some remote repositories in "repositories.bnd": Or it attempts to access internet. * Remove test dependencies |
Kai-Chung Yan (殷啟聰) <seamlikok@gmail.com> | not-needed | 2018-03-03 | ||
gradle-compatibility.patch | Fixes the compatibility with the version of Gradle in Debian | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
disable-bnd-reporter.patch | Disables the bnd.reporter module (missing dependencies) | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
fix-java15-concurrent-modification-exception.patch | [PATCH] jar: Replace incorrect use of computeIfAbsent in putResource We may need to make multiple modifications to the directories map when adding a resource. computeIfAbsent does not allow the mapping function to modify the map. Fixes https://github.com/bndtools/bnd/issues/3903 |
BJ Hargrave <bj@bjhargrave.com> | no | 2020-04-10 |