Results 159 comments of Ron Pressler

Quasar 0.8.0 should support JDK 11. Try that.

Can you try to reproduce it with different code?

@lpedrosa BTW, I don't know if it's related to the problem, but the typed method signature is: ``` com.github.lpedrosa.SyncClient.getValue(I)Ljava/lang/String; ``` not ``` com.github.lpedrosa.SyncClient.getValue(I)Ljava.lang.String ```

> Does this mean that the agent supports both (typed and non-typed)? Yes, it should. > What are the benefits of the typed signature? If you have overloaded methods, you...

@mikehearn I'm experimenting with [new TL serialization](https://github.com/puniverse/quasar/commit/269d73a67a572a4ef0656847ee908a05b055a0f1). Can you give it a try 0.7.0/0.7.5-SNAPSHOT?

@mikehearn I realized that even that change is too simple to help. You may be right that the best approach is to give up on serializing TLs, but I'd like...

Done. As I said, there's much more that can (and will) be done here re handling of TL subclasses (we can use reflection to try and instantiate the proper subclasses)...

Serialization should simply fail for those, and the TL's value would be set to `null`. Once we support TL subclasses, we'll be able to support non-null defaults, too.

Does this work with the new release (0.7.9)?