Mark Pollack
Mark Pollack
@corneil created M1 images using jib. will document and reference here before closing this issue.
See #3962 and #5053
Somewhere around here https://github.com/spring-cloud/spring-cloud-dataflow/blob/bef804a48a6c8cdfc635214a0a66315b6d4f82f6/spring-cloud-dataflow-server-core/src/main/java/org/springframework/cloud/dataflow/server/service/impl/AppDeploymentRequestCreator.java#L187 is where we should investigate.
See #5033
Let's time box to quick convo with with Spring Security team and if the fix is a large amount of effort, postpone to the next release.
Closing this issue as there are provided workaround, the follow up issues are #5375 and #5376
highlight this documentation on dataflow.spring.io
will investigate, thanks
This will make it easier for devs to discover what options are available, some embeddingclient implementations accept only a String as an input type. Since the models don't change that...
Can you make a local change in `AbstractBedrockApi` and see if it solves your problem. from ``` try { logger.debug("Received chunk: " + chunk.bytes().asString(StandardCharsets.UTF_8)); SO response = this.objectMapper.readValue(chunk.bytes().asByteArray(), clazz); this.eventSink.tryEmitNext(response);...