cxf-rt-transports-http-jetty POM variable reference to jetty.version can lead
to a surprise
-------------------------------------------------------------------------------------------
Key: CXF-2897
URL: https://issues.apache.org/jira/browse/CXF-2897
Project: CXF
Issue Type: Bug
Components: Transports
Affects Versions: 2.2.9
Reporter: Benson Margulies
The POM for cxf-rt-transports-http-jetty defines and references jetty.version.
Somewhat to my surprise, I see that this survived release deployment. So, if
*I* set that variable in my pom, it effects CXF. Which, in turn, has some
unpleasant effects on an attempt to use jetty version 7.1.4.
I think the fix is to rename that variable, and, all the other pom variables,
to have the name format cxf.x.y. In this case, cxf.jetty.version. Otherwise,
we're just waiting for surprises from unexpected collisions.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.