Commit Graph

24070 Commits

Author SHA1 Message Date
dependabot[bot] 49924287e1
Bump jmh.version from 1.34 to 1.35 (#7797)
Bumps `jmh.version` from 1.34 to 1.35.

Updates `jmh-core` from 1.34 to 1.35

Updates `jmh-generator-annprocess` from 1.34 to 1.35

---
updated-dependencies:
- dependency-name: org.openjdk.jmh:jmh-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.openjdk.jmh:jmh-generator-annprocess
  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-03-29 10:45:21 -05:00
Simone Bordet 454cb19bf5
Fixes #7575 - Misleading docs for HttpClientTransportDynamic (#7800)
Improved documentation for the clear-text dynamic transport case.
Fixed HttpClientTransportDynamic javadocs.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-03-29 12:00:18 +02:00
Jan Bartel c18744b3b2
Issue #7655 Remove unused test imports for jetty-gcloud (#7656)
Signed-off-by: Jan Bartel <janb@webtide.com>
2022-03-28 14:21:52 +02:00
Jan Bartel 761bb3f661
Issue #7677 Exclude findbugs jsr305 jar from plugin (#7682)
* Issue #7677 Exclude findbugs jsr305 jar from plugin

Signed-off-by: Jan Bartel <janb@webtide.com>

* add IT test for those classes exclusions

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-03-28 13:41:36 +02:00
Jan Bartel de5ddcd2b8
Issue #7657 Remove unused test imports in jetty-nosql (#7658)
Signed-off-by: Jan Bartel <janb@webtide.com>
2022-03-28 13:40:56 +02:00
dependabot[bot] 280b249b17
Merge pull request #7781 from eclipse/dependabot/maven/jetty-10.0.x/com.fasterxml.jackson.core-jackson-databind-2.13.2.1 2022-03-27 02:26:41 +00:00
dependabot[bot] 736c68bfa4
Merge pull request #7780 from eclipse/dependabot/maven/jetty-10.0.x/com.github.spotbugs-spotbugs-maven-plugin-4.6.0.0 2022-03-27 00:56:51 +00:00
Christoph Läubrich 3ab94d700e
Disable PGP signature propagation for now (#7783)
Due to a bug in Tycho invalid PGP signatures are generated. PGP signature propagation should therefore be disabled until fix in Tycho 3.0.0 is available.
2022-03-26 16:03:10 -05:00
Joakim Erdfelt 96af5d1990
Issue #5681 - clearer warning on JVM Arg / System Property use (#7769)
- Improved warning on unrecognized Command Line Options

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-03-25 12:25:30 -05:00
jiang-cao 5117a58974
Fixes #7688 - Read data to native memory from HttpInput
Added `HttpInput.read(ByteBuffer buffer)`, so that applications can provide a native memory mapped `ByteBuffer` to read into.
2022-03-25 17:57:52 +01:00
Simone Bordet 40e7d6a716
Fixes #7774 - Flaky Test: DataDemandTest.testBlockingReadInADifferentThread(). (#7776)
Do not try to release the network buffer after having notified onDataAvailable()
because it can be in a race with the application trying to read data and also
trying to release the network buffer.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-03-25 11:30:53 +01:00
dependabot[bot] eaffd63e00
Bump jackson-databind from 2.13.2 to 2.13.2.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2 to 2.13.2.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 09:28:07 +00:00
dependabot[bot] 6b8aba0b27
Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.5.3.0 to 4.6.0.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.5.3.0...spotbugs-maven-plugin-4.6.0.0)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 09:27:34 +00:00
Jaroslaw Rzeszotko a35719367b
Issue #7683 - Use direct buffers for gzip input/output, if configured.
Use direct buffers for gzip input/output, if configured.
Code cleanups.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-03-24 17:59:49 +01:00
Simone Bordet c933bac11a
Bumped timeout to 3 hrs.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-03-24 14:02:39 +01:00
Joakim Erdfelt b419a8956e
Issue #6879 - Remove jminix (#7770)
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-03-23 16:02:35 -05:00
ianrifkin 9da5c21ea3
Issue #7182 having running() delete the state file where it previously only deleted the pid file. (#7184)
* Issue #7182 changing approach from deleting the state file consistently to simply grep'ing for last line in JETTY_STATE file

Signed-off-by: Ian Rifkin <ianrifkin@ianrifkin.com>
2022-03-23 13:25:34 -05:00
Simone Bordet 7b648f6d5c
Fixes #7548 - Interrupt flag is not always cleared in between requests. (#7563)
Now clearing the interrupt flag.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-03-23 19:06:39 +01:00
Greg Wilkins e0788ab056
Fix #7615 encode relative URIs (#7765)
* Fix #7615 encode relative URIs

cherry-picked from 9c30caf247

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* Fix #7615 encode relative URIs

fixed checkstyle

Signed-off-by: Greg Wilkins <gregw@webtide.com>
2022-03-22 13:45:27 -05:00
Joakim Erdfelt ae5c8e34e7
Issue #7617 - RequestLog content params extraction prevention (#7618) 2022-03-22 10:02:32 -05:00
Greg Wilkins cab9945430
Issue #7748 - allow override of path mapping behavior in ServletContextHandler (#7614)
Added protected method to ServletHandler to allow other servlet mappings (eg regex) in embedded/extended usage

Signed-off-by: Greg Wilkins <gregw@webtide.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-03-22 09:48:09 +01:00
dependabot[bot] 29011e9f11
Merge pull request #7757 from eclipse/dependabot/maven/jetty-10.0.x/org.wildfly.security-wildfly-elytron-1.19.0.Final 2022-03-22 00:51:10 +00:00
Joakim Erdfelt d8a8b5d1ed
Merge pull request #7755 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.plugins-maven-jxr-plugin-3.2.0
Bump maven-jxr-plugin from 3.1.1 to 3.2.0
2022-03-21 07:55:33 -05:00
dependabot[bot] c14267d7e4
Bump wildfly-elytron from 1.18.3.Final to 1.19.0.Final
Bumps [wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 1.18.3.Final to 1.19.0.Final.
- [Release notes](https://github.com/wildfly-security/wildfly-elytron/releases)
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/1.18.3.Final...1.19.0.Final)

---
updated-dependencies:
- dependency-name: org.wildfly.security:wildfly-elytron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 09:20:58 +00:00
dependabot[bot] f667eded03
Bump maven-jxr-plugin from 3.1.1 to 3.2.0
Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/apache/maven-jxr/releases)
- [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.1.1...jxr-3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jxr-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 09:18:47 +00:00
Joakim Erdfelt 7db7647638
Merge pull request #7741 from eclipse/dependabot/maven/jetty-10.0.x/com.google.cloud-google-cloud-datastore-2.2.9
Bump google-cloud-datastore from 2.2.8 to 2.2.9
2022-03-16 09:21:52 -05:00
Joakim Erdfelt c8694d5dc0
Merge pull request #7745 from eclipse/dependabot/maven/jetty-10.0.x/org.eclipse.platform-org.eclipse.osgi-3.17.200
Bump org.eclipse.osgi from 3.17.100 to 3.17.200
2022-03-16 09:16:31 -05:00
dependabot[bot] 48fa202d91
Bump org.eclipse.osgi from 3.17.100 to 3.17.200
Bumps org.eclipse.osgi from 3.17.100 to 3.17.200.

---
updated-dependencies:
- dependency-name: org.eclipse.platform:org.eclipse.osgi
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 09:33:40 +00:00
Joakim Erdfelt 4091e35f93
Merge pull request #7742 from eclipse/dependabot/maven/jetty-10.0.x/org.codehaus.mojo-versions-maven-plugin-2.10.0
Bump versions-maven-plugin from 2.9.0 to 2.10.0
2022-03-15 12:25:08 -05:00
dependabot[bot] b8c218a363
Bump versions-maven-plugin from 2.9.0 to 2.10.0
Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/mojohaus/versions-maven-plugin/releases)
- [Changelog](https://github.com/mojohaus/versions-maven-plugin/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/mojohaus/versions-maven-plugin/compare/versions-maven-plugin-2.9.0...versions-maven-plugin-2.10.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-15 09:28:55 +00:00
dependabot[bot] c685ead974
Bump google-cloud-datastore from 2.2.8 to 2.2.9
Bumps [google-cloud-datastore](https://github.com/googleapis/java-datastore) from 2.2.8 to 2.2.9.
- [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.2.8...v2.2.9)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-datastore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-15 09:28:44 +00:00
Joakim Erdfelt e67e3fd1cf
Merge pull request #7739 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.plugins-maven-dependency-plugin-3.3.0
Bump maven-dependency-plugin from 3.2.0 to 3.3.0
2022-03-14 08:15:28 -05:00
dependabot[bot] c068ea2cb6
Bump maven-dependency-plugin from 3.2.0 to 3.3.0
Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 09:34:09 +00:00
dependabot[bot] df5370295a
Merge pull request #7726 from eclipse/dependabot/maven/jetty-10.0.x/com.google.cloud-google-cloud-datastore-2.2.8 2022-03-12 04:04:27 +00:00
Joakim Erdfelt 879bafc778
Merge pull request #7725 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.plugins-maven-compiler-plugin-3.10.1
Bump maven-compiler-plugin from 3.10.0 to 3.10.1
2022-03-11 07:23:04 -06:00
dependabot[bot] bac5751e07
Bump google-cloud-datastore from 2.2.6 to 2.2.8
Bumps [google-cloud-datastore](https://github.com/googleapis/java-datastore) from 2.2.6 to 2.2.8.
- [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.2.6...v2.2.8)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-datastore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-11 09:21:21 +00:00
dependabot[bot] 42e4b257e2
Bump maven-compiler-plugin from 3.10.0 to 3.10.1
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-11 09:20:14 +00:00
dependabot[bot] dda89b98bd
Merge pull request #7716 from eclipse/dependabot/maven/jetty-10.0.x/io.grpc-grpc-core-1.45.0 2022-03-10 00:15:50 +00:00
dependabot[bot] e0ca228f77
Merge pull request #7715 from eclipse/dependabot/maven/jetty-10.0.x/com.google.cloud-google-cloud-datastore-2.2.6 2022-03-10 00:15:20 +00:00
dependabot[bot] e489de4cf4
Merge pull request #7678 from eclipse/dependabot/maven/jetty-10.0.x/org.mortbay.jetty.quiche-jetty-quiche-native-0.12.0 2022-03-10 00:14:43 +00:00
dependabot[bot] 9e19979cb2
Bump grpc-core from 1.44.1 to 1.45.0
Bumps [grpc-core](https://github.com/grpc/grpc-java) from 1.44.1 to 1.45.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.44.1...v1.45.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-03-09 09:22:31 +00:00
dependabot[bot] b2d3dbf9a4
Bump google-cloud-datastore from 2.2.5 to 2.2.6
Bumps [google-cloud-datastore](https://github.com/googleapis/java-datastore) from 2.2.5 to 2.2.6.
- [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.2.5...v2.2.6)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-datastore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-09 09:22:01 +00:00
dependabot[bot] 78d9b127f4
Merge pull request #7701 from eclipse/dependabot/maven/jetty-10.0.x/com.fasterxml.jackson.core-jackson-databind-2.13.2 2022-03-09 06:55:07 +00:00
dependabot[bot] f7415992a4
Bump jackson-databind from 2.13.1 to 2.13.2
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-09 03:34:26 +00:00
dependabot[bot] a8d3369dd7
Merge pull request #7709 from eclipse/dependabot/maven/jetty-10.0.x/org.wildfly.common-wildfly-common-1.6.0.Final 2022-03-09 03:31:20 +00:00
Joakim Erdfelt 984376b70b
Merge pull request #7704 from eclipse/dependabot/maven/jetty-10.0.x/com.fasterxml.jackson.core-jackson-core-2.13.2
Bump jackson-core from 2.13.1 to 2.13.2
2022-03-08 07:41:10 -06:00
dependabot[bot] 7154479b36
Bump wildfly-common from 1.5.4.Final to 1.6.0.Final
Bumps wildfly-common from 1.5.4.Final to 1.6.0.Final.

---
updated-dependencies:
- dependency-name: org.wildfly.common:wildfly-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 09:22:56 +00:00
dependabot[bot] 5b5d973823
Bump jackson-core from 2.13.1 to 2.13.2
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.1...jackson-core-2.13.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 01:18:26 +00:00
dependabot[bot] 52ed10918e
Merge pull request #7702 from eclipse/dependabot/maven/jetty-10.0.x/com.fasterxml.jackson.core-jackson-annotations-2.13.2 2022-03-08 01:17:11 +00:00
dependabot[bot] ec2f42c447
Merge pull request #7703 from eclipse/dependabot/maven/jetty-10.0.x/org.awaitility-awaitility-4.2.0 2022-03-08 01:15:30 +00:00