Pablo Gonzalez Granados

Results 8 comments of Pablo Gonzalez Granados

Hi, @amvin87 / @jamesongithub do you have any estimated date for the issue resolution?

Thank you for your response @mfateev The main problem that we have is not the hierarchy between interfaces. The problem is that this class `POJOActivityTaskHandler.java` (method: addActivityImplementation) will walk through...

This example works, but this one doesn't ``` public interface A { String foo(); } public interface B extends A { @ActivityMethod(scheduleToCloseTimeoutSeconds = 3600) @Override String foo(); } public interface...

You need to have the **same method name** in all the interfaces **in order to reproduce this issue**. You could have a look the unit test that comes with this...

Because your proposal doesn't overwrite any method (is not the same scenario). Please try this scenario in order to understand the issue. You will notice that cadence complain about 'foo'...

Let me try to drive you, and see if together we can understand what is happening: Imagine that you have the following activity hierarchy ``` public interface A { void...

> Could you explain why exactly it is not solving your problem? Because you are not in the same Scenario that I told you. You only will be able to...

Currently, there is another vulnerability related to `io.netty:netty-codec:4.1.48.Final` exposed on `com.hivemq:hivemq-mqtt-client:1.3.1` that is `patched` in `netty-codec:4.1.68.Final`: https://github.com/netty/netty/security/advisories/GHSA-grg4-wf29-r9vv