Versions Compared

Key

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

...

  • 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

possible solutions


Solution 1 (versioning)Solution 2(artifcat-suffix)

ccsdk-parent (version):
  neon java 8: 2.0.X
  sodium java 8: 2.1.X
  java 11: 2.2.X

features:
  neon java 8: 1.0.X
  sodium java 8: 1.1.X
  java 11: 1.2.X


ccsdk-parent (artifactId):
  java 8: unchanged
  java 11: <artifactId>-j11

features:
  java 8: unchanged
  java 11: <artifactId>-j11


pros

cons
  • different artifacts with same function in nexus
  • feature names for container to start will be renamed
open points
  • neon version code compatible with sodium j8?

SDN-R Code

...