Skip to content

remove akka from LICENSE-binary#12443

Merged
xiangfu0 merged 2 commits intoapache:masterfrom
pjfanning:patch-5
Feb 20, 2024
Merged

remove akka from LICENSE-binary#12443
xiangfu0 merged 2 commits intoapache:masterfrom
pjfanning:patch-5

Conversation

@pjfanning
Copy link
Member

@pjfanning pjfanning commented Feb 19, 2024

I downloaded the Pinot 1.0.0 binary release and couldn't find any Akka jars or classes. Since Akka is no longer OSS, it is good to try to remove remaining uses.

@codecov-commenter
Copy link

codecov-commenter commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1d490c1) 61.77% compared to head (cddf654) 61.74%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #12443      +/-   ##
============================================
- Coverage     61.77%   61.74%   -0.04%     
  Complexity      207      207              
============================================
  Files          2436     2436              
  Lines        133130   133130              
  Branches      20623    20623              
============================================
- Hits          82241    82196      -45     
- Misses        44850    44887      +37     
- Partials       6039     6047       +8     
Flag Coverage Δ
custom-integration1 <0.01% <ø> (ø)
integration <0.01% <ø> (ø)
integration1 <0.01% <ø> (ø)
integration2 0.00% <ø> (ø)
java-11 61.68% <ø> (-0.01%) ⬇️
java-21 61.62% <ø> (-0.04%) ⬇️
skip-bytebuffers-false 61.71% <ø> (-0.02%) ⬇️
skip-bytebuffers-true 61.59% <ø> (-0.04%) ⬇️
temurin 61.74% <ø> (-0.04%) ⬇️
unittests 61.73% <ø> (-0.04%) ⬇️
unittests1 46.87% <ø> (-0.03%) ⬇️
unittests2 27.73% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

com.typesafe.akka:akka-slf4j_2.12:2.5.21
com.typesafe.akka:akka-stream_2.12:2.5.21
com.typesafe.netty:netty-reactive-streams:2.0.6
com.typesafe.scala-logging:scala-logging_2.12:3.9.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is still in use:

mvn dependency:tree |grep typesafe

[INFO] |  +- com.typesafe.netty:netty-reactive-streams:jar:2.0.4:compile
[INFO] |  +- com.typesafe.netty:netty-reactive-streams:jar:2.0.4:compile
[INFO] |  +- com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.2:compile
[INFO] |  +- com.typesafe.netty:netty-reactive-streams:jar:2.0.6:compile
[INFO] |  |  \- com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.2:runtime
[INFO] |  |  +- com.typesafe.netty:netty-reactive-streams:jar:2.0.4:compile
[INFO] |  |  \- com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.2:runtime
[INFO] |  |  +- com.typesafe.netty:netty-reactive-streams:jar:2.0.4:compile
[INFO] |  |  \- com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.2:runtime
[INFO] |  |  \- com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.2:runtime
[INFO] |  |     +- com.typesafe.netty:netty-reactive-streams:jar:2.0.4:compile
[INFO] |  |  +- com.typesafe.netty:netty-reactive-streams:jar:2.0.4:compile
[INFO]    |     +- com.typesafe.netty:netty-reactive-streams:jar:2.0.4:test
[INFO]    |  |  \- com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.2:test
[INFO] |  |  |  \- com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.2:runtime

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks - added back

add back scala-logging
@xiangfu0 xiangfu0 merged commit e21c2c0 into apache:master Feb 20, 2024
@xiangfu0
Copy link
Contributor

Thanks for updating this!

@xiangfu0 xiangfu0 added license dependencies Pull requests that update a dependency file labels Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file license

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants