Skip to content

Conversation

@alberto-art3ch
Copy link
Contributor

Description

Tax component and group serialization was not done completed for the Id and Name attributes

FINERACT-2326

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Write the commit message as per https://github.com/apache/fineract/#pull-requests
  • Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.
  • Create/update unit or integration tests for verifying the changes made.
  • Follow coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions.
  • Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes
  • Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the developer mailing list for guidance, if required.)

FYI our guidelines for code reviews are at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide.

Copy link
Contributor

@adamsaghy adamsaghy left a comment

Choose a reason for hiding this comment

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

I dont understand this PR. You removed the Serializable interface and using lombok... what serialization issue you are referring to?

@alberto-art3ch
Copy link
Contributor Author

I dont understand this PR. You removed the Serializable interface and using lombok... what serialization issue you are referring to?

@adamsaghy
There is an issue with the TaxComponent and TaxGroup DTO please see the attached image, the taxGroupOption field has empty objects

Screenshot 2025-08-07 at 7 56 55 p m

@adamsaghy
Copy link
Contributor

I dont understand this PR. You removed the Serializable interface and using lombok... what serialization issue you are referring to?

@adamsaghy There is an issue with the TaxComponent and TaxGroup DTO please see the attached image, the taxGroupOption field has empty objects

Screenshot 2025-08-07 at 7 56 55 p m

I think the issue was with the missing getter, setter, constructor... not the Serializable interface itself... would you mind to put it back?

@alberto-art3ch alberto-art3ch force-pushed the FINERACT-2326/tax_objects_serializtion_issue branch from e02708c to 298ec5e Compare August 8, 2025 21:02
@alberto-art3ch
Copy link
Contributor Author

I dont understand this PR. You removed the Serializable interface and using lombok... what serialization issue you are referring to?

@adamsaghy There is an issue with the TaxComponent and TaxGroup DTO please see the attached image, the taxGroupOption field has empty objects
Screenshot 2025-08-07 at 7 56 55 p m

I think the issue was with the missing getter, setter, constructor... not the Serializable interface itself... would you mind to put it back?

@adamsaghy Done! Code updated

@adamsaghy adamsaghy merged commit c55cfe9 into apache:develop Aug 13, 2025
39 checks passed
@adamsaghy adamsaghy deleted the FINERACT-2326/tax_objects_serializtion_issue branch August 13, 2025 11:57
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