Skip to content

Commit

Permalink
fix(generic-binding): fix autoconfiguration (#405)
Browse files Browse the repository at this point in the history
* fix(generic-binding): fix autoconfiguration

Co-authored-by: Timon Back <[email protected]>

* Update asyncapi.json

* test(sqs): remove empty line in asyncapi.json

---------

Co-authored-by: Timon Back <[email protected]>
Co-authored-by: Timon Back <[email protected]>
  • Loading branch information
3 people authored Oct 13, 2023
1 parent ff1a6c9 commit 923c003
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.springframework.core.annotation.Order;

@Configuration
public class SpringwolfGenericBindingConfiguration {
public class SpringwolfGenericBindingAutoConfiguration {

@Bean
@Order(value = BindingProcessorPriority.GENERIC_BINDING)
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
io.github.stavshamir.springwolf.addons.generic_binding.annotation.processor.AsyncGenericOperationBindingProcessor
io.github.stavshamir.springwolf.addons.generic_binding.annotation.configuration.SpringwolfGenericBindingAutoConfiguration
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@
"operationId": "another-queue_subscribe",
"description": "Custom, optional description defined in the AsyncPublisher annotation",
"bindings": {
"sqs": { }
"sqs": {
"internal-field": "customValue",
"nested": {
"key": "nestedValue"
}
}
},
"message": {
"schemaFormat": "application/vnd.oai.openapi+json;version=3.0.0",
Expand Down

0 comments on commit 923c003

Please sign in to comment.