This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Commit 9a537b9
release: v5.0.1 (#304)
* 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
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vdakker <75307507+vdakker@users.noreply.github.com>
Co-authored-by: eakker <erik.van.den.akker@isst.fraunhofer.de>1 parent 52d2054 commit 9a537b9
3 files changed
+28
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
13 | 23 | | |
14 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
108 | 112 | | |
109 | 113 | | |
110 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
111 | 123 | | |
112 | 124 | | |
113 | 125 | | |
| |||
225 | 237 | | |
226 | 238 | | |
227 | 239 | | |
228 | | - | |
| 240 | + | |
229 | 241 | | |
230 | 242 | | |
231 | 243 | | |
| |||
234 | 246 | | |
235 | 247 | | |
236 | 248 | | |
237 | | - | |
| 249 | + | |
238 | 250 | | |
239 | 251 | | |
240 | 252 | | |
| |||
0 commit comments