Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Commons"

Line 27: Line 27:
 
| http://commons.apache.org/lang  
 
| http://commons.apache.org/lang  
 
| 2.4  
 
| 2.4  
| 3.0.1
+
| 3.0.1  
 +
| Y
 +
| Y
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5609 5609]
 +
|
 
|-
 
|-
 
| commons-io.commons-io  
 
| commons-io.commons-io  
Line 35: Line 39:
 
| http://commons.apache.org/io  
 
| http://commons.apache.org/io  
 
| 1.4  
 
| 1.4  
| 2.0.1
+
| 2.0.1  
 +
| Y
 +
| Y
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5608 5608]
 +
|
 
|-
 
|-
 
| commons-collections.commons-collections  
 
| commons-collections.commons-collections  
Line 99: Line 107:
 
| Commons-discovery<span class="Apple-tab-span" style="white-space:pre"> </span>  
 
| Commons-discovery<span class="Apple-tab-span" style="white-space:pre"> </span>  
 
| Provides facilities for instantiating classes in general, and for lifecycle management of singleton (factory) classes.  
 
| Provides facilities for instantiating classes in general, and for lifecycle management of singleton (factory) classes.  
| Hudson
+
| Hudson  
 
| Apache License, Version 2.0  
 
| Apache License, Version 2.0  
 
| http://commons.apache.org/discovery/  
 
| http://commons.apache.org/discovery/  
Line 107: Line 115:
 
| Y  
 
| Y  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5604 5604]  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5604 5604]  
 +
|
 +
|-
 +
| commons-fileupload<span class="Apple-tab-span" style="white-space:pre"> </span>
 +
| The Commons FileUpload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications.
 +
| Hudson
 +
| Apache License, Version 2.0
 +
| http://commons.apache.org/fileupload/
 +
|
 +
|
 +
| Y
 +
| Y
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5605 5605]
 
|  
 
|  
 
|-
 
|-
Line 115: Line 135:
 
| http://commons.apache.org/logging  
 
| http://commons.apache.org/logging  
 
| 1.1.1  
 
| 1.1.1  
| 1.1.1
+
| 1.1.1  
 +
| Y
 +
| Y
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5607 5607]
 +
|
 
|-
 
|-
 
| commons-httpclient.commons-httpclient  
 
| commons-httpclient.commons-httpclient  
Line 123: Line 147:
 
| http://commons.apache.org/httpclient  
 
| http://commons.apache.org/httpclient  
 
| 3.1-rc1  
 
| 3.1-rc1  
| 4.1.2
+
| 4.1.2  
 +
| Y
 +
| Y
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5606 5606]
 +
|
 +
|-
 +
| commons-net
 +
|
 +
|
 +
| Apache License, Version 2.0
 +
| http://commons.apache.org/net
 +
| 2.0<span class="Apple-tab-span" style="white-space:pre"> </span>
 +
|
 +
| Y
 +
| Y
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5610 5610]
 +
|
 +
|-
 +
| commons-pool
 +
| Provides object pooling APIs
 +
|
 +
|
 +
| http://commons.apache.org/pool
 +
| 1.3
 +
|
 +
| Y
 +
| Y
 +
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5611 5611]
 +
|
 
|-
 
|-
 
| org.apache.commons.commons-jexl  
 
| org.apache.commons.commons-jexl  
Line 131: Line 183:
 
| http://commons.apache.org/jexl  
 
| http://commons.apache.org/jexl  
 
| 2.0.1  
 
| 2.0.1  
| 2.0.1
+
| 2.0.1  
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
 
| commons-jelly.commons-jelly-tags-fmt  
 
| commons-jelly.commons-jelly-tags-fmt  

Revision as of 15:18, 21 September 2011

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











Apache Commons

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?
commons-lang.commons-lang Provides a host of helper utilities for the java.lang API hudson Apache License, Version 2.0 http://commons.apache.org/lang 2.4 3.0.1 Y Y 5609
commons-io.commons-io Contains utility classes, stream implementations, file filters, file comparators and endian classes hudson Apache License, Version 2.0 http://commons.apache.org/io 1.4 2.0.1 Y Y 5608
commons-collections.commons-collections Types that extend and augment the Java Collections Framework hudson-core Apache License, Version 2.0 http://commons.apache.org/collections 3.2 3.2.1 Y Y 5602
commons-beanutils.commons-beanutils Provides an easy-to-use but flexible wrapper around reflection and introspection hudson-core Apache License, Version 2.0 http://commons.apache.org/beanutils 1.8.0 1.8.3 Y Y 5599
commons-cli Command Line Interface tools  hudson Apache License, Version 2.0 http://commons.apache.org/cli 1.2 1.2 Y Y 5600
commons-codec.commons-codec Contains simple encoder and decoders for various formats such as Base64 and Hexadecimal hudson Apache License, Version 2.0 http://commons.apache.org/codec 1.4 1.5 Y N 5601
commons-digester.commons-digester Lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized hudson Apache License, Version 2.0 http://commons.apache.org/digester 1.7 3.0 Y Y 5603
Commons-discovery Provides facilities for instantiating classes in general, and for lifecycle management of singleton (factory) classes. Hudson Apache License, Version 2.0 http://commons.apache.org/discovery/ 0.4 Y Y 5604
commons-fileupload The Commons FileUpload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications. Hudson Apache License, Version 2.0 http://commons.apache.org/fileupload/ Y Y 5605
commons-logging.commons-logging Adapter allowing configurable bridging to other, well known logging systems hudson Apache License, Version 2.0 http://commons.apache.org/logging 1.1.1 1.1.1 Y Y 5607
commons-httpclient.commons-httpclient Supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) maven-agent \\maven-interceptor Apache License, Version 2.0 http://commons.apache.org/httpclient 3.1-rc1 4.1.2 Y Y 5606
commons-net Apache License, Version 2.0 http://commons.apache.org/net 2.0 Y Y 5610
commons-pool Provides object pooling APIs http://commons.apache.org/pool 1.3 Y Y 5611
org.apache.commons.commons-jexl Implementation of the JSTL Expression Language with extensions hudson-core Apache License, Version 2.0 http://commons.apache.org/jexl 2.0.1 2.0.1
commons-jelly.commons-jelly-tags-fmt The Jelly JSP Standard Tag Library (JSTL) for I18N and Formatting hudson-core 1.0 1.0
commons-jelly.commons-jelly-tags-xml The Jelly XML Tag Library hudson-core 1.1 1.1
commons-jelly.commons-jelly-tags-define The Jelly Define Tag Library hudson-core 1.0.1-hudson-20071021 1.1

Back to the top