Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[yasson-dev] is the master branch for 1.0.2 development?

Hi,

I think that I am seeing a regression with the master branch, that wasn't in 1.0.1.  With help, I have now recreated the failure with [1].  I would like to help find the cause of the reproduced failure and would like to see a 1.0.2 release with the fix.  Is master working towards a 1.0.2 release?

By the way, the failure is per jsonb specification section 3.11:
"
JSON Binding implementations MUST report a deserialization error if a default constructor is not present or is not in accessible scope.
"

I believe that the [1] test is showing that the above is not happening.  I think the next step is to 'git bisect' and find the cause, then create an issue.

Scott

[1] https://github.com/eclipse-ee4j/yasson/pull/112

Back to the top