Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] jetty versions - Another issue to feed on the topic of semantic versioning

I don't want to hijack the other thread, but it is related.

JBoss Tools noticed that Jetty has some funky API changes going
on which unless you are super careful things breaks.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=477385

basically jetty 9.2.9, 9.2.10 and 9.2.13 are not compatible with/between each other.

Resulting in if platform ships some parts of jetty 9.2.13 and your manifest says it works with 9.2.10 (jetty owns libraries says it does) then things fall apart since you end up with a mix of 9.2.10 and 9.2.13 in your install and that just don't work.

Just wondering if others seen this and/or got any tips to better fix this going forward (besides restricting ones version range to 9.2.10 and nothing else)

/max
http://about.me/maxandersen


Back to the top