Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jun 23, 2021
2 parents e3b96bf + 0b96734 commit c1b6e30
Show file tree
Hide file tree
Showing 15 changed files with 817 additions and 520 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

Eclipse Jetty is an open source project with a long pedigree of contribution.
Starting over 20 years ago, Jetty has had many committers over the years and owes much of its success to the people that make up the community.
There are many ways that you may contribute to Jetty and the goal of this guide is help you get there!
There are many ways that you may contribute to Jetty, and the goal of this guide is help you get there!
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Build related artifacts that release separately, common assembly descriptors, re
Files associated with the development of Jetty -- code styles, formatting, iplogs, etc.::
http://git.eclipse.org/c/jetty/org.eclipse.jetty.admin.git

[[t-contributing-build]]
[[cg-contributing-build]]
=== Maven Build

Eclipse Jetty uses http://maven.apache.org/[Apache Maven] for managing the project metadata and controlling the build.
Expand All @@ -76,7 +76,7 @@ All relevant dependencies should be downloaded into your local repository automa

____
[NOTE]
Jetty has a great many test cases that run through the course of its build. Many of these tests spin up embedded instances of Jetty itself and it is not uncommon to see hundreds or more instances of Jetty start and stop during tests.
Jetty has a great many test cases that run through the course of its build. Many of these tests spin up embedded instances of Jetty itself, and it is not uncommon to see hundreds or more instances of Jetty start and stop during tests.
Periodically we find some test cases to be more time dependent than they should be and this results in intermittent test failures.
You can help track these down by opening an https://github.com/eclipse/jetty.project/issues[Issue].
____
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
== Participate in the Documentation

Another wonderful way to help with Eclipse Jetty is to help contribute to our corpus of documentation.
We have taken every every to reduce the barriers to contributing to our documentation and many contributors find our documentation as a low key way to participate and learn the process.
We have made an effort to reduce the barriers to contributing to our documentation, and many contributors find our documentation as a low-key way to participate and learn the process.


[[cg-documentation-format]]
=== Source Control and Maven Build.

The Jetty documentation is a module within the overall Jetty project and is build as a part of the standard build process.
As such to checkout the documentation you can follow the link:#t-community-source[same process] as checking out Jetty itself.
As such to checkout the documentation you can follow the link:#cg-community-source[same process] as checking out Jetty itself.

As a part of the main Jetty project the documentation is build through the link:#t-community-build[same process] as Jetty.
As a part of the main Jetty project the documentation is build through the link:#cg-contributing-build[same process] as Jetty.
However, it is a more independent module and can be worked with much simpler by building strictly the jetty-documentation module.

[source, screen, subs="{sub-order}"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
=== Community

Developers and users alike are welcome to engage the Jetty community.
We all have day jobs here so don't just ask questions and get frustrated if
no one answers right away. Stick around to hear an answer, one is likely coming
at some point!
We all have day jobs here so don't just ask questions and get frustrated if no one answers right away.
Stick around to hear an answer, one is likely coming at some point!

[[community-mailing-lists]]
==== Mailing Lists
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ logging
commons-logging

[files]
maven://org.slf4j/jcl-over-slf4j/${slf4j.version}|jcl-over-slf4j-${slf4j.version}.jar
maven://org.slf4j/jcl-over-slf4j/${slf4j.version}|lib/logging/jcl-over-slf4j-${slf4j.version}.jar

[lib]
lib/logging/jcl-over-slf4j-${slf4j.version}.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ logging
log4j

[files]
maven://org.slf4j/jcl-over-slf4j/${slf4j.version}|jcl-over-slf4j-${slf4j.version}.jar
maven://org.slf4j/log4j-over-slf4j/${slf4j.version}|lib/logging/log4j-over-slf4j-${slf4j.version}.jar

[lib]
lib/logging/log4j-to-slf4j-${slf4j.version}.jar
lib/logging/log4j-over-slf4j-${slf4j.version}.jar

[license]
SLF4J is distributed under the MIT License.
Expand Down
Loading

0 comments on commit c1b6e30

Please sign in to comment.