Simone Bordet
892a715bea
Small javadocs fixes.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-10 13:35:06 +02:00
Simone Bordet
4c89378811
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x
2020-09-10 13:29:38 +02:00
Simone Bordet
b997410845
Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
2020-09-10 13:26:15 +02:00
Jan Bartel
6117578f38
Updates to session documentation.
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-09-10 11:12:18 +02:00
Simone Bordet
f81bf7f945
Fixes #3766 - Introduce HTTP/2 API to batch frames. ( #5222 )
...
* Fixes #3766 - Introduce HTTP/2 API to batch frames.
Introduced Stream.FrameList to hold HEADERS+DATA+HEADERS frames.
These are often used by the client and by the server when the
request/response content is known and FrameList will allow to
send them in a single TCP write, rather than multiple ones.
Rewritten HttpSenderOverHTTP2.sendHeaders() and
HttpTransportOverHTTP2.sendHeaders() to take advantage of
FrameList.
Now using ConcurrentHashMap as a client context, because
with DEBUG logging enabled it may be access concurrently.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-10 10:13:14 +02:00
Simone Bordet
b10a14ebf9
Improvements to the Jetty documentation.
...
Renamed operation-guide to operations-guide.
Moved the operations-guide old documentation under old_docs/.
Got rid of the getting-started guide, moved its documentation under operations-guide/old_docs.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-10 09:50:26 +02:00
Lachlan Roberts
5d1d7c9c26
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-09-10 10:55:34 +10:00
Lachlan Roberts
609f0b2159
Merge branch 'jetty-10.0.x-4824-WSmaxOutgoingFrames' into jetty-10.0.x
2020-09-10 10:51:57 +10:00
Lachlan
1256261cda
Merge pull request #5059 from eclipse/jetty-9.4.x-4824-WSmaxOutgoingFrames
...
Issue #4824 - add configuration on RemoteEndpoint for maxOutgoingFrames
2020-09-10 10:51:10 +10:00
dependabot[bot]
105bbed56b
Bump org.eclipse.osgi.services from 3.7.100 to 3.8.0 ( #5236 )
...
Bumps org.eclipse.osgi.services from 3.7.100 to 3.8.0.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 10:12:32 +10:00
dependabot[bot]
2ffab7cca2
Bump org.eclipse.osgi from 3.15.100 to 3.15.300 ( #5237 )
...
Bumps org.eclipse.osgi from 3.15.100 to 3.15.300.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 10:10:58 +10:00
Lachlan Roberts
b44b62038c
reorder methods for maxOutgoingFrames, fix javadoc
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-10 09:50:52 +10:00
Lachlan Roberts
b7fb631b2d
Merge remote-tracking branch 'origin/jetty-9.4.x-4824-WSmaxOutgoingFrames' into jetty-10.0.x
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-10 09:48:39 +10:00
Lachlan Roberts
4fd7920143
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-4824-WSmaxOutgoingFrames
2020-09-10 09:46:12 +10:00
Lachlan Roberts
f2abf21df6
Move AsciiLowerCaseSet to jetty-util & changes from review
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-10 08:02:59 +10:00
Jan Bartel
b72343b955
Issue #2609 Add gracePeriod to file session store. ( #5243 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-09-09 23:42:53 +02:00
Jan Bartel
e9fcdbf2ac
Merge branch 'jetty-10.0.x' of github.com:eclipse/jetty.project into jetty-10.0.x
2020-09-09 23:32:15 +02:00
Jan Bartel
b4333c2a24
Update session documentation.
2020-09-09 23:26:12 +02:00
Joakim Erdfelt
4280303046
Issue #5247 - Document ForwardedRequestCustomizer authority search order
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-09 15:20:21 -05:00
Joakim Erdfelt
f74cada660
Issue #5247 - Priority based ForwardedRequestCustomizer
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-09 14:56:33 -05:00
Joakim Erdfelt
fc0683ac17
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-09-09 11:40:00 -05:00
Joakim Erdfelt
165e59b3e2
Merge pull request #5226 from eclipse/jetty-9.4.x-5224-xforwarded-multiple-ports
...
Issue #5224 X-Forwarded-Host support for port
2020-09-09 11:37:33 -05:00
Simone Bordet
269badf97f
Improvements to the Jetty documentation.
...
Improvements to the section about ConnectionFactory.Detecting.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-09 17:53:36 +02:00
Joakim Erdfelt
4215edd3b9
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-09-09 09:30:30 -05:00
Joakim Erdfelt
e7d15afeb6
Merge pull request #5234 from eclipse/jetty-9.4.x-http-09-response-505
...
Issue #5233 - Bad/Unsupported HTTP version should return 505 not 400.
2020-09-09 09:23:01 -05:00
Simone Bordet
1fa2b091a2
Merge branch 'jetty-9.4.x' into 'jetty-10.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-09 15:39:36 +02:00
Simone Bordet
01135e1515
Fixes #5217 - Review RoundRobinConnectionPool ( #5219 )
...
* Fixes #5217 - Review RoundRobinConnectionPool
Introduced IndexedConnectionPool and RandomConnectionPool.
Clarified semantic of RoundRobinConnectionPool.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-09 15:31:28 +02:00
Lachlan
7a6404d9fd
Merge pull request #5235 from eclipse/jetty-10.0.x-Jetty-WS-API-Cleanup
...
Jetty WebSocket API minor cleanups before Jetty-10 full release
2020-09-09 15:22:24 +10:00
Lachlan Roberts
2f23c5936e
Issue #5198 - revert usage of deflater ByteBuffer API for GzipHandler
...
The CRC32 checksum may need to convert the ByteBuffer to an array anyway so
we are better off not setting the deflater input with ByteBuffer directly.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-09 14:03:42 +10:00
Lachlan Roberts
4e6827c539
Issue #5198 - fix usage of inflater/deflater ByteBuffer API
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-09 13:53:09 +10:00
Lachlan Roberts
2ed89cbccd
Issue #5246 - add Inflater/Deflater pools to server dump
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-09 10:39:15 +10:00
dependabot[bot]
4ee0abaf0e
Bump tycho-version from 1.4.0 to 2.0.0 ( #5239 )
...
Bumps `tycho-version` from 1.4.0 to 2.0.0.
Updates `tycho-pack200a-plugin` from 1.4.0 to 2.0.0
Updates `tycho-pack200b-plugin` from 1.4.0 to 2.0.0
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-09 06:26:32 +10:00
Joakim Erdfelt
2896ed31d6
Issue #5224 - Updating ForwardedRequestCustomizerTest expectations
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-08 12:34:53 -05:00
Joakim Erdfelt
d331f6acce
Merge pull request #5238 from eclipse/dependabot/maven/jmh.version-1.25.2
...
Bump jmh.version from 1.25.1 to 1.25.2
2020-09-08 09:54:39 -05:00
Greg Wilkins
eaf02705a9
Merge branch 'jetty-10.0.x' of https://github.com/eclipse/jetty.project into jetty-10.0.x
2020-09-08 15:32:24 +02:00
Greg Wilkins
feb859e0e9
Issue #5215
...
Fixed gzip test as HEAD requests now have identical headers to GET.
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2020-09-08 15:16:47 +02:00
Simone Bordet
05982e2e17
Improvements to the Jetty documentation.
...
Fixed documentation version.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-08 15:04:16 +02:00
Simone Bordet
7f05bdd06f
Improvements to the Jetty documentation.
...
Moved source code from package `embedded` to `org.eclipse.jetty.docs.programming`.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-08 14:54:05 +02:00
Simone Bordet
525727416c
Improvements to the Jetty documentation.
...
Using em dashes consistently.
Fixed passthrough when using *.war.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-08 13:51:30 +02:00
Joakim Erdfelt
56b1d17d79
Issue #5233 - correcting NCSARequestLogTest expectation on unsupported version
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-08 05:59:41 -05:00
Simone Bordet
5daaa20c46
Improvements to the Jetty server documentation.
...
Introduced IteratingCallback in arch-io.adoc.
Removed server-side-architecture.adoc because it has been moved to server-io-arch.adoc.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-09-08 12:11:36 +02:00
Lachlan Roberts
7a04b3eb19
Issue #5198 - use ByteBuffer API for inflater/deflaters for GzipHandler
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-08 17:10:36 +10:00
Lachlan Roberts
3bdd82eb5e
Issue #5198 - GzipHandler should use InflaterPool as well as DeflaterPool
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-08 15:27:21 +10:00
Lachlan Roberts
17ec87f51c
Issue #1761 - add extra .ini file configuration for gzip.mod
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-08 09:46:51 +10:00
gregw
d7b3d62982
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
...
Signed-off-by: gregw <gregw@webtide.com>
2020-09-07 15:59:27 +02:00
Greg Wilkins
7ecf42e3f8
Issue #5162 CDI embedded integration improvements ( #5177 )
...
* Issue #5162 CDI embedded integration improvements
Clean up CDI integration and documentation to better support embedded usage.
+ made listener public
+ added utility class for SCIs
* Issue #5162 CDI embedded integration improvements
Clean up CDI integration and documentation to better support embedded usage.
+ moved EmbeddedWeldTest to jetty-embedded
* fix javadoc
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* Issue #5162 CDI embedded integration improvements
ventilated text
* fix test pom
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* Fixed javadoc
* Fixed javadoc
* Issue #5162 CDI embedded integration improvements
Moved tests to jetty-cdi to avoid consequences to other tests in embedded
* trailing new line
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* updates from review
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* Feedback from review
2020-09-07 14:00:20 +02:00
olivier lamy
03836c8d7f
revert back to surefire 3.0.0-M4
...
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-09-07 21:24:02 +10:00
Lachlan Roberts
7642be8fd0
Issue #4988 - make the MIME type comparison in GzipHandler case insensitive
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-07 17:29:13 +10:00
dependabot[bot]
40db081523
Bump jmh.version from 1.25.1 to 1.25.2
...
Bumps `jmh.version` from 1.25.1 to 1.25.2.
Updates `jmh-core` from 1.25.1 to 1.25.2
Updates `jmh-generator-annprocess` from 1.25.1 to 1.25.2
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 06:22:49 +00:00
Lachlan Roberts
4023944d6d
fix ServiceLoader file for ExtensionConfig.Parser
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-07 10:37:04 +10:00