Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nullpointer on every message #13

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

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