Tim Donohue
|
7c2aa7f86d
|
Bug fix to label_merge_conflicts GitHub action
|
2022-10-28 09:43:19 -05:00 |
|
Tim Donohue
|
55334703f3
|
Merge pull request #8552 from tdonohue/update_merge_conflict_action
Switch GitHub action for labeling merge conflicts
|
2022-10-28 09:26:20 -05:00 |
|
Alan Orth
|
bf0038182f
|
dspace-api: allow overriding ImageMagick density
Allow users to override ImageMagick's default density of 72 DPI for
creating PDF thumbnails. In this case a density of 144 will perform
a "2x" supersample, which greatly increases the quality of the res-
ulting images at the expense of slightly longer execution time and
higher memory usage.
See: https://imagemagick.org/script/command-line-options.php#density
See: https://stackoverflow.com/questions/49828544/how-to-make-thumbnails-using-imagickresizeimage-appear-sharper-php
Fixes: https://github.com/DSpace/DSpace/issues/8514
|
2022-10-28 09:28:15 +03:00 |
|
Tim Donohue
|
8aa8518ed8
|
Switch GitHub action for labeling merge conflicts
|
2022-10-27 13:35:06 -05:00 |
|
nwoodward
|
e3133460b8
|
set last harvested time for successful OAI harvest
|
2022-10-27 13:19:50 -05:00 |
|
Toni Prieto
|
954cf43caf
|
Changes to use the translations of CC API when no default locale is configured and correct language code used for CC metadata
|
2022-10-26 10:57:29 +02:00 |
|
Toni Prieto
|
fd5dda2f0e
|
Expose configuration key cc.license.jurisdiction and use user-selected jurisdiction if this key is set to none
|
2022-10-26 09:33:19 +02:00 |
|
nwoodward
|
e49d4c9f54
|
changed to check that headerValue is not null before setting subject to it
|
2022-10-24 15:20:31 -05:00 |
|
Tim Donohue
|
5c697c813b
|
Merge pull request #8534 from DSpace/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.13.4.1
Bump jackson-databind from 2.12.6.1 to 2.13.4.1
|
2022-10-24 12:18:20 -05:00 |
|
Tim Donohue
|
ad4a13e7ab
|
Update jackson core alongside databind
Also bumped databind to absolute latest
|
2022-10-24 11:17:17 -05:00 |
|
Tim Donohue
|
a6e4c7daba
|
Merge branch 'main' into dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.13.4.1
|
2022-10-24 10:56:40 -05:00 |
|
Tim Donohue
|
b3ad1d5606
|
Fix comment
|
2022-10-21 16:50:05 -05:00 |
|
Tim Donohue
|
21aebee319
|
Update GitHub token for action
|
2022-10-21 16:37:30 -05:00 |
|
Tim Donohue
|
79d70be6fb
|
Update action to add issues to new triage board
|
2022-10-21 16:22:26 -05:00 |
|
Tim Donohue
|
d6cc202e6b
|
Require commons-text 1.10.0 in dependencyManagement. Remove unnecessary references to commons-text elsewhere in POMs
|
2022-10-19 10:27:01 -05:00 |
|
corrado lombardi
|
64d264a660
|
[DURACOM-98] enable solr slow query logging
|
2022-10-19 15:30:28 +02:00 |
|
dependabot[bot]
|
c425da2ffb
|
Bump jackson-databind from 2.12.6.1 to 2.13.4.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.6.1 to 2.13.4.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-19 05:59:04 +00:00 |
|
Tim Donohue
|
63b1ff825b
|
Merge pull request #8306 from kshepherd/docker-test_remote_debug
Dockerfile.test and docker-compose: expose port 8000, set JDWP java opts
|
2022-10-18 14:39:08 -05:00 |
|
Kristof De Langhe
|
93e72eff54
|
96097: CreateMissingIdentifiersIT affecting other tests fix
|
2022-10-18 11:16:59 +02:00 |
|
Christian Scheible
|
6f02dd502d
|
Fixes #8528, refreshing spider files causes null pointer.
|
2022-10-18 09:28:59 +02:00 |
|
Tim Donohue
|
2a6b457f5a
|
Merge pull request #8503 from alanorth/update-pdfbox
Update PDFBox dependency to version 2.0.27
|
2022-10-17 15:28:56 -05:00 |
|
Tim Donohue
|
4789b16511
|
Merge pull request #8504 from alanorth/update-commons-dbcp2
Update Apache commons-dbcp2 and commons-pool2 dependencies
|
2022-10-17 15:12:01 -05:00 |
|
Jens Vannerum
|
0ad63f054b
|
Merge branch 'w2p-95912_facet-capital-letter-bufix'
|
2022-10-17 15:52:26 +02:00 |
|
Jens Vannerum
|
1047dca2fd
|
95912: queries should be case-insensitive
|
2022-10-17 15:49:41 +02:00 |
|
Hrafn Malmquist
|
528f1a4ff2
|
Use removeAllBundles, defend against ConcurrentModificationException
|
2022-10-15 01:14:30 +01:00 |
|
QZhao
|
d015c4b8e8
|
Bugfix: item admin can't create new version item
|
2022-10-14 10:41:43 +02:00 |
|
Alan Orth
|
e65c277779
|
pom.xml: update DBCP2 dependency
Update commons-dbcp2 and commons-pool2 to latest stable versions.
|
2022-10-07 10:34:01 +03:00 |
|
Alan Orth
|
75e1c0c27d
|
pom.xml: update pdfbox to 2.0.27
See release notes for versions from the current 2.0.24 until 2.0.27
here:
- 2.0.25: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&version=12350196
- 2.0.26: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&version=12350925
- 2.0.27: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&version=12351648
|
2022-10-07 10:33:28 +03:00 |
|
Tim Donohue
|
7837fbacd1
|
[maven-release-plugin] prepare for next development iteration
|
2022-10-06 12:53:51 -05:00 |
|
Tim Donohue
|
4cdb66267e
|
[maven-release-plugin] prepare release dspace-7.4
dspace-7.4
|
2022-10-06 12:53:47 -05:00 |
|
Tim Donohue
|
90bb165eab
|
Minor updates for 7.4
|
2022-10-06 12:23:54 -05:00 |
|
Tim Donohue
|
70fc220660
|
Merge pull request #8357 from 4Science/main-duracom-70
Add compatibility for DSpace 7 with the Remote Handle Resolver
|
2022-10-04 14:48:07 -05:00 |
|
Tim Donohue
|
4067a40f86
|
Merge pull request #8508 from mwoodiupui/8507
Shorten the classpath in bin/start-handle-server to address inconsistent ClassNotFound
|
2022-10-04 13:10:01 -05:00 |
|
Tim Donohue
|
bf892262dd
|
Merge pull request #8509 from jeffmorin/main
Fixed start-handle-server.bat (Windows version)
|
2022-10-04 10:35:29 -05:00 |
|
Jean-François Morin
|
02c2fea8da
|
Cleaned all references to OAI
|
2022-10-04 10:54:20 -04:00 |
|
Tim Donohue
|
110d577c33
|
Merge pull request #8482 from 4Science/CST-6761-NewUsersMightBeRegisteredInMassiveWayByRobot
New users might be registered in a massive way by a robot
|
2022-10-04 09:52:56 -05:00 |
|
Jean-François Morin
|
616fe9fb7d
|
Fixed start-handle-server.bat (Windows version)
|
2022-10-04 10:42:40 -04:00 |
|
Mark H. Wood
|
9c8840f4ce
|
Remove redundant code: 'dspace classpath' already does what we want.
|
2022-10-04 07:51:18 -04:00 |
|
Tim Donohue
|
dd3a4220ba
|
Merge pull request #8505 from DSpace/dependabot/maven/org.eclipse.jetty.http2-http2-server-9.4.48.v20220622
Bump http2-server from 9.4.44.v20210927 to 9.4.48.v20220622
|
2022-10-03 16:22:10 -05:00 |
|
Mark H. Wood
|
61f6bd1622
|
Remove duplication by depending on 'dspace classpath'.
|
2022-10-03 16:53:01 -04:00 |
|
Mark H. Wood
|
60d41b86f2
|
Shorten the argument to -classpath by making the JRE enumerate library JARs.
Also fix some incorrect comments and remove insignificant differences
between 'start-handle-server' and 'dspace'.
|
2022-10-03 16:36:35 -04:00 |
|
Mark H. Wood
|
b8908e533b
|
Ask for (aliased) strategy by name.
|
2022-10-03 15:58:49 -04:00 |
|
Tim Donohue
|
09d7d12ba1
|
Fix minor dependency convergence issues
|
2022-10-03 14:22:21 -05:00 |
|
dependabot[bot]
|
2af9060ceb
|
Bump http2-server from 9.4.44.v20210927 to 9.4.48.v20220622
Bumps http2-server from 9.4.44.v20210927 to 9.4.48.v20220622.
---
updated-dependencies:
- dependency-name: org.eclipse.jetty.http2:http2-server
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-03 19:08:31 +00:00 |
|
Tim Donohue
|
e396d318bf
|
Merge pull request #8498 from tdonohue/fix_jetty_issues
Fix Jetty dependency issues in DSpace POMs & broken "start-handle-server"
|
2022-10-03 14:08:03 -05:00 |
|
Mykhaylo
|
b5aacdf967
|
[CST-6761] restored deleted accidentally properties
|
2022-10-03 18:04:58 +02:00 |
|
Luca Giamminonni
|
9bc01e8f05
|
[DURACOM-92] Fixed S3BitStoreServiceTest tests
|
2022-10-03 12:05:12 +02:00 |
|
Mykhaylo
|
0063b266d5
|
Merge branch 'main' into CST-6761-NewUsersMightBeRegisteredInMassiveWayByRobot
|
2022-10-03 09:37:46 +02:00 |
|
Luca Giamminonni
|
b13dff9e65
|
Merge remote-tracking branch '4science-bitbucket/main' into DURACOM-92
|
2022-10-03 09:20:00 +02:00 |
|
Andrea Bollini
|
66c452bcf9
|
CST-6950 fix report email
|
2022-10-03 09:17:09 +02:00 |
|