1. dae68fd Renames AASHTTPServer to BaSyxHTTPServer by Frank Schnicke · 3 years, 2 months ago
  2. 7c7714e Renames setSemanticID to setSemanticId by Frank Schnicke · 3 years, 2 months ago
  3. aea8f0b Renames AAS DirectoryProvider to AASRegistryProvider by Frank Schnicke · 3 years, 2 months ago
  4. a827e5f Removes deprecated version of createAAS by Frank Schnicke · 3 years, 2 months ago
  5. f5cc7bf Renames PropertyValueTypeDef to ValueType by Frank Schnicke · 3 years, 2 months ago
  6. 66257b5 Renames VABMultiSubmodelProvider to MultiSubmodelProvider by Frank Schnicke · 3 years, 2 months ago
  7. 66eb28b Renames Directory in VAB in VABRegistry by Frank Schnicke · 3 years, 2 months ago
  8. f7142ba Changes spelling of setInvokable by Frank Schnicke · 3 years, 2 months ago
  9. ae6d2fe Changes spelling of SubModel to Submodel by Frank Schnicke · 3 years, 2 months ago
  10. cb53de4 Increases version to 1.0.0-SNAPSHOT by Frank Schnicke · 3 years, 2 months ago
  11. 41d3eeb IPv6 Support is now optional Client timeout handling modernized by Constantin Ziesche · 3 years, 2 months ago
  12. e962fd9 Adds TechnicalDataSubmodel and related SubmodelElementCollections by Ashfaqul Haque · 3 years, 2 months ago
  13. b6f2ac5 Refactors AASServerComponent to deregister AASs/SMs on shutdown by Maximilian Conradi · 3 years, 2 months ago
  14. e8088bd Refactors AASXPackageManager to warn when a file was not found by Maximilian Conradi · 3 years, 2 months ago
  15. cb4470b Refactors AssetXMLConverter to correctly parse AssetKind by Maximilian Conradi · 3 years, 2 months ago
  16. 800600f Event mechanism added by Constantin Ziesche · 3 years, 2 months ago
  17. 0cf2a13 AAS Id and Submodel Id get url encoded for Web UI by Constantin Ziesche · 3 years, 2 months ago
  18. e520c60 Merge "Fixes application scenario examples" by Frank Schnicke · 3 years, 2 months ago
  19. 6e2b431 Merge "Adds EPL 2.0 copyright header to *.java files" by Thomas Psota · 3 years, 2 months ago
  20. fe43440 Merge "Allow invoke of functions with signature void(void) in basyx::object" by Frank Schnicke · 3 years, 2 months ago
  21. 8e864f1 Merge "Fixed wrong identifier name and valueType string constants" by Frank Schnicke · 3 years, 2 months ago
  22. dd186fb Merge "Fixed rare bug on first connection to TCP server" by Frank Schnicke · 3 years, 2 months ago
  23. a66b1b7 Adds EPL 2.0 copyright header to *.java files by Frank Schnicke · 3 years, 3 months ago
  24. 185841e Adds third party & cryptography info to NOTICE by Frank Schnicke · 3 years, 3 months ago
  25. 4d9ee5c Fixes application scenario examples by Daniel Espen · 3 years, 3 months ago
  26. faf498a SubmodelElementCollection to Enumerable and Entity converter extension added by Constantin Ziesche · 3 years, 3 months ago
  27. 267079a Result handling improved by Constantin Ziesche · 3 years, 3 months ago
  28. e432578 Changed List<IConstraint> to IEnumerable<Constraint> by Constantin Ziesche · 3 years, 3 months ago
  29. 0079761 Unit test extended by SubmodelElementCollection tests by Constantin Ziesche · 3 years, 3 months ago
  30. 75bcd68 Registry Client added by Constantin Ziesche · 3 years, 3 months ago
  31. 9342e5d Registry Client improved by Constantin Ziesche · 3 years, 3 months ago
  32. 1611851 Merge "Fixed warnings during compilation" by Frank Schnicke · 3 years, 3 months ago
  33. 2034a1f Result handling improved by Constantin Ziesche · 3 years, 3 months ago
  34. 0590ab2 Allow invoke of functions with signature void(void) in basyx::object by Thomas Psota · 3 years, 3 months ago
  35. 4704c39 Fixed wrong identifier name and valueType string constants by Thomas Psota · 3 years, 3 months ago
  36. cab924f Fixed rare bug on first connection to TCP server by Thomas Psota · 3 years, 3 months ago
  37. 72fb2d9 Fixed warnings during compilation by Thomas Psota · 3 years, 3 months ago
  38. 1c91bfe AASX Server improved by Constantin Ziesche · 3 years, 3 months ago
  39. 9d45f86 Naming fixed by Constantin Ziesche · 3 years, 3 months ago
  40. 74ce898 Error Messages improved IdShort replaced by unique Id in Repository by Constantin Ziesche · 3 years, 3 months ago
  41. 91f82b0 Optimization and bug fix of isValid methods in Digital Nameplate Submodel and associated SMC by Ashfaqul Haque · 3 years, 3 months ago
  42. 52dea69 Merge "Implements DigitalNameplateSubmodel and required SubmodelElementCollections" by Frank Schnicke · 3 years, 3 months ago
  43. 189bab1 Refactors AASXPackageManager to use Apache POI library to read .aasx by Maximilian Conradi · 3 years, 3 months ago
  44. c8066f9 Implements DigitalNameplateSubmodel and required SubmodelElementCollections by Ashfaqul Haque · 3 years, 3 months ago
  45. 6b55e27 Adds 3rd party application scenario examples by Daniel Espen · 3 years, 3 months ago
  46. ccabde2 Modifies Blob to use UTF8 instead of ASCII by Daniel Espen · 3 years, 3 months ago
  47. 320c24e Fixes double-slash issue with component context by Daniel Espen · 3 years, 3 months ago
  48. 9354c95 OperationResult fixed by Constantin Ziesche · 3 years, 3 months ago
  49. b429aaf Support for command line args added to server implementation by Constantin Ziesche · 3 years, 3 months ago
  50. 922c782 Removes warning by Frank Schnicke · 3 years, 3 months ago
  51. bbb50f3 Minor fixes by Constantin Ziesche · 3 years, 3 months ago
  52. 9af9b0e Bug fixes for various SubmodelElements New packages by Constantin Ziesche · 3 years, 3 months ago
  53. 0f409a8 Adds Base64 encoding for Blob value serialization by Daniel Espen · 3 years, 3 months ago
  54. ab06f4d Merge "Adds possibility to load component settings from environment variables" by Frank Schnicke · 3 years, 3 months ago
  55. 7de9853 Merge "Removes user from mongodb properties" by Frank Schnicke · 3 years, 3 months ago
  56. d801600 Merge "Fixes persistency problem with MongoDB in AASServerComponent" by Frank Schnicke · 3 years, 3 months ago
  57. 460cdcf Merge "Fixes loading json and xml files in AAS component" by Frank Schnicke · 3 years, 3 months ago
  58. 6885993 Adds AnnotatedRelationshipElement by Maximilian Conradi · 3 years, 3 months ago
  59. 7cb45d5 Adds constraints in AdministrativeInformation and OperationVariable by Ashfaqul Haque · 3 years, 3 months ago
  60. 0526fdd Modifies Mqtt Payloads and Topics to maintain consistency by Ashfaqul Haque · 3 years, 3 months ago
  61. dcf0ee6 Adds possibility to load component settings from environment variables by Daniel Espen · 3 years, 3 months ago
  62. f4b661d Removes user from mongodb properties by Daniel Espen · 3 years, 3 months ago
  63. 3add147 Fixes persistency problem with MongoDB in AASServerComponent by Daniel Espen · 3 years, 3 months ago
  64. 2b004de Fixes loading json and xml files in AAS component by Daniel Espen · 3 years, 3 months ago
  65. 17cb570 Fixes RelationshipElement by Frank Schnicke · 3 years, 3 months ago
  66. fc05ed4 Adds setValue with specific data types by Frank Schnicke · 3 years, 3 months ago
  67. 356bdd3 Refactors TestSubmodelSuite by Frank Schnicke · 3 years, 3 months ago
  68. 61c2af3 Introduces harmonizePathWithSuffix method by Frank Schnicke · 3 years, 3 months ago
  69. 2892991 Streamlines AggregatorProxy url harmonization by Frank Schnicke · 3 years, 3 months ago
  70. 19c1b89 Merge "Adds asynchronous operation support with InvocationRequest" by Frank Schnicke · 3 years, 3 months ago
  71. a0a5463 Adds asynchronous operation support with InvocationRequest by Daniel Espen · 3 years, 4 months ago
  72. f4934f3 Adds mqtt event extension for IAASAggregator by Ashfaqul Haque · 3 years, 3 months ago
  73. cc3f750 Adds mqtt event extension for IAASRegistryService by Ashfaqul Haque · 3 years, 4 months ago
  74. b5d41bc File upload is now supported by Constantin Ziesche · 3 years, 3 months ago
  75. e799d20 Fixes range's setting of valueType by Frank Schnicke · 3 years, 4 months ago
  76. 9b16ef3 Postman Collections updated by Constantin Ziesche · 3 years, 4 months ago
  77. 32eba0a Globalization updated in backend and frontend by Constantin Ziesche · 3 years, 4 months ago
  78. 6040eb7 RetrieveSubmodelElements returns now empty list if empty instead of error message. by Constantin Ziesche · 3 years, 4 months ago
  79. b10014d Bug fixes by Constantin Ziesche · 3 years, 4 months ago
  80. a856422 Increased buffer sizes of VAB server and connector by Thomas Psota · 3 years, 4 months ago
  81. 6c39a8b Bug 570192 - Path mangling issue in SubmodelElementProvider by Ashfaqul Haque · 3 years, 4 months ago
  82. 8db75fb Removes unnecessary setting of default values in the constructors of metamodels by Ashfaqul Haque · 3 years, 5 months ago
  83. 7de3308 Tidies dependencies by Frank Schnicke · 3 years, 4 months ago
  84. f9c7092 Adds InvokationRequest and InvokationResult by Daniel Espen · 3 years, 4 months ago
  85. 15c59be Adds method for creating a local copy of SubmodelElements by Daniel Espen · 3 years, 4 months ago
  86. 4902eeb Merge "Adds idShort validation & blacklist checking" by Frank Schnicke · 3 years, 4 months ago
  87. 4af22af Adds idShort validation & blacklist checking by Frank Schnicke · 3 years, 4 months ago
  88. a10c5e6 Adds a factory for creating .aasx files by Maximilian Conradi · 3 years, 4 months ago
  89. 2b67c13 Adds new snippets by Frank Schnicke · 3 years, 4 months ago
  90. c776d3e Marks Property.set as deprecated by Frank Schnicke · 3 years, 4 months ago
  91. 8091b7b Fixes wrong parameter usage in TCK by Frank Schnicke · 3 years, 4 months ago
  92. b2f1d89 Removes obsolete MetaModelProvider by Frank Schnicke · 3 years, 4 months ago
  93. 7f5eeae Fixes error on Property valueId retrieval by Frank Schnicke · 3 years, 4 months ago
  94. 0363f31 Excludes slf4j-log4j12 dependency of moquette by Frank Schnicke · 3 years, 4 months ago
  95. 6edf3de Adds HelloWorld project to examples by Maximilian Conradi · 3 years, 5 months ago
  96. f552dc7 Refactors AASXPackageManager to be able to load files outside /aasx by Maximilian Conradi · 3 years, 5 months ago
  97. 09fb4ed Fixes bug in equals of VABModelMap by Frank Schnicke · 3 years, 4 months ago
  98. 7c96aa4 Adds random naming to Tomcat Engine by Frank Schnicke · 3 years, 4 months ago
  99. 5426215 Fixes wrong handling of SubmodelElementCollections by Frank Schnicke · 3 years, 5 months ago
  100. d53a9a7 Fixes ModelUrn not testing as a valid Identifier by Frank Schnicke · 3 years, 4 months ago