Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-2883

Use better version range in Spring features

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.4.0, 3.0.1, 4.0.0.M3
    • karaf
    • None

    Description

      Now, a Spring feature "imports" the "spring" feature using the version:

      <feature name="spring-orm" version="3.2.8.RELEASE" ...>
        <feature version="3.2.8.RELEASE">spring</feature>
        ...
      </feature>
      

      To prepare the new "OSGi-like" feature resolver and be aligned with the Spring bundles import packages, it would be better to use a version range like "[3.2.8.RELEASE,3.3)".

      The same policy applies for all Spring versions: [major.minor.micro, major.minor+1).

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            jbonofre Jean-Baptiste Onofré
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: