Skip to content

Commit

Permalink
For some reason revapi-java package filter doesn't work reliably
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Feb 1, 2023
1 parent 4213522 commit 96ac67c
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions smallrye-reactive-messaging-provider/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,23 @@
"extension" : "revapi.filter",
"configuration" : {
"elements" : {
"include" : [ "class io.smallrye.reactive.messaging.providers.PublisherDecorator", {
"matcher" : "java-package",
"match" : "io.smallrye.reactive.messaging.providers.connectors"
}, {
"matcher" : "java-package",
"match" : "io.smallrye.reactive.messaging.providers.locals"
}, {
"matcher" : "java-package",
"match" : "io.smallrye.reactive.messaging.providers.wiring"
} ]
"include" : [
"class io.smallrye.reactive.messaging.providers.PublisherDecorator",
"class io.smallrye.reactive.messaging.connectors.ExecutionHolder",
"class io.smallrye.reactive.messaging.connectors.WorkerPoolRegistry",
"class io.smallrye.reactive.messaging.locals.ContextAwareMessage",
"class io.smallrye.reactive.messaging.locals.ContextDecorator",
"class io.smallrye.reactive.messaging.locals.ContextOperator",
"class io.smallrye.reactive.messaging.locals.LocalContextMetadata",
"class io.smallrye.reactive.messaging.locals.CycleException",
"class io.smallrye.reactive.messaging.locals.Graph",
"class io.smallrye.reactive.messaging.locals.OpenGraphException",
"class io.smallrye.reactive.messaging.locals.TooManyDownstreamCandidatesException",
"class io.smallrye.reactive.messaging.locals.TooManyUpstreamCandidatesException",
"class io.smallrye.reactive.messaging.locals.UnsatisfiedBroadcastException",
"class io.smallrye.reactive.messaging.locals.Wiring",
"class io.smallrye.reactive.messaging.locals.WiringException"
]
}
}
}, {
Expand Down Expand Up @@ -55,4 +62,4 @@
"minCriticality" : "documented",
"output" : "out"
}
} ]
} ]

0 comments on commit 96ac67c

Please sign in to comment.