Skip to content

Conversation

@nitram22
Copy link
Contributor

@nitram22 nitram22 commented Jul 9, 2021

Hello,

I noticed that this Java library stopped working. With every incoming message a null pointer was thrown. A similar issue already existed for this: #11

nullconstant

The reason for this is probably that the data structure of the Certstream server has changed, but this library has not been adapted to it.

I have compared which data is sent from the Certstream server and which is parsed here in the POJOs. The field "as_der" is no longer included in the data, but was still included in the POJO. The fields "cert_link", "issuer" and "signature_algorithm" were not included in the POJOs.

I have adjusted the POJOs accordingly so that the library works again:

image

Are you guys okay with the changes like this? If so, it would be good if you could approve the pull request and build a new release so that the library can be used again.

Best regards

Martin

@tost11
Copy link

tost11 commented Aug 22, 2023

This pr still solves the parsing errors, at least for me. Thanks! Please merge, so this lib is working again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants