Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-25Merge "Fixes test in basyx.tck" into release_1.0_java1.0.0_(JAVA)release_1.0_javaFrank Schnicke1-2/+31
2021-03-25Fixes test in basyx.tckMaximilian Conradi1-2/+31
2021-03-25Updates .env & fixes integration test bugFrank Schnicke3-7/+7
2021-03-25Harmonizes components.registry version numberFrank Schnicke4-3/+4
2021-03-23Merge branch 'master' into release_1.0_javaFrank Schnicke8-27/+100
2021-03-23Bug 572028 - OPC UA connection failure terminates applicationMaximilian Conradi2-3/+5
2021-03-23Bug 572028 - OPC UA connection failure terminates applicationMaximilian Conradi2-3/+5
2021-03-23Merge "Fixes updating full submodels"Frank Schnicke3-16/+34
2021-03-23Merge "Fixes updating full properties"Frank Schnicke3-2/+55
2021-03-23Fixes updating full submodelsDaniel Espen3-16/+34
2021-03-23Fixes updating full propertiesDaniel Espen3-2/+55
2021-03-17Fixed NullPointerException in OPC UA connectorMoritz Marseu1-6/+6
2021-03-11Merge branch 'master' into release_1.0_javaFrank Schnicke1-0/+62
2021-03-11Adds CONTRIBUTING fileFrank Schnicke1-0/+62
2021-03-08Changes Version to "1.0.0"Frank Schnicke17-28/+28
2021-03-05Renames AASBundleIntegration to AASBundleHelperFrank Schnicke4-14/+14
2021-03-05Renames *ConnectorProvider to *ConnectorFactoryFrank Schnicke53-145/+145
2021-03-05Fixes wrong spelling of Property in methodFrank Schnicke2-2/+2
2021-03-05Renames IAASRegistryService to IAASRegistryFrank Schnicke44-109/+109
2021-03-05Moves VAB AAS aspects into *.vab packageFrank Schnicke6-4/+6
2021-03-05Removes "modelProperty" from IModelProvider methodsFrank Schnicke87-369/+369
2021-03-05Removes obsolete MultiAASProvider and accompanying filesFrank Schnicke4-383/+3
2021-03-05Removes deprecated functionsFrank Schnicke28-168/+84
2021-03-05Renames AASHTTPServer to BaSyxHTTPServerFrank Schnicke13-35/+35
2021-03-05Renames setSemanticID to setSemanticIdFrank Schnicke25-73/+73
2021-03-05Renames AAS DirectoryProvider to AASRegistryProviderFrank Schnicke9-68/+29
2021-03-05Removes deprecated version of createAASFrank Schnicke2-12/+0
2021-03-05Renames PropertyValueTypeDef to ValueTypeFrank Schnicke58-218/+218
2021-03-05Renames VABMultiSubmodelProvider to MultiSubmodelProviderFrank Schnicke16-82/+62
2021-03-05Renames Directory in VAB in VABRegistryFrank Schnicke18-66/+66
2021-03-05Changes spelling of setInvokableFrank Schnicke2-3/+3
2021-03-05Changes spelling of SubModel to SubmodelFrank Schnicke167-956/+956
2021-03-05Increases version to 1.0.0-SNAPSHOTFrank Schnicke17-28/+28
2021-03-02Adds TechnicalDataSubmodel and related SubmodelElementCollectionsAshfaqul Haque23-85/+2056
2021-03-02Refactors AASServerComponent to deregister AASs/SMs on shutdownMaximilian Conradi3-0/+122
2021-03-01Refactors AASXPackageManager to warn when a file was not foundMaximilian Conradi1-2/+6
2021-03-01Refactors AssetXMLConverter to correctly parse AssetKindMaximilian Conradi4-5/+24
2021-02-26Merge "Fixes application scenario examples"Frank Schnicke11-18/+158
2021-02-26Merge "Adds EPL 2.0 copyright header to *.java files"Thomas Psota736-64/+6688
2021-02-26Merge "Allow invoke of functions with signature void(void) in basyx::object"Frank Schnicke1-0/+12
2021-02-26Merge "Fixed wrong identifier name and valueType string constants"Frank Schnicke3-37/+37
2021-02-26Merge "Fixed rare bug on first connection to TCP server"Frank Schnicke1-15/+9
2021-02-25Adds EPL 2.0 copyright header to *.java filesFrank Schnicke736-64/+6688
2021-02-25Adds third party & cryptography info to NOTICEFrank Schnicke1-1/+76
2021-02-25Fixes application scenario examplesDaniel Espen11-18/+158
2021-02-24Merge "Fixed warnings during compilation"Frank Schnicke4-7/+7
2021-02-24Allow invoke of functions with signature void(void) in basyx::objectThomas Psota1-0/+12
2021-02-24Fixed wrong identifier name and valueType string constantsThomas Psota3-37/+37
2021-02-24Fixed rare bug on first connection to TCP serverThomas Psota1-15/+9
2021-02-24Fixed warnings during compilationThomas Psota4-7/+7

Back to the top