APPC ODL upgrade Meeting Notes
6/13/2019 -
Participants:Takamune Cho, Patrick Brady, @Vivekanandan Muthukrishnan
Note:
Update APPC-PARENT project CCSDK dependencies to ODL Fluorine SR2 release
Update APPC to the new version of APPC-PARENT
Update APPC-DEPLOYMENT project to reference new version of APPC
Update APPC-DEPLOYMENT Docker compose file to make use of new ccsdk-odlsli image with ODL Fluorine SR2 release.
Test the new APPC docker image locally
Taka will share the Slack / Rocket chat with us to post our questions.
Action items to investigate
It looks like APPC components uses com.sun.jersey and it is conflicting with org.glassfish.jersey exported in KARAF OSGI environment. If we can resolve this one then without code changes APPC should work with ODL Fluorine SR2 release.
Find the dependent APPC module source code and migrate the jersey library references to org.glassfish.jersey. This would involve APPC module java source code changes. It seems like Patric did some initial work on this one.
6/20/2019 -
Participants:Takamune Cho, Patrick Brady, @Vivekanandan Muthukrishnan
Note:
Vivek has "onap-appc" channel access in rocket chat.
Vivek will continue working on the build environment setup.
https://lf-onap.atlassian.net/browse/APPC-1630 has been created and assigned to Vivek.
Vivek and his team will work on ODL upgrade for R5.
6/27/2019 -
Participants:Takamune Cho, Patrick Brady, @Vivekanandan Muthukrishnan
Note:
Vivek has set up the build env in the local. Vivek will start to build from the master with new odlsli 0.4.4
Vivek listed the impacted code to change from "com.sun.jersey" to "org.glassfish.jersey". Vivek will start to work on the code change
Went through how to verify the APPC image is working.