hermannpencole / nifi-swagger-client

Client swagger for nifi with security
Apache License 2.0
38 stars 20 forks source link

Update processor don't remove null value #2

Open hermannpencole opened 7 years ago

hermannpencole commented 7 years ago

Update processor don't remove null value. In ProcessorConfigDTO when a properties is null, this property will be not serialisable in Json (and will not be send to nifi server).

hermannpencole commented 7 years ago

done for 1.1.0.X It still needs to be done for the other versions

naveenCotha commented 6 years ago

This is still an issue in the very latest release, do you have any plans to update it?