Bump the version baseline of apache/skywalking-graalvm-distro to v11.0.0
#14054
|
Replies: 2 comments 4 replies
|
It has not been done. It will take time when I or someone available. |
|
The baseline bump is up: apache/skywalking-graalvm-distro#31 moves the distro from An update on what I said above about DSL management/debugging in static compiling. It turned out better than "disable and keep compatible":
On
So Crema can run the rule hot-update path, but it is still marked experimental, requires preserving every package a rule may touch (or paying the 3x size / 20x build time of On the reachability-metadata prefix matching for lambdas/anonymous classes: that is not what blocks us. All the DSL classes are generated at build time and registered explicitly by the precompiler. The blocker for hot update is compiling new bytecode from a rule source at runtime, which is the same category as the janino case you mentioned. |
The baseline bump is up: apache/skywalking-graalvm-distro#31 moves the distro from
10.4.0(via the11.0.0-SNAPSHOTintermediate syncs) to the v11.0.0 release tag, adopts every new MAL/LAL/OAL rule (Airflow, BanyanDB so11y, Node.js/PHP runtime, iOS, mini-program, envoy-als-tcp) with upstream defaults, and adds e2e coverage for the new admin features. Native image (amd64/arm64) and the e2e matrix are running in CI.An update on what I said above about DSL management/debugging in static compiling. It turned out better than "disable and keep compatible":