summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove on Vespa 8Jon Bratseth2022-06-082-14/+4
|
* Remove config version on Vespa 8Jon Bratseth2022-06-081-6/+0
|
* Remove leftover package-info for c.y.v.container.xml.bindgjoranv2022-06-081-5/+0
|
* Add missing newlinegjoranv2022-06-081-1/+1
|
* Create wrapper for Jetty's MultiPartFormInputStreamBjørn Christian Seime2022-06-082-0/+74
|
* Remove on Vespa 8Jon Bratseth2022-06-081-0/+3
|
* Remove on Vespa 8Jon Bratseth2022-06-083-10/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-37/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-0811-339/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-31/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-14/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-083-48/+1
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-085-7/+0
| | | | Also remove some deprecated methods in ConfigGetter
* Remove unused parameters from http config definitionsBjørn Christian Seime2022-06-083-21/+0
|
* Remove deprecated filter request/response APIsBjørn Christian Seime2022-06-086-99/+25
|
* Remove deprecated method in CookieBjørn Christian Seime2022-06-082-6/+0
|
* Stop exporting org.json (including removal of deprecated APIs)Bjørn Christian Seime2022-06-082-10/+0
|
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-0814-144/+20
|
* Remove deprecated http response metricsBjørn Christian Seime2022-06-083-7/+1
|
* GC deprecated statistics moduleHenning Baldersheim2022-06-082-18/+0
|
* Merge pull request #22760 from vespa-engine/bjorncs/hide-jetty-from-publicapiBjørn Christian Seime2022-05-3110-67/+285
|\ | | | | `SslContextFactoryProvider` replacement [run-systemtest]
| * fixup! Add `SslProvider` interface as replacement for ↵Bjørn Christian Seime2022-05-311-1/+1
| | | | | | | | `SslContextFactoryProvider`
| * Rewrite current 'SslContextFactoryProvider' impls to 'SslProvider'Bjørn Christian Seime2022-05-314-58/+48
| |
| * Use default SSL context if non providedBjørn Christian Seime2022-05-302-4/+16
| |
| * Add `SslProvider` interface as replacement for `SslContextFactoryProvider`Bjørn Christian Seime2022-05-308-8/+224
| |
* | Merge pull request #22801 from vespa-engine/jonmv/hc5-in-metrics-handlersJon Marius Venstad2022-05-312-22/+47
|\ \ | | | | | | Use hc5 in metrics handlers
| * | Use hc5 in metrics handlersjonmv2022-05-312-22/+47
| | |
* | | Improve restart messagesJon Bratseth2022-05-311-2/+2
| | |
* | | Revert "uncheck() all checked exceptions"Valerij Fredriksen2022-05-301-2/+2
|/ /
* / uncheck() all checked exceptionsValerij Fredriksen2022-05-251-2/+2
|/
* Classify failures due to client-initiated close as separate categoryBjørn Christian Seime2022-05-232-9/+33
|
* Merge pull request #22688 from ↵Lester Solbakken2022-05-211-0/+8
|\ | | | | | | | | vespa-engine/lesters/url-downloading-on-containers-only Only donload url config on containers - not config server
| * Only donload url config on containers - not config serverLester Solbakken2022-05-201-0/+8
| |
* | install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|/
* Revert "Merge pull request #22642 from ↵Jon Bratseth2022-05-181-14/+13
| | | | | | | vespa-engine/revert-22637-bratseth/model-syntax" This reverts commit 2c9cb8159adaced573fd1e34689e533946feea85, reversing changes made to a4dbfc43c7df534ee5b032204ef19a7b038d7e3e.
* Revert "Bratseth/model syntax"Arnstein Ressem2022-05-181-13/+14
|
* Merge pull request #22638 from ↵Valerij Fredriksen2022-05-181-1/+1
|\ | | | | | | | | vespa-engine/bjormel/Correct-ConnectionLog-symbolic-link Correct ConnectionLog symbolic link
| * Correct ConnectionLog symbolic linkBjørn Meland2022-05-181-1/+1
| |
* | Unify constant syntax across models and rank profilesJon Bratseth2022-05-181-14/+13
|/
* Merge pull request #22552 from ↵Bjørn Meland2022-05-123-4/+9
|\ | | | | | | | | vespa-engine/bjormel/hosted-connection-log-without-container-name Hosted: Do not use clusterId as part of filename for ConnectionLog
| * Hosted: Do not use clusterId as part of filename for ConnectionLogbjormel2022-05-113-4/+9
| |
* | Support proxying of health checks to connector requiring proxy-protocolBjørn Christian Seime2022-05-112-47/+40
|/ | | | | Use Jetty instead of Apache http client. Install jetty-client bundle.
* Ensure proxy-protocol is mandatory when mixed-mode is disabledBjørn Christian Seime2022-05-112-8/+36
|
* Merge pull request #22511 from vespa-engine/bratseth/input-defaultsJon Bratseth2022-05-091-4/+3
|\ | | | | Bratseth/input defaults
| * Refactor testsJon Bratseth2022-05-051-4/+3
| |
* | Don't try to resolve from the system bundle for test frameworksgjoranv2022-05-081-12/+15
| | | | | | | | .. as they have none.
* | Use 'annotations' from jdisc_core, do not embed in container-disc.gjoranv2022-05-081-5/+6
| |
* | Allow loading classes from jdisc_core as well as container-disc.gjoranv2022-05-081-6/+28
| | | | | | | | | | - If no bundle is explicitly specified, try container-disc first, then the system bundle (jdisc_core-with-deps)
* | Set vespajlib, vespalog and defaults to scope provided.gjoranv2022-05-081-18/+20
| | | | | | | | | | | | - These artifacts are included on classpath and will be exported via jdisc_core. (vespajlib has actually been embedded in jdisc_core since 2017)
* | Destroy Jetty client after stopBjørn Christian Seime2022-05-061-0/+1
| |