nifi-swagger-client icon indicating copy to clipboard operation
nifi-swagger-client copied to clipboard

Client swagger for nifi with security

Results 17 nifi-swagger-client issues
Sort by recently updated
recently updated
newest added

Hi! We spot a vulnerable dependency in your project, which might threaten your software. And we found that the vulnerable function of this CVE can be easily accessed from your...

Bumps [gson](https://github.com/google/gson) from 2.8.1 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Bumps httpclient from 4.5.3 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.3&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.4.4 to 2.7.8. Commits f34ec6c [maven-release-plugin] prepare release jackson-dataformat-xml-2.7.8 eeff2c3 prepare for 2.7.8 48759e9 prepare for 2.7.8 09db8e1 Fix #210 dadd11e [maven-release-plugin] prepare for next development iteration...

dependencies

2019-03-20 12:02:50.083 INFO 7139 --- [ main] c.k.security.SecurityApplicationTests : Started SecurityApplicationTests in 3.054 seconds (JVM running for 4.104) Exception when calling AccessApi#createAccessToken com.github.hermannpencole.nifi.swagger.ApiException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable...

However while making call to createProcessor group, process group is being created at back end but response is not get desserialized Exception in thread "main" java.lang.IllegalArgumentException: Invalid format: "13:10:53 IST"...

I'm using nifi-swagger-client:1.3.0.0 and FlowApi.scheduleComponents to run a processor group. Processor group contains a lot of processor and processor groups as well With the attached code i get a valid...

Hi, I tried the client with the attached code. But I get the attached exception. Something about the time format. Hope you can help. thx [exception.txt](https://github.com/hermannpencole/nifi-swagger-client/files/1538455/exception.txt) [code.txt](https://github.com/hermannpencole/nifi-swagger-client/files/1538461/code.txt)