Skip to content

Commit

Permalink
adds missing jcapiCmp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmjo committed Jun 27, 2022
1 parent 00fd735 commit 363d0e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/accepted-api-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,15 @@
"type": "io.micronaut.nats.reactive.ReactivePublisher",
"member": "Method io.micronaut.nats.reactive.ReactivePublisher.publishAndReply(io.micronaut.nats.reactive.PublishState)",
"reason": "ReactivePublisher is only used internally"
},
{
"type": "io.micronaut.nats.intercept.NatsConsumerAdvice",
"member": "Class io.micronaut.nats.intercept.NatsConsumerAdvice",
"reason": "Nothing changed here - this was just missing"
},
{
"type": "io.micronaut.nats.intercept.NatsConsumerAdvice",
"member": "Constructor io.micronaut.nats.intercept.NatsConsumerAdvice(io.micronaut.context.BeanContext,io.micronaut.nats.bind.NatsBinderRegistry,io.micronaut.nats.serdes.NatsMessageSerDesRegistry,io.micronaut.nats.exception.NatsListenerExceptionHandler)",
"reason": "Nothing changed here - this was just missing"
}
]

0 comments on commit 363d0e4

Please sign in to comment.