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

fix: more serialisation hacks #121

Merged
merged 3 commits into from
Mar 14, 2022
Merged

Conversation

h1dden-da3m0n
Copy link
Contributor

Description

This PR applies a hacky workaround for a serialisation issue that can occur if the JSON list of values to pars was not a Map (i.e. a child JSON object) or a String.
It also takes care of some straight forward dependency bumps.

Changes

  • apply "hacky" workaround for JSON serialisation issue if values are not strings
  • bump the plugin pom to 4.37
  • bump various GHA to their latest version (Node16 runtime updates)

Issues

@h1dden-da3m0n h1dden-da3m0n added dependencies Pull requests that update a dependency file chore This is a maintenance PR bugfix This PR fixes a bug labels Mar 14, 2022
@h1dden-da3m0n h1dden-da3m0n requested a review from a team as a code owner March 14, 2022 22:12
@h1dden-da3m0n h1dden-da3m0n merged commit 82a3954 into main Mar 14, 2022
@h1dden-da3m0n h1dden-da3m0n deleted the fix/more-serialisation-hacks branch March 14, 2022 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This PR fixes a bug chore This is a maintenance PR dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error if value in JSON is an integer instead of a string
1 participant