This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Commit eb69fc0
release: v5.1.0 (#333)
* 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
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 9a537b9 commit eb69fc0
File tree
28 files changed
+290
-182
lines changed- broker
- clearinghouse
- core
- src
- main/java/de/fraunhofer/ids/messaging/core
- config
- ssl/keystore
- daps
- aisec
- orbiter
- test/java/de/fraunhofer/ids/messaging/core/config
- messaging
- src/main/java/de/fraunhofer/ids/messaging
- dispatcher
- endpoint
- protocol
- http
- multipart
- requests
- util
- paris
- vocol
28 files changed
+290
-182
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 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
12 | 46 | | |
13 | 47 | | |
14 | 48 | | |
| |||
| 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 | | |
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
202 | 216 | | |
203 | 217 | | |
204 | 218 | | |
| |||
207 | 221 | | |
208 | 222 | | |
209 | 223 | | |
210 | | - | |
| 224 | + | |
211 | 225 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
| 226 | + | |
217 | 227 | | |
218 | 228 | | |
219 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
Lines changed: 33 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
128 | | - | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
138 | | - | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
162 | | - | |
163 | | - | |
| 163 | + | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
171 | | - | |
172 | | - | |
| 172 | + | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| |||
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
181 | | - | |
| 182 | + | |
| 183 | + | |
182 | 184 | | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
187 | | - | |
| 189 | + | |
| 190 | + | |
188 | 191 | | |
189 | 192 | | |
190 | 193 | | |
191 | 194 | | |
192 | 195 | | |
193 | | - | |
| 196 | + | |
| 197 | + | |
194 | 198 | | |
195 | 199 | | |
196 | 200 | | |
| |||
230 | 234 | | |
231 | 235 | | |
232 | 236 | | |
233 | | - | |
| 237 | + | |
234 | 238 | | |
235 | 239 | | |
236 | 240 | | |
| |||
248 | 252 | | |
249 | 253 | | |
250 | 254 | | |
251 | | - | |
| 255 | + | |
252 | 256 | | |
253 | 257 | | |
254 | 258 | | |
| |||
264 | 268 | | |
265 | 269 | | |
266 | 270 | | |
267 | | - | |
| 271 | + | |
| 272 | + | |
268 | 273 | | |
269 | 274 | | |
270 | 275 | | |
| |||
306 | 311 | | |
307 | 312 | | |
308 | 313 | | |
309 | | - | |
| 314 | + | |
310 | 315 | | |
311 | 316 | | |
312 | 317 | | |
| |||
390 | 395 | | |
391 | 396 | | |
392 | 397 | | |
393 | | - | |
| 398 | + | |
| 399 | + | |
394 | 400 | | |
395 | 401 | | |
396 | 402 | | |
| |||
417 | 423 | | |
418 | 424 | | |
419 | 425 | | |
420 | | - | |
| 426 | + | |
| 427 | + | |
421 | 428 | | |
422 | 429 | | |
423 | 430 | | |
424 | 431 | | |
425 | 432 | | |
426 | | - | |
| 433 | + | |
| 434 | + | |
427 | 435 | | |
428 | 436 | | |
429 | 437 | | |
430 | 438 | | |
431 | 439 | | |
432 | | - | |
| 440 | + | |
| 441 | + | |
433 | 442 | | |
434 | 443 | | |
435 | 444 | | |
436 | 445 | | |
437 | 446 | | |
438 | | - | |
| 447 | + | |
| 448 | + | |
439 | 449 | | |
440 | 450 | | |
441 | 451 | | |
442 | 452 | | |
443 | 453 | | |
444 | | - | |
| 454 | + | |
445 | 455 | | |
446 | 456 | | |
447 | 457 | | |
448 | 458 | | |
449 | 459 | | |
450 | | - | |
| 460 | + | |
| 461 | + | |
451 | 462 | | |
452 | 463 | | |
453 | 464 | | |
| |||
0 commit comments