aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Expand)AuthorAgeFilesLines
* Fix space and punctuation in error messages.gjoranv2023-01-092-5/+5
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-093-3/+3
* Fix imprecise error message.gjoranv2023-01-091-1/+1
* Add more improvements to bundle resolution error message:gjoranv2023-01-092-5/+33
* Include list of installed application bundles in error messagegjoranv2023-01-092-5/+20
* Add method for listing bsnVersion for active application bundles.gjoranv2023-01-094-1/+34
* Get more info when test failsjonmv2023-01-092-2/+6
* Revert "More user friendly class resolution"Arnstein Ressem2023-01-096-87/+6
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-093-3/+3
* Don't attempt to lookup class in internal bundles if a bundle was explicitly ...gjoranv2023-01-091-0/+5
* Fix imprecise error message.gjoranv2023-01-091-1/+1
* Add more improvements to bundle resolution error message:gjoranv2023-01-092-5/+33
* Include list of installed application bundles in error messagegjoranv2023-01-092-5/+20
* Add method for listing bsnVersion for active application bundles.gjoranv2023-01-094-1/+34
* Revert "Improve user friendliness when class resolution fails."Arnstein Ressem2023-01-066-87/+6
* Merge pull request #25423 from vespa-engine/improve-missing-bundle-error-messageHenning Baldersheim2023-01-066-6/+87
|\
| * Don't attempt to lookup class in internal bundles if a bundle was explicitly ...gjoranv2023-01-061-0/+5
| * Fix imprecise error message.gjoranv2023-01-061-1/+1
| * Add more improvements to bundle resolution error message:gjoranv2023-01-062-5/+33
| * Include list of installed application bundles in error messagegjoranv2023-01-062-5/+20
| * Add method for listing bsnVersion for active application bundles.gjoranv2023-01-054-1/+34
* | remove runLogctl from this APIArne Juul2023-01-051-45/+0
|/
* Merge pull request #25317 from vespa-engine/hakonhall/there-may-be-no-causeHenning Baldersheim2022-12-211-2/+3
|\
| * There may be no causeHåkon Hallingstad2022-12-211-2/+3
* | Merge pull request #25196 from vespa-engine/arnej/add-tuning-of-logging-4Henning Baldersheim2022-12-203-59/+255
|\ \ | |/ |/|
| * add hook in /state/v1 API alsoArne Juul2022-12-091-59/+113
| * move common parsingArne Juul2022-12-092-0/+142
* | Prevent possible NPE.Henning Baldersheim2022-12-141-1/+1
|/
* Render completely when the response is malformedJon Bratseth2022-12-092-4/+53
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-044-5/+5
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-044-5/+5
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-024-5/+5
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-022-6/+4
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-022-4/+6
* Let list handling catch up with Java 17Henning Baldersheim2022-12-022-6/+4
* Reduce need to access getJDiscRequestHenning Baldersheim2022-11-292-0/+29
* Reduce exposure of com.yahoo.jdisc.http.HttpRequest.Henning Baldersheim2022-11-292-3/+8
* Split out opennlp-linguisticsHenning Baldersheim2022-11-261-0/+25
* Add test helper to construct filter request instanceBjørn Christian Seime2022-11-161-0/+103
* GC redundant commaHenning Baldersheim2022-11-111-1/+1
* Use a thread executor to fire off subcribes to multiple keys concurrently.Henning Baldersheim2022-11-113-4/+32
* - Remove cluster() from SystemInfo to only keep static information there.Henning Baldersheim2022-11-041-0/+3
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-11-0228-230/+193
* Revert "Add workaround for Jetty issue"Bjørn Christian Seime2022-11-022-123/+1
* Merge pull request #24690 from vespa-engine/bjorncs/jettyBjørn Christian Seime2022-11-0229-194/+353
|\
| * Add workaround for Jetty issueBjørn Christian Seime2022-11-012-1/+123
| * Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-11-0128-193/+230
* | Await subscriber exhausting configs list, in unit testjonmv2022-11-012-2/+32
* | Move file handling down into FileSourcejonmv2022-11-011-13/+9
* | Cleanup, no effective changesjonmv2022-11-014-31/+27