Skip to content

Conversation

patrick-werner
Copy link
Member

fix: removing duplicated bulk_export_enabled yaml entry

fix: removing duplicated bulk_export_enabled yaml entry
@robogary
Copy link

This Pull Request has failed the formatting check

Please run mvn spotless:apply or mvn clean install -DskipTests to fix the formatting issues.

You can automate this auto-formatting process to execute on the git pre-push hook, by installing pre-commit and then calling pre-commit install --hook-type pre-push. This will cause formatting to run automatically whenever you push.

@patrick-werner patrick-werner requested a review from Copilot April 10, 2025 16:36
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java:482

  • [nitpick] Consider renaming the getter to isPatient_merge_enabled() to follow JavaBean naming conventions for boolean properties.
public boolean getPatient_merge_enabled() {

src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java:486

  • [nitpick] Consider aligning the setter parameter type with the field type, using 'boolean' instead of 'Boolean' for consistency.
public void setPatient_merge_enabled(Boolean patient_merge_enabled) {

@patrick-werner patrick-werner requested a review from jkiddo April 10, 2025 16:37
@robogary
Copy link

Formatting check succeeded!

@patrick-werner patrick-werner removed the request for review from jkiddo April 10, 2025 17:28
@patrick-werner patrick-werner marked this pull request as draft April 10, 2025 17:29
@patrick-werner patrick-werner marked this pull request as ready for review April 30, 2025 08:58
@robogary
Copy link

Formatting check succeeded!

@robogary
Copy link

Formatting check succeeded!

@patrick-werner
Copy link
Member Author

as the patientMergeProvider is only available in R4, i have to update my code

@patrick-werner patrick-werner marked this pull request as draft April 30, 2025 09:33
Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Jun 22, 2025
Copy link

github-actions bot commented Jul 3, 2025

This PR was closed because it has been stalled for 10 days with no activity.

@github-actions github-actions bot closed this Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants