mattcasters opened a new pull request, #6849: URL: https://github.com/apache/hop/pull/6849
This introduces a new `HopMetadataInjector` class with proper commenting and cleaner code compared to the older BeanInjector. The new class exclusively uses `@HopMetadataProperty` annotations to inject metadata. All existing MDI integration tests work with this, including some weird edge cases. The new code is a bit more precise and more verbose when things go wrong. It allowed for the fixing of a few subtle fixes in the existing 40 integration tests. Still TODO: * Clean up the MetaInjectDialog usage of `BeanInjectionInfo` to rely only on `@HopMetadataProperty`. We can do this once the last transform is ported over. (still a dozen or so to go). * Write developer documentation about how metadata injection works. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
