Guillaume Fourny
Guillaume Fourny
On invocation, the beans of our application aren't scanned. However, locally with the function plugin, we saw all beans. To show this, the config of logback-spring.xml: ```xml ```
@ihoroshko-n-ix I confirm, this solution works fine. So the original problem becomes from the scanning step treat by the Spring IoC to find the stereotyps. We loose on simplicity to...
@rajakumare1 I couldn't share our repos because they're private. You need to declare your Bean in the main class like this: ```java @SpringBootApplication public class VodProfilAvatarApplication { public static void...
@olegz We suspect the bug comes from the FunctionInvoker class in the adapter code by these lines: ```java Thread.currentThread() // TODO: remove after upgrading to 1.0.0-alpha-2-rc5 .setContextClassLoader(FunctionInvoker.class.getClassLoader()); ``` # ❓...
@olegz same issue in 3.3.0 and spring-cloud-function-adapter-gcp 4.1.2 with loaderImplementation :/
This is becoming problematic, no one is taking care of these issues that have been open for several months... 🥺 The Spring Boot 3.1 version is no longer supported and...
I have an exception on storage.get(bucket) Java API: >com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found GET http://storage:8000/storage/v1/b/output/o?projection=full { "code" : 404, "errors" : [ { "domain" : "global", "message" : "Not Found", "reason"...