{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 126,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "427280be32686d308addb3bd78a3816c82707d89",
            "branch" : [
              {
                "SHA1" : "427280be32686d308addb3bd78a3816c82707d89",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "427280be32686d308addb3bd78a3816c82707d89",
            "branch" : [
              {
                "SHA1" : "427280be32686d308addb3bd78a3816c82707d89",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "427280be32686d308addb3bd78a3816c82707d89",
        "branch" : [
          {
            "SHA1" : "427280be32686d308addb3bd78a3816c82707d89",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/bxservice/idempiere-rest"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#126",
  "duration" : 23463,
  "estimatedDuration" : 20318,
  "executor" : None,
  "fullDisplayName" : "idempiere-rest-master #126",
  "id" : "126",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 126,
  "queueId" : 5491,
  "result" : "FAILURE",
  "timestamp" : 1785552246165,
  "url" : "https://jenkins.younex.de/job/idempiere-rest-master/126/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "com.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/v1/resource/impl/BatchRequestResourseImpl.java",
          "com.trekglobal.idempiere.rest.api/pom.xml",
          "com.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/v1/resource/BatchRequestResource.java",
          "com.trekglobal.idempiere.rest.api/META-INF/MANIFEST.MF",
          "com.trekglobal.idempiere.rest.api/.classpath",
          "com.trekglobal.idempiere.rest.api/openapi/idempiere-rest.yml",
          "com.trekglobal.idempiere.rest.api/postman/trekglobal-idempiere-rest.postman_collection.json"
        ],
        "commitId" : "427280be32686d308addb3bd78a3816c82707d89",
        "timestamp" : 1785502559000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Batch reference resolution: bind$.jsonPathExpr + @#GlobalVar@ in v1/batch (#517)\u000a\u000a* Add @Table.Column / @bind.Column / @#GlobalVar reference resolution to v1/batch\u000a\u000a* Fix @#GlobalVar snapshot and reject duplicate batch aliases\u000a\u000aSnapshot the calling session's context before any sub-request runs so\u000a@#GlobalVar resolution isn't affected by ServerContext.dispose() calls\u000atriggered by earlier sub-requests in the same batch.\u000a\u000aAlso reject an \"as\" alias that was already used earlier in the batch,\u000aaddressing CodeRabbit feedback on #517: previously a duplicate alias\u000awould silently overwrite the earlier sub-request's entry in\u000areferenceCache, causing later @bind.Column references to resolve\u000aagainst the wrong sub-request.\u000a\u000a* Require closing @ for batch reference tokens, delegate global vars to Env.parseContext\u000a\u000aunify the reference grammar to match iDempiere's\u000a\u000a* Use sessionCtx snapshot for MTable lookups instead of the disposable live context\u000a\u000a* Add @bind$.jsonPathExpr@ batch reference support\u000a\u000aPer Heng Sin's alternative on #516: standard JSONPath (RFC 9535)\u000aagainst a prior sub-request's response, for nested/array access\u000a@bind.Column@ can't do. Embeds json-path/json-smart/accessors-smart;\u000aslf4j/asm are imported from iDempiere's own OSGi bundles instead.\u000a\u000a* Extract BatchReferenceResolver to fix clean-code issues from this PR\u000a\u000a* Drop flat @Table.Column@/@bind.Column@, standardize on bare JSONPath\u000a\u000a* Only recognize #/$/+ prefixed context vars, not any @...@ literal\u000a\u000a* Make batch responseAlias mandatory, drop tableName-based chaining, update docs\u000a\u000a* Wrap batch alias/JSONPath references in @...@, make responseAlias optional\u000a\u000a* Fix illegal multi-catch of InvalidPathException and its subclass PathNotFoundException\u000a",
        "date" : "2026-07-31 14:55:59 +0200",
        "id" : "427280be32686d308addb3bd78a3816c82707d89",
        "msg" : "Batch reference resolution: bind$.jsonPathExpr + @#GlobalVar@ in v1/batch (#517)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "com.trekglobal.idempiere.rest.api/.classpath"
          },
          {
            "editType" : "edit",
            "file" : "com.trekglobal.idempiere.rest.api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "com.trekglobal.idempiere.rest.api/META-INF/MANIFEST.MF"
          },
          {
            "editType" : "edit",
            "file" : "com.trekglobal.idempiere.rest.api/postman/trekglobal-idempiere-rest.postman_collection.json"
          },
          {
            "editType" : "edit",
            "file" : "com.trekglobal.idempiere.rest.api/openapi/idempiere-rest.yml"
          },
          {
            "editType" : "edit",
            "file" : "com.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/v1/resource/BatchRequestResource.java"
          },
          {
            "editType" : "edit",
            "file" : "com.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/v1/resource/impl/BatchRequestResourseImpl.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.younex.de/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.9.6"
}