Bryan Bende
Bryan Bende
https://github.com/hortonworks/registry/blob/master/schema-registry/client/src/main/java/com/hortonworks/registries/schemaregistry/client/SchemaRegistryClient.java#L160-L175 If this block of code throws an exception besides LoginException then it will cause a failure to initialize the class which will result in a NoClassDefFound error. Also, this...
When creating a `SamlClient` from metadata, it sets `identityProviderUrl` to the `SingleSignOnService` location, but nothing ever pulls out the` SingleLogoutService`. So later if you call one of the logout helpers,...
# Summary This PR includes the work for [NIFI-13344](https://issues.apache.org/jira/browse/NIFI-13344) which introduces an API and framework components for uploading custom NARs and then managing the NARs that have been uploaded. This...
### Is your enhancement related to a problem? Please describe I have a Java `enum` that is generated from an Open API spec, and the generated `enum` uses `@JsonValue` on...
# Summary [NIFI-15243](https://issues.apache.org/jira/browse/NIFI-15243) Improves the `KubernetesConfigMapStateProvider`.... 1) In `setState` the original code was calling `update` with a resource that had no `resourceVersion` specified and under the covers the k8s client...