Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Hudson-ci/development/third party libraries/Marshallers and Serializers"

(Marshallers/Serializers)
Line 40: Line 40:
 
| 2.1-rev6  
 
| 2.1-rev6  
 
| 2.4
 
| 2.4
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.codehaus.jackson.jackson-core-asl  
 
| org.codehaus.jackson.jackson-core-asl  
Line 48: Line 52:
 
| 1.7.1  
 
| 1.7.1  
 
| 1.8
 
| 1.8
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.codehaus.jackson.jackson-mapper-asl  
 
| org.codehaus.jackson.jackson-mapper-asl  
Line 56: Line 64:
 
| 1.7.1  
 
| 1.7.1  
 
| 1.8
 
| 1.8
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.codehaus.jackson.jackson-xc  
 
| org.codehaus.jackson.jackson-xc  
Line 64: Line 76:
 
| 1.7.1  
 
| 1.7.1  
 
| 1.8
 
| 1.8
 +
|
 +
|
 +
|
 +
|
 
|}
 
|}

Revision as of 18:39, 30 January 2012

Hudson Continuous Integration Server
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
Hudson-bust.png Libraries: Marshallers and Serializers











Marshallers/Serializers

PB == Piggyback on existing Eclipse approval

CQ == IPZilla Reference

Library name Description Where used License Url Current version The latest available version Distributed? PB? CQ Approved?
org.hudsonci.tools.xtream Serialize objects to XML and back again hudson, hudson-plugins BSD license http://xstream.codehaus.org/ 1.4.1-hudson-1 1.4.1 Y N 5771
org.kohsuke.stapler.json-lib Library for transforming beans, maps, collections, java arrays and XML to JSON and back again hudson-core http://json-lib.sourceforge.net/ 2.1-rev6 2.4
org.codehaus.jackson.jackson-core-asl High-performance JSON processor (parser, generator) hudson-jaxb-xjc, hudson-rest-common, hudson-rest-model, maven3-model Apache License, Version 2.0 LGPL 2.1 http://jackson.codehaus.org/ 1.7.1 1.8
org.codehaus.jackson.jackson-mapper-asl Data Mapper package is a high-performance data binding package built on Jackson JSON processor hudson-jaxb Apache License, Version 2.0 LGPL 2.1 http://jackson.codehaus.org/ 1.7.1 1.8
org.codehaus.jackson.jackson-xc Extensions that provide interoperability support for Jackson JSON processor's data binding functionality hudson-rest-common Apache License, Version 2.0 LGPL 2.1 http://jackson.codehaus.org/ 1.7.1 1.8

Back to the top