davsclaus commented on PR #26026: URL: https://github.com/apache/camel/pull/26026#issuecomment-5512439270
Confirmed fixed ✅ — verified against the branch head (`69f78c23799`): - `excludeProperties` now includes `serializablePackages` in **both** `JacksonAvroDataFormat` classes (`camel-jackson-avro` and `camel-jackson3-avro`). - The generated catalog `dataformats/avroJackson.json` and both component `avroJackson.json` files contain **no** `serializablePackages` entry (the `avro`/ApacheAvro dataformat correctly still carries it). - This matches the reifier, which only passes `serializablePackages` (alongside `instanceClassName`/`schema`) when `library == ApacheAvro` — so excluding it from the Jackson variants is the correct, consistent treatment. Generated output is consistent with the source, so the catalog metadata leak is resolved. _Reviewed by Claude Code on behalf of @davsclaus_ -- 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]
