dependabot[bot]
4f9af21d59
Bump tycho-version from 2.0.0 to 2.1.0
...
Bumps `tycho-version` from 2.0.0 to 2.1.0.
Updates `tycho-pack200a-plugin` from 2.0.0 to 2.1.0
Updates `tycho-pack200b-plugin` from 2.0.0 to 2.1.0
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-09 06:25:54 +00:00
Chris Walker
de98d7b396
Minor changes to documentation
2020-11-06 14:18:07 -06:00
Lachlan
b2bfe7eb07
Merge pull request #5413 from eclipse/jetty-10.0.x-WebSocketUpgradeFilter
...
simplify the usage of WebSocketUpgradeFilter in jetty 10
2020-11-06 19:06:00 +11:00
Joakim Erdfelt
44c7ce480d
Merge pull request #5469 from eclipse/dependabot/maven/jetty-10.0.x/com.sun.xml.ws-jaxws-rt-2.3.3
...
Bump jaxws-rt from 2.3.0.2 to 2.3.3
2020-11-04 13:58:05 -06:00
Joakim Erdfelt
e59b7c2750
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-11-04 13:24:50 -06:00
Joakim Erdfelt
2fd895a6dc
Merge pull request #5570 from eclipse/dependency/jetty-9.4.x/org.infinispan.protostream-protostream-4.3.4.Final
...
Bump protostream from 4.2.2.Final to 4.3.4.Final
2020-11-04 13:19:52 -06:00
Joakim Erdfelt
6c657ea431
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-11-04 10:27:47 -06:00
Joakim Erdfelt
71ad5447a4
Merge remote-tracking branch 'origin/release-9.4.34' into jetty-9.4.x
2020-11-04 10:24:21 -06:00
Joakim Erdfelt
4f8707390e
Adding required gson dependency to test-infinispan-sessions
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-04 10:09:15 -06:00
Greg Wilkins
1904d326fc
Fixes #5521 ResourceCollection NPE ( #5527 )
...
* Fixes #5521 ResourceCollection NPE
Fix constructor and addPath so that all resources in a RC must exist when created.
* Fixes #5521 ResourceCollection NPE
Cleanup the vestiges of non existent directories detected by resource ending in /
* Fixes #5521 ResourceCollection NPE
Revert adding paths ending in / as jar:file resource needs them
* feedback from review
improved javadoc.
2020-11-04 08:56:17 +01:00
Lachlan Roberts
f857ac9756
fix failures from incorrectly configured WebSocketUpgradeFilters
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-04 15:13:59 +11:00
Lachlan Roberts
9c78e20314
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-WebSocketUpgradeFilter
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-04 10:53:45 +11:00
dependabot[bot]
739397546c
Bump jaxws-rt from 2.3.0.2 to 2.3.3
...
Bumps jaxws-rt from 2.3.0.2 to 2.3.3.
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-03 20:20:10 +00:00
Joakim Erdfelt
448d700f5c
Merge pull request #5547 from eclipse/dependabot/maven/jetty-10.0.x/org.eclipse.osgi-org.eclipse.osgi-3.7.1
...
Bump org.eclipse.osgi from 3.6.0.v20100517 to 3.7.1
2020-11-03 14:12:57 -06:00
Joakim Erdfelt
2c43fbf37b
Bump protostream from 4.2.2.Final to 4.3.4.Final
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-03 14:08:58 -06:00
Joakim Erdfelt
4fd75a02ab
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-11-03 13:59:52 -06:00
Joakim Erdfelt
1a92af3c8d
Merge pull request #5567 from eclipse/dependency/jetty-9.4.x/org.apache.maven.plugins-maven-antrun-plugin-3.0.0
...
Bump maven-antrun-plugin from 1.8 to 3.0.0
2020-11-03 13:51:41 -06:00
Joakim Erdfelt
0bb5e8c4b1
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-11-03 13:51:03 -06:00
Joakim Erdfelt
a4f754d049
Merge pull request #5553 from eclipse/dependabot/maven/jetty-9.4.x/org.apache.maven.plugins-maven-javadoc-plugin-3.2.0
...
Bump maven-javadoc-plugin from 3.1.1 to 3.2.0
2020-11-03 13:50:32 -06:00
Simone Bordet
ebea687b5b
Merge pull request #4556 from lorban/http-input
...
HttpInput refactoring
2020-11-03 18:54:23 +01:00
Ludovic Orban
814dc69803
Get rid of addContent() by making produceContent() return Content instead.
...
Make EOF and errors be special content.
Transition to a much simplified FSM by using the needContent() / produceContent() model.
Implement blocking on top of async, this way there is only one FSM.
(Milestone 6)
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2020-11-03 17:30:25 +01:00
Ludovic Orban
a4258ec9c0
Merge all HttpInput* impls into a single class, push all differences to HttpChannel* impls (Milestone 5)
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2020-11-03 17:30:25 +01:00
Ludovic Orban
d0f04a8eae
addContent now returns void (Milestone 4)
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2020-11-03 17:30:25 +01:00
Ludovic Orban
982ddc0c48
FCGI queue and pull model, merge all common code between H1, H2 and FCGI (Milestone 3)
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2020-11-03 17:30:25 +01:00
Ludovic Orban
946f334810
http2 impl (Milestone 2)
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2020-11-03 17:30:25 +01:00
Ludovic Orban
5a24c8dd17
HTTP and FCGI pass all tests (Milestone 1)
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2020-11-03 17:30:24 +01:00
Greg Wilkins
f88f09a148
SessionCookieConfig name may be null ( #5557 )
...
* SessionCookieConfig name may be null
Protect against NPE by make a null name in SessionCookieConfig deactive session cookies.
* SessionCookieConfig name may be null
Protect against NPE by make a null name in SessionCookieConfig deactive session cookies.
* SessionCookieConfig name may be null
Protect against NPE by make a null name in SessionCookieConfig deactive session cookies.
* feedback from review
added static method to convert null name to default.
2020-11-03 16:22:26 +01:00
Joakim Erdfelt
40bde46b13
Bump maven-antrun-plugin from 1.8 to 3.0.0
...
+ and update configuration/task to configuration/target
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-03 08:46:27 -06:00
dependabot[bot]
761c67804a
Bump maven-javadoc-plugin from 3.1.1 to 3.2.0
...
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.1.1...maven-javadoc-plugin-3.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-03 14:36:07 +00:00
Joakim Erdfelt
167eded4cf
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-11-03 08:33:33 -06:00
Joakim Erdfelt
69185bf31d
Merge pull request #5554 from eclipse/dependabot/maven/jetty-9.4.x/org.ops4j.pax.url-pax-url-wrap-2.6.1
...
Bump pax-url-wrap from 2.5.2 to 2.6.1
2020-11-03 08:32:10 -06:00
Joakim Erdfelt
ba577ba972
Merge pull request #5508 from eclipse/dependabot/maven/jetty-9.4.x/org.mariadb.jdbc-mariadb-java-client-2.7.0
...
Bump mariadb-java-client from 2.6.0 to 2.7.0
2020-11-03 07:44:56 -06:00
Joakim Erdfelt
a7ed2f072a
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-11-02 19:04:59 -06:00
Joakim Erdfelt
edaadff55b
Updating to version 9.4.35-SNAPSHOT
2020-11-02 09:04:51 -06:00
Lachlan Roberts
1b5747cbbe
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-03 01:17:31 +11:00
Joakim Erdfelt
e46af88704
Updating to version 9.4.34.v20201102
2020-11-02 08:03:51 -06:00
Joakim Erdfelt
981b50df58
Merge pull request #5559 from eclipse/jetty-9.4.x-5555-NPE-NamedFilterMapping
...
Jetty 9.4.x 5555 npe named filter mapping
2020-11-02 07:57:18 -06:00
Lachlan
12f3c450dc
Merge pull request #5374 from eclipse/jetty-9.4.x-5320-WebSocketHttpClient
...
Issue #5320 - using jetty-websocket-httpclient.xml within webapp
2020-11-03 00:30:09 +11:00
gregw
4c49ca5184
More cleanup for #5555
...
Some more cleanup for #5555
2020-11-02 14:08:46 +01:00
Lachlan Roberts
60c56d8856
changes from review
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-02 23:43:42 +11:00
gregw
27f0c4141c
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-11-02 13:31:19 +01:00
Greg Wilkins
b77ee515a5
Fixes #5555 NPE if Filter of named servlet ( #5556 )
...
Fixed #5555 NPE if there is a filter with a servlet name mapping, but a request is received for a servlet without a name match.
Added more simple tests for servlet and filter mappings
2020-11-02 13:30:52 +01:00
gregw
47b1583c7f
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-11-02 10:58:06 +01:00
Simone Bordet
40fd98d6a9
Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
2020-11-02 10:47:03 +01:00
gregw
f21c606f1d
Fixes #5539 Stats XML format
...
Signed-off-by: gregw <gregw@webtide.com>
2020-11-02 10:45:45 +01:00
Simone Bordet
a1b3d3319d
Merge pull request #5491 from eclipse/jetty-9.4.x-5488-jetty-dir.css
...
Fixes #5488 - jetty-dir.css not found when using JPMS.
2020-11-02 10:40:19 +01:00
dependabot[bot]
40acf60936
Bump geronimo-annotation_1.3_spec from 1.1 to 1.3 ( #5552 )
...
Bumps geronimo-annotation_1.3_spec from 1.1 to 1.3.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 19:31:04 +10:00
dependabot[bot]
e70e995f0c
Bump openwebbeans.version from 2.0.18 to 2.0.19 ( #5551 )
...
Bumps `openwebbeans.version` from 2.0.18 to 2.0.19.
Updates `openwebbeans-web` from 2.0.18 to 2.0.19
- [Release notes](https://github.com/apache/openwebbeans/releases )
- [Commits](https://github.com/apache/openwebbeans/commits )
Updates `openwebbeans-jetty9` from 2.0.18 to 2.0.19
- [Release notes](https://github.com/apache/openwebbeans/releases )
- [Commits](https://github.com/apache/openwebbeans/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 19:30:29 +10:00
dependabot[bot]
d58fed5b9a
Bump spring-beans from 5.2.9.RELEASE to 5.3.0 ( #5543 )
...
Bumps [spring-beans](https://github.com/spring-projects/spring-framework ) from 5.2.9.RELEASE to 5.3.0.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 19:29:16 +10:00
gregw
365bab153c
Fixes #5555 NPE if Filter of named servlet
...
Fixed #5555 NPE if there is a filter with a servlet name mapping, but a request is received for a servlet without a name match.
Added more simple tests for servlet and filter mappings
2020-11-02 10:19:08 +01:00