tail-f-systems / JNC

JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
Other
77 stars 87 forks source link

JNC & Java supported version / requirement #96

Closed jomiklos closed 2 years ago

jomiklos commented 2 years ago

We should identify officially supported Java JDK version.

Also, potential update to newer version (if too ancient) could be considered to allow more lighweight code & easier fixes/future updates if possible. As for the #95, we don't need to be too restrictive, but possibly some newer LTS version could be useful?

jomiklos commented 2 years ago

closed / addressed with change to build process & gradle update in PR #98