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

[BAEL-2547] jackson deserialization class-casting exception #10377

Merged
merged 1 commit into from
Jan 10, 2021
Merged

[BAEL-2547] jackson deserialization class-casting exception #10377

merged 1 commit into from
Jan 10, 2021

Conversation

sk1418
Copy link
Contributor

@sk1418 sk1418 commented Dec 31, 2020

No description provided.

void setup() {
objectMapper = new ObjectMapper();
xmlMapper = new XmlMapper();
expectedBookList = Lists.newArrayList(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

two space indents (instead of four) on all of the 'new ...' lines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.


@BeforeEach
void setup() {
expectedBookList = Lists.newArrayList(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@eric-martin eric-martin merged commit a4cd1ee into eugenp:master Jan 10, 2021
@sk1418 sk1418 deleted the jacksonException branch March 11, 2023 16:53
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.

2 participants