Skip to content

Commit

Permalink
release: v5.0.1 (#304)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* docs: update changelog

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

* 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 <[email protected]>
Co-authored-by: Tim Berthold <[email protected]>

* 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] <[email protected]>

* docs: update changelog

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

* 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 <[email protected]>

* 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] <[email protected]>

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] <[email protected]>

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] <[email protected]>

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] <[email protected]>

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] <[email protected]>

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vdakker <[email protected]>
Co-authored-by: eakker <[email protected]>
  • Loading branch information
4 people authored Sep 21, 2021
1 parent 52d2054 commit 9a537b9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## Version [5.0.1] 2021-09-21

### Patch Change: Dependency Maintenance
- Upgrade: org.springframework:spring-webmvc 5.3.9 -> 5.3.10 ([PR 300](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/300))
- Upgrade: org.springframework:spring-test 5.3.9 -> 5.3.10 ([PR 299](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/299))
- Upgrade: org.springframework:spring-core 5.3.9 -> 5.3.10 ([PR 297](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/297))
- Upgrade: org.springframework:spring-web 5.3.9 -> 5.3.10 ([PR 301](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/301))
- Upgrade: org.springframework:spring-tx 5.3.9 -> 5.3.10 ([PR 298](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/298))
- Replace: de.fraunhofer.iais.eis.ids:interaction org.apache.jena:jena-core 4.1.0 -> 4.2.0 ([PR 303](https://github.com/International-Data-Spaces-Association/IDS-Messaging-Services/pull/303))

## Version [5.0.0] 2021-09-14

### Major Change: ClearingHouse Module - New Endpoint
Expand Down
6 changes: 3 additions & 3 deletions messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.3.9</version>
<version>5.3.10</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
<!-- License: Apache License, Version 2.0 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.3.9</version>
<version>5.3.10</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.springframework/spring-tx -->
<!-- License: Apache License, Version 2.0 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>5.3.9</version>
<version>5.3.10</version>
</dependency>
</dependencies>

Expand Down
18 changes: 15 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</modules>

<properties>
<revision>5.0.0</revision>
<revision>5.0.1</revision>

<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down Expand Up @@ -105,9 +105,21 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.jena/jena-core -->
<!-- License: Apache License, Version 2.0 -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>4.2.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter -->
<!-- License: Apache License, Version 2.0 -->
<dependency>
Expand Down Expand Up @@ -225,7 +237,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.3.9</version>
<version>5.3.10</version>
<scope>test</scope>
</dependency>

Expand All @@ -234,7 +246,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.3.9</version>
<version>5.3.10</version>
</dependency>

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

0 comments on commit 9a537b9

Please sign in to comment.