{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 68,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-domain/155/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-domain-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#155",
  "duration" : 8153,
  "estimatedDuration" : 10955,
  "executor" : None,
  "fullDisplayName" : "microstories-2526-teamA » Domain #155",
  "id" : "155",
  "keepLog" : False,
  "number" : 155,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1766078826804,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-domain/155/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java",
          "tests/src/main/resources/datasets/stories.xml",
          "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/User.java",
          "additional-material/db/microstories-mysql.drop.sql",
          "additional-material/db/microstories-mysql.creation.sql",
          "additional-material/db/microstories-mysql.full.sql",
          "tests/src/main/resources/scripts/cleanup.sql",
          "additional-material/db/microstories-mysql.data.sql",
          "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/UserTest.java",
          "tests/src/main/resources/datasets/stories-with-delete-1.xml",
          "service/src/main/java/es/uvigo/esei/microstories/services/StoryService.java",
          "additional-material/db/microstories-mysql.delete.sql",
          "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java"
        ],
        "commitId" : "8db2ed2854f93aa8cdc65424fbd861ad0d55e7f7",
        "timestamp" : 1766078570000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/devpablogg",
          "fullName" : "devpablogg"
        },
        "authorEmail" : "devpablogg@gmail.com",
        "comment" : "tsk68: Adds JPA support for user favorite stories\nThis commit adds the JPA mapping needed to support users having a list\nof favorite microstories. It introduces a bidirectional @ManyToMany\nrelationship between User and Story, backed by the new user_favorites\njoin table. Domain entities were updated with helper methods to manage\nthe association and expose unmodifiable views. Database DDL/DML scripts\nand domain tests were updated accordingly. DBUnit dataset was extended\nto include favorite stories.\n",
        "date" : "2025-12-18 18:22:50 +0100",
        "id" : "8db2ed2854f93aa8cdc65424fbd861ad0d55e7f7",
        "msg" : "tsk68: Adds JPA support for user favorite stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-with-delete-1.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/User.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.drop.sql"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/microstories/services/StoryService.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/UserTest.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.creation.sql"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.delete.sql"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/devpablogg",
      "fullName" : "devpablogg"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-domain/155/mavenArtifacts/"
  }
}