Jonathan Halterman
Jonathan Halterman
Feel free to post a better idea of what you think this should look like. My initial thought is that while this sounds cool, it might be out of scope...
You could probably also use a custom Jackson deserializer that calls `Duration.of` to instantiate Duration objects.
Sure - if you could send a PR that includes a test for that scenario, it would be appreciated.
@dfdemar The short of this is that Sarge needs to be involved in the instantiation of an object, typically by calling `Sarge.supervised`. The reason is that Sarge uses method interceptors...
Awesome contribution! This seems to work good for method refs, but for non-method refs, resolving `ParameterizedType`s doesn't really buy us much since they still may contain TypeVariables that need to...
Sure, no problem. I'll probably pick up this PR and add onto it a bit, using it as an excuse to add proper `GenericType` support to address #8. I really...
@lorenzleutgeb I don't have any firm ideas on this, but the general high level idea would be to add a new resolve capability that resolves a container type like `GenericType`....
I realize this might be better if it's a configuration, so that we don't have to hardcode JRebel things that might change, instead JRebel users can configure them. Ex: ```java...
It seems that this change would now require users (in Java 9+?) to --add-exports? We should mention that clearly in the README and describe when --add-exports is needed, but overall...
Sorry for the delay... I haven't looked closely at why this is, but the current tests do pass in master right now on JDK 11 ([I just added a Travis...