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

initial commit for Primefaces 10 - minimal modification to LazyFileMe… #7913

Merged
merged 2 commits into from Jun 24, 2021

Conversation

rtreacy
Copy link
Contributor

@rtreacy rtreacy commented May 28, 2021

…tadataDataModel to work around breaking changes to Primefaces LazyDataModel

What this PR does / why we need it: Security improvements and base for implementing new features in the future

Which issue(s) this PR closes:#7726 Upgrade to Primefaces 10

Closes #7726

Special notes for your reviewer: The purpose of this change is simply to upgrade to Primefaces 10 to get security updates and to have a base for future enhancements using new features that Primefaces 10 provides. This PR does not implement any new features. The only code change made was a minimal one to work around breaking changes to Primefaces LazyDataModel. The change removes LazyFileMetadataModelDataModel's dependency on LazyDataModel (extends LazyDataModel), in order to successfully compile. By code inspection, I concluded that the code is currently dead code, but the function that it serves may still be implemented in the future, so it was not removed completely. Per discussion with Gustavo, I made these minimal changes, so that the effect of Primefaces 10 on the rest of the existing application could be tested.

Suggestions on how to test this: The change should be transparent. Exercise the UI to determine that Primefaces 10 has not broken existing functions

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

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

Additional documentation:

…tadataDataModel to work around breaking changes to Primefaces LazyDataModel
@coveralls
Copy link

coveralls commented May 28, 2021

Coverage Status

Coverage increased (+0.002%) to 19.327% when pulling 5583954 on 7726-upgrade-to-primefaces-10 into 11a968d on develop.

…hange in the latest version of PrimeFaces. The class was not being used in the code and it was decided to remove it after talking to Steve and Gustavo. There was also an instance declared in the DatasetPage, but again it was not serving any function
@rtreacy
Copy link
Contributor Author

rtreacy commented Jun 7, 2021

As per discussion with Steve and Gustavo, LazyFileMetadataDataModel has been removed completely

IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) automation moved this from Review 🦁 to QA 🔎✅ Jun 7, 2021
@kcondon kcondon self-assigned this Jun 24, 2021
@kcondon kcondon merged commit 2ce439d into develop Jun 24, 2021
IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) automation moved this from QA 🔎✅ to Done 🚀 Jun 24, 2021
@kcondon kcondon deleted the 7726-upgrade-to-primefaces-10 branch June 24, 2021 21:04
@djbrooke djbrooke added this to the 5.6 milestone Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Upgrade to Primefaces 10
5 participants