vaijosh opened a new pull request, #3050:
URL: https://github.com/apache/hugegraph/pull/3050
### What I changed
- Added runtime dependency `org.fusesource.jansi:jansi:2.4.0` in
`hugegraph-server/hugegraph-dist/pom.xml`.
- Updated release docs:
- `install-dist/release-docs/LICENSE`
- `install-dist/release-docs/NOTICE`
- `install-dist/release-docs/licenses/LICENSE-jansi-2.4.0.txt`
### Validation performed
```bash
✘ vjoshi@DNWW7WJ4LJ ~/SourceCode/HUGEGRAPH/hugegraph
3031-AppleSiliconFix export RUNNER_TEMP="$(mktemp -d)"
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
SERVER_DIR="hugegraph-server/apache-hugegraph-server-${VERSION}"
printf "println \"gremlin-console-smoke-ok\"\n" >
"$RUNNER_TEMP/gremlin-console-smoke.groovy"
"${SERVER_DIR}/bin/gremlin-console.sh" -- -e
"$RUNNER_TEMP/gremlin-console-smoke.groovy"
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.codehaus.groovy.reflection.CachedClass
(file:/Users/vjoshi/SourceCode/HUGEGRAPH/hugegraph/hugegraph-server/apache-hugegraph-server-1.7.0/lib/groovy-2.5.14-indy.jar)
to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
gremlin-console-smoke-ok
Manually checked if we can launch gremlin console.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]