I know the Xalan might be removed in future due to the performance issue: http://www.mail-archive.com/dev@tomcat.apache.org/msg43586.html But so far, this seems still a hard dependency. So I should not made it as optional in maven bundle plugin.. Will provide a patch. -Rex
Created attachment 26396 [details] remove optional xalan import
It's marked optional in Maven as it is only needed if someone is using the XML tags. Is there a way to mimic that with the OSGi references?
(In reply to comment #2) > It's marked optional in Maven as it is only needed if someone is using the XML > tags. > > Is there a way to mimic that with the OSGi references? Not sure about that. At least, IMO, that is not the correct way by using optional:=resolution in import-package to achieve the requirement. I think the optional:=resolution directive is used to express that if osgi framework can not resolve the package, the codes in this bundle may use the implementation from itself or from jdk. So if the codes have hard dependency to (explicitly import) a package, we should not make it as optional resolution. -Rex
Removed optional declaration in r1054176
Hi Devs, Can you make a maven release for taglib 1.2? We want to use this in Geronimo release. thanks in advance! Forrest