Uploaded image for project: 'Tiles'
  1. Tiles
  2. TILES-518

tiles-el should make org.apache.el an optional OSGi Import-Package

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.2
    • 2.2.3
    • tiles-el
    • None

    Description

      The tiles-el JAR file has an OSGi Import-Package entry for "org.apache.el". This is only necessary if one uses the TomcatExpressionFactoryFactory class, so the import should be optional. This can be achieved by adding the following plugin to the tiles-el POM file:

      <plugin>
      <groupId>org.apache.felix</groupId>
      <artifactId>maven-bundle-plugin</artifactId>
      <configuration>
      <instructions>
      <Import-Package>
      org.apache.el; resolution:=optional,
      *
      </Import-Package>
      </instructions>
      </configuration>
      </plugin>

      Attachments

        1. tiles-el.pom.patch
          0.6 kB
          David Hay

        Activity

          People

            brenmcguire Antonio Petrelli
            dhay David Hay
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: