aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/abi-spec.json
Commit message (Collapse)AuthorAgeFilesLines
* Introduce capability support for jdisc request handlersBjørn Christian Seime2023-02-091-1/+3
| | | | | Add trait like interface to define capability mapping based on HTTP method and uri path. Enforce required capabilities through wrapper handler through existing filtering request handler.
* Update ABI spec format, and update all specsjonmv2022-10-251-300/+300
|
* Update ABI specjonmv2022-10-101-1/+2
|
* Remove vespåa-http-client usage part 2Jon Bratseth2022-06-081-2/+0
|
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-081-1/+0
|
* 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