Juniper / netconf-java

Java library for NETCONF
Other
76 stars 63 forks source link

Delombok source code jar #59

Closed senderic closed 2 years ago

senderic commented 2 years ago

We need to de-lombok the source code jar so that IDE's can properly dive in.

See https://stackoverflow.com/a/52362427/1582712

Until accepted by Juniper, I added the code to my jitpack: https://jitpack.io/#esend7881/netconf-java/v2.1.1.6.2-eks If this is accepted by Juniper, be sure to remove the -eks suffix.

senderic commented 2 years ago

Oh hey! I forgot to mention, the suffix -eks to the version, that should be removed! Sorry I shouldn't have had it in the pull request. I used the -eks internally so that I could reference my version of the code before this pull request got accepted.

Should be changed to: <version>2.1.1.6.2</version> or <version>2.1.1.6.3</version>

Made a PR for this: https://github.com/Juniper/netconf-java/pull/65