Joakim Erdfelt
944ce6354f
Fixing #7975 - ForwardedRequestCustomizer should clear old MethodHandles when renaming headers. ( #8102 )
...
* Adding test case to prove report
* Fixing updateHandles() to clear the stored handles list.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-06-02 14:17:26 -05:00
dependabot[bot]
646090c747
Bump grpc-core from 1.46.0 to 1.47.0
...
Bumps [grpc-core](https://github.com/grpc/grpc-java ) from 1.46.0 to 1.47.0.
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.46.0...v1.47.0 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 09:21:59 +00:00
dependabot[bot]
e14c1b34f2
Bump biz.aQute.bndlib from 6.2.0 to 6.3.0
...
Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd ) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/bndtools/bnd/releases )
- [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md )
- [Commits](https://github.com/bndtools/bnd/compare/6.2.0...6.3.0 )
---
updated-dependencies:
- dependency-name: biz.aQute.bnd:biz.aQute.bndlib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 09:21:41 +00:00
Olivier Lamy
d12ee70b5a
exclude log4j-core to avoid problem with m-enforcer-p see https://issues.apache.org/jira/browse/LOG4J2-3241 ( #8094 )
...
* exclude log4j-core to avoid problem with m-enforcer-p see https://issues.apache.org/jira/browse/LOG4J2-3241
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-06-02 18:24:28 +10:00
Jan Bartel
d9dafa08f0
Merge remote-tracking branch 'origin/jetty-12.0.x-fix-jspinit' into jetty-12.0.x
2022-06-02 13:03:29 +10:00
Jan Bartel
b4e59bc4a7
Merge remote-tracking branch 'origin/jetty-12.0.x-fix-servletcontext' into jetty-12.0.x
2022-06-02 13:03:01 +10:00
Jan Bartel
ca2fc17e5c
Merge remote-tracking branch 'origin/jetty-12.0.x-fix-servletcontext' into jetty-12.0.x-fix-jspinit
2022-06-02 08:46:19 +10:00
Jan Bartel
4043fbd7f2
Make _servletContext final.
2022-06-02 08:45:25 +10:00
Joakim Erdfelt
d959b6c683
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2022-06-01 14:11:22 -05:00
dependabot[bot]
7ed3317d37
Bump google-cloud-datastore from 2.5.1 to 2.6.0 ( #8092 )
...
Bumps [google-cloud-datastore](https://github.com/googleapis/java-datastore ) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/googleapis/java-datastore/releases )
- [Changelog](https://github.com/googleapis/java-datastore/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/java-datastore/compare/v2.5.1...v2.6.0 )
---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-datastore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 14:10:59 -05:00
Joakim Erdfelt
4364e15114
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-06-01 13:18:00 -05:00
Joakim Erdfelt
2850db13e2
Fixes #7818 - Regression: allow HttpChannel.Listener.onResponseBegin to modify response headers ( #7850 )
...
* allow HttpChannel.Listener.onResponseBegin to modify response headers
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-06-01 13:12:40 -05:00
Simone Bordet
cbeeb67e93
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-06-01 15:18:53 +02:00
Simone Bordet
0571be5cee
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-06-01 12:59:58 +02:00
Greg Wilkins
8d06ffad1b
fixed bad merge
...
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2022-06-01 17:46:16 +10:00
Jan Bartel
a00280ea9f
Fix demo-ee10-jndi/jetty-env.xml
2022-06-01 16:58:59 +10:00
Jan Bartel
4425d20deb
Fix ServletHolder.initJsp
2022-06-01 16:56:52 +10:00
Jan Bartel
3b99c8c4e7
WebAppContext and ServletContextHandler must share ServletApiContext instance.
2022-06-01 16:26:36 +10:00
Jan Bartel
f6aba98886
Fix websocket modules
2022-06-01 16:25:29 +10:00
Olivier Lamy
e7274e3bb1
Add ee8 modules with sources generated from ee9 sources ( #8066 )
...
* auto translate some modules from EE9 to EE8
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-06-01 13:38:42 +10:00
dependabot[bot]
73362266bd
Merge pull request #8083 from eclipse/dependabot/maven/jetty-10.0.x/org.asciidoctor-asciidoctorj-2.5.4
2022-06-01 03:24:33 +00:00
dependabot[bot]
aa836320c5
Merge pull request #8071 from eclipse/dependabot/maven/jetty-11.0.x/org.asciidoctor-asciidoctorj-diagram-2.2.3
2022-06-01 03:23:40 +00:00
Greg Wilkins
8392b0bb12
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-06-01 11:58:07 +10:00
Greg Wilkins
7a1c165677
Implement #8057 103 Early Hint ( #8058 )
...
Co-authored-by: Ludovic Orban <lorban@bitronix.be>
Co-authored-by: Simone Bordet <simone.bordet@gmail.com>
2022-06-01 11:56:54 +10:00
dependabot[bot]
263274891a
Bump error_prone_annotations from 2.13.1 to 2.14.0 ( #8056 )
...
Bumps [error_prone_annotations](https://github.com/google/error-prone ) from 2.13.1 to 2.14.0.
- [Release notes](https://github.com/google/error-prone/releases )
- [Commits](https://github.com/google/error-prone/compare/v2.13.1...v2.14.0 )
---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_annotations
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 15:54:52 -05:00
Joakim Erdfelt
40ba7bae6e
Fixing upper bounds issue
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-05-31 14:18:04 -05:00
dependabot[bot]
36a36fc2db
Bump error_prone_annotations from 2.13.1 to 2.14.0 ( #8073 )
...
Bumps [error_prone_annotations](https://github.com/google/error-prone ) from 2.13.1 to 2.14.0.
- [Release notes](https://github.com/google/error-prone/releases )
- [Commits](https://github.com/google/error-prone/compare/v2.13.1...v2.14.0 )
---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_annotations
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 13:53:47 -05:00
Joakim Erdfelt
7aa107c942
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-05-31 08:22:45 -05:00
dependabot[bot]
3cf9ce19b9
Bump asciidoctorj from 2.5.3 to 2.5.4
...
Bumps [asciidoctorj](https://github.com/asciidoctor/asciidoctorj ) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/asciidoctor/asciidoctorj/releases )
- [Changelog](https://github.com/asciidoctor/asciidoctorj/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/asciidoctor/asciidoctorj/compare/v2.5.3...v2.5.4 )
---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctorj
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-31 13:20:47 +00:00
dependabot[bot]
1499e6ddee
Bump asciidoctorj-diagram from 2.2.1 to 2.2.3 ( #8077 )
...
Bumps [asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases )
- [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/commits )
---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctorj-diagram
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 08:19:32 -05:00
dependabot[bot]
58e37d660f
Merge pull request #8074 from eclipse/dependabot/maven/jetty-11.0.x/com.puppycrawl.tools-checkstyle-10.3
2022-05-31 10:14:58 +00:00
dependabot[bot]
c7aef29bcb
Merge pull request #8075 from eclipse/dependabot/maven/jetty-10.0.x/com.puppycrawl.tools-checkstyle-10.3
2022-05-31 10:14:40 +00:00
dependabot[bot]
3568464bd5
Merge pull request #8070 from eclipse/dependabot/maven/jetty-11.0.x/org.apache.maven.plugins-maven-invoker-plugin-3.3.0
2022-05-31 10:05:09 +00:00
dependabot[bot]
17025001b8
Merge pull request #8072 from eclipse/dependabot/maven/jetty-11.0.x/org.apache.maven.scm-maven-scm-provider-jgit-1.13.0
2022-05-31 10:04:53 +00:00
dependabot[bot]
25e19c886f
Merge pull request #8079 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.scm-maven-scm-provider-jgit-1.13.0
2022-05-31 10:04:19 +00:00
dependabot[bot]
22e27274ad
Merge pull request #8080 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.plugins-maven-invoker-plugin-3.3.0
2022-05-31 10:03:58 +00:00
Jan Bartel
d69202f3d8
Fix ee10 jsp module
2022-05-31 11:20:24 +10:00
Jan Bartel
4fde2b7769
Merge remote-tracking branch 'origin/jetty-12.0.x-more-modules-enabled' into jetty-12.0.x
2022-05-31 10:40:04 +10:00
Jan Bartel
7195d2dc85
Merge remote-tracking branch 'origin/jetty-12.0.x-fix-abstractsessionmanagertest' into jetty-12.0.x
2022-05-31 10:34:55 +10:00
Simone Bordet
7a6ccce49a
Rewrite of the content handling, both on client and on server. ( #7985 )
...
Introduced a new io.Content class, with Content.Source, Content.Sink and Content.Chunk.
Updated the server-side to use io.Content instead of the previous server-side Content class.
Updated the client-side to use io.Content with a little specialization necessary for clients only.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Co-authored-by: Ludovic Orban <lorban@bitronix.be>
2022-05-30 13:34:51 +02:00
dependabot[bot]
1fb46eddfd
Bump maven-invoker-plugin from 3.2.2 to 3.3.0
...
Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin ) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/apache/maven-invoker-plugin/releases )
- [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.2.2...maven-invoker-plugin-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-invoker-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 09:28:12 +00:00
dependabot[bot]
17a72a001d
Bump maven-scm-provider-jgit from 1.12.2 to 1.13.0
...
Bumps maven-scm-provider-jgit from 1.12.2 to 1.13.0.
---
updated-dependencies:
- dependency-name: org.apache.maven.scm:maven-scm-provider-jgit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 09:28:04 +00:00
dependabot[bot]
33c344f3dc
Bump checkstyle from 10.2 to 10.3
...
Bumps [checkstyle](https://github.com/checkstyle/checkstyle ) from 10.2 to 10.3.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.2...checkstyle-10.3 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 09:24:25 +00:00
dependabot[bot]
758a4f81a4
Bump checkstyle from 10.2 to 10.3
...
Bumps [checkstyle](https://github.com/checkstyle/checkstyle ) from 10.2 to 10.3.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.2...checkstyle-10.3 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 09:20:33 +00:00
dependabot[bot]
e77e68237e
Bump maven-scm-provider-jgit from 1.12.2 to 1.13.0
...
Bumps maven-scm-provider-jgit from 1.12.2 to 1.13.0.
---
updated-dependencies:
- dependency-name: org.apache.maven.scm:maven-scm-provider-jgit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 09:18:05 +00:00
dependabot[bot]
f7e6ac0414
Bump asciidoctorj-diagram from 2.2.1 to 2.2.3
...
Bumps [asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases )
- [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/commits )
---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctorj-diagram
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 09:17:22 +00:00
dependabot[bot]
bea8c90aa2
Bump maven-invoker-plugin from 3.2.2 to 3.3.0
...
Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin ) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/apache/maven-invoker-plugin/releases )
- [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.2.2...maven-invoker-plugin-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-invoker-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 09:15:47 +00:00
Jan Bartel
43c662a3ac
Fix more ee10 modules.
2022-05-30 18:50:23 +10:00
Olivier Lamy
00d58a2f9e
fix checkstyle
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-05-30 18:24:12 +10:00
Simone Bordet
02f56cc9dc
Added reset() method exposed via JMX.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-05-30 09:06:00 +02:00