{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "https://devel.data-in-motion.biz/jenkins/job/Eclipse%20Sensinact/org.eclipse.sensinact.gateway.core$impl/31/mavenArtifacts/"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "impl-0.0.2-SNAPSHOT-tests.jar",
      "fileName" : "impl-0.0.2-SNAPSHOT-tests.jar",
      "relativePath" : "org.eclipse.sensinact.gateway.core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT-tests.jar"
    },
    {
      "displayPath" : "impl-0.0.2-SNAPSHOT.jar",
      "fileName" : "impl-0.0.2-SNAPSHOT.jar",
      "relativePath" : "org.eclipse.sensinact.gateway.core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar"
    },
    {
      "displayPath" : "impl-0.0.2-SNAPSHOT.pom",
      "fileName" : "impl-0.0.2-SNAPSHOT.pom",
      "relativePath" : "org.eclipse.sensinact.gateway.core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#31",
  "duration" : 4207,
  "estimatedDuration" : 4571,
  "executor" : None,
  "fullDisplayName" : "Eclipse Sensinact » SensiNact core implementation #31",
  "id" : "31",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 31,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1723107714776,
  "url" : "https://devel.data-in-motion.biz/jenkins/job/Eclipse%20Sensinact/org.eclipse.sensinact.gateway.core$impl/31/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/api/src/main/java/org/eclipse/sensinact/core/notification/LifecycleNotification.java",
          "core/api/src/main/java/org/eclipse/sensinact/core/notification/ResourceMetaDataNotification.java",
          "southbound/virtual/virtual-temperature-sensor/src/main/java/org/eclipse/sensinact/gateway/southbound/virtual/temperature/VirtualTemperatureDto.java",
          "northbound/rest/src/main/java/org/eclipse/sensinact/northbound/rest/impl/RestNorthbound.java",
          "core/api/src/main/java/org/eclipse/sensinact/core/notification/ResourceActionNotification.java",
          "core/api/src/main/java/org/eclipse/sensinact/core/notification/ResourceDataNotification.java",
          "northbound/rest/src/test/java/org/eclipse/sensinact/northbound/rest/integration/notification/ResourceNotificationsTest.java",
          "northbound/session/session-impl/src/test/java/org/eclipse/sensinact/nortbound/session/integration/SessionSubscribeTest.java",
          "northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/WebSocketEndpoint.java",
          "core/impl/src/test/java/org/eclipse/sensinact/core/notification/impl/NotificationSenderTest.java"
        ],
        "commitId" : "9d68852a61656138c22694f9e0988f6b0a9a1e95",
        "timestamp" : 1716221106000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/timothyjward",
          "fullName" : "timothyjward"
        },
        "authorEmail" : "timothyjward@apache.org",
        "comment" : "Include the model name in topic notifications\u000a\u000aFiltering at the model level is extremely useful as it permits efficient tracking of multiple providers using the same model. The model URI is required to ensure strict uniqueness, however the model uri is difficult to represent in topic syntax, and would need large amounts of escaping. The trade off is therefore to allow the model name to be used in the topic for rapid checking, with the filter being available for more precise matching if needed.\u000a\u000aSigned-off-by: Tim Ward <timothyjward@apache.org>\u000a",
        "date" : "2024-05-20 17:05:06 +0100",
        "id" : "9d68852a61656138c22694f9e0988f6b0a9a1e95",
        "msg" : "Include the model name in topic notifications",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "core/api/src/main/java/org/eclipse/sensinact/core/notification/LifecycleNotification.java"
          },
          {
            "editType" : "edit",
            "file" : "northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/WebSocketEndpoint.java"
          },
          {
            "editType" : "edit",
            "file" : "core/api/src/main/java/org/eclipse/sensinact/core/notification/ResourceActionNotification.java"
          },
          {
            "editType" : "edit",
            "file" : "northbound/session/session-impl/src/test/java/org/eclipse/sensinact/nortbound/session/integration/SessionSubscribeTest.java"
          },
          {
            "editType" : "edit",
            "file" : "core/api/src/main/java/org/eclipse/sensinact/core/notification/ResourceMetaDataNotification.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/test/java/org/eclipse/sensinact/core/notification/impl/NotificationSenderTest.java"
          },
          {
            "editType" : "edit",
            "file" : "northbound/rest/src/test/java/org/eclipse/sensinact/northbound/rest/integration/notification/ResourceNotificationsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "core/api/src/main/java/org/eclipse/sensinact/core/notification/ResourceDataNotification.java"
          },
          {
            "editType" : "edit",
            "file" : "northbound/rest/src/main/java/org/eclipse/sensinact/northbound/rest/impl/RestNorthbound.java"
          },
          {
            "editType" : "edit",
            "file" : "southbound/virtual/virtual-temperature-sensor/src/main/java/org/eclipse/sensinact/gateway/southbound/virtual/temperature/VirtualTemperatureDto.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/models/provider/src/main/resources/model/sensinact.ecore",
          "core/impl/src/test/java/org/eclipse/sensinact/core/integration/EMFUpdateServiceTest.java",
          "core/models/provider/src/main/resources/model/sensinact.genmodel"
        ],
        "commitId" : "4410aac42c5a5724db1a96b563512940ce02aeb6",
        "timestamp" : 1716543632000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/ggrune",
          "fullName" : "Guido Grune"
        },
        "authorEmail" : "g.grune@datainmotion.com",
        "comment" : "use real eClass from service not from reference\u000a\u000aSigned-off-by: Guido Grune <g.grune@datainmotion.com>\u000a",
        "date" : "2024-05-24 11:40:32 +0200",
        "id" : "4410aac42c5a5724db1a96b563512940ce02aeb6",
        "msg" : "use real eClass from service not from reference",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "core/models/provider/src/main/resources/model/sensinact.ecore"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/test/java/org/eclipse/sensinact/core/integration/EMFUpdateServiceTest.java"
          },
          {
            "editType" : "edit",
            "file" : "core/models/provider/src/main/resources/model/sensinact.genmodel"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/ServiceImpl.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/model/nexus/ModelNexus.java",
          "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/model/EMFModel.java",
          "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/model/EMFModelBuilder.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/ModelImpl.java",
          "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/model/EMFService.java",
          "core/api/src/main/java/org/eclipse/sensinact/core/model/Model.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/ServiceBuilderImpl.java",
          "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/model/SensinactEMFModelManager.java",
          "core/impl/src/test/java/org/eclipse/sensinact/core/integration/EMFUpdateServiceTest.java",
          "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/model/EMFServiceBuilder.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/ModelBuilderImpl.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/impl/SetValueCommand.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/SensinactModelManagerImpl.java"
        ],
        "commitId" : "a648fd6334494a065bf1355a64b37a945dcffeed",
        "timestamp" : 1716916215000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/j.albert",
          "fullName" : "j.albert"
        },
        "authorEmail" : "j.albert@data-in-motion.biz",
        "comment" : "fixed NPE due to missing service EClass\u000a\u000aSigned-off-by: Juergen Albert <j.albert@data-in-motion.biz>\u000a",
        "date" : "2024-05-28 19:10:15 +0200",
        "id" : "a648fd6334494a065bf1355a64b37a945dcffeed",
        "msg" : "fixed NPE due to missing service EClass",
        "paths" : [
          {
            "editType" : "add",
            "file" : "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/model/EMFServiceBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/ServiceImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/ModelBuilderImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/SensinactModelManagerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "core/api/src/main/java/org/eclipse/sensinact/core/model/Model.java"
          },
          {
            "editType" : "edit",
            "file" : "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/model/SensinactEMFModelManager.java"
          },
          {
            "editType" : "add",
            "file" : "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/model/EMFModel.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/test/java/org/eclipse/sensinact/core/integration/EMFUpdateServiceTest.java"
          },
          {
            "editType" : "add",
            "file" : "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/model/EMFModelBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/ServiceBuilderImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/ModelImpl.java"
          },
          {
            "editType" : "add",
            "file" : "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/model/EMFService.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/impl/SetValueCommand.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/model/nexus/ModelNexus.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/ModelImpl.java",
          "core/impl/src/test/java/org/eclipse/sensinact/core/model/nexus/impl/NexusTest.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/SensinactModelManagerImpl.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/model/nexus/ModelNexus.java",
          "core/impl/src/test/java/org/eclipse/sensinact/core/model/impl/ModelBuildingTest.java"
        ],
        "commitId" : "d221b6126804814251557f7d4cda8d11e7c9300d",
        "timestamp" : 1718189135000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/timothyjward",
          "fullName" : "timothyjward"
        },
        "authorEmail" : "timothyjward@apache.org",
        "comment" : "Implement model deletion in the Model Manager\u000a\u000aThe model manager API provides a deletion method, but this was not implemented. This commit implements deletion logic, which delegates to the Model Nexus. The Model Nexus:\u000a\u000a1. Finds the Model\u000a2. If found it deletes any and all providers using the model, then it deletes the model from its owning EPackage\u000a3. If the EPackage is now empty of models then the EPackage is removed from the Model Nexus\u000a\u000aThe ModelImpl has also been updated to check the the model is still registered before allowing any action. This prevents deleted models from being used after they are deleted.\u000a\u000aSigned-off-by: Tim Ward <timothyjward@apache.org>\u000a",
        "date" : "2024-06-12 11:45:35 +0100",
        "id" : "d221b6126804814251557f7d4cda8d11e7c9300d",
        "msg" : "Implement model deletion in the Model Manager",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "core/impl/src/test/java/org/eclipse/sensinact/core/model/impl/ModelBuildingTest.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/SensinactModelManagerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/model/nexus/ModelNexus.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/test/java/org/eclipse/sensinact/core/model/nexus/impl/NexusTest.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/model/impl/ModelImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/impl/src/main/java/org/eclipse/sensinact/core/dto/impl/AbstractUpdateDto.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/whiteboard/impl/SensinactWhiteboard.java",
          "core/impl/src/test/java/org/eclipse/sensinact/core/command/impl/WhiteboardImplTest.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/extract/impl/EMFGenericDtoDataExtractor.java",
          "core/impl/src/test/java/org/eclipse/sensinact/core/extract/impl/CustomBaseValueDtoExtractorTest.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/extract/impl/GenericDtoDataExtractor.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/extract/impl/AnnotationMapping.java",
          "core/annotation/src/main/java/org/eclipse/sensinact/core/annotation/dto/NullAction.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/impl/SetValueCommand.java",
          "core/impl/src/test/java/org/eclipse/sensinact/core/extract/impl/GenericDtoExtractorTest.java"
        ],
        "commitId" : "068be1017ad07f297a0316652e66e9dec2412304",
        "timestamp" : 1718714782000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/timothyjward",
          "fullName" : "timothyjward"
        },
        "authorEmail" : "timothyjward@apache.org",
        "comment" : "Add support for nullable data which should not create a resource\u000a\u000aIn some cases null is a valid value to return, but should not be used to initialize a resource. For example if a DTO contains some optional resources which may never be set for some providers, but will be set for others, and those resources may be null, then this was not previously possible\u000a\u000aSigned-off-by: Tim Ward <timothyjward@apache.org>\u000a",
        "date" : "2024-06-18 13:46:22 +0100",
        "id" : "068be1017ad07f297a0316652e66e9dec2412304",
        "msg" : "Add support for nullable data which should not create a resource",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/extract/impl/AnnotationMapping.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/extract/impl/EMFGenericDtoDataExtractor.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/dto/impl/AbstractUpdateDto.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/impl/SetValueCommand.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/test/java/org/eclipse/sensinact/core/extract/impl/CustomBaseValueDtoExtractorTest.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/test/java/org/eclipse/sensinact/core/extract/impl/GenericDtoExtractorTest.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/whiteboard/impl/SensinactWhiteboard.java"
          },
          {
            "editType" : "edit",
            "file" : "core/annotation/src/main/java/org/eclipse/sensinact/core/annotation/dto/NullAction.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/extract/impl/GenericDtoDataExtractor.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/test/java/org/eclipse/sensinact/core/command/impl/WhiteboardImplTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/api/src/main/java/org/eclipse/sensinact/core/push/dto/GenericDto.java",
          "core/impl/src/main/java/org/eclipse/sensinact/core/extract/impl/EMFGenericDtoDataExtractor.java",
          "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/dto/EMFGenericDto.java"
        ],
        "commitId" : "61101a6c9a361235909f11624cf1e8ea199fb126",
        "timestamp" : 1718721481000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/timothyjward",
          "fullName" : "timothyjward"
        },
        "authorEmail" : "timothyjward@apache.org",
        "comment" : "Reinstate final modifier for GenericDto\u000a\u000aThe EMF dto altered the GenericDto so that it could extend it. The GenericDto was intentionally final to prevent usage mistakes in the API. There are few fields and we should copy them.\u000a\u000aSigned-off-by: Tim Ward <timothyjward@apache.org>\u000a",
        "date" : "2024-06-18 15:38:01 +0100",
        "id" : "61101a6c9a361235909f11624cf1e8ea199fb126",
        "msg" : "Reinstate final modifier for GenericDto",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "core/api/src/main/java/org/eclipse/sensinact/core/push/dto/GenericDto.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/extract/impl/EMFGenericDtoDataExtractor.java"
          },
          {
            "editType" : "edit",
            "file" : "core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/dto/EMFGenericDto.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/impl/src/main/java/org/eclipse/sensinact/core/impl/SetValueCommand.java",
          "core/impl/src/test/java/org/eclipse/sensinact/core/integration/DataUpdateServiceTest.java"
        ],
        "commitId" : "c9be1b379b44dcb0c5400ff44d4664ab3202c764",
        "timestamp" : 1718728864000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/timothyjward",
          "fullName" : "timothyjward"
        },
        "authorEmail" : "timothyjward@apache.org",
        "comment" : "Fix missing check in SetValueCommand\u000a\u000aThe UPDATE_IF_PRESENT logic would always run even if the data value was not null. This has been fixed and regression tests added for all NullAction behaviours.\u000a\u000aSigned-off-by: Tim Ward <timothyjward@apache.org>\u000a",
        "date" : "2024-06-18 17:41:04 +0100",
        "id" : "c9be1b379b44dcb0c5400ff44d4664ab3202c764",
        "msg" : "Fix missing check in SetValueCommand",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "core/impl/src/main/java/org/eclipse/sensinact/core/impl/SetValueCommand.java"
          },
          {
            "editType" : "edit",
            "file" : "core/impl/src/test/java/org/eclipse/sensinact/core/integration/DataUpdateServiceTest.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/j.albert",
      "fullName" : "j.albert"
    },
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/timothyjward",
      "fullName" : "timothyjward"
    },
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/ggrune",
      "fullName" : "Guido Grune"
    }
  ],
  "mavenArtifacts" : {
    "url" : "https://devel.data-in-motion.biz/jenkins/job/Eclipse%20Sensinact/org.eclipse.sensinact.gateway.core$impl/31/mavenArtifacts/"
  }
}