[FLINK-30772][Build/Shaded] Update ASM to 9.5
2 files changed
tree: 30689de985bb07e63b29ce0e4af37fed7b093687
  1. .github/
  2. flink-shaded-asm-9/
  3. flink-shaded-force-shading/
  4. flink-shaded-guava-30/
  5. flink-shaded-jackson-parent/
  6. flink-shaded-netty-4/
  7. flink-shaded-netty-tcnative-dynamic/
  8. flink-shaded-netty-tcnative-static/
  9. flink-shaded-swagger/
  10. flink-shaded-zookeeper-parent/
  11. tools/
  12. .asf.yaml
  13. .gitignore
  14. deploysettings.xml
  15. LICENSE
  16. NOTICE
  17. pom.xml
  18. README.md
README.md

Apache Flink Shaded Dependencies

This repository contains a number of shaded dependencies for the Apache Flink project.

The purpose of these dependencies is to provide a single instance of a shaded dependency in the Flink distribution, instead of each individual module shading the dependency.

Shaded dependencies contained here do not expose any transitive dependencies. They may or may not be self-contained.

When using these dependencies it is recommended to work directly against the shaded namespaces.

Sources

We currently do not release jars containing the shaded sources due to the unanswered legal questions raised here.

However, it is possible to build these jars locally by cloning the repository and calling mvn package -Dshade-sources.

About

Apache Flink is an open source project of The Apache Software Foundation (ASF).