Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160723 - [tracker] packages breaking with junit-3.8.2
Summary: [tracker] packages breaking with junit-3.8.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords: Tracker
Depends on: 134298
Blocks:
  Show dependency tree
 
Reported: 2007-01-07 16:29 UTC by Vlastimil Babka (Caster) (RETIRED)
Modified: 2017-01-19 18:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-01-07 16:29:08 UTC
junit-3.8.2 extended visibility of some methods (against 3.8.1), which doesn't usually hurt backwards compatibility, except when you try to override these methods using the previous more restrictive visibility
This is easy to patch in the broken packages (you extend the visibility too, which also doesn't break compatibility with 3.8.1 because extending when inheriting is possible). That's why I think it's not worth slotting 3.8.2 separately, there shouldn't be many packages to fix, compared to the number of packages that would need to be converted to use 3.8.2 slot if we wanted to actually use this version wherever possible.
So this is to track such packages, make any bug about broken package block this bug, so we know what we need to stabilize (the patched packages) before we stabilize junit-3.8.2.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2007-02-28 09:30:51 UTC
dev-java/xmlc breaks
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2009-10-08 12:38:54 UTC
I think there are no more breakages here :)