mirror of
https://github.com/enso-org/enso.git
synced 2024-11-30 05:04:21 +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.amazon.redshift.redshift-jdbc42-2.1.0.15 | ||
com.amazonaws.aws-java-sdk-core-1.12.480 | ||
com.amazonaws.aws-java-sdk-redshift-1.12.480 | ||
com.amazonaws.aws-java-sdk-sts-1.12.480 | ||
com.amazonaws.jmespath-java-1.12.480 | ||
com.fasterxml.jackson.core.jackson-annotations-2.12.7 | ||
com.fasterxml.jackson.core.jackson-core-2.12.7 | ||
com.fasterxml.jackson.core.jackson-databind-2.12.7.1 | ||
com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.12.6 | ||
commons-codec.commons-codec-1.15 | ||
commons-logging.commons-logging-1.1.3 | ||
io.netty.netty-buffer-4.1.108.Final | ||
io.netty.netty-codec-4.1.108.Final | ||
io.netty.netty-codec-http2-4.1.108.Final | ||
io.netty.netty-codec-http-4.1.108.Final | ||
io.netty.netty-common-4.1.108.Final | ||
io.netty.netty-handler-4.1.108.Final | ||
io.netty.netty-resolver-4.1.108.Final | ||
io.netty.netty-transport-4.1.108.Final | ||
io.netty.netty-transport-classes-epoll-4.1.108.Final | ||
io.netty.netty-transport-native-unix-common-4.1.108.Final | ||
joda-time.joda-time-2.8.1 | ||
licenses | ||
org.apache.httpcomponents.httpclient-4.5.13 | ||
org.apache.httpcomponents.httpcore-4.4.13 | ||
org.reactivestreams.reactive-streams-1.0.4 | ||
org.slf4j.slf4j-api-1.7.30 | ||
software.amazon.awssdk.annotations-2.25.36 | ||
software.amazon.awssdk.apache-client-2.25.36 | ||
software.amazon.awssdk.arns-2.25.36 | ||
software.amazon.awssdk.auth-2.25.36 | ||
software.amazon.awssdk.aws-core-2.25.36 | ||
software.amazon.awssdk.aws-json-protocol-2.25.36 | ||
software.amazon.awssdk.aws-query-protocol-2.25.36 | ||
software.amazon.awssdk.aws-xml-protocol-2.25.36 | ||
software.amazon.awssdk.bom-2.25.36 | ||
software.amazon.awssdk.checksums-2.25.36 | ||
software.amazon.awssdk.checksums-spi-2.25.36 | ||
software.amazon.awssdk.crt-core-2.25.36 | ||
software.amazon.awssdk.endpoints-spi-2.25.36 | ||
software.amazon.awssdk.http-auth-2.25.36 | ||
software.amazon.awssdk.http-auth-aws-2.25.36 | ||
software.amazon.awssdk.http-auth-spi-2.25.36 | ||
software.amazon.awssdk.http-client-spi-2.25.36 | ||
software.amazon.awssdk.identity-spi-2.25.36 | ||
software.amazon.awssdk.json-utils-2.25.36 | ||
software.amazon.awssdk.metrics-spi-2.25.36 | ||
software.amazon.awssdk.netty-nio-client-2.25.36 | ||
software.amazon.awssdk.profiles-2.25.36 | ||
software.amazon.awssdk.protocol-core-2.25.36 | ||
software.amazon.awssdk.regions-2.25.36 | ||
software.amazon.awssdk.s3-2.25.36 | ||
software.amazon.awssdk.sdk-core-2.25.36 | ||
software.amazon.awssdk.sso-2.25.36 | ||
software.amazon.awssdk.ssooidc-2.25.36 | ||
software.amazon.awssdk.third-party-jackson-core-2.25.36 | ||
software.amazon.awssdk.utils-2.25.36 | ||
software.amazon.eventstream.eventstream-1.0.1 | ||
software.amazon.ion.ion-java-1.0.2 | ||
NOTICE |