Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538446 - Version bump: dev-java/jackson-2.5.0 and friends
Summary: Version bump: dev-java/jackson-2.5.0 and friends
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-01 15:12 UTC by James Le Cuirot
Modified: 2015-03-04 23:22 UTC (History)
0 users

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


Attachments
Patches against existing Jackson ebuilds (jackson-2.5.0.patch,6.24 KB, patch)
2015-02-01 15:12 UTC, James Le Cuirot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Le Cuirot gentoo-dev 2015-02-01 15:12:29 UTC
Created attachment 395322 [details, diff]
Patches against existing Jackson ebuilds

This patch bumps jackson, jackson-annotations, and jackson-databind to 2.5.0. 

Although upstream's semver promise doesn't seem 100% watertight, there are currently no reverse dependencies in the tree to worry about so we will keep the same SLOT of 2.

I have found that compatibility between Jackson components is a little less flexible so I have changed the simple SLOT dependency to ~dev-java/jackson-${PV}:${SLOT}. This seems like the safest option.

I have switched from java-ant-2 to java-pkg-simple on the basis that this makes the ebuilds shorter and you don't need a file generated by mvn ant:ant. The src_test stuff is a little more involved than I'd like but I plan to address this once I become a dev, either as an extension to java-pkg-simple or part of a wider Maven strategy.

jackson-databind did not run the tests in any case. Unfortunately 27 of them fail so I have had to add RESTRICT="test" here.
Comment 1 James Le Cuirot gentoo-dev 2015-03-04 23:22:54 UTC
Done! v1 can probably go now but that involves removing jackson-mapper from the tree. I'll last-rite it tomorrow.