From bea7d267041650fd7c2ba1e46897b6f425bbd88e Mon Sep 17 00:00:00 2001 From: group_2006_bot <group_2006_bot@noreply.gitlab.gwdg.de> Date: Wed, 28 Sep 2022 13:22:00 +0000 Subject: [PATCH] 5.0.0 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ oaipmh-core/pom.xml | 2 +- oaipmh-webapp/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 39 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea8d264..ab25ba05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +# [5.0.0](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.11...v5.0.0) (2022-09-28) + + +### Bug Fixes + +* add endpoint for tgcrud for correct mets-mods usage ([8272f62](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/8272f62a088b52b77ee106c637fb06f947210e39)) +* add singleton tgcrud client ([2a1d842](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/2a1d842417bb46eb7ff67cf9ddf998d3dfc835d1)) +* add TEST_ALL_PAGES trigger for online testing ([01c4975](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/01c4975ec470cfa42dde73969c4f8bcd256035f5)) +* correct oaiEsClient name ([d772dec](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/d772dec85f7ffee7b52f03517512abecd3b0241c)) +* fix beans es client instantiation ([71a9573](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/71a957372a26c78d88fb6c6cf2faa0aba64386a2)) +* fix dhrep online tests and config ([f97801f](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/f97801fabadce6006b86304cb0dfb6a17ca486a4)) +* fix id counting method ([2c2b144](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/2c2b144da7f8d811a5858e4d1ca67b6c0621489e)) +* ignore tests again ([d23e99d](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/d23e99d72749c4b90ad94e2b1122ef31e7e58337)) +* refactor beans.xml and a little more in IDIOM ListRecords ([62aad73](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/62aad7349929523e1d04f1a58319fd62f2c2dfe4)) +* refactor dhrep tests a little bit, correct test settings ([983f443](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/983f443d74ee9c5b06a4ed1f223c1917751a0964)) +* refactor oaiEsClient handling, we have a new client instance now for every class ([9693691](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/9693691f4c8ff6d29936f27861eae8ca57628cab)) +* refactor some spring configurations and IDIOM image settings ([d0541d9](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/d0541d9d67bb813adbe7e5721fd646d12a39aef4)) +* refactor tests a lot :-) ([d8997f3](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/d8997f3be99fcedd44811558e284ea4e70eeb729)) +* refactor textgrid URI usage (URI <--> base URI) ([e2834dd](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/e2834dd2a07125f5789fa1c386b1a5ab58976162)) +* refactore oaipmh client handling ([0e96ef6](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/0e96ef6045c41e5d30799b15013869d4889dd303)) +* remove more idiom image metadata format things ([f73bf6f](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/f73bf6fa50975917103e9122ec98ef5225c1cdb3)) +* removed all oai_idiom_image_mets occurances, fixes [#56](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/issues/56) ([80fde0b](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/80fde0bff57119fd0357da72391176f2d3d703ec)) +* set tests right ([1e77386](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/1e773861d6690879cf787b6a4a199856ecf0dd47)) +* update spring dependency ([bb52b05](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/bb52b056405056371c5fc6eb34e2ae5fc4a66479)) + + +### Features + +* re-factor idiom image handling, use new idiom metsmods lib 2.0.0 ([689ca1d](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/689ca1d47acd72d88ee0cd38bd45cf48d5c31645)) +* refactor ElasticSearchBean a little bit --> use a second for nonpublic queries ([7fdec8b](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/7fdec8b05567bd0967db65a5a999388ee8b9e212)) + + +### BREAKING CHANGES + +* OAI-PMH configuration needs to be updated + ## [4.4.11](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.10...v4.4.11) (2022-09-01) diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index 31c9ba12..ab8925f4 100644 --- a/oaipmh-core/pom.xml +++ b/oaipmh-core/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oaipmh</artifactId> <groupId>info.textgrid.middleware</groupId> - <version>4.4.12-SNAPSHOT</version> + <version>5.0.0</version> </parent> <artifactId>oaipmh-core</artifactId> <packaging>jar</packaging> diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index 5590bf7a..b084cfd5 100644 --- a/oaipmh-webapp/pom.xml +++ b/oaipmh-webapp/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oaipmh</artifactId> <groupId>info.textgrid.middleware</groupId> - <version>4.4.12-SNAPSHOT</version> + <version>5.0.0</version> </parent> <artifactId>oaipmh-webapp</artifactId> <packaging>war</packaging> diff --git a/pom.xml b/pom.xml index b67dcbc5..bc6d2fa9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh</artifactId> - <version>4.4.12-SNAPSHOT</version> + <version>5.0.0</version> <packaging>pom</packaging> <name>DARIAHDE :: OAI-PMH DataProvider</name> <properties> -- GitLab