Create a document with the Tomcat version bundled with each Bamboo version

XMLWordPrintable

    • 2
    • 3

      Issue Summary

      Bamboo does not have an official document that lists the Tomcat version that is bundled with each version. This information is useful for customers that want to check whether their Bamboo version might be using a Tomcat version that's affected by a specific issue, vulnerability, or bug. 

      Suggestion

      Add a document with that information, similar to what Jira and Confluence have:

      Jira: Bundled Tomcat and Java versions

      Confluence: Bundled Tomcat and Java versions

      Suggestion

      Extract the information from Atlassian's public repository -> pom file. E.g., https://packages.atlassian.com/maven-external/com/atlassian/bamboo/atlassian-bamboo/9.4.2/ 

      You just need to replace the version of Bamboo you're looking for information from in the URL, and then check the related .pom file for the <tomcat9x.version> property. For example:

      atlassian-bamboo-9.4.2.pom
      <tomcat9x.version>9.0.83</tomcat9x.version>

            Assignee:
            Jacek Krawczyk (Inactive)
            Reporter:
            Eduardo Collaziol
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: