-
Notifications
You must be signed in to change notification settings - Fork 1
/
contribute.html
268 lines (244 loc) · 11.3 KB
/
contribute.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia at 2022-02-10
Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<title>Jersey - Report Issues</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta http-equiv="content-language" content="en" />
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.min.css" rel="stylesheet" />
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href=".//css/docs.css" rel="stylesheet" />
<link href=".//css/reflow-skin.css" rel="stylesheet" />
<link href="//yandex.st/highlightjs/7.3/styles/solarized_dark.min.css" rel="stylesheet" />
<link href=".//css/lightbox.css" rel="stylesheet" />
<link href=".//css/site.css" rel="stylesheet" />
<link href=".//css/print.css" rel="stylesheet" media="print" />
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css"/>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3160303-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="page-contribute project-site" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.html"><img src="images/jersey_logo.png" style="width:22px; margin-right:10px;" /><span class="gf-orange">Jersey</span><span> - RESTful Web Services in Java.</span></a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Jersey 3.0.4 <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="download.html" title="Get latest Jersey">Get latest Jersey </a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="documentation/latest/index.html" title="User Guide">User Guide </a>
<ul class="dropdown-menu">
<li><a href="documentation/latest/getting-started.html" title="Getting Started">Getting Started </a></li>
<li><a href="documentation/latest/modules-and-dependencies.html" title="Modules and Dependencies">Modules and Dependencies </a></li>
</ul>
</li>
<li><a href="apidocs/latest/jersey/index.html" title="API javadoc">API javadoc </a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Masthead
================================================== -->
<header class="jumbotron subhead">
<div class="row" id="banner">
<div class="span12">
<div class="pull-left">
<a href="index.html" id="bannerLeft"><h1><img src="images/jersey_logo.png" style="width:56px; margin-right:14px;" /><span class="gf-orange">Jersey</span></h1></a>
<p class="lead">RESTful Web Services in Java.</p>
</div>
<div class="pull-right">
</div>
</div>
</div>
</header>
<div class="main-body">
<div class="row">
<div class="span12">
<div class="body-content">
<div class="section">
<div class="section">
<h3 id="There_are_always_several_ways_you_can_contribute_to_make_Jersey_even_better">There are always several ways you can contribute to make Jersey even better…</h3>
</div>
</div>
</div>
</div>
</div>
<div class="row columns columns3">
<div class="span4">
<h2 id="Report_Issues"><a class="headerlink" href="https://github.com/eclipse-ee4j/jersey/issues"> <var class="icon-bug"></var> Report Issues </a></h2>
<p>Issue reporting is central to open-source projects. If an issue is not reported, we cannot fix it. Please report any bugs, feature, and/or improvement requests in our <a class="externalLink" href="https://github.com/eclipse-ee4j/jersey/issues">issue tracker</a>.</p>
<div class="section">
</div>
</div>
<div class="span4">
<h2 id="Submit_Patches"><a href="scm.html" class="headerlink"> <var class="icon-code-fork"></var> Submit Patches </a></h2>
<p>Have a fix or a feature you'd like to share? Open an <a class="externalLink" href="https://github.com/eclipse-ee4j/jersey/issues">issue</a>, if not opened already, and link a <a class="externalLink" href="https://gist.github.com/">gist</a> containing your patch with details on what you're resolving and how you've resolving it. Or simply open a new <a class="externalLink" href="https://help.github.com/articles/using-pull-requests">GitHub pull request</a>.</p>
<div class="section">
</div>
</div>
<div class="span4">
<h2 id="Documentation"><a class="headerlink" href="https://jersey.github.io/documentation/latest/index.html"> <var class="icon-pencil"></var> Documentation </a></h2>
<p>Good documentation is an important aspect of any software project. We've taken several strides in improving our documentation, but there's always room for improvement. If you see anything missing or an area that could be improved, let us <a class="externalLink" href="https://github.com/eclipse-ee4j/jersey/issues">know</a> or <a href="scm.html">submit a patch</a>.</p>
<div class="section">
</div>
</div>
</div>
<div class="row">
<div class="span4">
<h2 id="Blog_about_Jersey"><a href="bloggers.html" class="headerlink"> <var class="icon-rss"></var> Blog about Jersey </a></h2>
<p>Are you using Jersey? We'd love to hear how you're using it in your projects. Write about it on your blog and drop us a note. We will consider adding a link to your blog to our list of <a href="bloggers.html">development blogs</a>.</p>
<div class="section">
</div>
</div>
<div class="span4">
<h2 id="Review_Code"><a href="scm.html" class="headerlink"> <var class="icon-eye-open"></var> Review Code </a></h2>
<p>More eyes on the code means better quality. Review our <a href="scm.html">code</a> for style issues, potential issues, or glaring bugs. Anything helps!</p>
<div class="section">
</div>
</div>
<div class="span4">
<h2 id="Share_Expertise"><a class="headerlink" href="http://stackoverflow.com/questions/tagged/jersey"> <var class="icon-comments"></var> Share Expertise </a></h2>
<p>Are you a Jersey power-user? Have insight on an issue another is having? Speak up! Join our <a href="mailing.html">mailing lists</a> or follow the questions tagged with <tt>jersey</tt> on <a class="externalLink" href="http://stackoverflow.com/questions/tagged/jersey">StackOverflow</a>.</p>
</div>
</div>
<div class="row">
</div>
</div>
</div><!-- /container -->
<!-- Footer
================================================== -->
<footer class="well">
<div class="container">
<div class="row">
<div class="span3 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Main</li>
<li>
<a href="index.html" title="Home">Home </a>
</li>
<li>
<a href="license.html" title="License">License </a>
</li>
<li>
<a href="using.html" title="Who's Using Jersey">Who's Using Jersey </a>
</li>
<li class="nav-header">Download</li>
<li>
<a href="download.html" title="Get Jersey">Get Jersey </a>
</li>
</ul>
</div>
<div class="span3 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Follow</li>
<li>
<a href="https://twitter.com/gf_jersey" title="Twitter" class="externalLink">Twitter </a>
</li>
<li class="nav-header">Contribute</li>
<li class="active">
<a href="#" title="Contribute">Contribute </a>
</li>
<li>
<a href="http://stackoverflow.com/questions/tagged/jersey" title="StackOverflow" class="externalLink">StackOverflow </a>
</li>
<li>
<a href="mailing.html" title="Mailing Lists">Mailing Lists </a>
</li>
</ul>
</div>
<div class="span3 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Project Info</li>
<li>
<a href="scm.html" title="Source Control">Source Control </a>
</li>
<li>
<a href="https://github.com/eclipse-ee4j/jersey/issues" title="Issue Tracking" class="externalLink">Issue Tracking </a>
</li>
<li>
<a href="mailing.html" title="Mailing Lists">Mailing Lists </a>
</li>
<li>
<a href="team-list.html" title="Project Team">Project Team </a>
</li>
<li>
<a href="release-notes/index.html" title="Release Notes">Release Notes </a>
</li>
</ul>
</div>
<div class="span3 bottom-description">
<center>
<a href="https://glassfish.github.io" style="border:0; display:block">
<img src="images/glassfish_logo.png" style="width:200px; margin-bottom:20px;">
</a>
Jersey is member of <a href="https://glassfish.github.io">GlassFish</a> project.
</center>
</div>
</div>
</div>
</footer>
<div class="container subfooter">
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to top</a></p>
<p class="copyright">Copyright ©2010-2022 <a href="http://oracle.com">Oracle Corporation</a>. All Rights Reserved.</p>
<p class="version-date"><span class="publishDate">Last Published: 2022-02-10. </span></p>
</div>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Fallback jQuery loading from Google CDN:
http://stackoverflow.com/questions/1014203/best-way-to-use-googles-hosted-jquery-but-fall-back-to-my-hosted-library-on-go -->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined')
{
document.write(unescape("%3Cscript src='.//js/jquery-3.7.1.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js"></script>
<script src=".//js/lightbox.js"></script>
<script src=".//js/jquery.smooth-scroll.min.js"></script>
<!-- back button support for smooth scroll -->
<script src=".//js/jquery.ba-bbq.min.js"></script>
<script src="//yandex.st/highlightjs/7.3/highlight.min.js"></script>
<script src=".//js/reflow-skin.js"></script>
</body>
</html>