Modules should have an easy way to specify Axis2 version compatibility ----------------------------------------------------------------------
Key: AXIS2-4526 URL: https://issues.apache.org/jira/browse/AXIS2-4526 Project: Axis 2.0 (Axis2) Issue Type: New Feature Components: modules Reporter: Glen Daniels I don't think this is already there, but correct me if I'm wrong. We could use the capability to express Axis2 version compatibility in the module.xml file. Something like: <module name="WS-Foo" class="com.foo.FooModule" axis2version="1.5.1+"> ... </module> Where you could specify "version" for an exact version, or "version+" for any version including or after the specified one. This would prevent people from deploying modules that rely on later Axis2 features on earlier versions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.