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

build(deps): bump org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1 #518

Open
wants to merge 110 commits into
base: 7_x-prod
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 21, 2024

Bumps org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1.

Dependabot compatibility score

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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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.
alanorth and others added 27 commits March 7, 2024 10:07
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.
Use type-bind to only show ISSN for journal articles and data papers.
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.
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 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
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant