kiota-java
kiota-java copied to clipboard
Java libraries for Kiota-generated API clients.
`followRedirects(false)` isn't called on the default OkHttpClient builder and so redirects are followed upstream from kiota, this makes `RedirectHandler` a little confusing. Forgive me If this is known and intentional,...
https://central.sonatype.org/news/20250326_ossrh_sunset/ It is my understanding that this repo is using OSSRH behind the curtains to publish releases. I think that this is something "owned" by some Microsoft department, but opening...
when working on https://github.com/microsoft/kiota/issues/4190, we ensured 204 and other status codes with empty responses would not throw, we should do the same work for 304
This may just be a documentation issue, but the `byApplicationId` call appears to need the object id, not the application id to find the application. Per the [docs](https://learn.microsoft.com/en-us/graph/api/application-get?view=graph-rest-1.0&tabs=http) the URL...
Situation and background: The Microsoft Graph API had some issues some days ago, where some calls to the API would return HTTP status code 503, with some html error message....
specification https://github.com/microsoftgraph/msgraph-sdk-design/pull/116 make sure you update the [documentation](https://learn.microsoft.com/en-us/openapi/kiota/middleware?tabs=csharp#middleware-handlers) as well
https://github.com/microsoft/kiota-java/pull/1786 causes compilation of projects with Eclipse compiler to fail: ``` [ERROR] Failed to execute goal dev.aspectj:aspectj-maven-plugin:1.14:test-compile (default) on project kiota-xml: AJC compiler errors: [ERROR] error at [ERROR] import javax.xml.stream.XMLInputFactory;...
we need to upgrade ok http to version 5, as this is a breaking release, we'll also need to make sure we include an exclamation mark in the commit message...
I have different Quarkus projects which use com.microsoft.graph:microsoft-graph and io-quarkus:quarkus-hibernate-orm. After upgrading microsoft-graph to >= 6.30 i always get this error: > Runtime java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due...