OpenMetadata
OpenMetadata copied to clipboard
The java cilent api got a bug
When I use the Java Client API of OpenMetadata 1.3.0,I got a bug as fellow:
Caused by: java.lang.NullPointerException: Cannot invoke "org.openmetadata.client.ApiClient.getObjectMapper()" because "this.apiClient" is null
at org.openmetadata.client.gateway.OpenMetadata.initClient(OpenMetadata.java:55)
at org.openmetadata.client.gateway.OpenMetadata.
the source of 1.3.0:
the source of 1.2.5:
I don't know if this is helpful but I have the same issue. Thank you.
Fixed