dataverse
dataverse copied to clipboard
Open source research data repository software
**What this PR does / why we need it**: This PR replace deprecated `HttpSolrClient` with 2 new implementations : - `Http2SolrClient` to make queries to Solr - `ConcurrentUpdateHttp2SolrClient` to perform...
**Overview of the Feature Request** Dataverse installation administrators can deprecate metadata fields that are removed during a redesign of the deposit metadata model, such as re-designs of metadata blocks that...
**What this PR does / why we need it**: This PR is to solve the issue 9508 on how to "update a develop branch to develop branch" pull request **Which...
[the paragraph that follows need to be edited some more, as it still contains some inaccuracies; will do once I have a sec. but, to emphasize, this is a fairly...
Artifacts: Uploads are slow! - Do not include the WAR file in the `java-builddir.tar` (140 MB) - Maybe do not include the `dataverse/WEB-INF/lib` dir (160MB) Caching: - Analyse why there...
The SAVE changes option stalls and does not resolve. The collection is featured but you can only see it once you refresh the page. Navigate to the "featured collection" option...
**What this PR does / why we need it**: Fixed the bug where incomplete metadata label was shown on a published dataset and visible for everybody. The label is now...
**Overview of the Feature Request** The request to include on HDV the MIT License was created on https://github.com/IQSS/dataverse.harvard.edu/issues/248, This PR adds a JSON file so the license can be added.
The place holder for the usual release notes pr.
A lot of places in the code base use the Gson or Jackson library to do JSON processing (and a bit of data binding). These should be refactored to use...