Re: [I] Empty catch block is generated in the constructor of org.kie.kogito.persistence.ProtostreamObjectMarshaller [incubator-kie-kogito-runtimes]

2025-10-20 Thread via GitHub


martinweiler closed issue #4086: Empty catch block is generated in the 
constructor of org.kie.kogito.persistence.ProtostreamObjectMarshaller
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/4086


-- 
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]



[I] Empty catch block is generated in the constructor of org.kie.kogito.persistence.ProtostreamObjectMarshaller [incubator-kie-kogito-runtimes]

2025-10-08 Thread via GitHub


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

   ### Describe the bug
   
   . The constructor contains an empty catch block in  
ProtostreamObjectMarshaller class
   
 context.registerMarshaller(new 
org.kie.kogito.app.CandidateDataMessageMarshaller());
   context.registerMarshaller(new 
org.kie.kogito.app.OfferMessageMarshaller());
   } catch (IOException e) {
   }
   
   The exception should be properly handled. 
   
   ### Expected behavior
   
   _No response_
   
   ### Actual behavior
   
   _No response_
   
   ### How to Reproduce?
   
   _No response_
   
   ### Output of `uname -a` or `ver`
   
   _No response_
   
   ### Output of `java -version`
   
   _No response_
   
   ### 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)
   
   _No response_
   
   ### Build tool (ie. output of `mvnw --version` or `gradlew --version`)
   
   _No response_
   
   ### 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]