Skip to content

Commit 1994ab4

Browse files
authored
Merge pull request #112 from dbmdz/mediatype-object
Add allowed media type "Object"
2 parents 47781cc + 98f4e16 commit 1994ab4

File tree

14 files changed

+14
-12
lines changed

14 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1313
- The `Problem` (of error responses) is expanded by a hint that gives clearer information about the actual error
1414
- The related entities of Manifestations and Works contain their name if they are `NamedEntity`s and are an instance
1515
of the proper derived `Entity` class
16+
- Add allowed media type "Object"
1617

1718
## [9.1.0](https://github.com/dbmdz/metadata-service/releases/tag/9.1.0) - 2024-04-16
1819

metasvc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.dbmdz.metadata</groupId>
88
<artifactId>metasvc</artifactId>
9-
<version>9.2.0-RC2</version>
9+
<version>9.2.0-RC3</version>
1010
</parent>
1111

1212
<name>Metadata-Service: Repository Client</name>

metasvc-lobid-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.dbmdz.metadata</groupId>
99
<artifactId>metasvc</artifactId>
10-
<version>9.2.0-RC2</version>
10+
<version>9.2.0-RC3</version>
1111
</parent>
1212

1313
<name>Metadata-Service: lobid.org Client</name>

metasvc-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.dbmdz.metadata</groupId>
88
<artifactId>metasvc</artifactId>
9-
<version>9.2.0-RC2</version>
9+
<version>9.2.0-RC3</version>
1010
</parent>
1111

1212
<name>Metadata-Service: Model</name>

metasvc-server/backend-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.dbmdz.metadata</groupId>
88
<artifactId>metasvc-server</artifactId>
9-
<version>9.2.0-RC2</version>
9+
<version>9.2.0-RC3</version>
1010
</parent>
1111

1212
<name>Metadata-Service: Repository Server (Backend API)</name>

metasvc-server/backend-file/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dbmdz.metadata</groupId>
77
<artifactId>metasvc-server</artifactId>
8-
<version>9.2.0-RC2</version>
8+
<version>9.2.0-RC3</version>
99
</parent>
1010

1111
<name>Metadata-Service: Repository Server (Backend IMPL File)</name>

metasvc-server/backend-inmemory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.dbmdz.metadata</groupId>
88
<artifactId>metasvc-server</artifactId>
9-
<version>9.2.0-RC2</version>
9+
<version>9.2.0-RC3</version>
1010
</parent>
1111

1212
<name>Metadata-Service: Repository Server (Backend IMPL InMemory)</name>

metasvc-server/backend-jdbi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.github.dbmdz.metadata</groupId>
1010
<artifactId>metasvc-server</artifactId>
11-
<version>9.2.0-RC2</version>
11+
<version>9.2.0-RC3</version>
1212
</parent>
1313

1414
<name>Metadata-Service: Repository Server (Backend IMPL JDBI PostgreSql)</name>

metasvc-server/backend-lobid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.dbmdz.metadata</groupId>
88
<artifactId>metasvc-server</artifactId>
9-
<version>9.2.0-RC2</version>
9+
<version>9.2.0-RC3</version>
1010
</parent>
1111

1212
<name>Metadata-Service: Repository Server (Backend IMPL External System lobid.org)</name>

metasvc-server/business/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.dbmdz.metadata</groupId>
88
<artifactId>metasvc-server</artifactId>
9-
<version>9.2.0-RC2</version>
9+
<version>9.2.0-RC3</version>
1010
</parent>
1111

1212
<name>Metadata-Service: Repository Server (Business)</name>

metasvc-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.dbmdz.metadata</groupId>
88
<artifactId>metasvc</artifactId>
9-
<version>9.2.0-RC2</version>
9+
<version>9.2.0-RC3</version>
1010
</parent>
1111

1212
<name>Metadata-Service: Repository Server</name>

metasvc-server/webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.dbmdz.metadata</groupId>
88
<artifactId>metasvc-server</artifactId>
9-
<version>9.2.0-RC2</version>
9+
<version>9.2.0-RC3</version>
1010
</parent>
1111

1212
<name>Metadata-Service: Repository Server (Webapp)</name>

metasvc-server/webapp/src/main/resources/application-typedeclarations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ application:
1313
- ISSUE
1414
- MICROSCOPE_IMAGES
1515
- NEWSPAPER
16+
- OBJECT
1617
- PART
1718
- SERIAL
1819
- SPECTRALLYOPTIMIZED_IMAGES

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.github.dbmdz.metadata</groupId>
1313
<artifactId>metasvc</artifactId>
14-
<version>9.2.0-RC2</version>
14+
<version>9.2.0-RC3</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Metadata-Service</name>

0 commit comments

Comments
 (0)