Hemant

Results 5 issues of Hemant

Hello, Source folder data link not working. Can someone please share new link ?

Wanted to override a base interceptor with another one, had tried adding ConditionalOnMissingBean but its not working and both the interceptors are registered. ``` @GrpcGlobalServerInterceptor @Order(1100) **@ConditionalOnMissingBean**(GrpcResponseServerInterceptor.class) class BaseInterceptor extends...

enhancement

Able to generate a Jar with the pom changes mentioned in the readme, but when trying to add this dependency in Java8 project then getting below error on file classes...

### Product BAML ### Problem Statement / Use Case As of now REST client does not support TypeBuilder API and Collector. For use case like getting reasoning from llm collector...

feature (big)

Hey, Wanted to check if we have anything planned regarding the Agentic AI part. I could find something on akka side (akka.javasdk.workflow.Workflow). Sample app: https://github.com/akka-samples/travel-agent/blob/main/src/main/java/com/travelplanner/application/TravelPlannerWorkflow.java