Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Parents

groupId:artifactIdversion
org.opendaylight.mdsal:binding-parent7.0.6
org.opendaylight.odlparent:bundle-parent8.1.1
org.opendaylight.odlparent:feature-repo-parent8.1.1
org.opendaylight.odlparent:karaf4-parent

8.1.1

org.opendaylight.controller:mdsal-it-parent3.0.7
org.opendaylight.odlparent:odlparent-lite8.1.1
org.opendaylight.odlparent:odlparent8.1.1
org.opendaylight.odlparent:single-feature-parent8.1.1


What has changed

Obsolete artifacts

...

Code Block
 <dependency>
     <groupId>com.typesafe</groupId>
     <artifactId>config</artifactId>
</dependency>

Other changes

  • All yang generated builder classes for list elements of key-based lists have now a check in the build() function that the key is set, otherwise an exception will be thrown
  • all once generated java classes (are generated to src/main/java instead of src/main/yang-gen-sal) are maybe incompatible with silicon and can result in resolving issues during startup of opendaylight. So they should be removed and newly generated. If some implementations were done there you have to redo this for the newly generated files.