aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/abi-spec.json
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-081-1/+1
|
* Remove use of Guava ListenableFuture from com.yahoo.jdisc.handlerBjørn Christian Seime2021-12-101-20/+20
| | | | | | This change is not 100% API compatible. Many classes from this package inherited types from Guava. The classes will have the same methods as before, but their type has obviously changed. Two options; merge now with the small risk of breakage or wait for Vespa 8 branch.
* Make jdisc.handler.FutureConjunction package private.gjoranv2021-12-081-23/+0
|
* Remove PublicApi annotation for jdisc.test package.gjoranv2021-12-061-327/+0
| | | | | - Does not contain any classes that are appropriate for external usage. Not currently used by any hosted Vespa apps.
* Add abi-check-plugin to all modules using `@PublicApi`Bjørn Christian Seime2021-11-301-0/+1265