Commit Graph

24444 Commits

Author SHA1 Message Date
MoonLord-LM df2826f0c3
Issue #8540, add classifier (#8541)
closes #8540
2022-09-03 13:54:22 +10:00
Joakim Erdfelt f2e9744a3c
Merge pull request #8499 from varunsh-coder/token-perms
[GitHub] Add minimum GitHub token permissions for workflows
2022-09-02 11:41:38 -05:00
dependabot[bot] fa13370000
Merge pull request #8516 from eclipse/dependabot/maven/jetty-10.0.x/org.mariadb.jdbc-mariadb-java-client-3.0.7 2022-09-02 06:37:31 +00:00
dependabot[bot] 2078fa368f
Merge pull request #8519 from eclipse/dependabot/maven/jetty-10.0.x/org.infinispan.protostream-protostream-4.4.4.Final 2022-09-02 06:35:03 +00:00
dependabot[bot] d0225dc102
Bump protostream from 4.4.3.Final to 4.4.4.Final
Bumps [protostream](https://github.com/infinispan/protostream) from 4.4.3.Final to 4.4.4.Final.
- [Release notes](https://github.com/infinispan/protostream/releases)
- [Commits](https://github.com/infinispan/protostream/compare/4.4.3.Final...4.4.4.Final)

---
updated-dependencies:
- dependency-name: org.infinispan.protostream:protostream
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-02 04:57:53 +00:00
dependabot[bot] 7fa2fbb114
Bump mariadb-java-client from 3.0.6 to 3.0.7
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.6...3.0.7)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-02 04:56:08 +00:00
Olivier Lamy 6b1eb1486b
remove some unused plugins from poms (#8534)
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-09-02 14:25:46 +10:00
Michael Weigmann 1b78db7be2
Use getSchemaTableName also in the create table statement (#8006)
When all other sql statements are built, this method is used for including the schema name in front of the table name (if specified). So to make it more consistent, it would be better to also create the table in the specified schema.

PS: Please indulge me for not opening an issue, as i think this optimization is pretty trivial and need no big discussion.

Signed-off-by: Michael Weigmann <michael.weigmann@hsh-berlin.com>

Signed-off-by: Michael Weigmann <michael.weigmann@hsh-berlin.com>
2022-09-02 14:18:27 +10:00
dependabot[bot] 7caeb3ba4c
Merge pull request #8507 from eclipse/dependabot/maven/jetty-10.0.x/com.google.errorprone-error_prone_annotations-2.15.0 2022-09-02 04:04:58 +00:00
dependabot[bot] 30eea1d717
Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#8509)
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-01 16:25:38 -05:00
dependabot[bot] d3e0d55781
Bump error_prone_annotations from 2.14.0 to 2.15.0
Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.14.0...v2.15.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>
2022-09-01 20:53:04 +00:00
dependabot[bot] 5808d1cc4d
Merge pull request #8513 from eclipse/dependabot/maven/jetty-10.0.x/com.puppycrawl.tools-checkstyle-10.3.3 2022-09-01 20:50:40 +00:00
dependabot[bot] 5695d8cf6f
Merge pull request #8515 from eclipse/dependabot/maven/jetty-10.0.x/org.codehaus.mojo-flatten-maven-plugin-1.3.0 2022-09-01 20:50:18 +00:00
Ludovic Orban de13ceff36 Fixes #8493: RemoveIdleDestinations's race condition and improve logging.
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2022-09-01 14:45:41 +02:00
dependabot[bot] 935d894872
Merge pull request #8522 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 2022-09-01 07:41:32 +00:00
dependabot[bot] 25925bd3c3
Merge pull request #8511 from eclipse/dependabot/maven/jetty-10.0.x/ch.qos.logback-logback-core-1.4.0 2022-09-01 06:08:20 +00:00
dependabot[bot] f604f4c8b0
Merge pull request #8505 from eclipse/dependabot/maven/jetty-10.0.x/io.grpc-grpc-core-1.49.0 2022-09-01 05:22:55 +00:00
dependabot[bot] 87a1fa7f76
Merge pull request #8500 from eclipse/dependabot/maven/jetty-10.0.x/com.google.cloud-google-cloud-datastore-2.11.0 2022-09-01 05:22:20 +00:00
dependabot[bot] 45205f8e6a
Merge pull request #8501 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.plugins-maven-jxr-plugin-3.3.0 2022-09-01 05:22:01 +00:00
dependabot[bot] 7fa26fa31c
Merge pull request #8502 from eclipse/dependabot/maven/jetty-10.0.x/org.jboss.threads-jboss-threads-3.5.0.Final 2022-09-01 05:21:38 +00:00
dependabot[bot] 80e6a440e4
Merge pull request #8503 from eclipse/dependabot/maven/jetty-10.0.x/apache.directory.api.version-2.1.2 2022-09-01 05:21:10 +00:00
dependabot[bot] ff6a0d25cd
Merge pull request #8504 from eclipse/dependabot/maven/jetty-10.0.x/org.wildfly.security-wildfly-elytron-1.20.1.Final 2022-09-01 05:20:50 +00:00
dependabot[bot] 862eded0e1
Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:08:37 +00:00
dependabot[bot] a95aad851d
Bump flatten-maven-plugin from 1.2.7 to 1.3.0
Bumps [flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.2.7 to 1.3.0.
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/flatten-maven-plugin-1.2.7...flatten-maven-plugin-1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:07:48 +00:00
dependabot[bot] 6627065f76
Bump checkstyle from 10.3.2 to 10.3.3
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.2 to 10.3.3.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.2...checkstyle-10.3.3)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:07:30 +00:00
dependabot[bot] cd7b0fa672
Bump logback-core from 1.3.0-beta0 to 1.4.0
Bumps [logback-core](https://github.com/qos-ch/logback) from 1.3.0-beta0 to 1.4.0.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.3.0-beta0...v_1.4.0)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:07:09 +00:00
dependabot[bot] aa4777ae4f
Bump grpc-core from 1.48.0 to 1.49.0
Bumps [grpc-core](https://github.com/grpc/grpc-java) from 1.48.0 to 1.49.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.48.0...v1.49.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-09-01 02:05:55 +00:00
dependabot[bot] 8327e49ea6
Bump wildfly-elytron from 1.20.0.Final to 1.20.1.Final
Bumps [wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 1.20.0.Final to 1.20.1.Final.
- [Release notes](https://github.com/wildfly-security/wildfly-elytron/releases)
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/1.20.0.Final...1.20.1.Final)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:05:43 +00:00
dependabot[bot] d5d700451f
Bump apache.directory.api.version from 2.1.0 to 2.1.2
Bumps `apache.directory.api.version` from 2.1.0 to 2.1.2.

Updates `api-ldap-schema-data` from 2.1.0 to 2.1.2

Updates `api-ldap-model` from 2.1.0 to 2.1.2

Updates `api-util` from 2.1.0 to 2.1.2
- [Release notes](https://github.com/apache/directory-ldap-api/releases)
- [Commits](https://github.com/apache/directory-ldap-api/compare/2.1.0...2.1.2)

Updates `api-asn1-api` from 2.1.0 to 2.1.2

---
updated-dependencies:
- dependency-name: org.apache.directory.api:api-ldap-schema-data
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.directory.api:api-ldap-model
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.directory.api:api-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.directory.api:api-asn1-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:05:36 +00:00
dependabot[bot] 988ccae021
Bump jboss-threads from 3.1.0.Final to 3.5.0.Final
Bumps [jboss-threads](https://github.com/jbossas/jboss-threads) from 3.1.0.Final to 3.5.0.Final.
- [Release notes](https://github.com/jbossas/jboss-threads/releases)
- [Commits](https://github.com/jbossas/jboss-threads/compare/3.1.0.Final...3.5.0.Final)

---
updated-dependencies:
- dependency-name: org.jboss.threads:jboss-threads
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:05:03 +00:00
dependabot[bot] b235833f14
Bump maven-jxr-plugin from 3.2.0 to 3.3.0
Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-jxr/releases)
- [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.2.0...jxr-3.3.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-09-01 02:04:44 +00:00
dependabot[bot] 5f9004f00c
Bump google-cloud-datastore from 2.10.1 to 2.11.0
Bumps [google-cloud-datastore](https://github.com/googleapis/java-datastore) from 2.10.1 to 2.11.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.10.1...v2.11.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>
2022-09-01 02:04:33 +00:00
Varun Sharma 7a3372fc3f [GitHub] Add minimum GitHub token permissions for workflows
Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
2022-08-31 15:50:47 -07:00
Lachlan 4ed914e6f9
Merge pull request #8485 from eclipse/jetty-10.0.x-keystoregeneratortesting
add testing for KeystoreGenerator
2022-08-24 16:35:10 +10:00
Lachlan Roberts d6d939247b add testing for KeystoreGenerator
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-08-23 13:49:35 +10:00
Olivier Lamy bfcb3ab1e1
use slf4j 2.0.0 (#8482)
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-22 12:14:43 +10:00
Lachlan bcf3cd19e5
Merge pull request #8468 from eclipse/jetty-10.0.x-well-known-aliaschecking
define the resourceBase in well-known ContextHandler to allow alias checking
2022-08-17 22:00:03 +10:00
Lachlan Roberts 458e42e7d6 add getter for the WebSocketUpgradeHandler configuration
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-08-17 21:55:13 +10:00
Lachlan 5fb4130e13
Merge pull request #8356 from eclipse/jetty-10.0.x-8353-websocketPongAfterClose
Issue #8353 - websocket automatic pong response frames
2022-08-17 19:16:25 +10:00
Joakim Erdfelt 3157256ff9
Bump slf4j to 2.0.0-beta1 and logback to 1.3.0-beta0 (#8467)
* Bump slf4j to 2.0.0-beta1 and logback to 1.3.0-beta0
* use new artifactId slf4j-reload4j

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-16 06:58:48 -05:00
Lachlan Roberts 3db45e11dd define the resourceBase in well-known ContextHandler to allow alias checking
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-08-16 18:05:12 +10:00
Simone Bordet 6f0623f48d
Fixes #8007 - Support Loom. (#8465)
Now using Executors.newVirtualThreadPerTaskExecutor() to execute
tasks, so the executor is tracked by the runtime for thread dumps, etc.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-15 17:17:35 +02:00
Lachlan 32e081566e
Merge pull request #8433 from eclipse/jetty-10.0.x-aliasCheckingPerf
improve performance of alias checking
2022-08-15 10:23:16 +10:00
Simone Bordet 99a983ebf0
Fixed type from "int" to "boolean" in jetty-threadpool.xml.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-10 14:51:26 +02:00
Simone Bordet be3d16bdbb
Fixes #8007 - Support Loom. (#8360)
Implemented support for virtual threads for HTTP/1.1, HTTP/2 and HTTP/3.

The virtual thread support is in AdaptiveExecutionStrategy.
When virtual threads are supported and enabled, reserved threads are disabled and
blocking tasks are run in a virtual thread instead that being executed by the Executor.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-10 14:31:04 +02:00
Ludovic Orban 50b7dc4bbc #8188: fix test flakiness by using a thread-safe collection to track leaded buffers
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2022-08-10 10:35:34 +02:00
Ludovic Orban 7b57307c71 #8188: fix test flakiness by handling null buffers returned by the pool
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2022-08-10 10:35:34 +02:00
Lachlan Roberts 5b52570665 use CopyOnWriteArrayList for AliasCheck list
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-08-09 21:10:43 +10:00
Lachlan Roberts 4eff1a91c8 improve performance of alias checking
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-08-08 18:51:57 +10:00
Ludovic Orban 110896b4d1 #8414: fix drainTo when head == tail but the queue isn't empty
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2022-08-08 10:28:31 +02:00