Re: [release] Controller MD-SAL APIs going away soon
Karthika Panneer
Thanks Robert.
toggle quoted messageShow quoted text
We were looking into the warnings also which led to this confusion. We will fix the errors and build soon. Regards, R P Karthika
-----Original Message-----
From: Robert Varga <nite@...> Sent: Wednesday, April 29, 2020 2:19 PM To: R P Karthika . <r.p.karthika@...>; Karthikeyan <karthikeyangceb007@...>; Hema Gopalkrishnan <hema.gopalkrishnan@...>; Faseela K <k.faseela@...>; Daniel de la Rosa <ddelarosa@...> Cc: Release <release@...>; tsc <tsc@...>; Dayavanti Gopal Kamath <dayavanti.gopal.kamath@...> Subject: Re: [release] Controller MD-SAL APIs going away soon 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
|
|