jamesnetherton opened a new issue, #9104:
URL: https://github.com/apache/camel-quarkus/issues/9104

   `quarkus.camel.native.reflection.serialization-enabled` controls whether the 
classes in
   `CamelSerializationProcessor.BASE_SERIALIZATION_CLASSES` are registered for 
serialization in native mode.
   It defaults to `false`, and setting it to `true` registers them.
   
   Setting it to `false` does nothing. Several extensions request the 
registration unconditionally on being
   present on the classpath, and the option cannot override them. This is unlike
   `quarkus.camel.service.discovery.exclude-patterns`, which is documented as 
able to veto services included
   by extensions.
   
   Some documentation is inconsistent with the behaviour as a result. 
`extensions/sql` says users must enable
   serialization support to use `JdbcAggregationRepository`, but `SqlProcessor` 
has always registered it for them.
   


-- 
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]

Reply via email to