Commit Graph

22314 Commits

Author SHA1 Message Date
Joakim Erdfelt 126dc10190
Correct META-INF/LICENSE handling
The uber-jar now uses META-INF/LICENSE from the maven build, not the dependencies.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-25 16:33:44 -06:00
gregw 7646a24828 Accidentally committed 2020-11-25 23:02:26 +01:00
Joakim Erdfelt 08ab80a3ad
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-11-25 15:58:16 -06:00
Joakim Erdfelt fe0a4f624e
Merge remote-tracking branch 'origin/release-9.4.35' into jetty-9.4.x 2020-11-25 15:56:09 -06:00
Joakim Erdfelt 021fd360e2
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-11-25 15:32:39 -06:00
Joakim Erdfelt db41fd8811
Removing -T3 and increasing timeout
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-25 15:29:29 -06:00
Joakim Erdfelt 7da43cafba
Removing dependabot.yml temporarily
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-25 15:22:48 -06:00
Simone Bordet 5d83f6670a Fixes #3080 - Do not create and use jars with "tests" classifier.
Removed the jetty-server and jetty-servlet test-jar artifacts.
The only one left is the jetty-maven-plugin test-jar.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-11-25 19:16:50 +01:00
dejpec 22c6b8fced
Access to cookie config with accessor method (#5526)
With this minimal change one can provide different cookie configs for the same SessionHandler
without coping the whole method into the inherited class.

Signed-off-by: Dejan Pecar <dejan.pecar@abacus.ch>
2020-11-25 14:24:29 +01:00
Lachlan Roberts ce11fb3e94 Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-websocketProxy 2020-11-25 23:05:51 +11:00
Jan Bartel 497a908895 Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-11-25 11:01:15 +01:00
dependabot[bot] 36d7a90930
Bump geronimo-atinject_1.0_spec from 1.1 to 1.2 (#5666)
Bumps geronimo-atinject_1.0_spec from 1.1 to 1.2.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 10:58:07 +01:00
gregw 116705037e Accidentally committed 2020-11-25 10:19:07 +01:00
Simone Bordet ed9fd7cb51 Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-11-25 09:05:32 +01:00
olivier lamy 49cbed7f70 not needed anymore as jetty-spring module has been removed
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-11-25 15:47:09 +10:00
Olivier Lamy dee5647ac1
Jetty 10.0.x restore javadoc:jar as part of ci build (#5688)
* add javadoc:jar as part of ci build

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>

* add javadoc warning parser

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-11-25 15:40:30 +10:00
dependabot[bot] 18cf16b167
Bump commons-codec from 1.13 to 1.15 (#5698)
Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.13 to 1.15.
- [Release notes](https://github.com/apache/commons-codec/releases)
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-codec/compare/commons-codec-1.13...rel/commons-codec-1.15)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 15:35:56 +10:00
Lachlan Roberts 6a9acaaa9d do not block for websocket PING and PONG messages
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-25 11:48:33 +11:00
Simone Bordet 9fb9b23566
Merge pull request #5724 from eclipse/jetty-10.0.x-1923-remove_gcleakpreventer
Fixes #1923 - GCThreadLeakPreventer won't work with Java 9.
2020-11-25 00:42:21 +01:00
Chris Walker 8eab5ef101
First pass of fixing links. Resolves #5722 (#5723)
* First pass

Signed-off-by: Chris Walker <WalkerWatch@users.noreply.github.com>

* Fixing license header

Signed-off-by: Chris Walker <WalkerWatch@users.noreply.github.com>
2020-11-24 16:41:41 -06:00
Simone Bordet 96e068582b Fixes #1923 - GCThreadLeakPreventer won't work with Java 9.
GCThreadLeakPreventer has been removed, since the issue
it was trying to fix was solved in Java 9+.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-11-24 22:20:35 +01:00
Joakim Erdfelt a133e195d8
Fixing checkstyle violations
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-24 13:36:25 -06:00
Joakim Erdfelt 3f5fe03a32
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-11-24 13:30:03 -06:00
Joakim Erdfelt 1c7c924228
Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x 2020-11-24 13:29:46 -06:00
Joakim Erdfelt 4582088d89
Reducing test disk space usage on CI
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-24 13:29:34 -06:00
gregw 0a70cba8ae Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
Signed-off-by: gregw <gregw@webtide.com>
2020-11-24 18:36:24 +01:00
Greg Wilkins 9f82ca0a80
Use File.list and File.walk within a try with resource (#5718)
* Use File.list and File.walk within a try with resource

The API contract of File.list and File.walk requires them to be closed after use.

* Fix from review

Left out filter

* Fix from review

Factored out deleteFile with better debug

* Fix from review

Can delete files whilst walking

* Fix from review

Restored sweepFile
fixed minor code suggestions
2020-11-24 18:12:42 +01:00
Simone Bordet a812ff8db0 Fixed packages of hidden classes.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-11-24 15:13:34 +01:00
Ludovic Orban c7444ff5ba
Merge pull request #5710 from eclipse/jetty-10.0.x-5704-isReady-ChannelState
remove unnecessary transition to READY in ContentProducer.isReady
2020-11-24 10:31:37 +01:00
Lachlan Roberts b89adb8dae Improve WebSocketProxy, and write tests for it
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-24 18:55:09 +11:00
dependabot[bot] 4be530a6f1
Bump commons-lang3 from 3.9 to 3.11 (#5694)
Bumps commons-lang3 from 3.9 to 3.11.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 14:30:21 +10:00
Lachlan Roberts d7598f3ff2 basic WebSocketProxy implementation
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-24 13:40:48 +11:00
olivier lamy 4990e38dab Merge branch 'jetty-9.4.x' into jetty-10.0.x 2020-11-24 12:36:31 +10:00
olivier lamy d0a7c881c2 skip tests must be dynamic
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-11-24 12:35:47 +10:00
olivier lamy 8ce6ed623e fix bad merge
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-11-24 10:02:35 +10:00
dependabot[bot] 056ce8d92e
Bump maven-jxr-plugin from 2.5 to 3.0.0 (#5672)
Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 2.5 to 3.0.0.
- [Release notes](https://github.com/apache/maven-jxr/releases)
- [Commits](https://github.com/apache/maven-jxr/compare/jxr-2.5...jxr-3.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 09:58:43 +10:00
olivier lamy e2e2809ba8 cleanup of this profile
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-11-24 09:44:56 +10:00
olivier lamy ba7d1b6377 Merge branch 'jetty-9.4.x' into jetty-10.0.x 2020-11-24 09:42:14 +10:00
Olivier Lamy 429bec57a4
Issue #5644 Remove all profiles for session tests (#5703)
* remote session tests are now executed per default, new profile to exclude then no-remote-session-tests

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>

* remove this no-remote-session-tests profile just use skipTests to skip that

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-11-24 09:38:30 +10:00
dependabot[bot] fe65023f61
Bump maven-pmd-plugin from 3.13.0 to 3.14.0 (#5709)
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.13.0...maven-pmd-plugin-3.14.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 07:14:32 +10:00
Simone Bordet eeba2c4754
Merge pull request #5648 from eclipse/jetty-10.0.x-WebSocketUpgradeFilter
Use Filter name to identify the WebSocketUpgradeFilter.
2020-11-23 16:47:14 +01:00
Ludovic Orban 2d46951bcb remove unnecessary transition to READY in ContentProducer.isReady
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2020-11-23 16:25:35 +01:00
Simone Bordet d52c1fc478 Merged branch 'jetty-10.0.x' into 'jetty-10.0.x-WebSocketUpgradeFilter'. 2020-11-23 16:04:34 +01:00
Simone Bordet b4f50d6e90 Fixed dependency.
Updating api-ldap-schema-data to 2.0.1 was breaking
the requireUpperBoundDeps enforcement because the other
apacheds dependencies only depend on 2.0.0.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-11-23 15:37:48 +01:00
Simone Bordet d9b9235919
Merge pull request #5692 from eclipse/jetty-10.0.x-5691-httpinput_skip_fill_interest
Jetty 10.0.x 5691 httpinput skip fill interest
2020-11-23 13:24:55 +01:00
dependabot[bot] c23c283839
Bump api-ldap-schema-data from 2.0.0 to 2.0.1 (#5695)
Bumps api-ldap-schema-data from 2.0.0 to 2.0.1.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-23 21:36:29 +10:00
Olivier Lamy 1798efc821
this dependency should be test scope 2020-11-23 21:32:40 +10:00
Simone Bordet 1ac0af4a76 Fixes #5691 - HttpInput may skip setting fill interest.
Updates after review.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-11-21 16:40:12 +01:00
Joakim Erdfelt e8683cba9f Updating to version 9.4.36-SNAPSHOT 2020-11-20 16:05:27 -06:00
Joakim Erdfelt bdc54f03a5 Updating to version 9.4.35.v20201120 2020-11-20 15:05:50 -06:00