mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
df4a7efcdd
As reported by our users, when using the AWS SSO, our code was failing with: ``` Execution finished with an error: To use Sso related properties in the 'xyz' profile, the 'sso' service module must be on the class path. ``` This PR adds the missing JARs to fix that. Additionally it improves the license review tool UX a bit (parts of #9122): - sorting the report by amount of problems, so that dependencies with unresolved problems appear at the top, - semi-automatic helper button to rename package configurations after a version bump, - button to remove stale entries from config (files or copyrights that disappeared after update), - button to add custom copyright notice text straight from the report UI, - button to set a file as the license for the project (creating the `custom-license` file automatically) - ability to filter processed projects - e.g. `openLegalReviewReport AWS` will only run on the AWS subproject - saving time processing unchanged dependencies, - updated the license search heuristic, fixing a problem with duplicates: - if we had dependencies `netty-http` and `netty-http2`, because of a prefix-check logic, the notices for `netty-http` would also appear again for `netty-http2`, which is not valid. I have improved the heuristic to avoid these false positives and removed them from the current report. - WIP: button to mark a license type as reviewed (not finished in this PR). |
||
---|---|---|
.. | ||
com.google.analytics.google-analytics-data-0.44.0 | ||
com.google.android.annotations-4.1.1.4 | ||
com.google.api-client.google-api-client-2.2.0 | ||
com.google.api.api-common-2.22.0 | ||
com.google.api.gax-2.39.0 | ||
com.google.api.gax-grpc-2.39.0 | ||
com.google.api.gax-httpjson-2.39.0 | ||
com.google.api.grpc.proto-google-analytics-data-v1alpha-0.44.0 | ||
com.google.api.grpc.proto-google-analytics-data-v1beta-0.44.0 | ||
com.google.api.grpc.proto-google-common-protos-2.30.0 | ||
com.google.apis.google-api-services-sheets-v4-rev612-1.25.0 | ||
com.google.auth.google-auth-library-credentials-1.21.0 | ||
com.google.auth.google-auth-library-oauth2-http-1.21.0 | ||
com.google.auto.value.auto-value-annotations-1.10.4 | ||
com.google.code.gson.gson-2.10.1 | ||
com.google.errorprone.error_prone_annotations-2.23.0 | ||
com.google.guava.failureaccess-1.0.1 | ||
com.google.guava.guava-32.1.3-jre | ||
com.google.http-client.google-http-client-1.43.3 | ||
com.google.http-client.google-http-client-apache-v2-1.42.3 | ||
com.google.http-client.google-http-client-gson-1.43.3 | ||
com.google.j2objc.j2objc-annotations-2.8 | ||
com.google.oauth-client.google-oauth-client-1.34.1 | ||
com.google.protobuf.protobuf-java-3.25.1 | ||
com.google.protobuf.protobuf-java-util-3.25.1 | ||
com.google.re2j.re2j-1.7 | ||
commons-codec.commons-codec-1.16.0 | ||
commons-logging.commons-logging-1.2 | ||
io.grpc.grpc-alts-1.60.0 | ||
io.grpc.grpc-api-1.60.0 | ||
io.grpc.grpc-auth-1.60.0 | ||
io.grpc.grpc-context-1.60.0 | ||
io.grpc.grpc-core-1.60.0 | ||
io.grpc.grpc-googleapis-1.60.0 | ||
io.grpc.grpc-grpclb-1.60.0 | ||
io.grpc.grpc-inprocess-1.60.0 | ||
io.grpc.grpc-netty-shaded-1.60.0 | ||
io.grpc.grpc-protobuf-1.60.0 | ||
io.grpc.grpc-protobuf-lite-1.60.0 | ||
io.grpc.grpc-services-1.60.0 | ||
io.grpc.grpc-stub-1.60.0 | ||
io.grpc.grpc-util-1.60.0 | ||
io.grpc.grpc-xds-1.60.0 | ||
io.opencensus.opencensus-api-0.31.1 | ||
io.opencensus.opencensus-contrib-http-util-0.31.1 | ||
io.opencensus.opencensus-proto-0.2.0 | ||
io.perfmark.perfmark-api-0.26.0 | ||
javax.annotation.javax.annotation-api-1.3.2 | ||
org.apache.httpcomponents.httpclient-4.5.14 | ||
org.apache.httpcomponents.httpcore-4.4.16 | ||
org.checkerframework.checker-qual-3.40.0 | ||
org.codehaus.mojo.animal-sniffer-annotations-1.23 | ||
org.conscrypt.conscrypt-openjdk-uber-2.5.2 | ||
org.threeten.threetenbp-1.6.8 | ||
reviewed-licenses | ||
report-state |