renovate[bot]
36c042bc98
Update dependency org.webjars.bowergithub.medialize:uri.js to v1.19.11
2024-02-05 17:10:57 -06:00
Alan Orth
f9469c9b6f
dspace-api/pom.xml: add exclusion for javassist
...
Add an exclusion for org.javassist:javassist due to a dependency
convergence error caused by eu.openaire:funders-model pulling in a
version conflicting with Jersey's transitive dependency.
2024-02-05 17:10:57 -06:00
Alan Orth
8e66812dbb
pom.xml: bump Jersey
...
Bump jersey due to jersey-media-json-jackson pulling in a conflicting
jakarta.xml.bind-api via transitive dependency in dspace-rest, which
is the legacy DSpace 6 REST API.
2024-02-05 17:10:57 -06:00
renovate[bot]
b5a59c76e8
Update dependency joda-time:joda-time to v2.12.5
2024-02-05 17:10:57 -06:00
renovate[bot]
a9a8021cf6
Update dependency commons-cli:commons-cli to v1.5.0
2024-02-05 17:10:57 -06:00
renovate[bot]
167033d830
Update dependency commons-codec:commons-codec to v1.15
2024-02-05 17:10:57 -06:00
renovate[bot]
8895aca3eb
Update dependency commons-validator:commons-validator to v1.7
2024-02-05 17:10:56 -06:00
renovate[bot]
53c4e18159
Update dependency commons-io:commons-io to v2.12.0
2024-02-05 17:10:56 -06:00
renovate[bot]
e14f267229
Update dependency org.apache.james:apache-mime4j-core to v0.8.9
2024-02-05 17:10:56 -06:00
renovate[bot]
ba95c1852f
Update dependency org.glassfish.jaxb:jaxb-runtime to v2.3.8
2024-02-05 17:10:56 -06:00
renovate[bot]
91f9d8c4dd
Update dependency com.opencsv:opencsv to v5.7.1
2024-02-05 17:10:56 -06:00
renovate[bot]
e2d809ffb4
Update dependency org.flywaydb:flyway-core to v8.5.13
2024-02-05 17:10:56 -06:00
renovate[bot]
bbe05833a9
Update dependency org.ehcache:ehcache to v3.10.8
2024-02-05 17:10:56 -06:00
Alan Orth
95ac7dea42
pom.xml: bump org.apache.httpcomponents
...
Closes: https://github.com/alanorth/DSpace/pull/21
Closes: https://github.com/alanorth/DSpace/pull/22
Closes: https://github.com/alanorth/DSpace/pull/23
2024-02-05 17:10:56 -06:00
renovate[bot]
969bee4871
Update dependency junit:junit to v4.13.2
2024-02-05 17:10:56 -06:00
renovate[bot]
be7bdcf398
Update dependency org.apache.ant:ant to v1.10.13
2024-02-05 17:10:56 -06:00
renovate[bot]
84452a97d8
Update dependency net.handle:handle to v9.3.1
2024-02-05 17:10:56 -06:00
renovate[bot]
aeb5300c6f
Update dependency javax.cache:cache-api to v1.1.1
2024-02-05 17:10:56 -06:00
Alan Orth
bd7214ad1f
pom.xml: bump com.google.code.findbugs:jsr305
...
Closes: https://github.com/alanorth/DSpace/pull/12
2024-02-05 17:10:56 -06:00
renovate[bot]
5893c7768e
Update dependency dnsjava:dnsjava to v2.1.9
2024-02-05 17:10:56 -06:00
renovate[bot]
774f3bbcd5
Update dependency de.digitalcollections.iiif:iiif-apis to v0.3.10
2024-02-05 17:09:59 -06:00
renovate[bot]
3bfcf82977
Update dependency com.flipkart.zjsonpatch:zjsonpatch to v0.4.14
2024-02-05 17:09:44 -06:00
Tim Donohue
66a4a036e0
Merge pull request #9304 from tdonohue/port_9303_to_7x
...
[Port dspace-7_x] Fix Docker image build issues for new versions of Docker (25.0.2) and Docker Compose (2.24.3)
2024-02-02 15:53:17 -06:00
Tim Donohue
414837a12a
Fix 'dspacesolr' build issues in GitHub actions by adding 'solrconfig' as an additional_context
2024-02-02 14:47:15 -06:00
Tim Donohue
250e82af9d
Fix build issues with dockersolr by using "additional_contexts" to pass solr config path to Dockerfile.
2024-02-02 14:45:55 -06:00
Tim Donohue
a0ba470197
Fix "cannot override networks.dspacenet" by updating all compose files to reference 'dspacenet' network
2024-02-02 14:43:09 -06:00
Tim Donohue
f46742510b
Merge pull request #9297 from DSpace/backport-9293-to-dspace-7_x
...
[Port dspace-7_x] Call cas.init() method in the VocabularyRestRepositoryIT#setup method
2024-01-29 12:19:04 -06:00
milanmajchrak
2549663081
The cas.init() method is called in the VocabularyRestRepositoryIT#setup() method
...
(cherry picked from commit 85b5e06fb0
)
2024-01-29 17:52:28 +00:00
Alan Orth
5f7af6b3fc
Merge pull request #9280 from DSpace/backport-9276-to-dspace-7_x
...
[Port dspace-7_x] Search on the label of an authority, not the value in a submission context
2024-01-23 11:48:44 +03:00
Jens Vannerum
a22a01aa5c
search on labels, not values on DCInputs
...
(cherry picked from commit 5ebe1a9402
)
2024-01-23 08:05:25 +00:00
Tim Donohue
c509d495b1
Merge pull request #9270 from DSpace/backport-9261-to-dspace-7_x
...
[Port dspace-7_x] DS-9142: prevent UUID exception by adding check for -1 value for the id field
2024-01-19 09:43:45 -06:00
nwoodward
dc57aceeaf
catch exceptions stemming from invalid id's
...
(cherry picked from commit 848df25984
)
2024-01-19 15:15:26 +00:00
Alan Orth
8a59c12b35
Merge pull request #9264 from DSpace/backport-9252-to-dspace-7_x
...
[Port dspace-7_x] Skip recording usage events if user is administrator
2024-01-18 10:13:03 +03:00
Agustina Martinez
9a0db2a642
Skip recording usage event if administrator
...
(cherry picked from commit 73e5c43f7c
)
2024-01-18 06:46:35 +00:00
Alan Orth
c86a0cf04e
Merge pull request #9256 from DSpace/backport-9248-to-dspace-7_x
...
[Port dspace-7_x] Return headers for HEAD request
2024-01-11 18:43:12 +03:00
William Welling
ebbae391d7
Add content-length to bitstream
...
(cherry picked from commit 6be7e4e370
)
2024-01-11 15:15:35 +00:00
William Welling
b8d00afd12
Return headers for HEAD request
...
(cherry picked from commit 64ae49a29f
)
2024-01-11 15:15:35 +00:00
Tim Donohue
8b29c04790
Merge pull request #9251 from DSpace/backport-9250-to-dspace-7_x
...
[Port dspace-7_x] dspace-api: fix typo in AuthorizeServiceImpl log
2024-01-09 14:23:17 -06:00
Alan Orth
37ed65850f
dspace-api: fix typo in AuthorizeServiceImpl log
...
(cherry picked from commit 127b1ae868
)
2024-01-09 20:13:56 +00:00
Alan Orth
426a2f9c47
Merge pull request #9246 from DSpace/backport-9239-to-dspace-7_x
...
[Port dspace-7_x] Correct response of get controlled vocabulary by metadata and collection when NO controlled vocabulary is available for the specified metadata and collection
2024-01-04 10:59:16 +03:00
Toni Prieto
14c6ccce21
Add missing test for byMetadataAndCollection operation of Controlled Vocabularies endpoint
...
(cherry picked from commit a294f996cf
)
2024-01-04 07:32:53 +00:00
Toni Prieto
c7113e5d24
Correct response of byMetadataAndCollection operation of Controlled Vocabularies Endpoint when no controlled vocabulary is available for the specified metadata and collection
...
(cherry picked from commit eb2e4f1155
)
2024-01-04 07:32:53 +00:00
Alan Orth
5606c8b97f
Merge pull request #9224 from DSpace/backport-9220-to-dspace-7_x
...
[Port dspace-7_x] fix: Failure of org.dspace.app.rest.SitemapRestControllerIT when running locally
2023-12-08 11:37:43 +03:00
Shankeerthan Kasilingam
16112a44d8
fix: Failure of org.dspace.app.rest.SitemapRestControllerIT when running locally
...
(cherry picked from commit 44fc15f74b
)
2023-12-08 07:38:07 +00:00
Tim Donohue
7524d169f5
Remove unused env variables from docker.yml build script
2023-11-28 17:01:04 -06:00
Tim Donohue
61d9e75ccd
Merge pull request #9214 from DSpace/backport-9213-to-dspace-7_x
...
[Port dspace-7_x] Add parallel builds for Docker Images in GitHub Actions
2023-11-28 15:59:53 -06:00
Tim Donohue
af1550d415
Ensure dspace-solr redeploys the Solr instances for Demo/Sandbox
2023-11-28 15:13:17 -06:00
Tim Donohue
93fc3ce8d0
Refactor docker.yml to use a separate reusable-docker-build.yml script for each image build.
...
(cherry picked from commit 0e88bfdae7
)
2023-11-28 19:48:25 +00:00
Tim Donohue
68f29c45b6
Minor fixes to Dockerfiles. No longer need 'git'. Use Maven flags to slightly speed up build/install steps.
...
(cherry picked from commit 538833f8a8
)
2023-11-28 19:48:25 +00:00
Tim Donohue
c9c57faa21
Update GitHub action plugin versions. Minor fixes including using built-in Maven caching & fix to CodeCov action
...
(cherry picked from commit 2aae4cd78d
)
2023-11-28 19:48:25 +00:00