kestra-io / kestra-io/plugin-debezium

Duplicate CustomParameterDeserializer for Jackson 2 (Micronaut 5 bump)

Open
#220 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area/plugin kind/cooldown
Dominant language
Java
Stars
6
Forks
12
Avg merge
2d 5h
Merged PRs (30d)
9

Description

Micronaut 5 bumps Jackson to 3. Core keeps Jackson 2 available via JacksonMapper for plugins, which means custom (de)serializers must be duplicated for both versions.

Affected class: CustomParameterDeserializer (extends JsonDeserializer<Map<String, Object>>) in
plugin-debezium/src/main/java/io/kestra/plugin/debezium/CustomParameterDeserializer.java, used by Envelope.java.

Action: duplicate this deserializer so it works against Jackson 2 (via JacksonMapper) in addition to Jackson 3.

Context: kestra-io/kestra#18138, kestra-io/kestra-ee#9908 (Micronaut 5 / Jackson 3 core bump merging Monday).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with plugin-debezium/src/main/java/io/kestra/plugin/debezium/CustomParameterDeserializer.java and inspect how Envelope.java uses it. Check the existing Jackson 3 deserializer and JacksonMapper's Jackson 2 path; done means custom parameter deserialization works against both Jackson versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.