kalisingh2277 opened a new pull request, #5722:
URL: https://github.com/apache/fineract/pull/5722

   ## Description
   This PR addresses 
[FINERACT-2564](https://issues.apache.org/jira/browse/FINERACT-2564) by 
migrating the `org.apache.fineract.template` package from legacy GSON helper 
classes to Jackson.
   
   **Changes:**
   - Replaced GSON `JsonArray`/`JsonElement` usage with Jackson 
`ObjectMapper`/`JsonNode` in `Template.java` and `JpaTemplateDomainService.java`
   - Replaced GSON `@SerializedName` with Jackson `@JsonProperty` in 
`TemplateEntity.java` and `TemplateType.java`
   - Updated test files (`TemplateServiceStepDefinitions.java` and 
`TemplateIntegrationTest.java`) to use Jackson instead of GSON.
   
   All code generation and build errors have been addressed. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to