Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-6287

Bamboo doesn't accept license when its expired

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • High
    • 5.8
    • 2.6.1
    • None

    Description

      Bamboo checks license expiry against the current date, instead of the release date for the Bamboo version:

          public boolean isMaintenanceExpired()
          {
              return maintenanceExpiryDate != null && maintenanceExpiryDate.compareTo(new Date()) < 0;
          }
      

      Our license are meant to be perpetual, and customers should be able to run a Bamboo version if it was released before the expiry date!

      Attachments

        Activity

          People

            Unassigned Unassigned
            asridhar AjayA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: