From cf06229b27d8e29e95ec5e1e3849e8f242b464ae Mon Sep 17 00:00:00 2001 From: Sergii Kabashniuk Date: Tue, 30 Nov 2021 09:36:56 +0200 Subject: [PATCH] chore: Update dependencies list (#184) * chore: Update dependencies list * fixup! Merge remote-tracking branch 'upstream/main' into updeps Signed-off-by: Sergii Kabashniuk * Added script to update dependencies documentation --- .../.deps/EXCLUDED/dev.md | 3 +- .../.deps/EXCLUDED/prod.md | 25 +- assembly/assembly-wsmaster-war/.deps/dev.md | 20 +- assembly/assembly-wsmaster-war/.deps/prod.md | 447 +++++++++--------- assembly/assembly-wsmaster-war/gen-deps.sh | 12 + 5 files changed, 249 insertions(+), 258 deletions(-) create mode 100755 assembly/assembly-wsmaster-war/gen-deps.sh diff --git a/assembly/assembly-wsmaster-war/.deps/EXCLUDED/dev.md b/assembly/assembly-wsmaster-war/.deps/EXCLUDED/dev.md index 8221b26876..12ca461be1 100644 --- a/assembly/assembly-wsmaster-war/.deps/EXCLUDED/dev.md +++ b/assembly/assembly-wsmaster-war/.deps/EXCLUDED/dev.md @@ -2,4 +2,5 @@ This file contains a manual contribution to .deps/dev.md and it's needed because | Packages | Resolved CQs | | --- | --- | -| `org.antlr/ST4@4.0.7` | [CQ14504](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=14504) | \ No newline at end of file +| `org.antlr/ST4@4.0.7` | [CQ14504](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=14504) | +| `org.eclipse.che.core/che-core-commons-test@7.40.0-SNAPSHOT` | - | eclipse | \ No newline at end of file diff --git a/assembly/assembly-wsmaster-war/.deps/EXCLUDED/prod.md b/assembly/assembly-wsmaster-war/.deps/EXCLUDED/prod.md index b9db006682..94862d6fa3 100644 --- a/assembly/assembly-wsmaster-war/.deps/EXCLUDED/prod.md +++ b/assembly/assembly-wsmaster-war/.deps/EXCLUDED/prod.md @@ -2,33 +2,10 @@ This file lists dependencies that do not need CQs or auto-detection does not wor | Packages | Resolved CQs | | --- | --- | -| `org.apache.tomcat/tomcat-catalina@10.0.11` | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `org.apache.tomcat/tomcat-annotations-api@10.0.11` | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `org.apache.tomcat/tomcat-jaspic-api@10.0.11` | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `org.apache.tomcat/tomcat-jsp-api@10.0.11` | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `org.apache.tomcat/tomcat-api@10.0.11` | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `org.apache.tomcat/tomcat-el-api@10.0.11` | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `org.apache.tomcat/tomcat-dbcp@10.0.11` | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `org.everrest/everrest-commons-fileupload@1.15.0` | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23669) | | `org.everrest/everrest-core@1.15.0` | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23669) | -| `org.everrest/everrest-guice-servlet@1.15.0` | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23669) | | `org.everrest/everrest-integration-guice@1.15.0` | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23669) | | `com.ibm.icu/icu4j@68.1` | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23654) | -| `io.fabric8/openshift-model-miscellaneous@5.7.3` | clearlydefined | -| `io.fabric8/openshift-model-tuned@5.7.3` | clearlydefined | -| `io.fabric8/openshift-model-whereabouts@5.7.3` | clearlydefined | -| `io.fabric8/openshift-model-machine@5.7.3` | clearlydefined | -| `io.fabric8/openshift-model-console@5.7.3` | clearlydefined | -| `io.fabric8/openshift-model-monitoring@5.7.3` | clearlydefined | -| `io.fabric8/openshift-model-operator@5.7.3` | clearlydefined | -| `io.fabric8/openshift-model-machineconfig@5.7.3` | clearlydefined | -| `io.fabric8/openshift-model-storageversionmigrator@5.7.3` | clearlydefined | -| `io.fabric8/openshift-model-operatorhub@5.7.3` | clearlydefined | -| `io.fabric8/openshift-model-clusterautoscaling@5.7.3` | clearlydefined | -| `io.github.mweirauch/micrometer-jvm-extras@0.2.2` | [CQ23766](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23766) | | `org.jgroups.kubernetes/jgroups-kubernetes@1.0.13.Final` | [CQ20984](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20984) | | `org.flywaydb/flyway-core@4.2.0` | [CQ14689](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=14689) | -| `io.opentracing.contrib/opentracing-jdbc@0.2.15` | [CQ23767](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23767) | -| `com.google.inject.extensions/guice-persist@5.0.1` | [CQ23768](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23768) | | `com.auth0/jwks-rsa@0.19.0` | [CQ23769](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23769) | - + diff --git a/assembly/assembly-wsmaster-war/.deps/dev.md b/assembly/assembly-wsmaster-war/.deps/dev.md index d23062088b..45a6aeb115 100644 --- a/assembly/assembly-wsmaster-war/.deps/dev.md +++ b/assembly/assembly-wsmaster-war/.deps/dev.md @@ -2,17 +2,17 @@ | Packages | License | Resolved CQs | | --- | --- | --- | -| `org.mockito/mockito-core@3.11.2` | MIT | clearlydefined | -| `org.testng/testng@7.4.0` | Apache-2.0 | clearlydefined | -| `org.objenesis/objenesis@3.2` | Apache-2.0 | clearlydefined | -| `org.antlr/antlr-runtime@3.5` | BSD-3-Clause | clearlydefined | | `antlr/antlr@2.7.7` | BSD-3-Clause | #148 | -| `org.eclipse.che.core/che-core-commons-test@7.38.0-SNAPSHOT` | - | eclipse | -| `net.bytebuddy/byte-buddy-agent@1.11.3` | Apache-2.0 | clearlydefined | -| `org.antlr/ST4@4.0.7` | NOASSERTION | [CQ14504](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=14504) | -| `net.bytebuddy/byte-buddy@1.11.3` | Apache-2.0 | clearlydefined | -| `org.webjars/jquery@3.5.1` | MIT | [CQ22218](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22218) | -| `com.h2database/h2@1.4.196` | EPL-1.0 | [CQ11693](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=11693) | | `com.beust/jcommander@1.78` | Apache-2.0 | [CQ22738](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22738) | +| `com.h2database/h2@1.4.196` | EPL-1.0 | [CQ11693](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=11693) | +| `net.bytebuddy/byte-buddy-agent@1.11.3` | Apache-2.0 | clearlydefined | +| `net.bytebuddy/byte-buddy@1.11.3` | Apache-2.0 | clearlydefined | +| `org.antlr/ST4@4.0.7` | NOASSERTION | [CQ14504](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=14504) | +| `org.antlr/antlr-runtime@3.5` | BSD-3-Clause | clearlydefined | | `org.antlr/stringtemplate@3.2.1` | BSD-2-Clause | [CQ6759](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=6759) | +| `org.eclipse.che.core/che-core-commons-test@7.40.0-SNAPSHOT` | - | eclipse | +| `org.mockito/mockito-core@3.11.2` | MIT | clearlydefined | +| `org.objenesis/objenesis@3.2` | Apache-2.0 | clearlydefined | | `org.reflections/reflections@0.9.9` | MIT | [CQ10054](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10054) | +| `org.testng/testng@7.4.0` | Apache-2.0 | clearlydefined | +| `org.webjars/jquery@3.5.1` | MIT | [CQ22218](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22218) | diff --git a/assembly/assembly-wsmaster-war/.deps/prod.md b/assembly/assembly-wsmaster-war/.deps/prod.md index 92ec5057e1..ffa6d7abdd 100644 --- a/assembly/assembly-wsmaster-war/.deps/prod.md +++ b/assembly/assembly-wsmaster-war/.deps/prod.md @@ -2,228 +2,229 @@ | Packages | License | Resolved CQs | | --- | --- | --- | -| `org.eclipse.che.multiuser/che-multiuser-api-resource@7.38.0-SNAPSHOT` | - | eclipse | -| `com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava` | NONE | #803 | -| `org.slf4j/log4j-over-slf4j@1.7.32` | Apache-2.0 | [CQ12841](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12841) | -| `io.fabric8/kubernetes-model-discovery@5.7.3` | Apache-2.0 | clearlydefined | -| `com.squareup.okhttp3/okhttp@3.12.12` | Apache-2.0 | [CQ19549](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=19549) | -| `org.eclipse.che.multiuser/che-multiuser-machine-authentication-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-api-dto@7.38.0-SNAPSHOT` | - | eclipse | -| `com.fasterxml.jackson.core/jackson-databind@2.11.2` | Apache-2.0 | [CQ23093](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23093) | -| `io.github.mweirauch/micrometer-jvm-extras@0.2.2` | - | [CQ23766](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23766) | -| `com.google.oauth-client/google-oauth-client@1.32.1` | Apache-2.0 | clearlydefined | -| `org.apache.tomcat/tomcat-catalina@10.0.11` | - | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `io.fabric8/openshift-model-miscellaneous@5.7.3` | - | clearlydefined | -| `io.jaegertracing/jaeger-tracerresolver@1.0.0` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.multiuser/che-multiuser-api-workspace-activity@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-api-devfile@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.infrastructure/infrastructure-openshift@7.38.0-SNAPSHOT` | - | eclipse | -| `io.fabric8/kubernetes-model-apiextensions@5.7.3` | Apache-2.0 | clearlydefined | -| `com.google.guava/failureaccess@1.0.1` | Apache-2.0 | [CQ22654](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22654) | -| `org.eclipse.che.infrastructure/infrastructure-kubernetes@7.38.0-SNAPSHOT` | - | eclipse | -| `org.apache.tomcat/tomcat-annotations-api@10.0.11` | - | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `jakarta.servlet/jakarta.servlet-api@5.0.0` | EPL-2.0 OR GPL-2.0-with-classpath-exception | ee4j.servlet | -| `org.eclipse.che.multiuser/che-multiuser-keycloak-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `io.fabric8/kubernetes-model-policy@5.7.3` | Apache-2.0 | clearlydefined | -| `io.prometheus/simpleclient@0.7.0` | Apache-2.0 | clearlydefined | -| `io.fabric8/kubernetes-model-extensions@5.7.3` | Apache-2.0 | clearlydefined | -| `io.fabric8/kubernetes-model-common@5.7.3` | Apache-2.0 | clearlydefined | -| `io.opencensus/opencensus-api@0.28.0` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-api-user-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `jakarta.activation/jakarta.activation-api@2.0.1` | EPL-2.0 OR BSD-3-Clause OR GPL-2.0-with-classpath-exception | ee4j.jaf | -| `com.google.inject.extensions/guice-assistedinject@5.0.1` | Apache-2.0 | clearlydefined | -| `com.fasterxml.jackson.core/jackson-annotations@2.11.2` | Apache-2.0 | [CQ23491](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23491) | -| `io.jsonwebtoken/jjwt-jackson@0.11.2` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.infrastructure/infrastructure-metrics@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-api-core@7.38.0-SNAPSHOT` | - | eclipse | -| `com.fasterxml.jackson.dataformat/jackson-dataformat-yaml@2.11.2` | Apache-2.0 | [CQ23094](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23094) | -| `org.jgroups/jgroups@4.1.9.Final` | Apache-2.0 | clearlydefined | -| `org.apache.httpcomponents/httpcore@4.4.14` | Apache-2.0 | [CQ23528](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23528) | -| `io.opentracing.contrib/opentracing-tracerresolver@0.1.8` | Apache-2.0 | [CQ20950](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20950) | -| `io.opentracing.contrib/opentracing-api-extensions-tracer@0.5.0` | Apache-2.0 | [CQ20946](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20946) | -| `org.eclipse.che.core/che-core-api-auth@7.38.0-SNAPSHOT` | - | eclipse | -| `org.apache.tomcat/tomcat-jaspic-api@10.0.11` | - | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `org.eclipse.che.multiuser/che-multiuser-permission-system@7.38.0-SNAPSHOT` | - | eclipse | -| `org.apache.tomcat/tomcat-jsp-api@10.0.11` | - | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `io.jaegertracing/jaeger-client@1.0.0` | Apache-2.0 | clearlydefined | -| `com.google.j2objc/j2objc-annotations@1.3` | Apache-2.0 | [CQ21195](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=21195) | -| `org.apache.tomcat/tomcat-juli@10.0.11` | Apache-2.0 | clearlydefined | -| `org.eclipse.persistence/org.eclipse.persistence.jpa@2.7.9` | - | eclipse | -| `io.prometheus/simpleclient_httpserver@0.7.0` | Apache-2.0 | clearlydefined | -| `org.eclipse.persistence/org.eclipse.persistence.asm@9.1.0` | - | eclipse | -| `org.eclipse.che.core/che-core-tracing-metrics@7.38.0-SNAPSHOT` | - | eclipse | -| `io.opentracing.contrib/opentracing-metrics-micrometer@0.3.0` | Apache-2.0 | [CQ19249](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=19249) | -| `net.java.dev.jna/jna@4.1.0` | Apache-2.0 | [CQ9291](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9291) | -| `com.jcraft/jsch@0.1.54` | BSD-2-Clause | [CQ12480](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12480) | -| `io.opentracing/opentracing-api@0.33.0` | Apache-2.0 | [CQ20944](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20944) | -| `io.fabric8/zjsonpatch@0.3.0` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.multiuser/che-multiuser-permission-resource@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-api-ssh@7.38.0-SNAPSHOT` | - | eclipse | -| `jakarta.ws.rs/jakarta.ws.rs-api@3.0.0` | EPL-2.0 OR GPL-2.0-with-classpath-exception | ee4j.jaxrs | -| `org.apache.tomcat/tomcat-api@10.0.11` | - | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `org.everrest/everrest-commons-fileupload@1.15.0` | - | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23669) | -| `org.apache.tomcat/tomcat-jni@10.0.11` | Apache-2.0 | clearlydefined | -| `org.apache.commons/commons-lang3@3.12.0` | Apache-2.0 | clearlydefined | -| `org.checkerframework/checker-qual@3.8.0` | MIT | clearlydefined | -| `io.opentracing.contrib/opentracing-concurrent@0.4.0` | Apache-2.0 | [CQ20947](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20947) | -| `org.eclipse.che.infrastructure/infrastructure-permission@7.38.0-SNAPSHOT` | - | eclipse | -| `org.apache.tomcat/tomcat-servlet-api@10.0.11` | Apache-2.0 AND (EPL-2.0 OR GPL-2.0-with-classpath-exception) | #921 | -| `com.google.http-client/google-http-client@1.40.0` | Apache-2.0 | clearlydefined | -| `org.everrest/everrest-core@1.15.0` | - | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23669) | -| `io.fabric8/kubernetes-model-core@5.7.3` | Apache-2.0 | clearlydefined | -| `jakarta.xml.bind/jakarta.xml.bind-api@3.0.0` | BSD-3-Clause | ee4j.jaxb | -| `io.swagger.core.v3/swagger-annotations-jakarta@2.1.10` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.multiuser/che-multiuser-api-resource-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `dk.brics.automaton/automaton@1.11-8` | BSD-2-Clause | clearlydefined | -| `org.eclipse.persistence/org.eclipse.persistence.jpa.jpql@2.7.9` | - | eclipse | -| `org.eclipse.che.multiuser/che-multiuser-keycloak-token-provider@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-api-metrics@7.38.0-SNAPSHOT` | - | eclipse | -| `jakarta.inject/jakarta.inject-api@1.0.3` | - | eclipse | -| `org.eclipse.che.core/che-core-metrics-core@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-tracing-web@7.38.0-SNAPSHOT` | - | eclipse | -| `io.github.classgraph/classgraph@4.8.95` | MIT | [CQ22530](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22530) | -| `org.postgresql/postgresql@42.2.23` | BSD-2-Clause | clearlydefined | -| `org.eclipse.che.core/che-core-commons-schedule@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.persistence/org.eclipse.persistence.core@2.7.9` | - | eclipse | -| `io.fabric8/kubernetes-client@5.7.3` | Apache-2.0 | clearlydefined | -| `org.apache.tomcat/tomcat-util@10.0.11` | Apache-2.0 | clearlydefined | -| `com.squareup.okhttp3/logging-interceptor@3.12.12` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-api-account@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-commons-tracing@7.38.0-SNAPSHOT` | - | eclipse | -| `jakarta.websocket/jakarta.websocket-api@2.0.0` | - | eclipse | -| `io.fabric8/openshift-model-tuned@5.7.3` | - | clearlydefined | -| `io.fabric8/kubernetes-model-rbac@5.7.3` | Apache-2.0 | clearlydefined | -| `io.fabric8/openshift-model-whereabouts@5.7.3` | - | clearlydefined | -| `io.fabric8/kubernetes-model-metrics@5.7.3` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-tracing-core@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-commons-observability@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-api-devfile-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `io.jsonwebtoken/jjwt-api@0.11.2` | Apache-2.0 | clearlydefined | -| `com.google.inject/guice@5.0.1` | Apache-2.0 | clearlydefined | -| `com.google.guava/guava@30.1.1-jre` | Apache-2.0 AND CC0-1.0 AND LicenseRef-Public-Domain | [CQ23244](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23244) | -| `io.swagger.core.v3/swagger-integration-jakarta@2.1.10` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.multiuser/che-multiuser-api-authorization@7.38.0-SNAPSHOT` | - | eclipse | -| `org.javassist/javassist@3.28.0-GA` | Apache-2.0 OR LGPL-2.1-or-later OR MPL-1.1 | #327 | -| `org.eclipse.che.multiuser/che-multiuser-api-organization-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `com.ibm.icu/icu4j@68.1` | NOASSERTION | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23654) | -| `org.jgroups.kubernetes/jgroups-kubernetes@1.0.13.Final` | NOASSERTION | [CQ20984](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20984) | -| `org.eclipse.che.core/che-core-commons-lang@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-api-auth-openshift@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-db@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.multiuser/che-multiuser-keycloak-user-remover@7.38.0-SNAPSHOT` | - | eclipse | -| `org.flywaydb/flyway-core@4.2.0` | NOASSERTION | [CQ14689](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=14689) | -| `ch.qos.logback/logback-core@1.2.6` | EPL-1.0 | [CQ13635](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13635) | -| `org.apache.tomcat/tomcat-util-scan@10.0.11` | Apache-2.0 | clearlydefined | -| `io.fabric8/kubernetes-model-flowcontrol@5.7.3` | Apache-2.0 | clearlydefined | -| `com.google.errorprone/error_prone_annotations@2.5.1` | Apache-2.0 | clearlydefined | -| `io.opentracing.contrib/opentracing-api-extensions@0.5.0` | Apache-2.0 | [CQ20945](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20945) | -| `org.yaml/snakeyaml@1.26` | Apache-2.0 | clearlydefined | -| `io.jaegertracing/jaeger-micrometer@1.0.0` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-sql-schema@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.multiuser/che-multiuser-machine-authentication@7.38.0-SNAPSHOT` | - | eclipse | -| `org.slf4j/slf4j-api@1.7.32` | MIT | [CQ13368](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13368) | -| `io.jaegertracing/jaeger-core@1.0.0` | Apache-2.0 | clearlydefined | -| `io.fabric8/kubernetes-model-batch@5.7.3` | Apache-2.0 | clearlydefined | -| `io.fabric8/kubernetes-model-storageclass@5.7.3` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-api-system-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.multiuser/che-multiuser-sql-schema@7.38.0-SNAPSHOT` | - | eclipse | -| `io.opentracing.contrib/opentracing-jdbc@0.2.15` | - | [CQ23767](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23767) | -| `org.slf4j/jcl-over-slf4j@1.7.32` | Apache-2.0 | [CQ12843](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12843) | -| `org.eclipse.che.multiuser/che-multiuser-permission-workspace@7.38.0-SNAPSHOT` | - | eclipse | -| `io.fabric8/openshift-model-machine@5.7.3` | - | clearlydefined | -| `org.eclipse.che.core/che-core-logback@7.38.0-SNAPSHOT` | - | eclipse | -| `io.fabric8/openshift-model-console@5.7.3` | - | clearlydefined | -| `org.eclipse.che.multiuser/che-multiuser-permission-user@7.38.0-SNAPSHOT` | - | eclipse | -| `org.everrest/everrest-guice-servlet@1.15.0` | - | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23669) | -| `org.apache.tomcat/tomcat-el-api@10.0.11` | - | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `com.google.code.gson/gson@2.8.8` | Apache-2.0 | [CQ23496](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23496) | -| `jakarta.validation/jakarta.validation-api@3.0.0` | - | eclipse | -| `io.fabric8/openshift-model-monitoring@5.7.3` | - | clearlydefined | -| `org.everrest/everrest-integration-guice@1.15.0` | - | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23669) | -| `org.eclipse.che.multiuser/che-multiuser-api-permission@7.38.0-SNAPSHOT` | - | eclipse | -| `io.opencensus/opencensus-contrib-http-util@0.28.0` | Apache-2.0 | clearlydefined | -| `io.opentracing.contrib/opentracing-metrics@0.3.0` | Apache-2.0 | [CQ19248](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=19248) | -| `io.fabric8/openshift-model-operator@5.7.3` | - | clearlydefined | -| `io.prometheus/simpleclient_common@0.7.0` | Apache-2.0 | clearlydefined | -| `io.fabric8/openshift-model-machineconfig@5.7.3` | - | clearlydefined | -| `org.eclipse.che.core/che-core-api-ssh-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-api-model@7.38.0-SNAPSHOT` | - | eclipse | -| `org.hdrhistogram/HdrHistogram@2.1.11` | - | [CQ13192](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13192) | -| `io.fabric8/openshift-model-storageversionmigrator@5.7.3` | - | clearlydefined | -| `org.leadpony.justify/justify@3.1.0` | Apache-2.0 | [CQ23030](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23030) | -| `com.squareup.okio/okio@1.15.0` | Apache-2.0 | [CQ20187](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20187) | -| `io.fabric8/kubernetes-model-coordination@5.7.3` | Apache-2.0 | clearlydefined | -| `io.fabric8/kubernetes-model-apps@5.7.3` | Apache-2.0 | clearlydefined | -| `ch.qos.logback/logback-classic@1.2.6` | EPL-1.0 | [CQ13636](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13636) | -| `org.apache.thrift/libthrift@0.12.0` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.multiuser/che-multiuser-permission-devfile@7.38.0-SNAPSHOT` | - | eclipse | -| `io.fabric8/kubernetes-model-events@5.7.3` | Apache-2.0 | clearlydefined | -| `io.fabric8/openshift-model-operatorhub@5.7.3` | - | clearlydefined | -| `org.eclipse.che.multiuser/che-multiuser-keycloak-server@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.persistence/jakarta.persistence@2.2.3` | - | eclipse | -| `org.eclipse.che.core/che-core-api-logger-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `io.opentracing.contrib/common@0.1.4` | Apache-2.0 | clearlydefined | -| `com.sun.mail/jakarta.mail@2.0.1` | - | eclipse | -| `jakarta.annotation/jakarta.annotation-api@2.0.0` | EPL-2.0 OR GPL-2.0-with-classpath-exception | ee4j.ca | -| `org.eclipse.che.core/che-core-api-auth-bitbucket@7.38.0-SNAPSHOT` | - | eclipse | -| `io.fabric8/kubernetes-model-autoscaling@5.7.3` | Apache-2.0 | clearlydefined | -| `org.eclipse.persistence/org.eclipse.persistence.extension@2.7.9` | - | eclipse | -| `org.eclipse.che.multiuser/che-multiuser-personal-account@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.multiuser/che-multiuser-permission-logger@7.38.0-SNAPSHOT` | - | eclipse | -| `io.swagger.core.v3/swagger-jaxrs2-jakarta@2.1.10` | Apache-2.0 | clearlydefined | -| `com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.11.2` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-api-auth-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `org.glassfish/jakarta.json@2.0.0` | EPL-2.0 OR GPL-2.0-with-classpath-exception | ee4j.jsonp | -| `io.jsonwebtoken/jjwt-impl@0.11.2` | Apache-2.0 | clearlydefined | -| `io.fabric8/kubernetes-model-scheduling@5.7.3` | Apache-2.0 | clearlydefined | -| `org.apache.tomcat/tomcat-coyote@10.0.11` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-api-auth-github@7.38.0-SNAPSHOT` | - | eclipse | -| `io.fabric8/openshift-model@5.7.3` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-api-factory@7.38.0-SNAPSHOT` | - | eclipse | -| `com.google.inject.extensions/guice-persist@5.0.1` | - | [CQ23768](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23768) | -| `org.eclipse.che.core/che-core-api-factory-github@7.38.0-SNAPSHOT` | - | eclipse | -| `io.fabric8/kubernetes-model-node@5.7.3` | Apache-2.0 | clearlydefined | -| `com.auth0/jwks-rsa@0.19.0` | NOASSERTION | [CQ23769](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23769) | -| `org.eclipse.che.infrastructure/infrastructure-distributed@7.38.0-SNAPSHOT` | - | eclipse | -| `io.swagger.core.v3/swagger-core-jakarta@2.1.10` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-commons-inject@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-api-factory-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `com.github.mifmif/generex@1.0.2` | Apache-2.0 | clearlydefined | -| `io.opentracing/opentracing-noop@0.33.0` | Apache-2.0 | [CQ20949](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20949) | -| `org.eclipse.che.multiuser/che-multiuser-api-organization@7.38.0-SNAPSHOT` | - | eclipse | -| `io.swagger.core.v3/swagger-models-jakarta@2.1.10` | Apache-2.0 | clearlydefined | -| `io.jaegertracing/jaeger-thrift@1.0.0` | Apache-2.0 | [CQ20909](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20909) | -| `org.latencyutils/LatencyUtils@2.0.3` | BSD-2-Clause | [CQ17408](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=17408) | -| `org.eclipse.che.multiuser/che-multiuser-permission-workspace-activity@7.38.0-SNAPSHOT` | - | eclipse | -| `io.fabric8/kubernetes-model-admissionregistration@5.7.3` | Apache-2.0 | clearlydefined | -| `io.micrometer/micrometer-registry-prometheus@1.3.1` | Apache-2.0 | clearlydefined | -| `net.logstash.logback/logstash-logback-encoder@4.11` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-api-factory-gitlab@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-db-vendor-postgresql@7.38.0-SNAPSHOT` | - | eclipse | -| `io.opentracing/opentracing-util@0.33.0` | Apache-2.0 | [CQ20951](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20951) | -| `com.fasterxml.jackson.core/jackson-core@2.11.2` | Apache-2.0 | [CQ23092](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23092) | -| `org.eclipse.che.core/che-core-api-system@7.38.0-SNAPSHOT` | - | eclipse | -| `org.slf4j/jul-to-slf4j@1.7.32` | MIT | [CQ12842](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12842) | -| `org.eclipse.che.core/che-core-api-workspace-activity@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-api-workspace-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `io.fabric8/kubernetes-model-networking@5.7.3` | Apache-2.0 | clearlydefined | -| `io.fabric8/kubernetes-model-certificates@5.7.3` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-api-workspace@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.persistence/org.eclipse.persistence.antlr@2.7.9` | - | eclipse | -| `org.eclipse.che.core/che-core-api-factory-bitbucket-server@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-commons-json@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.infrastructure/infrastructure-factory@7.38.0-SNAPSHOT` | - | eclipse | -| `io.fabric8/openshift-model-clusterautoscaling@5.7.3` | - | clearlydefined | -| `org.eclipse.che.multiuser/che-multiuser-api-permission-shared@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.multiuser/che-multiuser-api-authentication-commons@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.core/che-core-api-user@7.38.0-SNAPSHOT` | - | eclipse | -| `org.eclipse.che.multiuser/che-multiuser-api-authorization-impl@7.38.0-SNAPSHOT` | - | eclipse | -| `org.apache.tomcat/tomcat-dbcp@10.0.11` | - | [CQ23765](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23765) | -| `org.eclipse.che.core/che-core-api-infraproxy@7.38.0-SNAPSHOT` | - | eclipse | | `aopalliance/aopalliance@1.0` | LicenseRef-Public-Domain | [CQ2918](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=2918) | -| `io.fabric8/openshift-client@5.7.3` | Apache-2.0 | clearlydefined | -| `io.micrometer/micrometer-core@1.3.1` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-api-logger@7.38.0-SNAPSHOT` | - | eclipse | -| `io.grpc/grpc-context@1.27.2` | Apache-2.0 | clearlydefined | -| `org.eclipse.che.core/che-core-commons-annotations@7.38.0-SNAPSHOT` | - | eclipse | +| `ch.qos.logback/logback-classic@1.2.6` | EPL-1.0 | [CQ13636](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13636) | +| `ch.qos.logback/logback-core@1.2.6` | EPL-1.0 | [CQ13635](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13635) | +| `com.auth0/jwks-rsa@0.19.0` | NOASSERTION | [CQ23769](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23769) | +| `com.fasterxml.jackson.core/jackson-annotations@2.11.2` | Apache-2.0 | [CQ23491](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23491) | +| `com.fasterxml.jackson.core/jackson-core@2.11.2` | Apache-2.0 | [CQ23092](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23092) | +| `com.fasterxml.jackson.core/jackson-databind@2.11.2` | Apache-2.0 | [CQ23093](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23093) | +| `com.fasterxml.jackson.dataformat/jackson-dataformat-yaml@2.11.2` | Apache-2.0 | [CQ23094](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23094) | +| `com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.11.2` | Apache-2.0 | clearlydefined | +| `com.github.mifmif/generex@1.0.2` | Apache-2.0 | clearlydefined | +| `com.google.code.gson/gson@2.8.8` | Apache-2.0 | [CQ23496](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23496) | +| `com.google.errorprone/error_prone_annotations@2.5.1` | Apache-2.0 | clearlydefined | +| `com.google.guava/failureaccess@1.0.1` | Apache-2.0 | [CQ22654](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22654) | +| `com.google.guava/guava@30.1.1-jre` | Apache-2.0 AND CC0-1.0 AND LicenseRef-Public-Domain | [CQ23244](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23244) | +| `com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava` | NONE | #803 | | `com.google.http-client/google-http-client-jackson2@1.40.0` | Apache-2.0 | clearlydefined | +| `com.google.http-client/google-http-client@1.40.0` | Apache-2.0 | clearlydefined | +| `com.google.inject.extensions/guice-assistedinject@5.0.1` | Apache-2.0 | clearlydefined | +| `com.google.inject.extensions/guice-persist@5.0.1` | Apache-2.0 | clearlydefined | +| `com.google.inject/guice@5.0.1` | Apache-2.0 | clearlydefined | +| `com.google.j2objc/j2objc-annotations@1.3` | Apache-2.0 | [CQ21195](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=21195) | +| `com.google.oauth-client/google-oauth-client@1.32.1` | Apache-2.0 | clearlydefined | +| `com.ibm.icu/icu4j@68.1` | NOASSERTION | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23654) | +| `com.jcraft/jsch@0.1.54` | BSD-2-Clause | [CQ12480](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12480) | +| `com.squareup.okhttp3/logging-interceptor@3.12.12` | Apache-2.0 | clearlydefined | +| `com.squareup.okhttp3/okhttp@3.12.12` | Apache-2.0 | [CQ19549](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=19549) | +| `com.squareup.okio/okio@1.15.0` | Apache-2.0 | [CQ20187](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20187) | +| `com.sun.mail/jakarta.mail@2.0.1` | - | eclipse | +| `dk.brics.automaton/automaton@1.11-8` | BSD-2-Clause | clearlydefined | +| `io.fabric8/kubernetes-client@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-admissionregistration@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-apiextensions@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-apps@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-autoscaling@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-batch@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-certificates@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-common@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-coordination@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-core@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-discovery@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-events@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-extensions@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-flowcontrol@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-metrics@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-networking@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-node@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-policy@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-rbac@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-scheduling@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/kubernetes-model-storageclass@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-client@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model-clusterautoscaling@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model-console@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model-machine@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model-machineconfig@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model-miscellaneous@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model-monitoring@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model-operator@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model-operatorhub@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model-storageversionmigrator@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model-tuned@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model-whereabouts@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/openshift-model@5.7.3` | Apache-2.0 | clearlydefined | +| `io.fabric8/zjsonpatch@0.3.0` | Apache-2.0 | clearlydefined | +| `io.github.classgraph/classgraph@4.8.95` | MIT | [CQ22530](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22530) | +| `io.github.mweirauch/micrometer-jvm-extras@0.2.2` | Apache-2.0 | clearlydefined | +| `io.grpc/grpc-context@1.27.2` | Apache-2.0 | clearlydefined | +| `io.jaegertracing/jaeger-client@1.0.0` | Apache-2.0 | clearlydefined | +| `io.jaegertracing/jaeger-core@1.0.0` | Apache-2.0 | clearlydefined | +| `io.jaegertracing/jaeger-micrometer@1.0.0` | Apache-2.0 | clearlydefined | +| `io.jaegertracing/jaeger-thrift@1.0.0` | Apache-2.0 | [CQ20909](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20909) | +| `io.jaegertracing/jaeger-tracerresolver@1.0.0` | Apache-2.0 | clearlydefined | +| `io.jsonwebtoken/jjwt-api@0.11.2` | Apache-2.0 | clearlydefined | +| `io.jsonwebtoken/jjwt-impl@0.11.2` | Apache-2.0 | clearlydefined | +| `io.jsonwebtoken/jjwt-jackson@0.11.2` | Apache-2.0 | clearlydefined | +| `io.micrometer/micrometer-core@1.3.1` | Apache-2.0 | clearlydefined | +| `io.micrometer/micrometer-registry-prometheus@1.3.1` | Apache-2.0 | clearlydefined | +| `io.opencensus/opencensus-api@0.28.0` | Apache-2.0 | clearlydefined | +| `io.opencensus/opencensus-contrib-http-util@0.28.0` | Apache-2.0 | clearlydefined | +| `io.opentracing.contrib/common@0.1.4` | Apache-2.0 | clearlydefined | +| `io.opentracing.contrib/opentracing-api-extensions-tracer@0.5.0` | Apache-2.0 | [CQ20946](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20946) | +| `io.opentracing.contrib/opentracing-api-extensions@0.5.0` | Apache-2.0 | [CQ20945](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20945) | +| `io.opentracing.contrib/opentracing-concurrent@0.4.0` | Apache-2.0 | [CQ20947](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20947) | +| `io.opentracing.contrib/opentracing-jdbc@0.2.15` | Apache-2.0 | clearlydefined | +| `io.opentracing.contrib/opentracing-metrics-micrometer@0.3.0` | Apache-2.0 | [CQ19249](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=19249) | +| `io.opentracing.contrib/opentracing-metrics@0.3.0` | Apache-2.0 | [CQ19248](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=19248) | +| `io.opentracing.contrib/opentracing-tracerresolver@0.1.8` | Apache-2.0 | [CQ20950](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20950) | +| `io.opentracing/opentracing-api@0.33.0` | Apache-2.0 | [CQ20944](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20944) | +| `io.opentracing/opentracing-noop@0.33.0` | Apache-2.0 | [CQ20949](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20949) | +| `io.opentracing/opentracing-util@0.33.0` | Apache-2.0 | [CQ20951](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20951) | +| `io.prometheus/simpleclient@0.7.0` | Apache-2.0 | clearlydefined | +| `io.prometheus/simpleclient_common@0.7.0` | Apache-2.0 | clearlydefined | +| `io.prometheus/simpleclient_httpserver@0.7.0` | Apache-2.0 | clearlydefined | +| `io.swagger.core.v3/swagger-annotations-jakarta@2.1.10` | Apache-2.0 | clearlydefined | +| `io.swagger.core.v3/swagger-core-jakarta@2.1.10` | Apache-2.0 | clearlydefined | +| `io.swagger.core.v3/swagger-integration-jakarta@2.1.10` | Apache-2.0 | clearlydefined | +| `io.swagger.core.v3/swagger-jaxrs2-jakarta@2.1.10` | Apache-2.0 | clearlydefined | +| `io.swagger.core.v3/swagger-models-jakarta@2.1.10` | Apache-2.0 | clearlydefined | +| `jakarta.activation/jakarta.activation-api@2.0.1` | EPL-2.0 OR BSD-3-Clause OR GPL-2.0-with-classpath-exception | ee4j.jaf | +| `jakarta.annotation/jakarta.annotation-api@2.0.0` | EPL-2.0 OR GPL-2.0-with-classpath-exception | ee4j.ca | +| `jakarta.inject/jakarta.inject-api@1.0.3` | - | eclipse | +| `jakarta.servlet/jakarta.servlet-api@5.0.0` | EPL-2.0 OR GPL-2.0-with-classpath-exception | ee4j.servlet | +| `jakarta.validation/jakarta.validation-api@3.0.0` | - | eclipse | +| `jakarta.websocket/jakarta.websocket-api@2.0.0` | - | eclipse | +| `jakarta.ws.rs/jakarta.ws.rs-api@3.0.0` | EPL-2.0 OR GPL-2.0-with-classpath-exception | ee4j.jaxrs | +| `jakarta.xml.bind/jakarta.xml.bind-api@3.0.0` | BSD-3-Clause | ee4j.jaxb | +| `net.java.dev.jna/jna@4.1.0` | Apache-2.0 | [CQ9291](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9291) | +| `net.logstash.logback/logstash-logback-encoder@6.6` | Apache-2.0 | clearlydefined | +| `org.apache.commons/commons-lang3@3.12.0` | Apache-2.0 | clearlydefined | +| `org.apache.httpcomponents/httpcore@4.4.14` | Apache-2.0 | [CQ23528](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23528) | +| `org.apache.thrift/libthrift@0.12.0` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-annotations-api@10.0.11` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-api@10.0.11` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-catalina@10.0.11` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-coyote@10.0.11` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-dbcp@10.0.11` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-el-api@10.0.11` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-jaspic-api@10.0.11` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-jni@10.0.11` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-jsp-api@10.0.11` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-juli@10.0.11` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-servlet-api@10.0.11` | Apache-2.0 AND (EPL-2.0 OR GPL-2.0-with-classpath-exception) | #921 | +| `org.apache.tomcat/tomcat-util-scan@10.0.11` | Apache-2.0 | clearlydefined | +| `org.apache.tomcat/tomcat-util@10.0.11` | Apache-2.0 | clearlydefined | +| `org.checkerframework/checker-qual@3.8.0` | MIT | clearlydefined | +| `org.eclipse.che.core/che-core-api-account@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-auth-bitbucket@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-auth-github@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-auth-openshift@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-auth-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-auth@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-core@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-devfile-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-devfile@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-dto@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-factory-bitbucket-server@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-factory-github@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-factory-gitlab@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-factory-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-factory@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-infraproxy@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-logger-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-logger@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-metrics@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-model@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-ssh-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-ssh@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-system-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-system@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-user-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-user@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-workspace-activity@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-workspace-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-api-workspace@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-commons-annotations@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-commons-inject@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-commons-json@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-commons-lang@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-commons-observability@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-commons-schedule@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-commons-tracing@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-db-vendor-postgresql@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-db@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-logback@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-metrics-core@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-sql-schema@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-tracing-core@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-tracing-metrics@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.core/che-core-tracing-web@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.infrastructure/infrastructure-distributed@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.infrastructure/infrastructure-factory@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.infrastructure/infrastructure-kubernetes@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.infrastructure/infrastructure-metrics@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.infrastructure/infrastructure-openshift@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.infrastructure/infrastructure-permission@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-api-authentication-commons@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-api-authorization-impl@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-api-authorization@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-api-organization-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-api-organization@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-api-permission-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-api-permission@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-api-resource-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-api-resource@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-api-workspace-activity@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-keycloak-server@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-keycloak-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-keycloak-token-provider@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-keycloak-user-remover@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-machine-authentication-shared@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-machine-authentication@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-oidc@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-permission-devfile@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-permission-logger@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-permission-resource@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-permission-system@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-permission-user@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-permission-workspace-activity@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-permission-workspace@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-personal-account@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.che.multiuser/che-multiuser-sql-schema@7.40.0-SNAPSHOT` | - | eclipse | +| `org.eclipse.persistence/jakarta.persistence@2.2.3` | - | eclipse | +| `org.eclipse.persistence/org.eclipse.persistence.antlr@2.7.9` | - | eclipse | +| `org.eclipse.persistence/org.eclipse.persistence.asm@9.1.0` | - | eclipse | +| `org.eclipse.persistence/org.eclipse.persistence.core@2.7.9` | - | eclipse | +| `org.eclipse.persistence/org.eclipse.persistence.extension@2.7.9` | - | eclipse | +| `org.eclipse.persistence/org.eclipse.persistence.jpa.jpql@2.7.9` | - | eclipse | +| `org.eclipse.persistence/org.eclipse.persistence.jpa@2.7.9` | - | eclipse | +| `org.everrest/everrest-commons-fileupload@1.15.0` | Apache-2.0 | clearlydefined | +| `org.everrest/everrest-core@1.15.0` | NOASSERTION | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23669) | +| `org.everrest/everrest-guice-servlet@1.15.0` | Apache-2.0 | clearlydefined | +| `org.everrest/everrest-integration-guice@1.15.0` | NOASSERTION | [CQ23669](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23669) | +| `org.flywaydb/flyway-core@4.2.0` | NOASSERTION | [CQ14689](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=14689) | +| `org.glassfish/jakarta.json@2.0.0` | EPL-2.0 OR GPL-2.0-with-classpath-exception | ee4j.jsonp | +| `org.hdrhistogram/HdrHistogram@2.1.11` | - | [CQ13192](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13192) | +| `org.javassist/javassist@3.28.0-GA` | Apache-2.0 OR LGPL-2.1-or-later OR MPL-1.1 | #327 | +| `org.jgroups.kubernetes/jgroups-kubernetes@1.0.13.Final` | NOASSERTION | [CQ20984](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20984) | +| `org.jgroups/jgroups@4.1.9.Final` | Apache-2.0 | clearlydefined | +| `org.latencyutils/LatencyUtils@2.0.3` | BSD-2-Clause | [CQ17408](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=17408) | +| `org.leadpony.justify/justify@3.1.0` | Apache-2.0 | [CQ23030](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23030) | +| `org.postgresql/postgresql@42.2.24` | BSD-2-Clause | clearlydefined | +| `org.slf4j/jcl-over-slf4j@1.7.32` | Apache-2.0 | [CQ12843](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12843) | +| `org.slf4j/jul-to-slf4j@1.7.32` | MIT | [CQ12842](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12842) | +| `org.slf4j/log4j-over-slf4j@1.7.32` | Apache-2.0 | [CQ12841](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12841) | +| `org.slf4j/slf4j-api@1.7.32` | MIT | [CQ13368](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13368) | +| `org.yaml/snakeyaml@1.26` | Apache-2.0 | clearlydefined | diff --git a/assembly/assembly-wsmaster-war/gen-deps.sh b/assembly/assembly-wsmaster-war/gen-deps.sh new file mode 100755 index 0000000000..ada350d38c --- /dev/null +++ b/assembly/assembly-wsmaster-war/gen-deps.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# Simple script that helps to build local version to test easily +set -e +set -u +cd ../.. +mvn clean install +cd assembly/assembly-wsmaster-war +docker pull quay.io/che-incubator/dash-licenses:next +docker run --rm -t \ + -v ~/.m2:/root/.m2 \ + -v ${PWD}/:/workspace/project \ + quay.io/che-incubator/dash-licenses:next --generate