Commit Graph

17604 Commits

Author SHA1 Message Date
renovate[bot]
6d0b5deb8e Update dependency org.webjars.bowergithub.jquery:jquery-dist to v3.7.1 2024-02-05 17:34:48 +03:00
renovate[bot]
2c1a45bc88 Update dependency org.webjars.bowergithub.twbs:bootstrap to v4.6.2 2024-02-05 17:34:47 +03:00
renovate[bot]
275757e6d4 Update dependency org.apache.maven.plugins:maven-assembly-plugin to v3.6.0 2024-02-05 17:34:47 +03:00
renovate[bot]
ae12f1865f Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.3.1 2024-02-05 17:34:47 +03:00
Alan Orth
710feb798d Update hamcrest to v2.2
Due to changes in hamcrest packaging we only need the main artifact
now, but we add hamcrest-core (which is an empty pom) so it doesn't
get pulled in by other deps. Last, the hamcrest docs recommend that
we put hamcrest first so that we don't have dependency convergence
issues from junit.

See: https://hamcrest.org/JavaHamcrest/distributables
2024-02-05 17:34:47 +03:00
renovate[bot]
8809e98a18 Update json-path.version to v2.8.0 2024-02-05 17:34:47 +03:00
renovate[bot]
4e071b2428 Update dependency org.apache.ant:ant to v1.10.14 2024-02-05 17:34:47 +03:00
Alan Orth
fc6a9ca5cb pom.xml: update spotbugs and spotbugs-maven-plugin
Update to latest versions:

- spotbugs v4.1.2→v4.8.2
- spotbugs-maven-plugin v4.0.4→v4.8.2.0

These are not run in CI and seem to only run manually when asked,
ie via maven:

    $ mvn spotbugs:spotbugs
2024-02-05 17:34:47 +03:00
Alan Orth
f42a981d1b pom.xml: update Spring
We need to keep Spring Framework, Spring Boot, and Spring Security
versions updated together:

- Spring Framework: 5.3.28→5.3.31
- Spring Boot: 2.7.13→2.7.18
- Spring Security: 5.7.9→5.7.11
2024-02-05 17:34:46 +03:00
renovate[bot]
71ea2a7526 Update netty monorepo to v4.1.106.Final 2024-02-05 17:34:39 +03:00
renovate[bot]
68caa1dcf8 Update dependency com.maxmind.geoip2:geoip2 to v2.17.0 2024-02-05 17:32:25 +03:00
renovate[bot]
0958a98b1f Update dependency org.xmlunit:xmlunit-core to v2.9.1 2024-02-05 17:32:25 +03:00
renovate[bot]
07ec54832a Update dependency com.fasterxml:classmate to v1.6.0 2024-02-05 17:32:25 +03:00
renovate[bot]
a697813720 Update log4j.version to v2.22.1 2024-02-05 17:32:09 +03:00
renovate[bot]
70646a30de Update dependency commons-io:commons-io to v2.15.1 2024-02-05 17:31:40 +03:00
renovate[bot]
ab9279cbb8 Update dependency com.opencsv:opencsv to v5.9 2024-02-05 17:31:40 +03:00
renovate[bot]
f67e0f6509 Update dependency commons-cli:commons-cli to v1.6.0 2024-02-05 17:31:40 +03:00
renovate[bot]
fe7800ab5a Update pdfbox-version to v2.0.30 2024-02-05 17:31:40 +03:00
renovate[bot]
8d6f6e37b3 Update dependency org.glassfish.jaxb:jaxb-runtime to v2.3.9 2024-02-05 17:31:39 +03:00
renovate[bot]
0d4c1ea63a Update dependency com.h2database:h2 to v2.2.224 2024-02-05 17:31:39 +03:00
Tim Donohue
f2f6e09bd8 Merge pull request #9303 from tdonohue/fix_docker_issues
Fix Docker image build issues for new versions of Docker (25.0.2) and Docker Compose (2.24.3)
2024-02-02 14:38:47 -06:00
Tim Donohue
8fb4dd5954 Fix 'dspacesolr' build issues in GitHub actions by adding 'solrconfig' as an additional_context 2024-02-02 13:33:58 -06:00
Tim Donohue
5f9565e267 Fix build issues with dockersolr by using "additional_contexts" to pass solr config path to Dockerfile. 2024-02-02 13:33:58 -06:00
Tim Donohue
a84d2440a7 Fix "cannot override networks.dspacenet" by updating all compose files to reference 'dspacenet' network 2024-02-02 13:33:58 -06:00
Tim Donohue
34424d9594 Merge pull request #9295 from atmire/w2p-111323_expose-creationTime-on-Process-as-sort-option
Expose 'creationTime' property on Process object and add it to '/search/byProperty' sort options
2024-02-01 12:03:39 -06:00
Tim Donohue
9cbfad4df8 Merge pull request #9243 from atmire/atmire-index-discovery-by-type
Alteration to index-discovery script to only (re-)index specific type of IndexableObject
2024-01-31 09:30:47 -06:00
Marie Verdonck
95714fb4fe Merge branch 'pr-9243-atmire-index-discovery-by-type-7.6' into atmire-index-discovery-by-type
# Conflicts:
#	dspace-api/src/main/java/org/dspace/discovery/IndexClient.java
2024-01-31 11:37:46 +01:00
Marie Verdonck
0273c48992 PR#9243: index-discovery - validate type option 2024-01-31 11:24:51 +01:00
Alan Orth
02f4095edc Merge pull request #9293 from dataquest-dev/fix_failing_vocaburalyit
Call cas.init() method in the VocabularyRestRepositoryIT#setup method
2024-01-29 20:52:10 +03:00
Andrea Bollini
15e3e3a164 CST-5249 add javadoc 2024-01-27 21:57:39 +01:00
Andrea Bollini
903c9800d5 CST-5249 improve implementation to use proper pagination across solr facets 2024-01-27 21:41:07 +01:00
Andrea Bollini
79da222544 CST-5249 clarify fingByTarget implementation 2024-01-27 21:40:38 +01:00
milanmajchrak
85b5e06fb0 The cas.init() method is called in the VocabularyRestRepositoryIT#setup() method 2024-01-27 14:01:48 +01:00
Tim Donohue
7ce189344b Merge pull request #8797 from 4Science/DSC-963_main
Using an embedded tomcat to start the application
2024-01-26 11:50:24 -06:00
frabacche
dfdd2664e2 CST-5249_suggestion openaire integration xml fix 2024-01-25 16:19:45 +01:00
frabacche
233ad6c41c CST-5249_suggestion dateScorer refactor, oairecerif removal, edicationDateMetadata removal 2024-01-25 14:39:02 +01:00
Nona Luypaert
bf5ea2dec5 111323: Expose creationTime sort option on Process endpoint 2024-01-24 13:39:54 +01:00
Vincenzo Mecca
c0d68ee7d0 [DSC-963] Addresses changes of the PR#8797 2024-01-23 12:19:13 +01:00
Alan Orth
19049d0df1 Merge pull request #9276 from atmire/w2p-110088_keyboard-to-select-values
Search on the label of an authority, not the value in a submission context
2024-01-23 11:05:08 +03:00
Tim Donohue
6ca4e8ff2c Merge pull request #9258 from tdonohue/remove_deprecated_rest
Remove deprecated v4-6 REST API (`dspace-rest` module, also known as the `/rest` webapp)
2024-01-22 11:22:47 -06:00
Jens Vannerum
5ebe1a9402 search on labels, not values on DCInputs 2024-01-22 15:14:54 +01:00
Andrea Bollini
29fa737977 DURACOM-225 fix lazy initialization traversing comms/colls 2024-01-20 16:48:13 +01:00
Andrea Bollini
729e3898db DURACOM-225 porting of the uuid iterator implementation from dspace-cris to retrie just the uuid from the database in the initial query 2024-01-20 16:35:56 +01:00
Andrea Bollini
4dd3120cc5 DURACOM-225 commit after each item to release DB resources 2024-01-20 16:06:27 +01:00
Andrea Bollini
2227d14e9f DURACOM-225 add IT for the media filter script 2024-01-20 15:51:06 +01:00
Tim Donohue
944305a8ca Remove dspace-rest, all configs and a few deprecated methods only used by this module. 2024-01-19 11:15:18 -06:00
Tim Donohue
de7ad34ec0 Merge pull request #9261 from TexasDigitalLibrary/DS-9142
DS-9142: prevent UUID exception by adding check for -1 value for the id field
2024-01-19 09:15:09 -06:00
Marie Verdonck
ec0ab92794 Alteration to index-discovery script to only (re-)index specific type of IndexableObject
Not compatible with `-b` option since this clears entire index first (& expect to rebuild it in its entirety)
Compatible with `-f` to force reindex specific type of IndexableObject
2024-01-18 19:32:08 +01:00
nwoodward
848df25984 catch exceptions stemming from invalid id's 2024-01-18 11:44:57 -06:00
Alan Orth
46b9db08c1 Merge pull request #9252 from amgciadev/fix-9223-b
Skip recording usage events if user is administrator
2024-01-18 09:46:17 +03:00