Skip to content

FINERACT-2248: New command processing - Search (org.apache.fineract.portfolio.search)#4483

Merged
adamsaghy merged 1 commit intoapache:developfrom
oleksma:FINERACT-2169/apply-dto-in-SearchApiResource
Mar 26, 2025
Merged

FINERACT-2248: New command processing - Search (org.apache.fineract.portfolio.search)#4483
adamsaghy merged 1 commit intoapache:developfrom
oleksma:FINERACT-2169/apply-dto-in-SearchApiResource

Conversation

@oleksma
Copy link
Contributor

@oleksma oleksma commented Mar 19, 2025

  1. Used DTO instead String response
  2. Update swagger docs
  3. Apply lombok getters

Description

Describe the changes made and why they were made.

Ignore if these details are present on the associated Apache Fineract JIRA ticket.

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.

private final String parentName;
private final String entityMobileNo;
private final EnumOptionData entityStatus;
@JsonIgnore
Copy link
Contributor

Choose a reason for hiding this comment

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

Why to ignore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I checked and removed this annotation

@oleksma oleksma force-pushed the FINERACT-2169/apply-dto-in-SearchApiResource branch 2 times, most recently from 45eb08b to 6af45c6 Compare March 22, 2025 20:01
@oleksma oleksma marked this pull request as ready for review March 23, 2025 15:23
@oleksma
Copy link
Contributor Author

oleksma commented Mar 25, 2025

Hi
Please, could you re-run failed job.
I observe reason of failing in log:
"Execution failed for task ':fineract-client:buildJavaSdk'.

Java heap space"

On my fork pipeline this is green (all 10 checks were green).

@oleksma oleksma force-pushed the FINERACT-2169/apply-dto-in-SearchApiResource branch from 6af45c6 to 8b3f81c Compare March 25, 2025 10:46
@oleksma
Copy link
Contributor Author

oleksma commented Mar 25, 2025

Rebased this PR with latest develop branch

@adamsaghy adamsaghy merged commit 79c08ed into apache:develop Mar 26, 2025
10 checks passed
@vidakovic vidakovic changed the title FINERACT-2169: Apply dto in SearchApiResource FINERACT-2248: New command processing - Search (org.apache.fineract.portfolio.search) May 26, 2025
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