Christoph Rueger
Christoph Rueger
Note to remember: In PR https://github.com/bndtools/bnd/pull/6558/files#diff-22fee05083d1c220d596231f9101353197f9a5ec1b738d8d562af46a27fdcc32 I changed REBUILD from `--warning-mode=fail` to `--warning-mode=all` which does not fail the build, because of a "[Deprecated gradle feature used](https://github.com/bndtools/bnd/pull/6558#issuecomment-2799889920)" warning. In case PR...
@bjhargrave Do you plan to work on this? Or should we close?
Sure, we went over all issues in the bnd call. thanks for getting back @bjhargrave
Thanks @ejjcase . @bjhargrave can you help here?
Oh yes +1 for this. Currently our workaround is to remove or modify the fields which are non-deterministic. e.g. here via a Github Action: ``` - name: Generate SPDX SBOM...
@juergen-albert since you created the issue. is this what you have in mind?
@juergen-albert ping 😄
@pkriens one thing I am thinking about and would like to discuss is, wether or not we shoud add a way to enforce a `line-break` between the appended files. In...
Your approach sounds good and more flexible. > * This not a function of JAR. It is the include resource code in Builder that has the policies. It can access...
> public interface MergeFiles { > Optional merge( String path, Resource a, Resource b); > } Few questions @pkriens : 1. What intention has the `String path` variable? Should the...