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)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
= Marshallers/Serializers  =
 
= Marshallers/Serializers  =
 +
 +
PB == Piggyback on existing Eclipse approval
 +
 +
CQ == IPZilla Reference
  
 
{| width="100%" border="1" cellpadding="1" cellspacing="1"
 
{| width="100%" border="1" cellpadding="1" cellspacing="1"
Line 11: Line 15:
 
! Url  
 
! Url  
 
! Current version  
 
! Current version  
! The latest available version
+
! The latest available version  
 +
! Distributed?
 +
! PB?
 +
! CQ
 +
! Approved?
 
|-
 
|-
 
| org.hudsonci.tools.xtream  
 
| org.hudsonci.tools.xtream  
Line 19: Line 27:
 
| http://xstream.codehaus.org/  
 
| http://xstream.codehaus.org/  
 
| 1.4.1-hudson-1  
 
| 1.4.1-hudson-1  
| 1.4.1
+
| 1.4.1  
 +
| Y
 +
| N
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5771 5771]
 +
|
 
|-
 
|-
| org.kohsuke.stapler.json-lib  
+
| net.sf.json-lib:json-lib  
 
| Library for transforming beans, maps, collections, java arrays and XML to JSON and back again  
 
| Library for transforming beans, maps, collections, java arrays and XML to JSON and back again  
 
| hudson-core  
 
| hudson-core  
Line 28: 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 36: 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 44: Line 64:
 
| 1.7.1  
 
| 1.7.1  
 
| 1.8
 
| 1.8
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.codehaus.jackson.jackson-xc  
 
| org.codehaus.jackson.jackson-xc  
Line 52: Line 76:
 
| 1.7.1  
 
| 1.7.1  
 
| 1.8
 
| 1.8
 +
|
 +
|
 +
|
 +
|
 
|}
 
|}

Latest revision as of 21:24, 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
net.sf.json-lib: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