Confused about the priority of BytecodeTransformerBuildItem application. #47847
-
Hello, I am writing an extension, in which I want my bytecode transformer to always run the first - it does some type substitution (something like pre-processing), so I want it to run before any hibernate, panache, or other extensions. Looking at the Since the visitors are chained (if I understood it correctly), it means that the earlier they are applied, the later they are run, therefore does it mean that the lower priority of the transformer, will actually cause it to be run later? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After further testing, it seems like the higher the priority, the earlier the transformer will be applied. |
Beta Was this translation helpful? Give feedback.
After further testing, it seems like the higher the priority, the earlier the transformer will be applied.