File tree Expand file tree Collapse file tree 14 files changed +14
-12
lines changed Expand file tree Collapse file tree 14 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
13
13
- The ` Problem ` (of error responses) is expanded by a hint that gives clearer information about the actual error
14
14
- The related entities of Manifestations and Works contain their name if they are ` NamedEntity ` s and are an instance
15
15
of the proper derived ` Entity ` class
16
+ - Add allowed media type "Object"
16
17
17
18
## [ 9.1.0] ( https://github.com/dbmdz/metadata-service/releases/tag/9.1.0 ) - 2024-04-16
18
19
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.dbmdz.metadata</groupId >
8
8
<artifactId >metasvc</artifactId >
9
- <version >9.2.0-RC2 </version >
9
+ <version >9.2.0-RC3 </version >
10
10
</parent >
11
11
12
12
<name >Metadata-Service: Repository Client</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.github.dbmdz.metadata</groupId >
9
9
<artifactId >metasvc</artifactId >
10
- <version >9.2.0-RC2 </version >
10
+ <version >9.2.0-RC3 </version >
11
11
</parent >
12
12
13
13
<name >Metadata-Service: lobid.org Client</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.dbmdz.metadata</groupId >
8
8
<artifactId >metasvc</artifactId >
9
- <version >9.2.0-RC2 </version >
9
+ <version >9.2.0-RC3 </version >
10
10
</parent >
11
11
12
12
<name >Metadata-Service: Model</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.dbmdz.metadata</groupId >
8
8
<artifactId >metasvc-server</artifactId >
9
- <version >9.2.0-RC2 </version >
9
+ <version >9.2.0-RC3 </version >
10
10
</parent >
11
11
12
12
<name >Metadata-Service: Repository Server (Backend API)</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.dbmdz.metadata</groupId >
7
7
<artifactId >metasvc-server</artifactId >
8
- <version >9.2.0-RC2 </version >
8
+ <version >9.2.0-RC3 </version >
9
9
</parent >
10
10
11
11
<name >Metadata-Service: Repository Server (Backend IMPL File)</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.dbmdz.metadata</groupId >
8
8
<artifactId >metasvc-server</artifactId >
9
- <version >9.2.0-RC2 </version >
9
+ <version >9.2.0-RC3 </version >
10
10
</parent >
11
11
12
12
<name >Metadata-Service: Repository Server (Backend IMPL InMemory)</name >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >io.github.dbmdz.metadata</groupId >
10
10
<artifactId >metasvc-server</artifactId >
11
- <version >9.2.0-RC2 </version >
11
+ <version >9.2.0-RC3 </version >
12
12
</parent >
13
13
14
14
<name >Metadata-Service: Repository Server (Backend IMPL JDBI PostgreSql)</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.dbmdz.metadata</groupId >
8
8
<artifactId >metasvc-server</artifactId >
9
- <version >9.2.0-RC2 </version >
9
+ <version >9.2.0-RC3 </version >
10
10
</parent >
11
11
12
12
<name >Metadata-Service: Repository Server (Backend IMPL External System lobid.org)</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.dbmdz.metadata</groupId >
8
8
<artifactId >metasvc-server</artifactId >
9
- <version >9.2.0-RC2 </version >
9
+ <version >9.2.0-RC3 </version >
10
10
</parent >
11
11
12
12
<name >Metadata-Service: Repository Server (Business)</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.dbmdz.metadata</groupId >
8
8
<artifactId >metasvc</artifactId >
9
- <version >9.2.0-RC2 </version >
9
+ <version >9.2.0-RC3 </version >
10
10
</parent >
11
11
12
12
<name >Metadata-Service: Repository Server</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.dbmdz.metadata</groupId >
8
8
<artifactId >metasvc-server</artifactId >
9
- <version >9.2.0-RC2 </version >
9
+ <version >9.2.0-RC3 </version >
10
10
</parent >
11
11
12
12
<name >Metadata-Service: Repository Server (Webapp)</name >
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ application:
13
13
- ISSUE
14
14
- MICROSCOPE_IMAGES
15
15
- NEWSPAPER
16
+ - OBJECT
16
17
- PART
17
18
- SERIAL
18
19
- SPECTRALLYOPTIMIZED_IMAGES
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >io.github.dbmdz.metadata</groupId >
13
13
<artifactId >metasvc</artifactId >
14
- <version >9.2.0-RC2 </version >
14
+ <version >9.2.0-RC3 </version >
15
15
<packaging >pom</packaging >
16
16
17
17
<name >Metadata-Service</name >
You can’t perform that action at this time.
0 commit comments