Sunil Kumar Katta
Sunil Kumar Katta
I've reviewed the configuration, and the issue is due to a mismatch between Java versions across modules. The core SDK modules (like `sdk` and `sdk-workflows`) are still using Java 11,...
That makes sense. Just to clarify, Are you checking Java 11 or Java 17 compatibility for the core modules?
Thanks for the clarification. that makes perfect sense. Currently, the Spring Boot examples are in a separate `spring-examples/` folder at the root level, which makes them inconsistent with the overall...