Re: [release] Controller MD-SAL APIs going away soon
Robert Varga
On 29/04/2020 10:17, R P Karthika . wrote:
Hi Robert,Hello, As mentioned in the below mail we started merging patches.it is not sudden... Patch : https://git.opendaylight.org/gerrit/c/genius/+/89001... here you changed the import ... https://git.opendaylight.org/gerrit/c/genius/+/89001/11/mdsalutil/mdsalutil-api/src/main/java/org/opendaylight/genius/infra/ManagedTransactionFactory.java ... and that means in this javadoc: 00:03:48.360 [ERROR] /w/workspace/genius-maven-javadoc-publish-aluminium-openjdk11/mdsalutil/mdsalutil-api/src/main/java/org/opendaylight/genius/infra/ManagedTransactionFactory.java:77: error: reference not found"ReadWriteTransaction" points to a different interface and that interface does not have a submit() method. It does have a commit() method, though... Note that when diagnosing javadoc failures, you are looking for the string "error: ". There is a way to get this validation be part of -verify/-merge jobs, but you will lose javadoc website for snapshots -- so it is a trade-off. For most of my projects this has already been done and results in https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/latest/index.html ... Regards, Robert |
|