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"

Line 22: Line 22:
 
*[[Hudson-ci/development/third party libraries/UI|UI]]  
 
*[[Hudson-ci/development/third party libraries/UI|UI]]  
 
*[[Hudson-ci/development/third party libraries/HTML XMLJAXB|HTML, XML & JAXB]]  
 
*[[Hudson-ci/development/third party libraries/HTML XMLJAXB|HTML, XML & JAXB]]  
*[[Hudson-ci/development/third party libraries/Maven|Maven]]
+
*[[Hudson-ci/development/third party libraries/Maven|Maven]]  
 
*[[Hudson-ci/development/third party libraries/Wagon|Wagon]]
 
*[[Hudson-ci/development/third party libraries/Wagon|Wagon]]
 
+
*[[Hudson-ci/development/third party libraries/Java and servlets|Java and Servlets]]
 
+
 
+
{| width="100%" border="1" cellpadding="1" cellspacing="1"
+
|-
+
! Library name
+
! Description
+
! Where used
+
! License
+
! Url
+
! Current version
+
! The latest available version
+
|-
+
| javax.servlet.servlet-api
+
| Servlet API
+
| hudson-core, hudson-inject, hudson-plugin-parent, hudson-war, maven-plugin
+
|
+
|
+
| 2.4
+
| 2.5
+
|-
+
| javax.mail.mail
+
| The JavaMail API
+
| hudson-core
+
|
+
|
+
| 1.4
+
| 1.4.4
+
|-
+
| org.jvnet.hudson.activation
+
| JavaBeans Activation Framework (JAF)
+
| hudson-core
+
|
+
|
+
| 1.1.1-hudson-1
+
| 1.1.1-hudson-1
+
|-
+
| Jetty server core
+
| hudson-test-framework
+
|
+
|
+
| 6.1.26
+
| 7.4.5.v20110725
+
|}
+

Revision as of 12:23, 8 September 2011

Hudson Continuous Integration Server
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
Hudson-bust.png Third Party Libraries and Plugins used By Hudson












Note.png
Current Status
This list represents the third party library usage as of Sept 2011. Currently these libraries are being submitted to the Eclipse IP process to ensure that they are acceptable for use and distribution


Introduction

The current usage of external libraries and plug-ins for Hudson are detailed in the linked pages below.


Library Groups

Back to the top