Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-9845

Improve dependency graph calculation for maven projects: only use dependencies with 'unknown' version if needed

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • maven-plugin
    • None

      Only create the dependency objects with UNKNOWN version, if we know that we have an old (last build with Jenkins < 1.207) module which needs it.
      This should save a lot of memory during dependency graph calculation.

          [JENKINS-9845] Improve dependency graph calculation for maven projects: only use dependencies with 'unknown' version if needed

          dogfood added a comment -

          dogfood added a comment - Integrated in jenkins_main_trunk #838

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          changelog.html
          maven-plugin/src/main/java/hudson/maven/MavenModule.java
          http://jenkins-ci.org/commit/jenkins/c297835ab7371756e092667b3556a957fd2801e2
          Log:
          [FIXED JENKINS-9845] reduce memory consumption of dependency graph calculation: include maven dependencies with 'unknown' version only if needed.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: changelog.html maven-plugin/src/main/java/hudson/maven/MavenModule.java http://jenkins-ci.org/commit/jenkins/c297835ab7371756e092667b3556a957fd2801e2 Log: [FIXED JENKINS-9845] reduce memory consumption of dependency graph calculation: include maven dependencies with 'unknown' version only if needed.

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          changelog.html
          maven-plugin/src/main/java/hudson/maven/MavenModule.java
          http://jenkins-ci.org/commit/jenkins/c297835ab7371756e092667b3556a957fd2801e2
          Log:
          [FIXED JENKINS-9845] reduce memory consumption of dependency graph calculation: include maven dependencies with 'unknown' version only if needed.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: changelog.html maven-plugin/src/main/java/hudson/maven/MavenModule.java http://jenkins-ci.org/commit/jenkins/c297835ab7371756e092667b3556a957fd2801e2 Log: [FIXED JENKINS-9845] reduce memory consumption of dependency graph calculation: include maven dependencies with 'unknown' version only if needed.

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          src/main/java/hudson/maven/MavenModule.java
          http://jenkins-ci.org/commit/maven-plugin/87575270698dbfc6b81137554fd2f05d39937491
          Log:
          [FIXED JENKINS-9845] reduce memory consumption of dependency graph calculation: include maven dependencies with 'unknown' version only if needed.
          Originally-Committed-As: c297835ab7371756e092667b3556a957fd2801e2

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: src/main/java/hudson/maven/MavenModule.java http://jenkins-ci.org/commit/maven-plugin/87575270698dbfc6b81137554fd2f05d39937491 Log: [FIXED JENKINS-9845] reduce memory consumption of dependency graph calculation: include maven dependencies with 'unknown' version only if needed. Originally-Committed-As: c297835ab7371756e092667b3556a957fd2801e2

            kutzi kutzi
            kutzi kutzi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: