Joakim Erdfelt
6946943289
Updating to version 11.0.6
2021-06-29 11:15:33 -05:00
Ludovic Orban
4d2648ae4f
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2021-06-29 10:23:18 +02:00
Ludovic Orban
c753ca0db5
#6455 disable MaxDuration mechanism in testConnectionMaxUsage as it clashes with the test's assertions
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2021-06-29 10:18:56 +02:00
Lachlan Roberts
d1aeaf7cfa
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-06-24 18:06:19 +10:00
Lachlan
bc0fbbb5c1
Revert logic in Request.setMetaData, clear emptySegment on HttpUri.clear() ( #6468 )
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Manually merged as ECA checks are broken
2021-06-24 17:18:49 +10:00
Greg Wilkins
d13bd9b63b
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
...
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2021-06-24 15:22:04 +10:00
Greg Wilkins
4673846635
Compliance modes documentation ( #6312 )
...
Added doco on compliance modes
Signed-off-by: Greg Wilkins <gregw@webtide.com>
Co-authored-by: Simone Bordet <simone.bordet@gmail.com>
2021-06-24 15:20:05 +10:00
Joakim Erdfelt
c1b6e30471
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-06-23 18:14:25 -05:00
Joakim Erdfelt
0b96734bbb
Merge pull request #6465 from eclipse/jetty-10.0.x-6464-log4j1-download-location
...
Issue #6464 - fix logging capture modules
2021-06-23 18:10:05 -05:00
Lachlan
d233f3be02
Issue #6447 - Deprecate support for UTF16 encoding in URIs ( #6457 )
...
Deprecate support for UTF16 encoding in URIs.
Add compliance mode to allow UTF16 encodings.
Improve testing.
2021-06-23 22:58:49 +10:00
Lachlan
c6c881a76c
Merge pull request #6461 from eclipse/jetty-10.0.x-documentationFix
...
fix some formatting and links in contribution guide
2021-06-23 22:50:38 +10:00
Joakim Erdfelt
ca360176b3
Issue #6464 - fix logging capture modules
...
+ Adding distribution tests for logging module combinations.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-06-23 07:35:38 -05:00
Lachlan Roberts
7880917f64
fix some formatting and links in contribution guide
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-06-23 15:48:36 +10:00
Lachlan Roberts
e3b96bf5dc
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-06-23 10:38:22 +10:00
Lachlan
1cd0093855
Merge pull request #6411 from eclipse/jetty-10.0.x-6407-ClientUpgradeRequestUri
...
Issue #6407 - Fix URI validation for WebSocket ClientUpgradeRequest
2021-06-23 10:37:58 +10:00
Greg Wilkins
291218be3c
Fix #6442 Remove IRC documentation ( #6454 )
...
Fix #6442 Removed IRC references
2021-06-23 09:14:24 +10:00
Jan Bartel
90ea4f5b8e
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-06-23 08:43:03 +10:00
Jan Bartel
2c2781a73e
Jetty 10.0.x 6423 service provider osgi headers ( #6424 )
...
* Issue #6423 Add headers to jetty manifests to expose o.e.j.w.Configuration for osgi ServiceLoader.
Add jetty-annotations manifest to expose o.e.j.w.Configuration to ServiceLoader.
Add osgi headers to jetty-quickstart for o.e.j.w.Configuration
Add osgi serviceloader headers for jetty-cdi
Add osgi serviceloader headers to websocket-jetty-client
Add osgi serviceloader headers to jetty-ant
Add osgi serviceloader headers to websocket-javax-client
Add osgi serviceloader headers for websocket-jetty-common
Add osgi serviceloader headers for websocket-core-common
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-06-23 08:32:21 +10:00
Olivier Lamy
39572effda
Issue #6434 add integration for testing generated webfrag.xml ( #6444 )
...
* Issue #6434 test generation of webfrag.xml and his content
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2021-06-22 17:38:43 +10:00
Jan Bartel
73195f3bb2
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-06-22 16:33:56 +10:00
Jan Bartel
c9d919a299
Issue #6426 Upgrade to spifly 1.3.3 ( #6449 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-06-22 16:28:59 +10:00
Joakim Erdfelt
9945225e30
Issue #6451 - Request.getServletPath returns null for root mapping
...
Issue #6451 - Request.getServletPath not following spec
Force a pathInContext for ROOT servlet matches.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Greg Wilkins <gregw@webtide.com>
Co-authored-by: Greg Wilkins <gregw@webtide.com>
2021-06-22 08:43:15 +10:00
Simone Bordet
2d98c801be
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-06-21 18:39:27 +02:00
Simone Bordet
1a594cef60
Fixes #6382 - HttpClient TimeoutException message reports transient values.
...
Now using consistently HttpConversation.getTimeout() to report the accurate value.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
(cherry picked from commit 734d3b672c
)
2021-06-21 18:36:02 +02:00
Greg Wilkins
4665f3f718
Update release-template.md
...
quote parameters
2021-06-21 18:12:32 +10:00
Greg Wilkins
8db318e4f0
Update release-template.md
2021-06-21 18:09:39 +10:00
Lachlan Roberts
be3157cf90
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-06-21 16:39:14 +10:00
Lachlan
26f57b5f7c
Merge pull request #6415 from eclipse/jetty-10.0.x-6383-FixFileBufferedResponseHandlerTest
...
Issue #6383 - Fix flaky test FileBufferedResponseHandlerTest
2021-06-21 16:37:24 +10:00
Jan Bartel
be00937c5a
Issue #6440 Move jspc plugin config to demo-jsp-webapp ( #6441 ) ( #6446 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-06-21 15:58:33 +10:00
Jan Bartel
fe7abb1dcf
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-06-21 15:41:25 +10:00
Jan Bartel
6932c04fdf
Issue #6418 jetty-webapp incorrect osgi manifest for serviceloader ( #6422 ) ( #6429 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-06-21 15:38:46 +10:00
Jan Bartel
b122077471
Issue #6394 Review osgi manifests ( #6408 ) ( #6428 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-06-21 15:37:29 +10:00
Jan Bartel
b81be78625
Issue #6425 Upgrade to asm 9.1 ( #6439 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-06-21 15:32:21 +10:00
Greg Wilkins
c1867df53b
Release process issue template
...
Release process issue template.
Merging without a positive review as we need a process and this one has been used twice without significant problems. Any concerns can be raised in new PRs against it.
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2021-06-21 11:34:04 +10:00
Jan Bartel
95b343dc3a
Issue #6440 Move jspc plugin config to demo-jsp-webapp ( #6441 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-06-21 10:57:12 +10:00
Jan Bartel
1428d2e603
Issue #6418 jetty-webapp incorrect osgi manifest for serviceloader ( #6422 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-06-18 09:55:04 +10:00
Lachlan
82e2140308
Merge pull request #6376 from eclipse/jetty-10.0.x-SslClientCertAuthenticatorCleanup
...
Cleanups for SslClientCertAuthenticator.
2021-06-18 09:52:52 +10:00
Lachlan Roberts
1e2eb02260
Issue #6383 - Make FileBufferedInterceptor package private
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-06-18 09:47:35 +10:00
Jan Bartel
f1e3a9ecce
Issue #6394 Review osgi manifests ( #6408 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-06-18 09:30:18 +10:00
Simone Bordet
85f61773c3
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-06-17 10:20:12 +02:00
Simone Bordet
b8d6e3f010
Fixes #6410 - Use SocketAddress instead of InetSocketAddress. ( #6414 )
...
* Fixes #6410 - Use SocketAddress instead of InetSocketAddress.
Removed usages of InetSocketAddress in method signatures where possible.
Deprecated old methods, and added new methods with SocketAddress.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-06-17 10:18:08 +02:00
Greg Wilkins
ece8feb4a0
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
...
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2021-06-17 08:54:35 +10:00
Greg Wilkins
a415606e01
Rename EWYK The AdaptiveExecutionStrategy ( #6353 )
...
Rename EWYK to AdaptiveExecutionStrategy, which better represents the nature of the strategy.
Updated the documentation
Refactored substrategy selection for code clarity.
Added notes about chaining strategies and thread starvation
Signed-off-by: Greg Wilkins <gregw@webtide.com>
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Co-authored-by: Simone Bordet <simone.bordet@gmail.com>
2021-06-16 17:22:08 +10:00
Lachlan Roberts
710cd0d1ac
Issue #6383 - Fix flaky test FileBufferedResponseHandlerTest
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-06-16 11:11:13 +10:00
Lachlan Roberts
402d79f59a
fix javadoc for ClientUpgradeRequest
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-06-16 01:00:45 +10:00
Lachlan Roberts
10ed23f22d
add javadoc and null check for HttpScheme
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-06-16 00:40:35 +10:00
Lachlan Roberts
148cf38c5d
Issue #6407 - fix logic in ClientUpgradeRequest(URI) constructor and deprecate it
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-06-15 18:47:20 +10:00
Greg Wilkins
a492473a73
XmlConfiguration always checks for setter method ( #6398 )
...
* Fixed #6375 XmlConfiguration to always checks for a matching setter, even if the property attribute is given but not set.
2021-06-15 13:57:40 +10:00
Joakim Erdfelt
7dcaa584fe
Merge pull request #6402 from eclipse/release-11.0.5
...
Merge Release 11.0.5
2021-06-13 10:26:21 -05:00
Joakim Erdfelt
09d6a2692d
Merge pull request #6401 from eclipse/release-10.0.5
...
Merge Release 10.0.5
2021-06-13 10:26:08 -05:00