Remove odl-triemap and related code 03/79903/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 25 Jan 2019 11:03:39 +0000 (12:03 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 25 Jan 2019 11:33:27 +0000 (12:33 +0100)
commit159aecf60c150e797e4a8f809ad7952d97f610d1
tree33c01594ea9ae1eb3284eca4d0d544299a51715b
parentc63fcdad4712eedcb0484eacdb1bc4e08dad88ec
Remove odl-triemap and related code

This has been superseded by tech.pantheon.triemap, remove legacy
wrappers.

JIRA: YANGTOOLS-930
Change-Id: Ic93cef46ae75fcbcff10498e2383dfc6d1c3e0c2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
32 files changed:
artifacts/pom.xml
docs/pom.xml
features/features-yangtools/pom.xml
features/odl-triemap/pom.xml [deleted file]
features/odl-triemap/src/main/feature/feature.xml [deleted file]
features/odl-yangtools-codec/src/main/feature/feature.xml
features/odl-yangtools-data/src/main/feature/feature.xml
features/odl-yangtools-exp-xpath-impl/src/main/feature/feature.xml
features/odl-yangtools-parser/src/main/feature/feature.xml
features/odl-yangtools-util/pom.xml
features/pom.xml
pom.xml
third-party/README.md [deleted file]
third-party/pom.xml [deleted file]
third-party/triemap/LICENSE-2.0.html [deleted file]
third-party/triemap/README.md [deleted file]
third-party/triemap/pom.xml [deleted file]
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/ImmutableTrieMap.java [deleted file]
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/MutableTrieMap.java [deleted file]
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/TrieMap.java [deleted file]
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/package-info.java [deleted file]
third-party/triemap/src/test/java/org/opendaylight/yangtools/triemap/SnapshotTest.java [deleted file]
third-party/triemap/src/test/java/org/opendaylight/yangtools/triemap/TestCNodeFlagCollision.java [deleted file]
third-party/triemap/src/test/java/org/opendaylight/yangtools/triemap/TestCNodeInsertionIncorrectOrder.java [deleted file]
third-party/triemap/src/test/java/org/opendaylight/yangtools/triemap/TestHashCollisions.java [deleted file]
third-party/triemap/src/test/java/org/opendaylight/yangtools/triemap/TestHashCollisionsRemove.java [deleted file]
third-party/triemap/src/test/java/org/opendaylight/yangtools/triemap/TestHashCollisionsRemoveIterator.java [deleted file]
third-party/triemap/src/test/java/org/opendaylight/yangtools/triemap/TestInsert.java [deleted file]
third-party/triemap/src/test/java/org/opendaylight/yangtools/triemap/TestMultiThreadAddDelete.java [deleted file]
third-party/triemap/src/test/java/org/opendaylight/yangtools/triemap/TestMultiThreadInserts.java [deleted file]
third-party/triemap/src/test/java/org/opendaylight/yangtools/triemap/TestMultiThreadMapIterator.java [deleted file]
third-party/triemap/src/test/java/org/opendaylight/yangtools/triemap/TestSerialization.java [deleted file]