forked from alanorth/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 15
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
build(deps): bump org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1 #518
Open
dependabot
wants to merge
110
commits into
7_x-prod
Choose a base branch
from
dependabot/maven/org.apache.commons-commons-configuration2-2.10.1
base: 7_x-prod
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
build(deps): bump org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1 #518
dependabot
wants to merge
110
commits into
7_x-prod
from
dependabot/maven/org.apache.commons-commons-configuration2-2.10.1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rest.cors.allowed-origins allows us to develop on Angular locally while using a remote DSpace API. We will perhaps disable this in the long run after we deploy DSpace 7.
I ported these from DSpace 6 but they are aesthetically annoying in DSpace 7 when you have more than ~4.
These were copied directly from our DSpace 6 branch.
These are the latest spider agent lists from our DSpace 6.x branch.
Sync settings with DSpace 6. We do not want to log bot requests, and we want to match user agents case insensitively.
Use a "2x" supersample by overriding the ImageMagick density from 72 to 144. This creates higher-quality PDF thumbnails.
We only want to send subscription mails for new items, not modified ones.
These behave differently in DSpace 7 than in DSpace 6 when the IDs are missing (you get infinitely repeating values in the submission form dropdown).
Our subjects are in dcterms.subject and we don't use hierarchical subjects. Also, change the date issued field.
Use dcterms.type for Type and add a few more filters from CGSpace.
Update from latest COUNTER-Robots list, removing from the local ILRI overrides where needed.
It has been ten years since we last increased the thumbnail size on CGSpace. 300px has served us well, but higher-density displays and new uses for thumbnails call for larger sizes. For reference, I checked 300 - 600px to see the implications on file size for one portrait layout PDF: - 212x300px: 31 kilobytes <--- current - 283x400px: 52 kilobytes - 354x500px: 76 kilobytes - 424x600px: 106 kilobytes I think 500px is a good compromise.
We don't use Datacite yet, but this is easy to change now so it can possibly work in the future.
We are not using this yet, but it will surely come in handy.
Copied directly from CGSpace's DSpace 6 repository.
Hopefully easier to maintain during future rebases now.
Just to show that it's possible and get feedback from our submitters.
Update a few Discovery configs to use dcterms.issued instead of dc.date.issued.
I was surprised to see this was disabled, as I already tested it a few months ago.
The DC=ILRI no longer exists in Active Directory as far as I can see from checking a few users.
There seems to be a bug in DSpace 7.6-SNAPSHOT that causes LDAP lo- gins to fail when the groupmap is enabled.
We are using an external controlled vocabulary instead. This hasn't been needed since we got rid of Atmire's Listings and Reports module in DSpace 6.
Move English, French, and Spanish to the top of the controlled list in the submission form.
Remove some incorrect ones based on clustering in OpenRefine and checking their profiles on orcid.org.
For now only IFPRI is using these.
Use type-bind to only show ISSN for journal articles and data papers.
Minor tweak to language.
We decided to re-work the way we tag datasets: - If a dataset has a DOI, it should be entered in the DOI field - Otherwise, it should be entered in the normal URL field - The "cg.identifier.dataurl" field will be for "related" datasets
IFPRI sent me a list of their authors so I combined it with ours.
There is a bug with onebox fields that use controlled vocabularies and are not repeatable.
Remove a few incorrect and duplicate affiliations.
I don't know why these are here, I fixed them twice already grrr.
The name has been United Nations Children's Fund since 1953. :) See: https://www.unicef.org/about-unicef/frequently-asked-questions#3
Use a list comprehension to filter out rows that are missing a url or filename.
IWMI sent me some new ones so I updated our list. This time I used GNU `sort` instead of `sort i` in vim because GNU sort handles ac- cents better. Formatted with tidy: $ tidy -xml -utf8 -m -iq -w 0 dspace/config/controlled-vocabularies/cg-creator-identifier.xml
Bumps org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1. --- updated-dependencies: - dependency-name: org.apache.commons:commons-configuration2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
java
Pull requests that update Java code
labels
Mar 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1.
You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.