ODL Information
- latest OpenDaylight Downloads
- ONAP Sodium release: SR3
ONAP
- Infrastructure Jenkins => Check
- Migration strategy BingBäng vs. Smooth => Specify
- SDNC should completely move to J11
- CCSDK ... J8 and J11?
- ODL Base image with J11
Analysis
- Java 8 compiled ODL runs successfully on base container with Java11
- SodiumSR3
possible solutions
Solution 1 (versioning) | Solution 2(artifcat-suffix) | |
---|---|---|
ccsdk-parent (version): features: | ccsdk-parent (artifactId): features: | |
this has impacts on |
| |
pros |
|
|
cons |
|
|
open points |
|
SDN-R Code
- Using ODL hints from here: https://docs.opendaylight.org/en/stable-sodium/release-notes/upgrade-process.html#datacontainer-implementedinterface-is-type-narrowed-in-dataobjects
- POM change: JSR305: Use google findbugs
- Using ODL Parents
- JDK: openJDK 11
- Dev environment for J8 and J11 (for older releases)
- Most changes are in POM files
- A few changes are in the code.
Relevant ODL Changes
- oauth2 removed
- https://jira.opendaylight.org/browse/AAA-173
- Who is using this?
- How to replace?