kiota-java
kiota-java copied to clipboard
Java libraries for Kiota-generated API clients.
We want: - [ ] release please header file (yaml .github/release-please.yml) - [ ] release please manifest (json .release-please-manifest.json) - [ ] release please config (json release-please-config.json) - [ ]...
Related to https://github.com/microsoftgraph/msgraph-sdk-java/issues/2063 The json serializer does not handle `JsonObject` types resulting in illegalState exception as only the property is written. We should probably add a case for the same...
specification work https://github.com/microsoftgraph/msgraph-sdk-design/pull/102
As discussed in https://github.com/microsoft/kiota-java/pull/1455, support for removing single elements from the backing store would be useful. This can hopefully be a consideration for v2 due to the source breaking nature...
related https://github.com/microsoft/kiota/issues/598 [Specification](https://github.com/microsoftgraph/msgraph-sdk-design/blob/master/middleware/CompressionHandler.md)
Copied from https://github.com/microsoftgraph/msgraph-sdk-java/issues/2064. There should be some mechanism in `KiotaJsonSerialization.serializeAsString` to override backing store so that all fields get serialized *without* requiring a developer to manually muck with the backing...
to maintain compatibility with external tooling we should make sure our attribute respect the latest (stable) semantic conventions. When we initially implemented things, the spec was still in draft. The...
GitHub release is updated with expected assets but job ends in an [error state](https://github.com/microsoft/kiota-java/actions/runs/11240262608/job/31249201999#logs) Context: Kiota Java now uses release please which is working as expected for the latest release:...
I propose using Gradle's [version catalogs](https://docs.gradle.org/current/userguide/platforms.html) to have a single source of truth for the project's dependency versions and also (hopefully) reduce the number of dependabot PRs for the same...