This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch lazy-exp
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/lazy-exp by this push:
     new 39a91b87ddc CAMEL-21138: camel-jbang - Export should use lazy bean. 
Only possible for factory method beans such as @Produces
39a91b87ddc is described below

commit 39a91b87ddcc5e36f5fde60177816f0d7e04d98b
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Sep 16 12:46:04 2024 +0200

    CAMEL-21138: camel-jbang - Export should use lazy bean. Only possible for 
factory method beans such as @Produces
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
index 867639fe171..dd7381688c2 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
@@ -6,6 +6,10 @@ from both 4.0 to 4.1 and 4.1 to 4.2.
 
 == Upgrading Camel 4.8 to 4.9
 
+=== camel-api
+
+Added `setLazyBeanStrategy`/`getLazyBeanStrategy` methods to 
`org.apache.camel.spi.CamelBeanPostProcessor`.
+
 === camel-management
 
 The `queueSize` attribute on endpoints which are `ManagedBrowseableEndpoint` 
is changed from returning a `Long` value

Reply via email to