Re: Problems creating custom appender using JPMS service in 3.0.0-beta3
"Piotr P. Karwasz" <[email protected]> Mon, 2 Dec 2024 21:29:11 +0100
| Newsgroups | gmane.comp.jakarta.log4j.user |
|---|---|
| Message-ID | <[email protected]> |
--------------m9MyEZOYvgzZaVjwZzkLP4Bz Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Matt, On 2.12.2024 19:36, Matt Sicker wrote: > For one, you’ll need to annotate your constructor arguments with the appropriate @Plugin annotations (@PluginElement and @PluginAttribute mainly) to know how to bind config data to your plugin. That is required regardless of whether you’re manually generating the metadata file for plugin descriptors (which is mainly used as a sort of component index to avoid classpath scanning at runtime). Are you sure `@Plugin` and `@Namespace` are used at runtime? Piotr --------------m9MyEZOYvgzZaVjwZzkLP4Bz--