Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): infomodel artifacts 4.2.7 #350

Merged
merged 6 commits into from
Nov 4, 2021

Conversation

tmberthold
Copy link
Contributor

No description provided.

dependabot bot and others added 3 commits November 4, 2021 08:06
Bumps interaction from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:interaction
  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>
Bumps infomodel-serializer from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:infomodel-serializer
  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>
@tmberthold tmberthold marked this pull request as draft November 4, 2021 07:09
@tmberthold
Copy link
Contributor Author

Major changes so far in artifacts:

  • Configmodel: value of ids:hasDefaultEndpoint key @id needs to be different from values of ids:curator key @id and ids:maintainer key @id, was allowed before (e.g. for testing)
  • Deserializer: tokenvalue of DynamicAttributeToken must not contain an empty string anymore (e.g. for testing or in incoming requests), otherwise the serializer throws an IOException during deserializing -> The following mandatory field(s) of DynamicAttributeToken are not filled or invalid: ids:tokenValue. Note that the value of "@id" fields MUST be a valid URI (e.g. emails preceded by "mailto:"). Mandatory fields are: tokenFormat, tokenValue

@tmberthold tmberthold marked this pull request as ready for review November 4, 2021 08:38
@tmberthold
Copy link
Contributor Author

Successfully tested with messaging-services-democonnector and DSC 6.6.0-SNAPSHOT without further compile or test errors.

@tmberthold tmberthold merged commit 963dd00 into development Nov 4, 2021
@tmberthold tmberthold deleted the infomodel-artifacts-427 branch November 4, 2021 08:44
tmberthold added a commit that referenced this pull request Nov 24, 2021
* 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

