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/Commons"

m
(Apache Commons)
 
(9 intermediate revisions by 2 users not shown)
Line 91: Line 91:
 
| N  
 
| N  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5601 5601]  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5601 5601]  
|  
+
| Y
 
|-
 
|-
 
| commons-digester.commons-digester  
 
| commons-digester.commons-digester  
Line 122: Line 122:
 
| Apache License, Version 2.0  
 
| Apache License, Version 2.0  
 
| http://commons.apache.org/fileupload/  
 
| http://commons.apache.org/fileupload/  
|  
+
| 1.2.1
|  
+
| 1.2.1
 
| Y  
 
| Y  
 
| Y  
 
| Y  
Line 151: Line 151:
 
| Y  
 
| Y  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5606 5606]  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5606 5606]  
|  
+
| Y
 
|-
 
|-
 
| commons-net  
 
| commons-net  
Line 163: Line 163:
 
| Y  
 
| Y  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5610 5610]  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5610 5610]  
|  
+
| Y
 
|-
 
|-
 
| commons-pool  
 
| commons-pool  
Line 175: Line 175:
 
| Y  
 
| Y  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5611 5611]  
 
| [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5611 5611]  
|  
+
| Y
|-
+
| org.apache.commons.commons-jexl
+
| Implementation of the JSTL Expression Language with extensions
+
| hudson-core
+
| [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]
+
| http://commons.apache.org/jexl
+
| 2.0.1
+
| 2.0.1
+
|
+
|
+
|
+
|
+
|-
+
| org.apache.commons.commons-jelly
+
| Jelly page markup library
+
| hudson-core
+
| [http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0]
+
| http://commons.apache.org/jelly
+
| 1.0
+
| 1.0
+
|
+
|
+
|
+
|
+
|-
+
| 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
+
 
|}
 
|}

Latest revision as of 21:22, 30 January 2012

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 Y
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 Y
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 Y
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 Y
commons-cli Command Line Interface tools  hudson Apache License, Version 2.0 http://commons.apache.org/cli 1.2 1.2 Y Y 5600 Y
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 Y
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 Y
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 Y
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/ 1.2.1 1.2.1 Y Y 5605 Y
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 Y
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 Y
commons-net Apache License, Version 2.0 http://commons.apache.org/net 2.0 Y Y 5610 Y
commons-pool Provides object pooling APIs http://commons.apache.org/pool 1.3 Y Y 5611 Y

Copyright © Eclipse Foundation, Inc. All Rights Reserved.