Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 52bab69

Browse files
Tim Bertholddependabot[bot]vdakkereakker
authored
release: v5.1.1 (#346)
* feat: throw exception and log error if no private key for alias found (#264) * feat: throw exception and log error if no private key for alias found * refactor: add used keyalias to printed logs * feat: check incoming payload for valid json and securityProfile attr (#266) * feat: check incoming payload for valid json and securityProfile attr * docs: update changelog * feat: enable or disable infomodel compatibility check (#267) * feat: enable or disable infomodel compatibility check via application properties * chore: fix checkstyle error * refactor: logs message reason formats (#269) * build(deps): bump infomodel-artifacts from 4.2.0 to 4.2.1 (#270) * build(deps): bump infomodel-artifacts from 4.2.0 to 4.2.1 * docs: update readme * chore: minor javadoc refactoring * docs: add missing throws to IDSBrokerService javadoc * refactor: minor log adjustments * docs: prepare release v4.3.0 * docs: add remaining missing throws and javadoc * build: pom set version to 4.3.1 * build(deps): bump checkstyle from 8.45.1 to 9.0 (#275) * build(deps): bump checkstyle from 8.45.1 to 9.0 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 9.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-8.45.1...checkstyle-9.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * docs: update changelog Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Berthold <tim.berthold@isst.fraunhofer.de> * Add new Clearinghouse Endpoint for registering PIDs (#276) * [CLEARINGHOUSE] #FEAT 'file:ClearingHouseService' {Create method specification for registering PIDs at clearinghouse} * [CLEARINGHOUSE] #CHORE 'file:ClearingHouseService' {Remove sendlogtoclrearinghouse with random pid generation} * [CLEARINGHOUSE] #FEAT 'file:ClearingHouseService' {Implement method for sending pid request} * [CLEARINGHOUSE] #FIX 'file:ClearingHouseService' {Add PID to path, create RequestMessage Template} * [MESSAGING] #FIX 'file:RequestTemplateProvider' {Fix Checkstyle} * [CLEARINGHOUSE] #FIX 'file:ClearingHouseService' {Fix Checkstyle} * [CLEARINGHOUSE] #FEAT 'file:ClearingHouseService' {Make pid registering connectorIDs varargs, allow for arbitrary numbner of connectors sharing a pid} * refactor: code adjustments * build: set new version in pom * docs: update changelog Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com> Co-authored-by: Tim Berthold <tim.berthold@isst.fraunhofer.de> * docs: update changelog * fix: new clearinghouse process endpoint setting * fix: response codes outside 200-299 provoke IOExceptions (#278) * fix: response codes outside 200-299 provoke IOExceptions * docs: update changelog, add links * refactor: remove not yet supported useIDSCP and useLDP (#279) * build(deps): bump maven-javadoc-plugin from 3.3.0 to 3.3.1 (#281) * build(deps): bump maven-javadoc-plugin from 3.3.0 to 3.3.1 Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.3.0...maven-javadoc-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * docs: update changelog Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Berthold <tim.berthold@isst.fraunhofer.de> * chore: update infomodel artifacts 4.2.1 -> 4.2.3 (#289) * chore: update infomodel artifacts 4.2.1 -> 4.2.3 * docs: update changelog * docs: update readme * feat: log-debug outgoing messages (#286) * feat: log-debug outgoing messages * chore: fix checkstyle * chore: fix javadoc * docs: update changelog * feat: check if keystore-location is null on init (#291) * feat: check if keystore-location is null on init * chore: refactor javadoc * feat: validity check for proxy hostname (#285) * feat: Proxy-Config, if no hostname set, issue warn message and try sending without proxy * docs: update changelog * chore: add check for proxy port * test: fix ConfigProducerTest testProvider * chore: update test comment Co-authored-by: eakker <erik.van.den.akker@isst.fraunhofer.de> * chore: update org.junit.jupiter dependencies (#295) * chore: update org.junit.jupiter dependencies * chore: update changelog * docs: prepare release v5.0.0 * build(deps): bump spring dependencies (#302) * build(deps): bump spring-web from 5.3.9 to 5.3.10 (#301) Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.9 to 5.3.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.9...v5.3.10) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump spring-webmvc from 5.3.9 to 5.3.10 (#300) Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.9 to 5.3.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.9...v5.3.10) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump spring-test from 5.3.9 to 5.3.10 (#299) Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.3.9 to 5.3.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.9...v5.3.10) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump spring-tx from 5.3.9 to 5.3.10 (#298) Bumps [spring-tx](https://github.com/spring-projects/spring-framework) from 5.3.9 to 5.3.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.9...v5.3.10) --- updated-dependencies: - dependency-name: org.springframework:spring-tx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump spring-core from 5.3.9 to 5.3.10 (#297) Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.9 to 5.3.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.9...v5.3.10) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(changelog): spring dependency maintenance * build(pom): bump version to 5.0.1 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(pom): exclude jena-core 4.1.0 use 4.2.0 instead (#303) * build(pom): exclude jena-core 4.1.0 use 4.2.0 instead * docs: update changelog * docs: update changelog * build: update infomodel-artifacts to v4.2.4 (#307) * build(pom): update infomodel-artifacts to v4.2.4 * docs(changelog): add infomodel maintenance * docs(changelog): fix link in infomodel maintenance * docs(readme): update used infomodel artifacts * build(pom): increase messaging-services to v5.0.2 * build(deps): bump junit-jupiter dependencies from 5.8.0 to 5.8.1 (#311) * build(deps-dev): bump junit-jupiter-engine from 5.8.0 to 5.8.1 (#310) Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.0 to 5.8.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump junit-jupiter from 5.8.0 to 5.8.1 (#309) Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.0 to 5.8.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump junit-jupiter-api from 5.8.0 to 5.8.1 (#308) Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.0 to 5.8.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(changelog): add org.junit.jupiter updates Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump spring-boot-starter dependencies from 2.5.4 to 2.5.5 (#314) * build(deps): bump spring-boot-starter from 2.5.4 to 2.5.5 (#313) Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.4...v2.5.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump spring-boot-starter-test from 2.5.4 to 2.5.5 (#312) Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.4...v2.5.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(changelog): bump spring-boot-starter dependencies Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump checkstyle from 9.0 to 9.0.1 (#319) Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0 to 9.0.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-9.0...checkstyle-9.0.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump mockwebserver from 4.9.1 to 4.9.2 (#318) Bumps [mockwebserver](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vdakker <75307507+vdakker@users.noreply.github.com> * build(deps): bump okhttp from 4.9.1 to 4.9.2 (#317) * build(deps): bump okhttp from 4.9.1 to 4.9.2 Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: add updates to CHANGELOG.md * chore: add pull request info to CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vdakker <75307507+vdakker@users.noreply.github.com> * build(deps): bump lombok from 1.18.20 to 1.18.22 (#320) * build(deps): bump lombok from 1.18.20 to 1.18.22 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.20 to 1.18.22. - [Release notes](https://github.com/projectlombok/lombok/releases) - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.20...v1.18.22) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: add pull request info to CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vdakker <75307507+vdakker@users.noreply.github.com> * chore: upgrade spring 5.3.10 -> 5.3.11 (#326) * chore: upgrade spring 5.3.10 -> 5.3.11 * chore: upgrade PR info in CHANGELOG.md * feat: add log error codes (#332) * feat: add log error codes for error-level * feat: add log error codes for warn-level * feat: add log error codes for info-level * feat: add log error codes for debug-level * chore: fix checkstyle warning * docs: update changelog * build: update infomodel-artifacts to v4.2.5 (#330) * build(deps): infomodel artifacts 4.2.5 * docs(readme): update infomodel artifacts * docs: update changelog * Add check for referredConnector in MessageDispatcher (#329) * feat: add check for referredConnector in MessageDispatcher * chore: add referred.check flag defaulting to false * chore: fix checkstyle * chore: fix checkstyle * docs: edit CHANGELOG.md * chore: update changelog and pom to new minor version Co-authored-by: Tim Berthold <tim.berthold@isst.fraunhofer.de> * chore: remove log-codes from log-info level * docs(readme): adapted description for log-codes * docs(changelog): adjustments to the descriptions and setting of a release date * docs(changelog): fix typos in dependency maintenance * refactor(MessageDispatcher): include issuerConnector and referringConnector URI in Rejectionmessage * docs(changelog): update description for referringConnector validation * build(deps): update spring dependencies (#341) * build(deps): bump spring-boot-starter from 2.5.5 to 2.5.6 (#340) Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.5...v2.5.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump spring-core from 5.3.11 to 5.3.12 (#339) Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.11 to 5.3.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.11...v5.3.12) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump spring-webmvc from 5.3.11 to 5.3.12 (#338) Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.11 to 5.3.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.11...v5.3.12) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump spring-boot-starter-test from 2.5.5 to 2.5.6 (#337) Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.5...v2.5.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump spring-tx from 5.3.11 to 5.3.12 (#336) Bumps [spring-tx](https://github.com/spring-projects/spring-framework) from 5.3.11 to 5.3.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.11...v5.3.12) --- updated-dependencies: - dependency-name: org.springframework:spring-tx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump spring-web from 5.3.11 to 5.3.12 (#335) Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.11 to 5.3.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.11...v5.3.12) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump spring-test from 5.3.11 to 5.3.12 (#334) Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.3.11 to 5.3.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.11...v5.3.12) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(changelog): add spring updates * build(pom): set revision to 5.1.1 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(AisecTokenManagerService): log response body if DAT request fails (#342) * feat(AisecTokenManagerService): print response body at DAT request failure * docs(changelog): add as enhancement * build(deps): update infomodel artifacts to v4.2.6 (#343) * build(deps): update infomodel artifacts to v4.2.6 * docs(readme): update infomodel artifacts to v4.2.6 * docs(changelog): update infomodel artifacts to v4.2.6 * docs(changelog): add release date for v5.1.1 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vdakker <75307507+vdakker@users.noreply.github.com> Co-authored-by: eakker <erik.van.den.akker@isst.fraunhofer.de>
1 parent eb69fc0 commit 52bab69

File tree

5 files changed

+35
-15
lines changed

5 files changed

+35
-15
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@
99
# Changelog
1010
All notable changes to this project will be documented in this file.
1111

12+
## Version [5.1.1] 2021-10-26
13+
14+
### Patch Change: Enhancements
15+
- If the request for the DAPS DAT fails, the response body is additionally logged if present. ([PR 342](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/342))
16+
17+
### Patch Change: Infomodel Maintenance
18+
- Used Dependency Version: 4.2.6 ([PR 343](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/343))
19+
- Used Artifacts: java, infomodel-serializer, interaction
20+
21+
### Patch Change: Dependency Maintenance
22+
- Upgrade: org.springframework.boot:spring-boot-starter-test 2.5.5 -> 2.5.6 ([PR 341](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/341))
23+
- Upgrade: org.springframework.boot:spring-boot-starter 2.5.5 -> 2.5.6 ([PR 341](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/341))
24+
- Upgrade: org.springframework:spring-webmvc 5.3.11 -> 5.3.12 ([PR 341](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/341))
25+
- Upgrade: org.springframework:spring-core 5.3.11 -> 5.3.12 ([PR 341](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/341))
26+
- Upgrade: org.springframework:spring-test 5.3.11 -> 5.3.12 ([PR 341](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/341))
27+
- Upgrade: org.springframework:spring-web 5.3.11 -> 5.3.12 ([PR 341](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/341))
28+
- Upgrade: org.springframework:spring-tx 5.3.11 -> 5.3.12 ([PR 341](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/341))
29+
1230
## Version [5.1.0] 2021-10-20
1331

1432
### Minor Change: Validation referringConnector vs ids:issuerConnector

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ The following IDS-Infomodel-Artifacts are used as dependencies.
2525

2626
| Group | Artifact | Version |
2727
| ------ | ------ | ------ |
28-
| de.fraunhofer.iais.eis.ids.infomodel | java | 4.2.5 |
29-
| de.fraunhofer.iais.eis.ids | infomodel-serializer | 4.2.5 |
30-
| de.fraunhofer.iais.eis.ids | interaction | 4.2.5 |
28+
| de.fraunhofer.iais.eis.ids.infomodel | java | 4.2.6 |
29+
| de.fraunhofer.iais.eis.ids | infomodel-serializer | 4.2.6 |
30+
| de.fraunhofer.iais.eis.ids | interaction | 4.2.6 |
3131

3232
## Overview: Supported IDS-Message protocols
3333

core/src/main/java/de/fraunhofer/ids/messaging/core/daps/aisec/AisecTokenManagerService.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,9 @@ private Response sendRequestToDAPS(final OkHttpClient client,
287287
log.debug("DAPS request was not successful! [code=(IMSCOD0107)]");
288288
}
289289

290-
throw new IOException("Unexpected code " + jwtResponse);
290+
final var responseBody = jwtResponse.body();
291+
final var bodyString = responseBody == null ? "" : " Body: " + responseBody.string();
292+
throw new IOException("Unexpected code " + jwtResponse + bodyString);
291293
}
292294
return jwtResponse;
293295
}

