Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix apache license conflicts: jnr-posix and jboss-logging #1822

Merged
merged 1 commit into from
Apr 16, 2022

Conversation

z7658329
Copy link
Member

@z7658329 z7658329 commented Apr 15, 2022

fix apache license conflicts:

  • jnr-posix (LGPL+GPL): cassandra-driver-core
  • jboss-logging (LGPL): cassandra-all

fix #1632

apache license conflict handle,jnr-posix (LGPL+GPL): cassandra-driver-core jboss-logging (LGPL): cassandra-all
@github-actions
Copy link

github-actions bot commented Apr 15, 2022

CLA Assistant Lite bot Good! All Contributors have signed the CLA.

@z7658329 z7658329 changed the title apache license conflict handle jnr-posix (LGPL+GPL)jboss-logging (LGPL) hugegraph apache license conflict handle jnr-posix (LGPL+GPL)jboss-logging (LGPL) Apr 15, 2022
@z7658329
Copy link
Member Author

#1632

@z7658329
Copy link
Member Author

after exclude dependency,test if hugegraph works ok.
Config:
store:cassandra

image

@codecov
Copy link

codecov bot commented Apr 15, 2022

Codecov Report

Merging #1822 (32a69a1) into master (734d554) will increase coverage by 4.36%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1822      +/-   ##
============================================
+ Coverage     66.58%   70.95%   +4.36%     
  Complexity      980      980              
============================================
  Files           446      446              
  Lines         37903    37903              
  Branches       5399     5399              
============================================
+ Hits          25239    26893    +1654     
+ Misses         9959     8281    -1678     
- Partials       2705     2729      +24     
Impacted Files Coverage Δ
...du/hugegraph/backend/tx/GraphIndexTransaction.java 83.82% <0.00%> (+0.21%) ⬆️
...du/hugegraph/traversal/optimize/TraversalUtil.java 62.87% <0.00%> (+0.21%) ⬆️
.../baidu/hugegraph/backend/query/ConditionQuery.java 85.64% <0.00%> (+0.24%) ⬆️
...du/hugegraph/schema/builder/IndexLabelBuilder.java 88.69% <0.00%> (+0.28%) ⬆️
...m/baidu/hugegraph/backend/tx/GraphTransaction.java 80.08% <0.00%> (+0.30%) ⬆️
.../com/baidu/hugegraph/auth/StandardAuthManager.java 92.81% <0.00%> (+0.32%) ⬆️
...idu/hugegraph/schema/builder/EdgeLabelBuilder.java 83.62% <0.00%> (+0.34%) ⬆️
...u/hugegraph/schema/builder/VertexLabelBuilder.java 87.54% <0.00%> (+0.37%) ⬆️
.../java/com/baidu/hugegraph/backend/query/Query.java 86.11% <0.00%> (+0.39%) ⬆️
...hugegraph/backend/query/ConditionQueryFlatten.java 76.15% <0.00%> (+0.41%) ⬆️
... and 110 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 734d554...32a69a1. Read the comment docs.

@javeme javeme changed the title hugegraph apache license conflict handle jnr-posix (LGPL+GPL)jboss-logging (LGPL) fix apache license conflicts: jnr-posix and jboss-logging Apr 15, 2022
@z7658329
Copy link
Member Author

I have read the CLA Document and I hereby sign the CLA

@javeme javeme merged commit ad24359 into apache:master Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Apache] check for license conflicts
3 participants