We’ve released EDX 2.2.6.
You can access it from the page Resources.
Updates in this release:
- Design
- PropertyList getPropertyList() operates on Design instead of first DataFile of Design
- PropertyTable getPropertyTable(String) operates on Design instead of first DataFile of Design
- List getPropertyTables() operates on Design instead of first DataFile of Design
- PropertyList addProperties(PropertyList) operates on Design instead of first DataFile of Design
- Property addProperty(String, Object) operates on Design instead of first DataFile of Design
- Property addProperty(Property) operates on Design instead of first DataFile of Design
- Property addProperty(String, Object, String) operates on Design instead of first DataFile of Design
- List getProperties(Property.Type) operates on Design instead of first DataFile of Design
- ElementList Properties() operates on Design instead of first DataFile of Design
- String getName() mark as deprecated because it operated on the first DataFile and Design doesn’t have name attribute, fix now works for Design with more than one DataFile
- String getVersion() mark as deprecated because it operated on first DataFile and Design doesn’t have version attribute, fix now works for Design with more than one DataFile
- Property AddOrModifyProperty(String, Object, String) fix now works for Design with more than one DataFile
- Dependencies
- Updated libraries to newer versions (fix for CVE-2024-47554: Remote Denial of Service Vulnerability):
- commons-io-2.11.0 -> commons-io-2.16.1
- commons-codec-1.15 -> commons-codec-1.17.1
- gson-2.9.0 -> gson-2.13.1
- Updated libraries to newer versions (fix for CVE-2024-47554: Remote Denial of Service Vulnerability):
Is there a build that works with the later versions of Siemens EDA Xpedition EDM? Starting with EDM 2510, the JAXB libraries are under the jakarta package, not javax. The notes for which jars to include for JAXB libraries are not in the latest versions of EDM. Are there any plans to recompile with the jakarta libraries, and provide a version compatible with the latest versions of EDM?