Oliver Nocon
Oliver Nocon
# Changes read Influx data files via golang binary and no longer via groovy. This improves read performance significantly. So far fallback is kept. This is for example required when...
# Changes - [x] Tests - ~[ ] Documentation~
# Changes In order to document future architecture decisions we could use log4brains. This is rather simple to use and will help to create transparency. We may also use it...
# Changes Provides two steps with respect to [Pact](https://docs.pact.io/): 1. publishing step 2. verification step - [ ] Tests - [ ] Documentation
test files for generated code is not required. As a next step verification could be included during build. This would allow exclusion of generated files from test coverage. In addition,...
# Changes fixes a problem which appeared in a golang build where an empty version was propagated.
# Changes when providing Vault parameters as flags to `piper` they are currently not considered since config resolution filters them out. - [x] Tests - ~[ ] Documentation~
# Changes this change provides an additional configuration option which makes it possible to create an SBOM focused on the main application: `createBOMMainPath: path/to/main` In the simplest case it would...
## Description Allow creation of SBOMs also for `custom` builder. Default for `nodejs` and `java` modules will be as per default of `npm` and `java` builder. Custom configuration is possible....