messaging/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@
5050
<dependency>
5151
<groupId>org.springframework</groupId>
5252
<artifactId>spring-web</artifactId>
53-
<version>5.3.11</version>
53+
<version>5.3.12</version>
5454
</dependency>
5555

5656
<!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
5757
<!-- License: Apache License, Version 2.0 -->
5858
<dependency>
5959
<groupId>org.springframework</groupId>
6060
<artifactId>spring-webmvc</artifactId>
61-
<version>5.3.11</version>
61+
<version>5.3.12</version>
6262
</dependency>
6363

6464
<!-- https://mvnrepository.com/artifact/org.springframework/spring-tx -->
6565
<!-- License: Apache License, Version 2.0 -->
6666
<dependency>
6767
<groupId>org.springframework</groupId>
6868
<artifactId>spring-tx</artifactId>
69-
<version>5.3.11</version>
69+
<version>5.3.12</version>
7070
</dependency>
7171
</dependencies>
7272

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</modules>
3636

3737
<properties>
38-
<revision>5.1.0</revision>
38+
<revision>5.1.1</revision>
3939

4040
<java.version>11</java.version>
4141
<maven.compiler.source>${java.version}</maven.compiler.source>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>de.fraunhofer.iais.eis.ids.infomodel</groupId>
7171
<artifactId>java</artifactId>
72-
<version>4.2.5</version>
72+
<version>4.2.6</version>
7373
<exclusions>
7474
<exclusion>
7575
<groupId>commons-io</groupId>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>de.fraunhofer.iais.eis.ids</groupId>
8484
<artifactId>infomodel-serializer</artifactId>
85-
<version>4.2.5</version>
85+
<version>4.2.6</version>
8686
<exclusions>
8787
<exclusion>
8888
<groupId>commons-io</groupId>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>de.fraunhofer.iais.eis.ids</groupId>
9797
<artifactId>interaction</artifactId>
98-
<version>4.2.5</version>
98+
<version>4.2.6</version>
9999
<exclusions>
100100
<exclusion>
101101
<groupId>org.apache.commons</groupId>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>org.springframework.boot</groupId>
127127
<artifactId>spring-boot-starter</artifactId>
128-
<version>2.5.5</version>
128+
<version>2.5.6</version>
129129
</dependency>
130130

131131
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
@@ -181,7 +181,7 @@
181181
<dependency>
182182
<groupId>org.springframework.boot</groupId>
183183
<artifactId>spring-boot-starter-test</artifactId>
184-
<version>2.5.5</version>
184+
<version>2.5.6</version>
185185
<scope>test</scope>
186186
<exclusions>
187187
<exclusion>
@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>org.springframework</groupId>
239239
<artifactId>spring-test</artifactId>
240-
<version>5.3.11</version>
240+
<version>5.3.12</version>
241241
<scope>test</scope>
242242
</dependency>
243243

@@ -246,7 +246,7 @@
246246
<dependency>
247247
<groupId>org.springframework</groupId>
248248
<artifactId>spring-core</artifactId>
249-
<version>5.3.11</version>
249+
<version>5.3.12</version>
250250
</dependency>
251251

252252
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress -->

0 commit comments

Comments
 (0)