DEV Community

Query Filter
Query Filter

Posted on

docker101

Based on disassembled code from Artifactory: maven-icg-prod/com/citi/158825

This report consolidates the library metrics, focusing on the Java versioning transition and the specific file distribution within the /opt/CPLS environment.

Artifact Name Version Java Release Year Java Version Major Version Java Files (Total)
dds 2.0 B3 2006 Java 6 50 40
configserverJMXClient 1.0 A1 2006 Java 6 50 49
emmacommon 1.0 A0 2004 Java 5 49 8
emmacommon 1.2 C0 2004 Java 5 49 4
emmacommon 2.0 D0 2006 Java 6 50 5
emmaserver 1.0 A0 2004 Java 5 49 18
emmaserver 1.2 C0 2004 Java 5 49 19
emmaserver 2.0 D0 2006 Java 6 50 25
etsf 1.0 A20 2006 Java 6 50 119
etsf 1.0 A6 2006 Java 6 50 98

Key Takeaways for Deployment

  • Runtime Requirements: Since the majority of these artifacts (including the largest, etsf) are Major Version 50, the target environment must run JRE 6 or higher.
  • Version Discrepancy: Note that emmacommon and emmaserver have legacy versions (1.0 and 1.2) compiled in Java 5. While these will run on a newer JVM, the 2.0 versions represent the current standard for the 2006 baseline.
  • CPLS Application Structure: The high file count in etsf suggests it is the primary functional component of the CPLS suite, while emmacommon remains a lightweight dependency.

Top comments (0)