Skip to content

Commit 7a5cb35

Browse files
committed
upgrading VLO dependency
1 parent ed14d8e commit 7a5cb35

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed
Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
# properties are documented in the application.yml of the curation-app module
22
spring:
3-
datasource:
4-
url: ${DATABASE_URI}
5-
username: ${DATABASE_USER}
6-
password: ${DATABASE_PASSWORD}
7-
driver-class-name: org.mariadb.jdbc.Driver
8-
jpa:
9-
show-sql: false
10-
hibernate:
11-
ddl-auto: none
12-
database-platform: org.hibernate.dialect.MariaDBDialect
13-
cache:
14-
jcache:
15-
config: classpath:ehcache.xml
16-
servlet:
17-
multipart:
18-
enabled: true
19-
location: ${java.io.tmpdir}
20-
mvc:
21-
async:
22-
request-timeout: 3600000
3+
datasource:
4+
url: ${DATABASE_URI}
5+
username: ${DATABASE_USER}
6+
password: ${DATABASE_PASSWORD}
7+
driver-class-name: org.mariadb.jdbc.Driver
8+
jpa:
9+
show-sql: false
10+
hibernate:
11+
ddl-auto: none
12+
database-platform: org.hibernate.dialect.MariaDBDialect
13+
cache:
14+
jcache:
15+
config: classpath:ehcache.xml
16+
servlet:
17+
multipart:
18+
enabled: true
19+
location: ${java.io.tmpdir}
20+
mvc:
21+
async:
22+
request-timeout: 3600000
2323
server:
24-
error:
25-
include-stacktrace: always
24+
error:
25+
include-stacktrace: always
2626

2727
curation:
28-
cr-service:
29-
restApi: "https://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/1.x/profiles"
30-
query: "?registrySpace=published&status=production&status=development&&status=deprecated"
31-
ccr-service:
32-
restApi: "https://vocabularies.clarin.eu/clavas/rest/v1/data"
33-
query: "?uri=${conceptURI}"
34-
facets:
35-
- languageCode
36-
- collection
37-
- resourceClass
38-
- modality
39-
- format
40-
- keywords
41-
- genre
42-
- subject
43-
- country
44-
- organisation
45-
- name
46-
- description
47-
- license
48-
- availability
49-
- temporalCoverage
50-
clientUsername: curation
51-
directory:
52-
home: ${APPLICATION_HOME_DIRECTORY}
53-
dataRoot: ${APPLICATION_HOME_DIRECTORY}/data
54-
in: >
55-
${APPLICATION_HOME_DIRECTORY}/data/clarin/results/cmdi
56-
out: ${APPLICATION_HOME_DIRECTORY}/public
57-
share: /data
58-
max_file_size: 100MB
59-
mode: instance
60-
doc-url: "https://raw.githubusercontent.com/clarin-eric/cereal/main/curation-dashboard/markdown"
28+
cr-service:
29+
restApi: "https://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/1.x/profiles"
30+
query: "?registrySpace=published&status=production&status=development&&status=deprecated"
31+
ccr-service:
32+
restApi: "https://vocabularies.clarin.eu/clavas/rest/v1/data"
33+
query: "?uri=${conceptURI}"
34+
facets:
35+
- languageCode
36+
- collection
37+
- resourceClass
38+
- modality
39+
- format
40+
- keywords
41+
- genre
42+
- subject
43+
- country
44+
- organisation
45+
- name
46+
- description
47+
- license
48+
- availability
49+
- temporalCoverage
50+
clientUsername: curation
51+
directory:
52+
home: ${APPLICATION_HOME_DIRECTORY}
53+
dataRoot: ${APPLICATION_HOME_DIRECTORY}/data
54+
in: >
55+
${APPLICATION_HOME_DIRECTORY}/data/clarin/results/cmdi
56+
out: ${APPLICATION_HOME_DIRECTORY}/public
57+
share: /data
58+
max_file_size: 100MB
59+
mode: instance
60+
doc-url: "https://raw.githubusercontent.com/clarin-eric/cereal/main/curation-dashboard/markdown"
6161
logging:
62-
level:
63-
root: ERROR
62+
level:
63+
root: ERROR

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<linkchecker-persistence.version>2.0.1</linkchecker-persistence.version>
2525
<revision>7.5.0-SNAPSHOT</revision>
26-
<vlo.version>4.12.1</vlo.version>
26+
<vlo.version>4.12.4</vlo.version>
2727
<vtd.version>2.11</vtd.version>
2828
<saxon.version>12.3</saxon.version>
2929
<mockserver.version>5.15.0</mockserver.version>

0 commit comments

Comments
 (0)