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

IQSS/10369-support legacy PID settings #10370

Closed

Conversation

qqmyers
Copy link
Member

@qqmyers qqmyers commented Mar 12, 2024

What this PR does / why we need it: A late reshuffle of the code added a return after looking for the new PID provider settings, bypassing the check of legacy settings. This PR removes the return so that legacy settings are checked again.

Which issue(s) this PR closes:

Closes #10369

Special notes for your reviewer:

Suggestions on how to test this: Deploy to an existing db with legacy settings. Prior to the PR the ConfigCheck will cause the deploy to fail. With the PR, it works. (If you don't have an existing setup, run a new setup, add the legacy settings, e.g. for a FAKE provider, and then remove the -Ddataverse.pid.providers= and -Ddataverse.pid.default-provider= jvm options. Trying to restart at that point will fail, but after the PR you can deploy.)

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

Is there a release notes update needed for this change?:

Additional documentation:

@landreev landreev self-assigned this Mar 12, 2024
@landreev landreev self-requested a review March 12, 2024 19:23
@qqmyers qqmyers added the Size: 3 A percentage of a sprint. 2.1 hours. label Mar 12, 2024
@coveralls
Copy link

Coverage Status

coverage: 20.582% (+0.008%) from 20.574%
when pulling dac95e5 on GlobalDataverseCommunityConsortium:multipid
into e26fabe on IQSS:develop.

@qqmyers qqmyers added this to the 6.2 milestone Mar 12, 2024
Copy link
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

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

This PR has 121 commits to remove one line.

Can we please have a fresh PR (or force push this one) to have one commit?

@qqmyers
Copy link
Member Author

qqmyers commented Mar 13, 2024

Closed in favor of #10374. FWIW, the additional commits in this PR are just the ones from the multipid branch which are already merged into develop.

@qqmyers qqmyers closed this Mar 13, 2024
@qqmyers qqmyers removed the Size: 3 A percentage of a sprint. 2.1 hours. label Mar 13, 2024
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.

Multipid ignores legacy settings/isn't backward compatible
4 participants