This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Commit 52d2054
release: v5.0.0 (#296)
* 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
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 f7fd83d commit 52d2054
File tree
31 files changed
+257
-357
lines changed- clearinghouse/src
- main/java/de/fraunhofer/ids/messaging/clearinghouse
- test/java/de/fraunhofer/ids/messaging/clearinghouse
- core/src
- main/java/de/fraunhofer/ids/messaging/core/config
- ssl/keystore
- test/java/de/fraunhofer/ids/messaging/core/config
- messaging/src/main/java/de/fraunhofer/ids/messaging
- handler/message
- protocol
- http
- multipart
- requests
- builder
- util
31 files changed
+257
-357
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 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
12 | 35 | | |
13 | 36 | | |
14 | 37 | | |
15 | | - | |
| 38 | + | |
16 | 39 | | |
17 | 40 | | |
18 | | - | |
| 41 | + | |
19 | 42 | | |
20 | 43 | | |
21 | 44 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
25 | 48 | | |
26 | 49 | | |
27 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 44 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
| |||
108 | 104 | | |
109 | 105 | | |
110 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | 137 | | |
157 | 138 | | |
158 | 139 | | |
| |||
178 | 159 | | |
179 | 160 | | |
180 | 161 | | |
181 | | - | |
| 162 | + | |
182 | 163 | | |
183 | 164 | | |
184 | 165 | | |
| |||
236 | 217 | | |
237 | 218 | | |
238 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
239 | 255 | | |
240 | 256 | | |
241 | 257 | | |
| |||
clearinghouse/src/main/java/de/fraunhofer/ids/messaging/clearinghouse/IDSClearingHouseService.java
Lines changed: 44 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 40 | | |
80 | 41 | | |
81 | 42 | | |
82 | 43 | | |
83 | | - | |
| 44 | + | |
84 | 45 | | |
85 | 46 | | |
86 | 47 | | |
| |||
162 | 123 | | |
163 | 124 | | |
164 | 125 | | |
165 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
166 | 169 | | |
167 | 170 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
185 | 201 | | |
186 | 202 | | |
187 | 203 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
243 | 246 | | |
244 | 247 | | |
245 | 248 | | |
| |||
320 | 323 | | |
321 | 324 | | |
322 | 325 | | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
323 | 346 | | |
324 | 347 | | |
325 | 348 | | |
| |||
0 commit comments