Skip to content

Commit

Permalink
EDGOAIPMH-101: Update to Java 17. remove useless samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroBykov1 committed Aug 31, 2023
1 parent 1b5dbe1 commit 4e3c490
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 206 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildMvn {
buildJavaDocker {
publishMaster = 'yes'
healthChk = 'yes'
healthChkCmd = 'curl -sS --fail -o /dev/null http://localhost:8081/admin/health || exit 1'
healthChkCmd = 'wget --no-verbose --tries=1 --spider http://localhost:8081/admin/health || exit 1'
}
}
}
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@
<schemaDirectory>ramls/schemas</schemaDirectory>
<schemaIncludes>
<include>OAI-PMH.xsd</include>
<!-- <include>oai_dc.xsd</include>-->
</schemaIncludes>
<bindingDirectory>ramls/schemas</bindingDirectory>
<bindingIncludes>
Expand Down
6 changes: 0 additions & 6 deletions ramls/examples/bad_verb_error.sample

This file was deleted.

9 changes: 0 additions & 9 deletions ramls/examples/no_metadata_format_error.sample

This file was deleted.

9 changes: 0 additions & 9 deletions ramls/examples/no_records_error.sample

This file was deleted.

42 changes: 0 additions & 42 deletions ramls/examples/record.sample

This file was deleted.

9 changes: 0 additions & 9 deletions ramls/examples/resumption_token_error.sample

This file was deleted.

36 changes: 0 additions & 36 deletions ramls/schemas/oai_dc.xsd

This file was deleted.

78 changes: 0 additions & 78 deletions ramls/schemas/simpledc20021212.xsd

This file was deleted.

15 changes: 0 additions & 15 deletions ramls/traits/resps.raml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,17 @@
body:
text/xml:
#schema: OAI-PMH
example:
strict: false
value: !include ../examples/bad_verb_error.sample

'401':
description: 'Access Denied'
body:
text/xml:
#schema: OAI-PMH
example:
strict: false
value: !include ../examples/resumption_token_error.sample
'404':
description: 'Not found'
body:
text/xml:
#schema: OAI-PMH
example:
strict: false
value: !include ../examples/no_records_error.sample
'406':
description: 'Not Acceptable'
body:
Expand All @@ -39,9 +30,6 @@
body:
text/xml:
#schema: OAI-PMH
example:
strict: false
value: !include ../examples/no_metadata_format_error.sample
'500':
description: 'Internal Server Error'
body:
Expand All @@ -51,6 +39,3 @@
body:
text/xml:
#schema: OAI-PMH
example:
strict: false
value: !include ../examples/bad_verb_error.sample

0 comments on commit 4e3c490

Please sign in to comment.