You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is, unfortunately, a known issue in Framework: spring-cloud/spring-cloud-function#1074; we'll probably need to rewrite it to avoid using the supplier or manually create the AotContribution. Will look further into it.
Hi,
It's not possible to generate a native image with the
composite
profile. Executing theprocess-aot
step, we get the error:Default code generation is not supported for bean definitions declaring an instance supplier callback: Root bean: class [org.springframework.cloud.config.server.support.**EnvironmentRepositoryProperties**]; scope=singleton; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodNames=null; destroyMethodNames=null
application.yaml sample:
The text was updated successfully, but these errors were encountered: