Commit f644c0c
chore: Lint core (#68)
* feat: Implement message model annotations (#43)
* feat - Implement message model annotations
* chore - Remove unused dependencies
* feat: Process message and schema annotations (#44)
* feat - Implement Message annotation processing
* feat - Merge annotation components
* feat - Add schema annotation processor
* refactor - Make annotation processor context dynamic
test - Add annotation provider integration test
* chore - ktlint format
* refactor - Refactor dependency management
---------
Co-authored-by: lorenzsimon <lorenz.simon.mail@gmail.com>
* feat: Channel annotation processing (#45)
* feat - Add Channel and Operation annotations
* feat - Add Channel processing
* refactor - Annotation keys to values
* chore - Fix confusing test values
* refactor: Annotation mapping (#47)
* refactor - Annotation mapping improvements
* refactor - Add option for inline messages and schemas
* refactor - Use classname for channel component keys if autogenerated
* fix - Typo
* test - Fix Schemas test
* feat: Add Kotlin module to model resolver (#48)
feat - Add Kotlin module to model resolver
* feat: Bind channels to annotation components (#49)
* refactor - Context providers
* feat - Bind channels to annotation components
* refactor - Annotation components binding
* chore - Format
* chore: Add Spring Boot example application (#63)
* chore: Add Spring Boot example application
* fix: Java version
* fix: Test
* chore: Bump dependencies (#65)
* chore: Bump dependencies
* chore: Bump dependencies
* chore: Set Java version in GH actions
* fix: Autoconfig migration
* fix: Migrate Jakarta
* chore: Refactor data objects (#67)
* chore: Revert
---------
Co-authored-by: Lorenz Simon <95355196+lorenz-scalable@users.noreply.github.com>1 parent 2f9184b commit f644c0c
File tree
4 files changed
+48
-48
lines changed- kotlin-asyncapi-core/src/main/kotlin/org/openfolder/kotlinasyncapi/model
- channel
- server
4 files changed
+48
-48
lines changedkotlin-asyncapi-core/src/main/kotlin/org/openfolder/kotlinasyncapi/model/channel/ChannelBinding.kt
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
kotlin-asyncapi-core/src/main/kotlin/org/openfolder/kotlinasyncapi/model/channel/MessageBinding.kt
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
Lines changed: 14 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
0 commit comments