Jan Hicken
Jan Hicken
Hello, since the latest major release of version `4.x.x`, the dependency to `slf4j-api` uses version `2.0.0-alpha`. This is problematic, because the version is still unstable and also is binary incompatible...
This should fix #65.
This is the same issue as #1083, which has been fixed with #1109. However, the PR's changes but got reverted shortly after with #1123. Now, I'm running into issues using...
When adding the `datacontract-cli` package as a dependency to a Python project, a lot of transitive dependencies get added. After adding the dependency, my application's Docker image grew from 330...
When using the datacontract-cli as a library dependency, OpenTelemetry may well be already a dependency of the dependee. The previous dependency constraint allowed only other patch versions of OpenTelemetry to...