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

chore: remove deprecated fields/parameters DHIS2-18925 #19965

Merged
merged 10 commits into from
Feb 19, 2025
Merged

Conversation

teleivo
Copy link
Contributor

@teleivo teleivo commented Feb 18, 2025

@@ -63,23 +63,9 @@
@OpenApi.Property(defaultValue = "50")
private Integer pageSize;

@OpenApi.Property(defaultValue = "false")
private Boolean totalPages = false;
private boolean totalPages = false;

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
PageRequestParams.isTotalPages
; it is advisable to add an Override annotation.
@@ -73,23 +73,9 @@
@OpenApi.Property(defaultValue = "50")
private Integer pageSize;

@OpenApi.Property(defaultValue = "false")
private Boolean totalPages = false;
private boolean totalPages = false;

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
PageRequestParams.isTotalPages
; it is advisable to add an Override annotation.
// enabled
@OpenApi.Property(defaultValue = "true")
private Boolean paging;
private boolean paging = true;

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
PageRequestParams.isPaging
; it is advisable to add an Override annotation.
@@ -55,23 +55,9 @@
@OpenApi.Property(defaultValue = "50")
private Integer pageSize;

@OpenApi.Property(defaultValue = "false")
private Boolean totalPages = false;
private boolean totalPages = false;

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
PageRequestParams.isTotalPages
; it is advisable to add an Override annotation.
@teleivo teleivo force-pushed the DHIS2-18925-next branch 2 times, most recently from 7e5cae5 to 660ec28 Compare February 18, 2025 16:02
@teleivo teleivo force-pushed the DHIS2-18925-next branch 2 times, most recently from 533c990 to 0aa59a2 Compare February 19, 2025 06:40
@teleivo teleivo marked this pull request as ready for review February 19, 2025 07:21
@teleivo teleivo requested review from ameenhere and zubaira February 19, 2025 07:33
@teleivo teleivo requested a review from a team as a code owner February 19, 2025 07:58
@teleivo teleivo merged commit 88c5c33 into master Feb 19, 2025
17 checks passed
@teleivo teleivo deleted the DHIS2-18925-next branch February 19, 2025 08:31
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.

4 participants