Uploaded image for project: 'JBRULES'
  1. JBRULES
  2. JBRULES-3127

PackageBuilder should support an ordered iteration of added/merged packages

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Minor
    • 5.5.0.Final
    • None
    • drools-compiler
    • None

    Description

      The getPackages() method returns an array of packages which is based on the internal map's iteration order.
      Instead, the order should depend on the package addition/merge sequence.
      E.g. if a KnowledgeBuilder adds the following resources:
      r1 -> package p1
      r2 -> package p2
      r3 -> package p2
      r4 -> package p3
      r5 -> package p1
      the sequence in the array should be p1, p3, p2

      Attachments

        Activity

          People

            mproctor@redhat.com Mark Proctor
            dsotty Davide Sottara (Inactive)
            Archiver:
            rhn-support-ceverson Clark Everson

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty