https://issues.apache.org/bugzilla/show_bug.cgi?id=52318

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #5 from Konstantin Kolinko <knst.koli...@gmail.com> 2012-03-20 
17:38:03 UTC ---
(In reply to comment #4)
> this 
> MANIFEST:
> org.apache.juli.logging;version="[6.0.18, 7.0.0)"
> 
> would indicate that the component can use juli versions from 6.0.18 and up, as
> well as 7.0.0 and up. not being that familiar with OSGi, what's the issue 
> here?
> submit a patch

>From my math knowledge I would read the above range as "not including 7.0.0". 
That is 6.9.99 is OK, but 7.0.0 is not.

As some stackoverflow answer hinted, the version ranges are documented "in
section 3.2.6 of the OSGi Core Specification."

I think you just mean ">= 6.0.18" here.  From section 3.2.6 it reads that such
a range is written just as "6.0.18".  (In Apache Ivy I would write "[6.0.18,)",
but it is not a valid syntax in OSGi).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to