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

Exception when using jackson-databind 2.11.0 #109

Closed
charlie-collard opened this issue May 19, 2020 · 7 comments
Closed

Exception when using jackson-databind 2.11.0 #109

charlie-collard opened this issue May 19, 2020 · 7 comments

Comments

@charlie-collard
Copy link

charlie-collard commented May 19, 2020

Steps to reproduce:

  1. Change the version of jackson-databind to 2.11.0 in pom.xml
  2. Run tests
com.messagebird.exceptions.GeneralException: 
com.fasterxml.jackson.databind.exc.ValueInstantiationException: Cannot construct instance of `com.messagebird.objects.MClassType`, problem: argument type mismatch
 at [Source: (String)"{"id":"92e18ce7f8a348d39d7d0ebb43dcda7e","href":"https://rest.messagebird.com/messages/92e18ce7f8a348d39d7d0ebb43dcda7e","direction":"mt","type":"sms","originator":"+12345678901234567","body":"Body test message Über € 1111111111","reference":null,"validity":null,"gateway":10,"typeDetails":{},"datacoding":"plain","mclass":1,"scheduledDatetime":null,"createdDatetime":"2020-05-19T17:29:57+00:00","recipients":{"totalCount":1,"totalSentCount":1,"totalDeliveredCount":0,"totalDeliveryFailedCount":0,"it"[truncated 115 chars]; line: 1, column: 324] (through reference chain: com.messagebird.objects.MessageResponse["mclass"])
	at com.messagebird.MessageBirdClientTest.testSendMessageTestOriginatorLength(MessageBirdClientTest.java:194)
Caused by: com.fasterxml.jackson.databind.exc.ValueInstantiationException: 
Cannot construct instance of `com.messagebird.objects.MClassType`, problem: argument type mismatch
 at [Source: (String)"{"id":"92e18ce7f8a348d39d7d0ebb43dcda7e","href":"https://rest.messagebird.com/messages/92e18ce7f8a348d39d7d0ebb43dcda7e","direction":"mt","type":"sms","originator":"+12345678901234567","body":"Body test message Über € 1111111111","reference":null,"validity":null,"gateway":10,"typeDetails":{},"datacoding":"plain","mclass":1,"scheduledDatetime":null,"createdDatetime":"2020-05-19T17:29:57+00:00","recipients":{"totalCount":1,"totalSentCount":1,"totalDeliveredCount":0,"totalDeliveryFailedCount":0,"it"[truncated 115 chars]; line: 1, column: 324] (through reference chain: com.messagebird.objects.MessageResponse["mclass"])
	at com.messagebird.MessageBirdClientTest.testSendMessageTestOriginatorLength(MessageBirdClientTest.java:194)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
	at com.messagebird.MessageBirdClientTest.testSendMessageTestOriginatorLength(MessageBirdClientTest.java:194)
@charlie-collard charlie-collard changed the title Exceptions when using jackson-databind 2.11.0 Exception when using jackson-databind 2.11.0 May 19, 2020
@denizkilic
Copy link
Contributor

denizkilic commented May 22, 2020

Hi @bspammer,
We will consider updating lib versions that you want and investigate the bug. For a quick solution, if you delete @JsonCreator on MClassType.java (line 33), tests will be passed successfully.

@samdohrey
Copy link

Sadly the same error occurs running the latest Spring Boot libraries e.g. 2.3.0.RELEASE

Will 100% need fixing as Spring is an extremely popular framework with Enterprise

We are trying to update our servers to the latest versions, sadly the error showed when sending using:

Class: MessageBirdClient
Method:
public MessageResponse sendMessage(final String originator, final String body, final List recipients)

The SMS gets sent after a delay but the application throws a ValueInstantiationException error.

Spring 2.2.0.RELEASE is fine. So is 2.1.7.RELEASE

Cheers,

@samdohrey
Copy link

Sorry I should have said. The later Spring libraries use: jackson-databind 2.11.0

@olimpias
Copy link
Contributor

olimpias commented Jun 2, 2020

Hi @samdohrey, thank you for reaching us. We will investigate the problem with @denizkilic and come with a solution on the following days.

@denizkilic
Copy link
Contributor

Hi @samdohrey, @bspammer
Jackson library version was updated to 2.11.0 in the latest release (Release 3.0.13). We will be glad to encounter any issue if you have.

@samdohrey
Copy link

Hi @denizkilic,

Perfect, I can confirm this works :)

Thank you!!!

@charlie-collard
Copy link
Author

Hi, thanks for this!

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

No branches or pull requests

4 participants