-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating to v3.0RC02 #18
Conversation
…ed on MAVEN CENTRAL).
* AASX * JSON * AML * XML
Version 1.3.RC02-SNAPSHOT for the model adjusting the packages to org.eclipse.aas4j and correcting imports and other renaming due to RD02 Adjusting the JSON Serialiser to the new "modelType" pattern and the DataTypeDefXsd notation
* Update test JSON documents to v3.0.RC02
Update the Model and Serialisers to 3.0.rc02
"Default implementation of package org.eclipse.aas4j.v3.rc02.model.xxx" --> "Default implementation of package io.adminshell.aas.v3.rc02.model.xxx"
Fix rename AssetAdministrationShellEnvironmentMixin to EnvironmentMixin
…taSpecificationPhysicalUnit
* updated the test files in dataformat-json according to the proper usage of the DataSpecificationIEC61360 * updated the respective classes and builders * upgrade to minor version 0.2.0-SNAPSHOT
Fix JSON dataformat bugs which appeared after closing some leftovers from the model/mixins updates
…how to progress further
…er to debug to create less traffic on the regular log * Solving a few copy-paste errors in the AASFull test instances * Adjusting the files paths in AASSimple to match the pattern * Adjust the ValueList according to the metamodel
…t AAS XML schema * Update the XSD files to the current 3.0.R02 state * Updating the XML Mixins and adding new ones where necessary * Adjusting the XML Serialisers where necessary * Upgrading the XML UnitTests to comply with 3.0.R02 * Open: XML Matcher in the UnitTests still fails
|
* Remove support for custom DataSpecificationContent * remove unused classes * update ReferableSerializer interface * cleanup resource files for testing
I just updated
I now consider |
…-rc02-xml # Conflicts: # dataformat-xml/src/test/java/org/eclipse/aas4j/v3/dataformat/xml/XMLDeserializerTest.java # dataformat-xml/src/test/resources/operation_example.xml
…o-rc02-xml # Conflicts: # dataformat-xml/src/test/java/org/eclipse/digitaltwin/aas4j/v3/dataformat/xml/XmlSerializerTest.java
…blems add a custom deserialiser for ValueReferencePairs fix order of SME-List attributes
* Was not V2 any more
After #48 is merged we can also merge this PR. |
Re-enable XML Unit Tests
I have just changed the state of this PR from |
|
Bugfix: Failing dataformat-json test
* remove outdated comments * remove fully qualified class name * remove unused imports
re-enabling the aasx tests and fixing the aasx code
This PR collects changes, issues and ToDos related to updating to v3.0RC02.
Enum names for serialization are currently being generated rule-based. If possible, shall become constant, i.e. being provided as part of the input to the model generator and stored in the generated Enum classes.
Until this is available, generated names will be used.
Currently we expect the following format
However, it is still undefined how the actual (sub-)type of dataSpecificationContent should be serialized, so this cannot be implemented right now.
Therefore, this functionality is currently disabled until standardization progresses.