Aurimas Niekis

Results 41 comments of Aurimas Niekis

asdasd

Hello world

Trying to add new comment.. Edited

Hi, any progress on this?

Had to fix like 20 setups with the same issue, worst part is I can't even login into the Hass if SSL is expired... 😫

Thanks for the reply @cowtowncoder I managed to patch up some demo example, for some reason I was not able to make it run without spring in standalone, but that's...

No worries! I was not sure if it's a bug or expected behavior and I am just curious how `Annotated` interface manages to get at least an extended `Type.class` instead...

Also, I am a bit curious how Jackson decides to use `setter` or `getter` for the property type because I noticed that's it's chosen randomly 😅

I think I found a place where this situation happens. This code helps to work with it: ```java // and if we got null, can also just write it directly...

@cowtowncoder Thanks for the reply, I am having my own custom type id resolver with introspector and it works really well, with `@JsonValue` just the condition I mentioned about then...