Garret Wilson

Results 189 comments of Garret Wilson

> And I think that instead of adding super-type token into `ObjectMapper` or `ObjectReader` (and presumably `ObjectWriter` too), more natural place would be `TypeFactory`, which could resolve these into `JavaType`,...

A comment here for whoever gets time to address this: I see this note in Jackson `TypeReference`: ```java Type superClass = getClass().getGenericSuperclass(); if (superClass instanceof Class) { // sanity check,...

> I would still start with `TypeFactory` adding member method, fwtw. The other issue in my mind is naming; if we have a method that takes a general "super type...

Let me come full circle back to the original question. I've already fully explained how to convert from a ClassMate `GenericType` to a Jackson `JavaType` by extracting the `Type` from...

> Does this make sense? Going with PLOOP probably makes sense then. Sure, sounds fine. The biggest thing I was wanting to confirm here (besides thinking out loud) is that...

So far my workaround is to use a Bash script to query the original CloudFormation stack, ask for value (like CloudFormation itself should be doing when I reference the exported...

Thank you for getting back to me. The new ticket you created is nicely written. I'll follow the new ticket. Let me know if you need more info from me...

Oh, this is weird. Every time I start PowerShell in Windows terminal (and wait the requisite 5–10 seconds as normal), there are _different_ numbers in the tab for each session....

> Can you include a screenshot? Not sure what you're referring to. Here's what mine looks like. Since yours looks different, I can understand the desire to see it with...

> Sanity check... does it change when you do pwsh.exe -NoProfile ? In a PowerShell window, entering `pwshe.exe -NoProfile` results in no change whatsoever to the window title.