deepakkapoor23 opened a new issue, #3569:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3569

   ### Describe the bug
   
   With gradle build, it thrwos URISyntaxException
   With Maven build, it passes the build but at runtime it throws 
KogitoWorkItemHandlerNotFoundException
   
   e.g.
   "functions": [
       {
         "name": "countryInfoFunction",
         "operation": "openapi/restcountries.json#getByName"
       },
   
   when restcountries.json is present at path src/main/resources/openapi
   
   ### Expected behavior
   
   1. kogito should be able to resolve the file path regardless of OS (linux or 
windows)
   2. Behavior should be consistent on all build tools
   3. Behavior should be consistent on all operating systems
   
   ### Actual behavior
   
   Inconsistent behavior and unable to find and execute api with either build 
tool
   
   ### How to Reproduce?
   
   _No response_
   
   ### Output of `uname -a` or `ver`
   
   _No response_
   
   ### Output of `java -version`
   
   17
   
   ### GraalVM version (if different from Java)
   
   _No response_
   
   ### Kogito version or git rev (or at least Quarkus version if you are using 
Kogito via Quarkus platform BOM)
   
   999-SNAPSHOT
   
   ### Build tool (ie. output of `mvnw --version` or `gradlew --version`)
   
   gradle 8.6
   
   ### Additional information
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to