Greetings Eclipse AAS4J community,
The Eclipse AAS4J release “1.0.1” is available on Maven Central Repository. This release includes the following artifacts implementing the final release of “AAS Specs – Part 1 V3”:
aas4j-dataformat-core
aas4j-dataformat-aasx
aas4j-dataformat-xml
aas4j-dataformat-json
aas4j-dataformat-parent
aas4j-model
The Eclipse AAS4J release 1.0.1 includes the following bug-fixes:
- Fixed NullPointerExcepetion in AASX De-/Serializer when file.value is null
- Fixed AASX De-/Serializer ignoring File elements nested inside SubmodelElementList
See the also the release in our GitHub repository.
## What's Changed
* Bump com.networknt:json-schema-validator from 1.3.2 to 1.3.3 by @dependabot in https://github.com/eclipse-aas4j/aas4j/pull/252
* Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 by @dependabot in https://github.com/eclipse-aas4j/aas4j/pull/251
* [Bugfix] Files in SubmodelElementLists and NullPointerException when serializing/deserializing empty files by @fvolz in https://github.com/eclipse-aas4j/aas4j/pull/250
* Prepare 1.0.1 release by @FrankSchnicke in https://github.com/eclipse-aas4j/aas4j/pull/254
**Full Changelog**: https://github.com/eclipse-aas4j/aas4j/compare/1.0.0...1.0.1