Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
6588
Description
After merging following patch in yangtools
https://git.opendaylight.org/gerrit/#/c/44614/2
OVSDB project's verify job is failing with following error
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.opendaylight.yangtools:yang-maven-plugin:1.0.0-SNAPSHOT:generate-sources (binding) on project hwvtepsouthbound-api: Execution binding of goal org.opendaylight.yangtools:yang-maven-plugin:1.0.0-SNAPSHOT:generate-sources failed: An API incompatibility was encountered while executing org.opendaylight.yangtools:yang-maven-plugin:1.0.0-SNAPSHOT:generate-sources: java.lang.NoSuchMethodError: org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition$EnumPair.getValue()Ljava/lang/Integer;
I think verify job will fail for all the project that are using bit and enums in their yang models.
I opened this bug with Blocker severity as of now, but feel free to change it as appropriate.