jfrog / build-info

Artifactory's open integration layer for CI build servers
https://www.buildinfo.org
Apache License 2.0
145 stars 154 forks source link

Regression: Missing BuildInfo section licenseControl #780

Open cpuzicha opened 6 months ago

cpuzicha commented 6 months ago

Describe the bug The org.jfrog.build.extractor.ci.BuildInfo and org.jfrog.build.api.Build classes should reflect the official Artifactory API as defined by https://jfrog.com/help/r/jfrog-rest-apis/build-upload. This was possible until https://github.com/jfrog/build-info/pull/559

To Reproduce ...

Expected behavior I can set the license control parameters

Screenshots If applicable, add screenshots to help explain your problem.

Versions

Additional context The general structure of the code makes it hard to patch any shortcomings. HTTP Client and Jackson are part of public API but not compile-dependencies.