Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aas4j-dev] [Eclipse AAS4J] V.1.0.1 with bug-fixes released
  • From: "Weber Martins, Thiago" <thiago.weber.martins@xxxxxxx>
  • Date: Fri, 1 Mar 2024 09:27:06 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=yBBKQvGO5dTFb9bEunsmbjGIjRP4sjg6WkTUbaKCZ7Q=; b=XVxq9Xx1mGK7zOZQ4z7wOJXc7q34D1mL4W0jcwwKIxtAZiMgNUL04xuk2LctvfZXbNddHvP3IvF0H3en88pCNJZQT0h94uUvfWPktfSVrl/HxFmKolfnshvZH2k2nFVnZEhzlqsGvMgXzQzJi3PqIBDVziL4dNZLSUKohNPfXKz6tpRJqo8pmT51Qh7p0QGtpo2FApUmQrdmuH4ylo/0O72IW3JWDBX4cxW1DXQeUI1xhRMwEotf2BJXrHFKnYuTMauxVXn2Aub7q0yCnrwTMWqvhdcsFhlOD+eldmMNI7a2UFIWuinnvKjcFMkPZH5oJDN2OlUPi7K73MMcC3IHgA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DSnP5ej2jFUxU3iE9zh9ff0S48dr8R3/uxSZoKKAoMBmxsMP1gu8iXpU0bnqjIM2wDVEtOzvA7X9FP7a0X2S8VXDsNtFgykHPN7xVH42bzIwvVt9le+w6PWJAaIsFjzz8AA5o+NfvCEiKQvwdSRgev0L/kre+qJ7JMkCXjq3+iJwK5mnZTtQSkuLqacj6bzB5eRbupmdxrCP4Y4rMzdIGL37aAgSZb/n1rRQ7pPAUbEUW3hNOL92zMm4SrIJgJtu2bHQrZi79U2+jvjNN5v4xRuM44yK5Q3SwfFAEmkWA4NtQPnXWN4YzjgNRbpotUeH3Cda2/+Dxt2nXQbCayVRgA==
  • Delivered-to: aas4j-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/aas4j-dev/>
  • List-help: <mailto:aas4j-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/aas4j-dev>, <mailto:aas4j-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/aas4j-dev>, <mailto:aas4j-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaa7pDECRlEl4z1ES3TTBVsdtIyw==
  • Thread-topic: [Eclipse AAS4J] V.1.0.1 with bug-fixes released

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

 


Back to the top