Skip to content

Commit 1552334

Browse files
committed
Initial transfer of content into GIT
1 parent cd107d8 commit 1552334

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+4001
-1
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Hudson CI Server
3+
Copyright (c) 2015 Oracle Corp
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

changelog.html

+2,044
Large diffs are not rendered by default.

docs/HudsonArch-Execution.pdf

623 KB
Binary file not shown.

docs/HudsonArch-Plugin.pdf

386 KB
Binary file not shown.

docs/HudsonArch-Remoting.pdf

465 KB
Binary file not shown.

docs/HudsonArch-Security.pdf

514 KB
Binary file not shown.

docs/HudsonArch-View.pdf

412 KB
Binary file not shown.

docs/HudsonArch-Web.pdf

530 KB
Binary file not shown.

docs/HudsonDevelopmentFlowV1.png

71.8 KB
Loading

docs/HudsonIntro.pdf

925 KB
Binary file not shown.

docs/HudsonTM-License-v1.pdf

89.8 KB
Binary file not shown.

docs/hudson_eclipse_proposal_faq.html

+96
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2+
<html><!-- InstanceBegin template="/Templates/hudson-ci-site-template-singlecolumn.dwt" codeOutsideHTMLIsLocked="false" -->
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<!-- InstanceBeginEditable name="doctitle" -->
6+
<title>Hudson Proposal to Transfer to Eclipse - FAQ</title>
7+
<!-- InstanceEndEditable -->
8+
<link href="../hudson.css" rel="stylesheet" type="text/css">
9+
<meta name="Keywords" content="hudson,hudson-ci,continuous integration,software">
10+
<meta name="Description" content="Hudson is an extensible Continuous Integration Server">
11+
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
12+
<script type="text/javascript">
13+
14+
var _gaq = _gaq || [];
15+
_gaq.push(['_setAccount', 'UA-21731024-1']);
16+
_gaq.push(['_setDomainName', '.hudson-ci.org']);
17+
_gaq.push(['_trackPageview']);
18+
19+
(function() {
20+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
21+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
22+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
23+
})();
24+
25+
</script>
26+
</head>
27+
28+
<body>
29+
<div class="containerExpanding">
30+
<div id="header">
31+
<div id="topMenu">
32+
<ul>
33+
<li class="horizontalTopMenuItem"><a href="index.html">Documentation</a></li>
34+
<li class="horizontalTopMenuItem"><a href="http://wiki.hudson-ci.org/display/HUDSON/Source+code">Source</a></li>
35+
<li class="horizontalTopMenuItem"><a href="http://wiki.hudson-ci.org/display/HUDSON/Home">Wiki</a></li>
36+
<li class="horizontalTopMenuItem"><a href="http://issues.hudson-ci.org">Bugs</a></li>
37+
<li class="horizontalTopMenuItem"><a href="http://java.net/projects/hudson/lists">Mailing Lists</a></li>
38+
<li class="horizontalTopMenuItem"><a href="http://hudson-ci.org">Home</a></li>
39+
</ul>
40+
<!-- end .topMenu -->
41+
</div>
42+
<div id="tagline" class="undecoratedLinks"> <a href="http://hudson-ci.org"><img src="../images/logo.png" alt="Hudson - Extensible continuous Integration Server"/></a> </div>
43+
<!-- end .header --> </div>
44+
<div class="singlePodExpanding newsTextLinks">
45+
<!-- This logo positioned by CSS-->
46+
<div id="hudsonStamp"><img src="../images/hudson-bust.png" alt="Hudson Logo"/><!-- InstanceBeginEditable name="rightLegend" --><!-- InstanceEndEditable --> </div>
47+
<h1>
48+
<!-- InstanceBeginEditable name="pageTitle" -->Hudson & Eclipse - FAQ<br>
49+
<!-- InstanceEndEditable --></h1>
50+
<!-- InstanceBeginEditable name="pageContent" -->
51+
<h2>Introduction</h2>
52+
<p>This FAQ answers some of the questions you may have in relation to the <a href="http://www.eclipse.org/proposals/technology.hudson">proposed transfer</a> of the Hudson project to the Eclipse Foundation.</p>
53+
<h2>Proposal FAQ</h2>
54+
<p class="newsItemSubHeadFirst">What is happening?</p>
55+
<p>Oracle has submitted a proposal to the Eclipse Foundation to create a Hudson project in Eclipse and contribute all of the Hudson core code and IP to that project.</p>
56+
<p class="newsItemSubHeadSub">What is Oracle's ongoing investment in Hudson?</p>
57+
<p>Oracle remains fully committed to the Hudson project and will continue to invest in the project both in terms of leading the project at Eclipse and continuing to staff full-time employees in the areas of development, QA, documentation and product management.</p>
58+
<p class="newsItemSubHeadSub">Does Oracle still view Hudson important for their customers?</p>
59+
<p>Absolutely. As application software development evolves to become ever more complex, the core tasks of managing the development processes around it can quickly exceed the capacity of manual systems. We believe that a continuous integration solution such as Hudson is key to all enterprise development efforts, including, but not restricted to, those undertaken by Oracle itself and its customer base.</p>
60+
<p class="newsItemSubHeadSub">Will Oracle have commercial products or support for Hudson?</p>
61+
<p>Oracle intends to offer commercial support for Hudson.</p>
62+
<p class="newsItemSubHeadSub">What happens to the Hudson trademark?</p>
63+
<p>The Hudson trademark will be transferred to the Eclipse Foundation.</p>
64+
<p class="newsItemSubHeadSub">Who owns the IP?</p>
65+
<p>The IP for the Hudson project will be licensed under the Eclipse Public License (EPL). In addition, Oracle will transfer ownership of the trademark and appropriate namespace to the Eclipse Foundation. The project will be covered by the standard <a href="http://www.eclipse.org/org/#IP Management" target="_blank">Eclipse IP Management rules</a> [http://www.eclipse.org/org/#IP Management].</p>
66+
<p class="newsItemSubHeadSub">The license for Hudson is being changed to EPL. What are the implications for Hudson plugin developers?</p>
67+
<p>This contribution to the Eclipse Foundation consists purely of the Hudson core. It does not imply that all Hudson plugins will have to transfer to Eclipse as well. Plugin writers will still be free to host their code with the main Husdon project or elsewhere and still be published in the Husdon update center. Hudson plugins that are currently hosted on the existing repositories will be automatically transferred into the Eclipse Infrastructure provided that:
68+
<ol>
69+
<li type="i">
70+
The plug-in project lead has no objections, or the plug-in has no current active lead</li>
71+
<li type="i">
72+
The plug-in has no explicit license of its own or if it does have a license the project lead is willing to re-license to EPL.</li>
73+
</ol>
74+
</p>
75+
<p class="newsItemSubHeadSub"><a name="howlong"></a>How long will this all take?</p>
76+
<p>Contributing a code base as big and complex as Hudson involves a lot of work to check out the IP and ensure that the code is clean and of high quality. Fortunately this has already been a major focus of the Hudson team for the last few months and many of the problems are understood (see the <a href="http://www.eclipse.org/proposals/technology.hudson/" target="_blank">Eclipse proposal</a>, legal issues section). Of course it's hard to predict with any certainty but we anticipate the issues should be resolved within a couple of months.</p>
77+
<p class="newsItemSubHeadSub">Who else is supporting and participating in the Hudson community?</p>
78+
<p>Oracle will be leading the project along with an initial pool of contributors from Sonatype, Tasktop, and VMware. IBM and Intuit are also listed as project supporters. </p>
79+
<p class="newsItemSubHeadSub">Why now? Why not do it to avoid the Jenkins split?</p>
80+
<p>Moving Hudson to Eclipse, or even to an Eclipse-like structure was proposed to the core Hudson community before the fork. At that time, it was deemed as “too heavyweight”. In evaluating our options post-fork, we still were lead back to the Eclipse submission as the best course of action for the continued success of the Hudson project. </p>
81+
<p class="newsItemSubHeadSub">Why is Oracle making this change to move this project to the Eclipse Foundation and why is it good for the Hudson community.</p>
82+
<p>Oracle has been looking for ways to improve the insight, predictability and openness of the Hudson project and we believe having it part of the Eclipse community was the best way to achieve that.</p>
83+
<!-- InstanceEndEditable -->
84+
<!-- end .singlePodExpanding --></div>
85+
<div id="footer">
86+
<ul id="footerLinks">
87+
<li class="footerLinksItemFirst"><a href="http://java-net.dev.java.net/feedback.html">Feedback</a></li>
88+
<li class="footerLinksItem"><a href="http://www.java.net/javanet-web-site-terms-use">Terms of Use</a></li>
89+
<li class="footerLinksItem"><a href="http://www.oracle.com/us/legal/privacy/index.html">Privacy</a></li>
90+
<li class="footerLinksItem"><a href="http://www.oracle.com/us/legal/terms/index.html">Legal</a></li>
91+
</ul>
92+
<img src="../images/oracle-logo.gif" alt="Site Sponsored by Oracle"/>
93+
<!-- end .footer --></div>
94+
<!-- end .containerExpanding --></div>
95+
</body>
96+
<!-- InstanceEnd --></html>

0 commit comments

Comments
 (0)