* build(deps): bump checkstyle from 9.0.1 to 9.1 (#347)

* build(deps): bump checkstyle from 9.0.1 to 9.1

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.0.1...checkstyle-9.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add dependency maintenance

* build: update revision to 5.1.2

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): infomodel artifacts 4.2.7 (#350)

* build(deps): bump interaction from 4.2.6 to 4.2.7 (#348)

Bumps interaction from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:interaction
  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 infomodel-serializer from 4.2.6 to 4.2.7 (#349)

Bumps infomodel-serializer from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:infomodel-serializer
  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): infomodel artifact java 4.2.7

* test: adapt major changes in test setups

* docs(changelog): update infomodel maintenance

* docs(readme): update IDS-Infomodel-Artifacts

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: log claimsexception-message if securityprofile could not  be verified (#352)

* feat: log claimsexception-message if securityprofile could not  verified

* docs(changelog): add enhancement

* refactor(DapsValidator): adjusted log message

* docs(changelog): update SecurityProfile enhancement

* refactor(DapsValidator): code refactoring and removing of trailing : at end of profile names

* feat(AisecTokenManagerService): optional additional logging of DAPS response (#353)

* feat(AisecTokenManagerService): optional additional logging of DAPS response

* refactor(AisecTokenManagerService): log syntax

* build(pom): set revision to 5.2.0

* docs(changelog): add text for new option

* feat: cache DAT expiration and make DAT caching deactivatable and DAPS offset adjustable (#354)

* feat(AisecTokenManagerService): new app.props var to configure DAPS time offset for nbf and isa in JWT to DAPS

* docs(changelog): add daps.time.offset

* fix(TokenProviderService): save DAT expiration on receipt instead of reading the claims each time

* docs(changelog): add text for expiration date caching

* feat(TokenProviderService): new app.props var to enable or disable caching of DAPS DAT

* docs(changelog): add new app.props and log enhancements

* refactor(TokenProviderService): only log cached DAT expiration info if DAT cached

* chore: fix checkstyle

* docs(changelog): add PR references

* build(deps): spring updates (#360)

* build(deps-dev): bump spring-test from 5.3.12 to 5.3.13 (#359)

Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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.12 to 5.3.13 (#358)

Bumps [spring-tx](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-webmvc from 5.3.12 to 5.3.13 (#357)

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): bump spring-web from 5.3.12 to 5.3.13 (#356)

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-core from 5.3.12 to 5.3.13 (#355)

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): update spring dependencies (#363)

* build(deps-dev): bump spring-boot-starter-test from 2.5.6 to 2.5.7 (#362)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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-boot-starter from 2.5.6 to 2.5.7 (#361)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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>

* docs(changelog): add spring-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump okhttp from 4.9.2 to 4.9.3 (#372)

* build(deps): bump okhttp from 4.9.2 to 4.9.3

Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): okhttp update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3 (#371)

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3

Bumps [mockwebserver](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): mockwebserver update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): update spring dependencies (#373)

* build(deps-dev): bump spring-boot-starter-test from 2.5.7 to 2.6.0 (#370)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter from 2.5.7 to 2.6.0 (#369)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(spring): force reset Path-Matching-Strategy for Spring MVC

* docs(changelog): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: rename new application properties (#374)

* refactor: rename new application properties

* docs(changelog): rename new application properties

* chore: fix typo in new properties

* docs(changelog): add release date

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>
tmberthold added a commit that referenced this pull request Dec 13, 2021
* 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

* build(deps): bump checkstyle from 9.0.1 to 9.1 (#347)

* build(deps): bump checkstyle from 9.0.1 to 9.1

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.0.1...checkstyle-9.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add dependency maintenance

* build: update revision to 5.1.2

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): infomodel artifacts 4.2.7 (#350)

* build(deps): bump interaction from 4.2.6 to 4.2.7 (#348)

Bumps interaction from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:interaction
  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 infomodel-serializer from 4.2.6 to 4.2.7 (#349)

Bumps infomodel-serializer from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:infomodel-serializer
  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): infomodel artifact java 4.2.7

* test: adapt major changes in test setups

* docs(changelog): update infomodel maintenance

* docs(readme): update IDS-Infomodel-Artifacts

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: log claimsexception-message if securityprofile could not  be verified (#352)

* feat: log claimsexception-message if securityprofile could not  verified

* docs(changelog): add enhancement

* refactor(DapsValidator): adjusted log message

* docs(changelog): update SecurityProfile enhancement

* refactor(DapsValidator): code refactoring and removing of trailing : at end of profile names

* feat(AisecTokenManagerService): optional additional logging of DAPS response (#353)

* feat(AisecTokenManagerService): optional additional logging of DAPS response

* refactor(AisecTokenManagerService): log syntax

* build(pom): set revision to 5.2.0

* docs(changelog): add text for new option

* feat: cache DAT expiration and make DAT caching deactivatable and DAPS offset adjustable (#354)

* feat(AisecTokenManagerService): new app.props var to configure DAPS time offset for nbf and isa in JWT to DAPS

* docs(changelog): add daps.time.offset

* fix(TokenProviderService): save DAT expiration on receipt instead of reading the claims each time

* docs(changelog): add text for expiration date caching

* feat(TokenProviderService): new app.props var to enable or disable caching of DAPS DAT

* docs(changelog): add new app.props and log enhancements

* refactor(TokenProviderService): only log cached DAT expiration info if DAT cached

* chore: fix checkstyle

* docs(changelog): add PR references

* build(deps): spring updates (#360)

* build(deps-dev): bump spring-test from 5.3.12 to 5.3.13 (#359)

Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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.12 to 5.3.13 (#358)

Bumps [spring-tx](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-webmvc from 5.3.12 to 5.3.13 (#357)

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): bump spring-web from 5.3.12 to 5.3.13 (#356)

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-core from 5.3.12 to 5.3.13 (#355)

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): update spring dependencies (#363)

* build(deps-dev): bump spring-boot-starter-test from 2.5.6 to 2.5.7 (#362)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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-boot-starter from 2.5.6 to 2.5.7 (#361)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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>

* docs(changelog): add spring-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump okhttp from 4.9.2 to 4.9.3 (#372)

* build(deps): bump okhttp from 4.9.2 to 4.9.3

Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): okhttp update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3 (#371)

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3

Bumps [mockwebserver](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): mockwebserver update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): update spring dependencies (#373)

* build(deps-dev): bump spring-boot-starter-test from 2.5.7 to 2.6.0 (#370)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter from 2.5.7 to 2.6.0 (#369)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(spring): force reset Path-Matching-Strategy for Spring MVC

* docs(changelog): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: rename new application properties (#374)

* refactor: rename new application properties

* docs(changelog): rename new application properties

* chore: fix typo in new properties

* docs(changelog): add release date

* feat: add support for ECDSA jwt signing algorithm (#377)

* feat(AisecTokenManagerService): add property to switch using RSA or ECDSA as signing algo for jwt

* build(pom): set revision to v5.3.0

* docs(changelog): add description for new flag

* docs(changelog): add PR link to docs

* docs(changelog): link issue instead of pr

* build(deps): bump checkstyle from 9.1 to 9.2 (#381)

* build(deps): bump checkstyle from 9.1 to 9.2

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.1...checkstyle-9.2)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add checkstyle update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump junit-jupiter (#382)

* build(deps-dev): bump junit-jupiter-api from 5.8.1 to 5.8.2 (#380)

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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>

* build(deps-dev): bump junit-jupiter from 5.8.1 to 5.8.2 (#379)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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-engine from 5.8.1 to 5.8.2 (#378)

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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>

* docs(changelog): add junit-jupiter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter (#385)

* build(deps): bump spring-boot-starter from 2.6.0 to 2.6.1 (#383)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)

---
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.6.0 to 2.6.1 (#384)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)

---
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): add spring-boot-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs(changelog): add bouncycastle updates

* build(deps): bump bouncycastle (#388)

* build(deps): bump bcmail-jdk15on from 1.69 to 1.70

Bumps [bcmail-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcmail-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump bcprov-jdk15on from 1.69 to 1.70 (#387)

Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump json from 20210307 to 20211205 (#389)

* build(deps): bump json from 20210307 to 20211205

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add json update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump jena-core from 4.2.0 to 4.3.0 (#390)

* build(deps): bump jena-core from 4.2.0 to 4.3.0

Bumps jena-core from 4.2.0 to 4.3.0.

---
updated-dependencies:
- dependency-name: org.apache.jena:jena-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add jena-core update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump infomodel-artifacts from 4.2.7 to 4.2.8 (#391)

* build(deps): update infomodel-artifacts to v4.2.8

* docs(readme): update infomodel-artifacts to v4.2.8

* docs(changelog): update infomodel-artifacts to v4.2.8

* docs(changelog): add release date for v5.3.0

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>
tmberthold added a commit that referenced this pull request May 18, 2022
* release: v5.3.0 (#392)

* 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

* build(deps): bump checkstyle from 9.0.1 to 9.1 (#347)

* build(deps): bump checkstyle from 9.0.1 to 9.1

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.0.1...checkstyle-9.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add dependency maintenance

* build: update revision to 5.1.2

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): infomodel artifacts 4.2.7 (#350)

* build(deps): bump interaction from 4.2.6 to 4.2.7 (#348)

Bumps interaction from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:interaction
  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 infomodel-serializer from 4.2.6 to 4.2.7 (#349)

Bumps infomodel-serializer from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:infomodel-serializer
  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): infomodel artifact java 4.2.7

* test: adapt major changes in test setups

* docs(changelog): update infomodel maintenance

* docs(readme): update IDS-Infomodel-Artifacts

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: log claimsexception-message if securityprofile could not  be verified (#352)

* feat: log claimsexception-message if securityprofile could not  verified

* docs(changelog): add enhancement

* refactor(DapsValidator): adjusted log message

* docs(changelog): update SecurityProfile enhancement

* refactor(DapsValidator): code refactoring and removing of trailing : at end of profile names

* feat(AisecTokenManagerService): optional additional logging of DAPS response (#353)

* feat(AisecTokenManagerService): optional additional logging of DAPS response

* refactor(AisecTokenManagerService): log syntax

* build(pom): set revision to 5.2.0

* docs(changelog): add text for new option

* feat: cache DAT expiration and make DAT caching deactivatable and DAPS offset adjustable (#354)

* feat(AisecTokenManagerService): new app.props var to configure DAPS time offset for nbf and isa in JWT to DAPS

* docs(changelog): add daps.time.offset

* fix(TokenProviderService): save DAT expiration on receipt instead of reading the claims each time

* docs(changelog): add text for expiration date caching

* feat(TokenProviderService): new app.props var to enable or disable caching of DAPS DAT

* docs(changelog): add new app.props and log enhancements

* refactor(TokenProviderService): only log cached DAT expiration info if DAT cached

* chore: fix checkstyle

* docs(changelog): add PR references

* build(deps): spring updates (#360)

* build(deps-dev): bump spring-test from 5.3.12 to 5.3.13 (#359)

Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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.12 to 5.3.13 (#358)

Bumps [spring-tx](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-webmvc from 5.3.12 to 5.3.13 (#357)

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): bump spring-web from 5.3.12 to 5.3.13 (#356)

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-core from 5.3.12 to 5.3.13 (#355)

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): update spring dependencies (#363)

* build(deps-dev): bump spring-boot-starter-test from 2.5.6 to 2.5.7 (#362)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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-boot-starter from 2.5.6 to 2.5.7 (#361)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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>

* docs(changelog): add spring-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump okhttp from 4.9.2 to 4.9.3 (#372)

* build(deps): bump okhttp from 4.9.2 to 4.9.3

Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): okhttp update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3 (#371)

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3

Bumps [mockwebserver](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): mockwebserver update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): update spring dependencies (#373)

* build(deps-dev): bump spring-boot-starter-test from 2.5.7 to 2.6.0 (#370)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter from 2.5.7 to 2.6.0 (#369)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(spring): force reset Path-Matching-Strategy for Spring MVC

* docs(changelog): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: rename new application properties (#374)

* refactor: rename new application properties

* docs(changelog): rename new application properties

* chore: fix typo in new properties

* docs(changelog): add release date

* feat: add support for ECDSA jwt signing algorithm (#377)

* feat(AisecTokenManagerService): add property to switch using RSA or ECDSA as signing algo for jwt

* build(pom): set revision to v5.3.0

* docs(changelog): add description for new flag

* docs(changelog): add PR link to docs

* docs(changelog): link issue instead of pr

* build(deps): bump checkstyle from 9.1 to 9.2 (#381)

* build(deps): bump checkstyle from 9.1 to 9.2

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.1...checkstyle-9.2)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add checkstyle update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump junit-jupiter (#382)

* build(deps-dev): bump junit-jupiter-api from 5.8.1 to 5.8.2 (#380)

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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>

* build(deps-dev): bump junit-jupiter from 5.8.1 to 5.8.2 (#379)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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-engine from 5.8.1 to 5.8.2 (#378)

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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>

* docs(changelog): add junit-jupiter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter (#385)

* build(deps): bump spring-boot-starter from 2.6.0 to 2.6.1 (#383)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)

---
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.6.0 to 2.6.1 (#384)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)

---
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): add spring-boot-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs(changelog): add bouncycastle updates

* build(deps): bump bouncycastle (#388)

* build(deps): bump bcmail-jdk15on from 1.69 to 1.70

Bumps [bcmail-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcmail-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump bcprov-jdk15on from 1.69 to 1.70 (#387)

Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump json from 20210307 to 20211205 (#389)

* build(deps): bump json from 20210307 to 20211205

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add json update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump jena-core from 4.2.0 to 4.3.0 (#390)

* build(deps): bump jena-core from 4.2.0 to 4.3.0

Bumps jena-core from 4.2.0 to 4.3.0.

---
updated-dependencies:
- dependency-name: org.apache.jena:jena-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add jena-core update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump infomodel-artifacts from 4.2.7 to 4.2.8 (#391)

* build(deps): update infomodel-artifacts to v4.2.8

* docs(readme): update infomodel-artifacts to v4.2.8

* docs(changelog): update infomodel-artifacts to v4.2.8

* docs(changelog): add release date for v5.3.0

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>

* build(deps): bump actions/setup-java from 1 to 3

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>
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>
Co-authored-by: Tim Berthold <tim.berthold@isst.fraunhofer.de>
tmberthold added a commit that referenced this pull request May 18, 2022
* release: v5.3.0 (#392)

* 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

* build(deps): bump checkstyle from 9.0.1 to 9.1 (#347)

* build(deps): bump checkstyle from 9.0.1 to 9.1

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.0.1...checkstyle-9.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add dependency maintenance

* build: update revision to 5.1.2

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): infomodel artifacts 4.2.7 (#350)

* build(deps): bump interaction from 4.2.6 to 4.2.7 (#348)

Bumps interaction from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:interaction
  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 infomodel-serializer from 4.2.6 to 4.2.7 (#349)

Bumps infomodel-serializer from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:infomodel-serializer
  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): infomodel artifact java 4.2.7

* test: adapt major changes in test setups

* docs(changelog): update infomodel maintenance

* docs(readme): update IDS-Infomodel-Artifacts

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: log claimsexception-message if securityprofile could not  be verified (#352)

* feat: log claimsexception-message if securityprofile could not  verified

* docs(changelog): add enhancement

* refactor(DapsValidator): adjusted log message

* docs(changelog): update SecurityProfile enhancement

* refactor(DapsValidator): code refactoring and removing of trailing : at end of profile names

* feat(AisecTokenManagerService): optional additional logging of DAPS response (#353)

* feat(AisecTokenManagerService): optional additional logging of DAPS response

* refactor(AisecTokenManagerService): log syntax

* build(pom): set revision to 5.2.0

* docs(changelog): add text for new option

* feat: cache DAT expiration and make DAT caching deactivatable and DAPS offset adjustable (#354)

* feat(AisecTokenManagerService): new app.props var to configure DAPS time offset for nbf and isa in JWT to DAPS

* docs(changelog): add daps.time.offset

* fix(TokenProviderService): save DAT expiration on receipt instead of reading the claims each time

* docs(changelog): add text for expiration date caching

* feat(TokenProviderService): new app.props var to enable or disable caching of DAPS DAT

* docs(changelog): add new app.props and log enhancements

* refactor(TokenProviderService): only log cached DAT expiration info if DAT cached

* chore: fix checkstyle

* docs(changelog): add PR references

* build(deps): spring updates (#360)

* build(deps-dev): bump spring-test from 5.3.12 to 5.3.13 (#359)

Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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.12 to 5.3.13 (#358)

Bumps [spring-tx](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-webmvc from 5.3.12 to 5.3.13 (#357)

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): bump spring-web from 5.3.12 to 5.3.13 (#356)

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-core from 5.3.12 to 5.3.13 (#355)

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): update spring dependencies (#363)

* build(deps-dev): bump spring-boot-starter-test from 2.5.6 to 2.5.7 (#362)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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-boot-starter from 2.5.6 to 2.5.7 (#361)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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>

* docs(changelog): add spring-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump okhttp from 4.9.2 to 4.9.3 (#372)

* build(deps): bump okhttp from 4.9.2 to 4.9.3

Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): okhttp update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3 (#371)

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3

Bumps [mockwebserver](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): mockwebserver update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): update spring dependencies (#373)

* build(deps-dev): bump spring-boot-starter-test from 2.5.7 to 2.6.0 (#370)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter from 2.5.7 to 2.6.0 (#369)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(spring): force reset Path-Matching-Strategy for Spring MVC

* docs(changelog): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: rename new application properties (#374)

* refactor: rename new application properties

* docs(changelog): rename new application properties

* chore: fix typo in new properties

* docs(changelog): add release date

* feat: add support for ECDSA jwt signing algorithm (#377)

* feat(AisecTokenManagerService): add property to switch using RSA or ECDSA as signing algo for jwt

* build(pom): set revision to v5.3.0

* docs(changelog): add description for new flag

* docs(changelog): add PR link to docs

* docs(changelog): link issue instead of pr

* build(deps): bump checkstyle from 9.1 to 9.2 (#381)

* build(deps): bump checkstyle from 9.1 to 9.2

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.1...checkstyle-9.2)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add checkstyle update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump junit-jupiter (#382)

* build(deps-dev): bump junit-jupiter-api from 5.8.1 to 5.8.2 (#380)

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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>

* build(deps-dev): bump junit-jupiter from 5.8.1 to 5.8.2 (#379)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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-engine from 5.8.1 to 5.8.2 (#378)

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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>

* docs(changelog): add junit-jupiter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter (#385)

* build(deps): bump spring-boot-starter from 2.6.0 to 2.6.1 (#383)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)

---
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.6.0 to 2.6.1 (#384)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)

---
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): add spring-boot-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs(changelog): add bouncycastle updates

* build(deps): bump bouncycastle (#388)

* build(deps): bump bcmail-jdk15on from 1.69 to 1.70

Bumps [bcmail-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcmail-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump bcprov-jdk15on from 1.69 to 1.70 (#387)

Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump json from 20210307 to 20211205 (#389)

* build(deps): bump json from 20210307 to 20211205

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add json update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump jena-core from 4.2.0 to 4.3.0 (#390)

* build(deps): bump jena-core from 4.2.0 to 4.3.0

Bumps jena-core from 4.2.0 to 4.3.0.

---
updated-dependencies:
- dependency-name: org.apache.jena:jena-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add jena-core update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump infomodel-artifacts from 4.2.7 to 4.2.8 (#391)

* build(deps): update infomodel-artifacts to v4.2.8

* docs(readme): update infomodel-artifacts to v4.2.8

* docs(changelog): update infomodel-artifacts to v4.2.8

* docs(changelog): add release date for v5.3.0

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>

* build(deps): bump actions/checkout from 2 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>
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>
Co-authored-by: Tim Berthold <tim.berthold@isst.fraunhofer.de>
tmberthold added a commit that referenced this pull request May 18, 2022
* release: v5.3.0 (#392)

* 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

* build(deps): bump checkstyle from 9.0.1 to 9.1 (#347)

* build(deps): bump checkstyle from 9.0.1 to 9.1

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.0.1...checkstyle-9.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add dependency maintenance

* build: update revision to 5.1.2

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): infomodel artifacts 4.2.7 (#350)

* build(deps): bump interaction from 4.2.6 to 4.2.7 (#348)

Bumps interaction from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:interaction
  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 infomodel-serializer from 4.2.6 to 4.2.7 (#349)

Bumps infomodel-serializer from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:infomodel-serializer
  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): infomodel artifact java 4.2.7

* test: adapt major changes in test setups

* docs(changelog): update infomodel maintenance

* docs(readme): update IDS-Infomodel-Artifacts

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: log claimsexception-message if securityprofile could not  be verified (#352)

* feat: log claimsexception-message if securityprofile could not  verified

* docs(changelog): add enhancement

* refactor(DapsValidator): adjusted log message

* docs(changelog): update SecurityProfile enhancement

* refactor(DapsValidator): code refactoring and removing of trailing : at end of profile names

* feat(AisecTokenManagerService): optional additional logging of DAPS response (#353)

* feat(AisecTokenManagerService): optional additional logging of DAPS response

* refactor(AisecTokenManagerService): log syntax

* build(pom): set revision to 5.2.0

* docs(changelog): add text for new option

* feat: cache DAT expiration and make DAT caching deactivatable and DAPS offset adjustable (#354)

* feat(AisecTokenManagerService): new app.props var to configure DAPS time offset for nbf and isa in JWT to DAPS

* docs(changelog): add daps.time.offset

* fix(TokenProviderService): save DAT expiration on receipt instead of reading the claims each time

* docs(changelog): add text for expiration date caching

* feat(TokenProviderService): new app.props var to enable or disable caching of DAPS DAT

* docs(changelog): add new app.props and log enhancements

* refactor(TokenProviderService): only log cached DAT expiration info if DAT cached

* chore: fix checkstyle

* docs(changelog): add PR references

* build(deps): spring updates (#360)

* build(deps-dev): bump spring-test from 5.3.12 to 5.3.13 (#359)

Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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.12 to 5.3.13 (#358)

Bumps [spring-tx](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-webmvc from 5.3.12 to 5.3.13 (#357)

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): bump spring-web from 5.3.12 to 5.3.13 (#356)

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-core from 5.3.12 to 5.3.13 (#355)

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): update spring dependencies (#363)

* build(deps-dev): bump spring-boot-starter-test from 2.5.6 to 2.5.7 (#362)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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-boot-starter from 2.5.6 to 2.5.7 (#361)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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>

* docs(changelog): add spring-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump okhttp from 4.9.2 to 4.9.3 (#372)

* build(deps): bump okhttp from 4.9.2 to 4.9.3

Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): okhttp update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3 (#371)

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3

Bumps [mockwebserver](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): mockwebserver update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): update spring dependencies (#373)

* build(deps-dev): bump spring-boot-starter-test from 2.5.7 to 2.6.0 (#370)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter from 2.5.7 to 2.6.0 (#369)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(spring): force reset Path-Matching-Strategy for Spring MVC

* docs(changelog): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: rename new application properties (#374)

* refactor: rename new application properties

* docs(changelog): rename new application properties

* chore: fix typo in new properties

* docs(changelog): add release date

* feat: add support for ECDSA jwt signing algorithm (#377)

* feat(AisecTokenManagerService): add property to switch using RSA or ECDSA as signing algo for jwt

* build(pom): set revision to v5.3.0

* docs(changelog): add description for new flag

* docs(changelog): add PR link to docs

* docs(changelog): link issue instead of pr

* build(deps): bump checkstyle from 9.1 to 9.2 (#381)

* build(deps): bump checkstyle from 9.1 to 9.2

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.1...checkstyle-9.2)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add checkstyle update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump junit-jupiter (#382)

* build(deps-dev): bump junit-jupiter-api from 5.8.1 to 5.8.2 (#380)

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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>

* build(deps-dev): bump junit-jupiter from 5.8.1 to 5.8.2 (#379)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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-engine from 5.8.1 to 5.8.2 (#378)

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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>

* docs(changelog): add junit-jupiter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter (#385)

* build(deps): bump spring-boot-starter from 2.6.0 to 2.6.1 (#383)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)

---
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.6.0 to 2.6.1 (#384)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)

---
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): add spring-boot-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs(changelog): add bouncycastle updates

* build(deps): bump bouncycastle (#388)

* build(deps): bump bcmail-jdk15on from 1.69 to 1.70

Bumps [bcmail-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcmail-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump bcprov-jdk15on from 1.69 to 1.70 (#387)

Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump json from 20210307 to 20211205 (#389)

* build(deps): bump json from 20210307 to 20211205

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add json update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump jena-core from 4.2.0 to 4.3.0 (#390)

* build(deps): bump jena-core from 4.2.0 to 4.3.0

Bumps jena-core from 4.2.0 to 4.3.0.

---
updated-dependencies:
- dependency-name: org.apache.jena:jena-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add jena-core update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump infomodel-artifacts from 4.2.7 to 4.2.8 (#391)

* build(deps): update infomodel-artifacts to v4.2.8

* docs(readme): update infomodel-artifacts to v4.2.8

* docs(changelog): update infomodel-artifacts to v4.2.8

* docs(changelog): add release date for v5.3.0

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>

* build(deps): bump actions/cache from 2 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>
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>
Co-authored-by: Tim Berthold <tim.berthold@isst.fraunhofer.de>
tmberthold added a commit that referenced this pull request May 18, 2022
* build(deps): bump actions/setup-java from 1 to 3 (#506)

* release: v5.3.0 (#392)

* 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](https://github.com/checkstyle/checkstyle/compare/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](https://github.com/apache/maven-javadoc-plugin/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/checkstyle/checkstyle/compare/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](https://github.com/square/okhttp/compare/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](https://github.com/square/okhttp/compare/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](https://github.com/projectlombok/lombok/compare/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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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

* build(deps): bump checkstyle from 9.0.1 to 9.1 (#347)

* build(deps): bump checkstyle from 9.0.1 to 9.1

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0.1...checkstyle-9.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add dependency maintenance

* build: update revision to 5.1.2

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): infomodel artifacts 4.2.7 (#350)

* build(deps): bump interaction from 4.2.6 to 4.2.7 (#348)

Bumps interaction from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:interaction
  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 infomodel-serializer from 4.2.6 to 4.2.7 (#349)

Bumps infomodel-serializer from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:infomodel-serializer
  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): infomodel artifact java 4.2.7

* test: adapt major changes in test setups

* docs(changelog): update infomodel maintenance

* docs(readme): update IDS-Infomodel-Artifacts

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: log claimsexception-message if securityprofile could not  be verified (#352)

* feat: log claimsexception-message if securityprofile could not  verified

* docs(changelog): add enhancement

* refactor(DapsValidator): adjusted log message

* docs(changelog): update SecurityProfile enhancement

* refactor(DapsValidator): code refactoring and removing of trailing : at end of profile names

* feat(AisecTokenManagerService): optional additional logging of DAPS response (#353)

* feat(AisecTokenManagerService): optional additional logging of DAPS response

* refactor(AisecTokenManagerService): log syntax

* build(pom): set revision to 5.2.0

* docs(changelog): add text for new option

* feat: cache DAT expiration and make DAT caching deactivatable and DAPS offset adjustable (#354)

* feat(AisecTokenManagerService): new app.props var to configure DAPS time offset for nbf and isa in JWT to DAPS

* docs(changelog): add daps.time.offset

* fix(TokenProviderService): save DAT expiration on receipt instead of reading the claims each time

* docs(changelog): add text for expiration date caching

* feat(TokenProviderService): new app.props var to enable or disable caching of DAPS DAT

* docs(changelog): add new app.props and log enhancements

* refactor(TokenProviderService): only log cached DAT expiration info if DAT cached

* chore: fix checkstyle

* docs(changelog): add PR references

* build(deps): spring updates (#360)

* build(deps-dev): bump spring-test from 5.3.12 to 5.3.13 (#359)

Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.12...v5.3.13)

---
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.12 to 5.3.13 (#358)

Bumps [spring-tx](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.12...v5.3.13)

---
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-webmvc from 5.3.12 to 5.3.13 (#357)

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.12...v5.3.13)

---
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): bump spring-web from 5.3.12 to 5.3.13 (#356)

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.12...v5.3.13)

---
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-core from 5.3.12 to 5.3.13 (#355)

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.12...v5.3.13)

---
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): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): update spring dependencies (#363)

* build(deps-dev): bump spring-boot-starter-test from 2.5.6 to 2.5.7 (#362)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.6...v2.5.7)

---
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-boot-starter from 2.5.6 to 2.5.7 (#361)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.6...v2.5.7)

---
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>

* docs(changelog): add spring-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump okhttp from 4.9.2 to 4.9.3 (#372)

* build(deps): bump okhttp from 4.9.2 to 4.9.3

Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): okhttp update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3 (#371)

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3

Bumps [mockwebserver](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): mockwebserver update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): update spring dependencies (#373)

* build(deps-dev): bump spring-boot-starter-test from 2.5.7 to 2.6.0 (#370)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter from 2.5.7 to 2.6.0 (#369)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(spring): force reset Path-Matching-Strategy for Spring MVC

* docs(changelog): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: rename new application properties (#374)

* refactor: rename new application properties

* docs(changelog): rename new application properties

* chore: fix typo in new properties

* docs(changelog): add release date

* feat: add support for ECDSA jwt signing algorithm (#377)

* feat(AisecTokenManagerService): add property to switch using RSA or ECDSA as signing algo for jwt

* build(pom): set revision to v5.3.0

* docs(changelog): add description for new flag

* docs(changelog): add PR link to docs

* docs(changelog): link issue instead of pr

* build(deps): bump checkstyle from 9.1 to 9.2 (#381)

* build(deps): bump checkstyle from 9.1 to 9.2

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.1...checkstyle-9.2)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add checkstyle update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump junit-jupiter (#382)

* build(deps-dev): bump junit-jupiter-api from 5.8.1 to 5.8.2 (#380)

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2)

---
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>

* build(deps-dev): bump junit-jupiter from 5.8.1 to 5.8.2 (#379)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2)

---
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-engine from 5.8.1 to 5.8.2 (#378)

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2)

---
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>

* docs(changelog): add junit-jupiter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter (#385)

* build(deps): bump spring-boot-starter from 2.6.0 to 2.6.1 (#383)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.0...v2.6.1)

---
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.6.0 to 2.6.1 (#384)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.0...v2.6.1)

---
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): add spring-boot-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs(changelog): add bouncycastle updates

* build(deps): bump bouncycastle (#388)

* build(deps): bump bcmail-jdk15on from 1.69 to 1.70

Bumps [bcmail-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcmail-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump bcprov-jdk15on from 1.69 to 1.70 (#387)

Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump json from 20210307 to 20211205 (#389)

* build(deps): bump json from 20210307 to 20211205

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add json update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump jena-core from 4.2.0 to 4.3.0 (#390)

* build(deps): bump jena-core from 4.2.0 to 4.3.0

Bumps jena-core from 4.2.0 to 4.3.0.

---
updated-dependencies:
- dependency-name: org.apache.jena:jena-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add jena-core update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump infomodel-artifacts from 4.2.7 to 4.2.8 (#391)

* build(deps): update infomodel-artifacts to v4.2.8

* docs(readme): update infomodel-artifacts to v4.2.8

* docs(changelog): update infomodel-artifacts to v4.2.8

* docs(changelog): add release date for v5.3.0

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>

* build(deps): bump actions/setup-java from 1 to 3

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>
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>
Co-authored-by: Tim Berthold <tim.berthold@isst.fraunhofer.de>

* build(deps): bump actions/checkout from 2 to 3 (#503)

* release: v5.3.0 (#392)

* 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](https://github.com/checkstyle/checkstyle/compare/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](https://github.com/apache/maven-javadoc-plugin/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/checkstyle/checkstyle/compare/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](https://github.com/square/okhttp/compare/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](https://github.com/square/okhttp/compare/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](https://github.com/projectlombok/lombok/compare/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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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](https://github.com/spring-projects/spring-framework/compare/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

…
tmberthold added a commit that referenced this pull request Jun 21, 2022
* release: v5.3.0 (#392)

* 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

* build(deps): bump checkstyle from 9.0.1 to 9.1 (#347)

* build(deps): bump checkstyle from 9.0.1 to 9.1

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.0.1...checkstyle-9.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add dependency maintenance

* build: update revision to 5.1.2

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): infomodel artifacts 4.2.7 (#350)

* build(deps): bump interaction from 4.2.6 to 4.2.7 (#348)

Bumps interaction from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:interaction
  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 infomodel-serializer from 4.2.6 to 4.2.7 (#349)

Bumps infomodel-serializer from 4.2.6 to 4.2.7.

---
updated-dependencies:
- dependency-name: de.fraunhofer.iais.eis.ids:infomodel-serializer
  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): infomodel artifact java 4.2.7

* test: adapt major changes in test setups

* docs(changelog): update infomodel maintenance

* docs(readme): update IDS-Infomodel-Artifacts

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: log claimsexception-message if securityprofile could not  be verified (#352)

* feat: log claimsexception-message if securityprofile could not  verified

* docs(changelog): add enhancement

* refactor(DapsValidator): adjusted log message

* docs(changelog): update SecurityProfile enhancement

* refactor(DapsValidator): code refactoring and removing of trailing : at end of profile names

* feat(AisecTokenManagerService): optional additional logging of DAPS response (#353)

* feat(AisecTokenManagerService): optional additional logging of DAPS response

* refactor(AisecTokenManagerService): log syntax

* build(pom): set revision to 5.2.0

* docs(changelog): add text for new option

* feat: cache DAT expiration and make DAT caching deactivatable and DAPS offset adjustable (#354)

* feat(AisecTokenManagerService): new app.props var to configure DAPS time offset for nbf and isa in JWT to DAPS

* docs(changelog): add daps.time.offset

* fix(TokenProviderService): save DAT expiration on receipt instead of reading the claims each time

* docs(changelog): add text for expiration date caching

* feat(TokenProviderService): new app.props var to enable or disable caching of DAPS DAT

* docs(changelog): add new app.props and log enhancements

* refactor(TokenProviderService): only log cached DAT expiration info if DAT cached

* chore: fix checkstyle

* docs(changelog): add PR references

* build(deps): spring updates (#360)

* build(deps-dev): bump spring-test from 5.3.12 to 5.3.13 (#359)

Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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.12 to 5.3.13 (#358)

Bumps [spring-tx](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-webmvc from 5.3.12 to 5.3.13 (#357)

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): bump spring-web from 5.3.12 to 5.3.13 (#356)

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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-core from 5.3.12 to 5.3.13 (#355)

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

---
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): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): update spring dependencies (#363)

* build(deps-dev): bump spring-boot-starter-test from 2.5.6 to 2.5.7 (#362)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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-boot-starter from 2.5.6 to 2.5.7 (#361)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.6...v2.5.7)

---
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>

* docs(changelog): add spring-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump okhttp from 4.9.2 to 4.9.3 (#372)

* build(deps): bump okhttp from 4.9.2 to 4.9.3

Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): okhttp update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3 (#371)

* build(deps-dev): bump mockwebserver from 4.9.2 to 4.9.3

Bumps [mockwebserver](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

* docs(changelog): mockwebserver update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): update spring dependencies (#373)

* build(deps-dev): bump spring-boot-starter-test from 2.5.7 to 2.6.0 (#370)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter from 2.5.7 to 2.6.0 (#369)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(spring): force reset Path-Matching-Strategy for Spring MVC

* docs(changelog): add spring updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: rename new application properties (#374)

* refactor: rename new application properties

* docs(changelog): rename new application properties

* chore: fix typo in new properties

* docs(changelog): add release date

* feat: add support for ECDSA jwt signing algorithm (#377)

* feat(AisecTokenManagerService): add property to switch using RSA or ECDSA as signing algo for jwt

* build(pom): set revision to v5.3.0

* docs(changelog): add description for new flag

* docs(changelog): add PR link to docs

* docs(changelog): link issue instead of pr

* build(deps): bump checkstyle from 9.1 to 9.2 (#381)

* build(deps): bump checkstyle from 9.1 to 9.2

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.1...checkstyle-9.2)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add checkstyle update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps-dev): bump junit-jupiter (#382)

* build(deps-dev): bump junit-jupiter-api from 5.8.1 to 5.8.2 (#380)

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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>

* build(deps-dev): bump junit-jupiter from 5.8.1 to 5.8.2 (#379)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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-engine from 5.8.1 to 5.8.2 (#378)

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
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>

* docs(changelog): add junit-jupiter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump spring-boot-starter (#385)

* build(deps): bump spring-boot-starter from 2.6.0 to 2.6.1 (#383)

Bumps [spring-boot-starter](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)

---
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.6.0 to 2.6.1 (#384)

Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1)

---
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): add spring-boot-starter updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs(changelog): add bouncycastle updates

* build(deps): bump bouncycastle (#388)

* build(deps): bump bcmail-jdk15on from 1.69 to 1.70

Bumps [bcmail-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcmail-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump bcprov-jdk15on from 1.69 to 1.70 (#387)

Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump json from 20210307 to 20211205 (#389)

* build(deps): bump json from 20210307 to 20211205

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add json update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump jena-core from 4.2.0 to 4.3.0 (#390)

* build(deps): bump jena-core from 4.2.0 to 4.3.0

Bumps jena-core from 4.2.0 to 4.3.0.

---
updated-dependencies:
- dependency-name: org.apache.jena:jena-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(changelog): add jena-core update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>

* build(deps): bump infomodel-artifacts from 4.2.7 to 4.2.8 (#391)

* build(deps): update infomodel-artifacts to v4.2.8

* docs(readme): update infomodel-artifacts to v4.2.8

* docs(changelog): update infomodel-artifacts to v4.2.8

* docs(changelog): add release date for v5.3.0

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>

* Fixed component scan example for version 7.0.0
Fixes #548

Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>
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>
Co-authored-by: Tim Berthold <tim.berthold@isst.fraunhofer.de>
Co-authored-by: Tim Berthold <tim.berthold@sovity.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant