2.25 compiler jar missing shaded dependency classes
See original GitHub issueAfter updating to use 2.25 running in a gradle build via kapt I am seeing:
java.lang.NoClassDefFoundError: dagger/shaded/auto/common/BasicAnnotationProcessor
A quick download of the sources jar shows they are missing there as well. (assuming they should have been included)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:15
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Maven shade is only shading some classes from the ...
Decompiling the jar shows that ConfigManager and Utils are shaded, but Logger is ignored.
Read more >Apache Maven Shade Plugin – Introduction
Apache Maven Shade Plugin ... This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade ......
Read more >SDK and Worker Dependencies - Dataflow - Google Cloud
The Apache Beam SDKs and Dataflow workers depend on common third-party components which then import additional dependencies. Version collisions can result ...
Read more >OSGI requirement issue - jersey.repackaged
Hi,. I'm facing similar behavior. I've developed Confluence plugin, to which I've added as a dependency - a jar file of another project...
Read more >Dependency-Check Report
Dependency, Vulnerability IDs, Package, Highest Severity, CVE Count, Confidence ... grpc-netty-shaded-1.23.0.jar (shaded: io.netty:netty-codec-http2:4.1.38.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should now be fixed in release 2.25.2
Also facing the same issue after updating to
2.25
on Android / Kotlin projectAm I missing any configuration or new dependency ?