Skip to main content

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

Cross-posting the Max's question to jetty-dev@xxxxxxxxxxx
Thanks Mike!

On 09/14/2015 05:16 PM, Mike Milinkovich wrote:
Just out of curiousity, have you asked on the Jetty dev list? Since they're only on the release train indirectly, I'm not sure how well they monitor this list?


Mike Milinkovich
mike.milinkovich@xxxxxxxxxxx
+1.613.220.3223
   Original Message
From: Max Rydahl Andersen
Sent: Monday, September 14, 2015 10:15 PM
To: cross-project-issues-dev@xxxxxxxxxxx
Reply To: Cross project issues
Subject: [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
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top