Skip to content

Release: Weaving Hook Service Specification 1.1

BJ Hargrave edited this page Oct 1, 2021 · 4 revisions

Weaving Hook Service Specification 1.1

Bytecode weaving is a popular technique that transforms class files to provide additional functionality. This is a powerful technique that, when used with care, can significantly reduce the coding effort for mundane programming chores.

This specification provides a means for a handler bundle to intercept any bundle class loading calls in the framework, transform the byte codes, and add new dynamic imports. A means for observing the final weaving results, both before and after they take effect, is also provided.

Compatible Implementations

Ballots

Plan Review

This Specification's Plan Review was covered by the Core Release 8 Release Plan Review.

Release Review

The Specification Committee Ballot to release has successfully concluded.

Clone this wiki locally