Add yang-common-netty 22/86022/5
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 27 Nov 2019 10:07:31 +0000 (11:07 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 10 Dec 2019 22:09:08 +0000 (23:09 +0100)
commitf8a41cf4e743eec82aacae13c558fb8234ffc64c
tree0db39bac376aeb191ae5146e053917425e2cf7ac
parente77afb48d1c29a5a31ce654c07305e2f50611522
Add yang-common-netty

This adds common utilities for dealing with Uint8 types with ByteBufs,
along with some convenience nullness-handling methods.

JIRA: YANGTOOLS-1047
Change-Id: Idf5bef51db30c5397d440e2648fe9c417735aae2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
docs/pom.xml
features/features-yangtools/pom.xml
features/odl-yangtools-netty/pom.xml [new file with mode: 0644]
features/odl-yangtools-netty/src/main/feature/feature.xml [new file with mode: 0644]
features/pom.xml
yang/pom.xml
yang/yang-common-netty/pom.xml [new file with mode: 0644]
yang/yang-common-netty/src/main/java/org/opendaylight/yangtools/yang/common/netty/ByteBufUtils.java [new file with mode: 0644]
yang/yang-common-netty/src/test/java/org/opendaylight/yangtools/yang/common/netty/ByteBufUtilsNullnessTest.java [new file with mode: 0644]
yang/yang-common-netty/src/test/java/org/opendaylight/yangtools/yang/common/netty/ByteBufUtilsTest.java [new file with mode: 0644]