Simone Bordet
89fe1c38ef
Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
2019-11-19 17:09:40 +01:00
Simone Bordet
d44a6935ef
Issue #4331 - Improve handling of HttpOutput.close() for pending writes.
...
Added test case that verifies the current behavior (abort the response
in case complete() is called with a pending write()).
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-11-19 17:09:04 +01:00
olivier lamy
ba30800f66
Merge branch 'jetty-9.4.x' into jetty-10.0.x
2019-11-19 21:27:30 +10:00
olivier lamy
9ab6a073fa
we do not need those repositories now
...
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-11-19 20:28:43 +10:00
Simone Bordet
04dc257641
Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
2019-11-19 10:50:31 +01:00
Simone Bordet
e89e8ae16e
Improved toString() for ConnectionPool implementations.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-11-19 10:43:09 +01:00
Lachlan Roberts
cef80aca2e
Revert "jetty-websocket-tests code cleanup"
...
This reverts commit 044a899a99
.
2019-11-19 19:14:54 +11:00
olivier lamy
6db5f3be8d
force clean
...
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-11-19 18:13:18 +10:00
Lachlan Roberts
044a899a99
jetty-websocket-tests code cleanup
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2019-11-19 18:30:44 +11:00
Lachlan
04b1a77b6d
Issue #4152 - CompressExtension autoFragment with respect to maxFrameSize ( #4260 )
...
* rework ByteAccumulator to avoid unnecessary data copies
* use ByteAccumulator instead of BAOS for ws compression
* outgoing autoFragment working with permessage-deflate
* ByteAccumulator now uses fixed maxFrameSize and no ByteBufferPool
* rework deflate code and introduce TransformingFlusher
* use transforming flusher for outgoing compression
* general clean up CompressExtension and subclasses
* remove forward incoming method
* use flusher to fragment for the decompressing of incoming frames
* fix broken tests
* updates to TransformingFlusher
* tests for CompressExtension with no payload
* ByteAccumulator uses the BufferPool for the final buffer
* remove increased maxFrameSize from autobahn tests as we now autoFragment
* add test for gzip bomb
* fix typo
* use Throwable failure instead of canEnqueue
* changes to TransformingFlusher from review
* remove per frame deflate extension
* remove accumulation of data to maxFrameSize in CompressExtension
* race between finished being set and callback being completed
* cleanup of transforming flusher
* fix issues with the TransformingFlushers
* add internal parameters for deflate and inflate BufferSize
* missing licence header
* wip
* don't use same extension config instances in negotiated extensions
* changes to TransformingFlusher from review
* fix internal extensions requested by client
* javadoc update
* javadoc and cleanup from review
* remove ByteAccumulator
* fix module-info
* null out current on callback completion
* remove override of succeeded and failed
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2019-11-19 12:34:58 +11:00
Joakim Erdfelt
61cbb7529d
Removing duplicate log output
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-18 16:44:48 -06:00
Joakim Erdfelt
e181a5878e
Fixing merge of SslContextFactory
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-18 16:21:04 -06:00
Joakim Erdfelt
fcc3790237
Fixing merge of SslContextFactory and SniX509ExtendedKeyManager
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-18 13:03:37 -06:00
Joakim Erdfelt
f7083f329e
Merge branch 'jetty-9.4.x' into jetty-10.0.x
2019-11-18 12:55:40 -06:00
Joakim Erdfelt
8a30543845
Merge pull request #4326 from eclipse/jetty-9.4.x-4325-deprecate-NoSsl-SniX509
...
Issue #4325 - X509ExtendedKeyManager exceptions on non-Server SSL
2019-11-18 12:55:24 -06:00
Joakim Erdfelt
f4d387e0d6
Issue #4325 - X509ExtendedKeyManager exceptions on non-Server SSL
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-18 12:13:05 -06:00
Joakim Erdfelt
55ad1074bd
Issue #4325 - X509ExtendedKeyManager exceptions on non-Server SSL
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-18 10:58:12 -06:00
Simone Bordet
27e5755b34
Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
2019-11-18 10:33:16 +01:00
Simone Bordet
bf2482a7ea
Moved implementation from Adapter classes to default methods in
...
the interface to avoid binary compatibility problems in case the
interface is changed.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-11-18 10:29:55 +01:00
Simone Bordet
fb691fbe5a
Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
2019-11-18 10:05:16 +01:00
Simone Bordet
65063da638
Merge pull request #4322 from eclipse/jetty-9.4.x-3869-update-asm-7.2
...
Issue #3869 Update to asm 7.2
2019-11-18 11:39:17 +03:00
Jan Bartel
ac63c121b6
Issue #3869 Update to asm 7.2
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2019-11-18 16:49:15 +11:00
Jan Bartel
3b891ba137
Issue #1743 Fix merge of PR4242
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2019-11-18 10:34:39 +11:00
Jan Bartel
f2c0d86de5
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-1743-refactor-maven-plugin-redux
2019-11-18 10:05:50 +11:00
Jan Bartel
4523c8e7fa
Issue #1743 Checkstyle warning
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2019-11-18 09:35:29 +11:00
Jan Bartel
d1171b17d9
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2019-11-18 09:29:11 +11:00
Jan Bartel
9b49fc9433
Log "Annotation scanning elapsed time ..." instead of "Scanning elapsed time ..."
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2019-11-18 09:08:21 +11:00
Jan Bartel
318246eb24
Issue #4156 Remove use of PlaceHolderSession for simultaneous session loading ( #4304 )
...
* Issue #4156 Remove use of PlaceHolderSession for simultaneous session loading.
2019-11-18 09:06:38 +11:00
olivier lamy
b4cc3ef2de
Merge branch 'jetty-9.4.x' into jetty-10.0.x
2019-11-18 07:30:48 +10:00
olivier lamy
e69eea86c8
make rerunFailingTestsCount a property so we can change it on cli if needed
...
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-11-18 07:20:42 +10:00
olivier lamy
e60a109897
Merge branch 'jetty-9.4.x' into jetty-10.0.x
2019-11-18 07:18:22 +10:00
Olivier Lamy
905deeb49a
Jetty 9.4.x rerun failing tests count set to 3 and upgrade surefire which supports it for junit5 ( #4320 )
...
* rerunFailingTestsCount and test surefire 3.0.0-M4 fixing it for junit5
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-11-18 07:10:44 +10:00
Joakim Erdfelt
324b387107
Merge branch 'jetty-9.4.x' into jetty-10.0.x
2019-11-15 15:21:21 -06:00
Joakim Erdfelt
46dbfda52e
Introducing stalebot.yml anew (again)
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-15 15:19:47 -06:00
Joakim Erdfelt
3c42bbedbc
Removing stalebot.yml temporarily
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-15 15:19:13 -06:00
Jan Bartel
58d69aaf02
Issue #1743 Update webapps in distro for new jetty-maven-plugin config
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2019-11-15 07:49:36 +11:00
Joakim Erdfelt
19cc2f02c0
Merge branch 'jetty-9.4.x' into jetty-10.0.x
2019-11-14 11:42:45 -06:00
Joakim Erdfelt
b5a430fbf9
Dropping colons
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-14 11:42:19 -06:00
Joakim Erdfelt
2bc5cacd49
Updating template for os/type
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-14 11:42:19 -06:00
Joakim Erdfelt
8c05e4385e
Merge branch 'jetty-9.4.x' into jetty-10.0.x
2019-11-14 11:32:47 -06:00
Joakim Erdfelt
f89f81a363
Updating templates based on feedback
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-14 11:32:33 -06:00
Joakim Erdfelt
428987f070
Merge branch 'jetty-9.4.x' into jetty-10.0.x
2019-11-14 11:17:29 -06:00
Joakim Erdfelt
402f499f19
Adding TCK to skipped labels
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-14 11:17:08 -06:00
Joakim Erdfelt
d66fe9ac0c
Adding ISSUE_TEMPLATE
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-14 11:17:08 -06:00
Joakim Erdfelt
1f2312ef70
Merge branch 'jetty-9.4.x' into jetty-10.0.x
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-11-14 09:44:45 -06:00
Joakim Erdfelt
c44e7c5eb1
Merge pull request #4299 from eclipse/jetty-9.4.x-4248-websocketclient-success-flag
...
Fixes #4248 - WebSocketClient UpgradeResponse.isSuccess never set true
2019-11-14 09:42:45 -06:00
Simone Bordet
58abb6c6f0
Merge pull request #4017 from eclipse/jetty-10.0.x-3951-http2_demand
...
Fixes #3951 - Consider adding demand API to HTTP/2.
2019-11-14 13:50:02 +03:00
Simone Bordet
50cf51c369
Made test more stable.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-11-14 10:52:08 +01:00
Simone Bordet
2ffed618aa
Fixed logging statement.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-11-14 10:13:04 +01:00
Simone Bordet
7add2cbc30
Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
2019-11-14 09:49:14 +01:00