David Král

Results 58 comments of David Král

@rmartinc @don-spyker Hi guys, I will take a look at it next week. When I read more about the issue, I will provide some feedback to it :-)

@rmartinc I think this is something we should support. Since we do support transforming other Map key types to String, it should be possible to do it also the other...

@rmartinc I will add comment to the PR to not split the conversation :-)

@StephJan If I am getting this right, you are referring to the situation like this: ```java public class Pojo { public int someValue; public Pojo(int someValue) { this.someValue = someValue;...

Hi @j-be , Thank you for reaching out. Unfortunately this behavior is by the spec. It is described which formatter should be used for each type if there is no...

I have made a summary in [#147](https://github.com/eclipse-ee4j/jsonb-api/issues/147) about this topic. I do believe that we could create this feature in yasson as yasson specific feature for the time being.

Hi @Simulant87 , your build is failing on copyright job in our pipeline. Currently there is an issue with that on our side. See PR #365 . Please when this...

Hi @pavankumar1986 , I believe that the failure is not caused by access token value encryption (mentioned `cookie-encryption-enabled` ), but rather other cookies we are using. You can either disable...

Are you absolutely sure access token cookie encryption is set to true? I mean `cookie-encryption-enabled` affects only access token encryption and it is the only one, which is set to...