summaryrefslogtreecommitdiffstats
path: root/jdisc_core
Commit message (Expand)AuthorAgeFilesLines
* Update ABI spec format, and update all specsjonmv2022-10-251-300/+300
* Update ABI specjonmv2022-10-101-1/+2
* Start new mbus servers before stopping old onesjonmv2022-10-101-0/+8
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-063-21/+23
* Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-012-5/+4
* Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-312-4/+5
* Merge pull request #23847 from vespa-engine/cleanup-after-failed-component-gr...Jon Marius Venstad2022-08-312-7/+6
|\
| * Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-252-5/+4
| * minor: declare logger final and correct grammar in comment.gjoranv2022-08-251-2/+2
* | Turn on autoscaling in perfJon Bratseth2022-08-251-2/+0
|/
* Merge pull request #23540 from vespa-engine/bjorncs/stale-threads-watchdogJon Bratseth2022-07-312-4/+87
|\
| * Make ContainerWatchdog restartableBjørn Christian Seime2022-07-262-6/+13
| * Detect and warn on stale threadsBjørn Christian Seime2022-07-261-2/+78
* | Convert jdisc_core to junit5Bjørn Christian Seime2022-07-2893-1016/+1046
|/
* Add test to properly verify all exported packages from jdisc_coregjoranv2022-07-204-45/+104
* Fix bug in UnsafeContentInputStream where read() corrupts "marked" contentBjørn Christian Seime2022-07-142-5/+20
* Remove all dependencies to yoleangjoranv2022-07-131-18/+0
* Fix off-by-one error related to marking inn UnsafeContentInputStreamHenning Baldersheim2022-07-032-1/+6
* Merge pull request #23234 from vespa-engine/jonmv/un-hide-installing-bundlesJon Marius Venstad2022-06-291-0/+3
|\
| * Clear previous allowed duplicates for collision keys when adding new onesjonmv2022-06-241-0/+3
* | Reading in chunks instead of byte by byte is significantly faster.Henning Baldersheim2022-06-281-26/+34
|/
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
* Remove vespåa-http-client usage part 2Jon Bratseth2022-06-081-2/+0
* GC deprecated methods and make mebers final.Henning Baldersheim2022-06-082-44/+4
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-1/+0
* Stop providing guice.assistedinject, not used by vespa or tenants.gjoranv2022-06-081-13/+0
* Add Vespa 9 TODO to remove javax.injectgjoranv2022-06-081-1/+1
* Remove workaround to export javax.annotation[.security]gjoranv2022-06-081-3/+0
* Add temporary "fake" export for javax.annotation(.security)gjoranv2022-06-081-0/+4
* Remove javax.annotation-api as provided dependency.gjoranv2022-06-081-6/+0
* Remove guice-multibindings, which is now empty and included ingjoranv2022-06-081-14/+1
* Upgrade to guice 4.2.3 and guava 27.1gjoranv2022-06-081-2/+2
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-085-27/+2
* Replace deprecated LogRecord.setThreadID -> setLongThreadIDgjoranv2022-06-081-2/+2
* Replace deprecated LogRecord.getThreadID -> getLongThreadIDgjoranv2022-06-081-1/+1
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
* Avoid 'null' entries in exported packages.gjoranv2022-05-131-1/+3
* Use plain java list instead of guava ImmutableList.gjoranv2022-05-111-3/+1
* Set up logging in ApplicationLoader again.gjoranv2022-05-102-1/+1
* Do not install OsgiLogManagergjoranv2022-05-102-3/+2
* Set up vespalog in StandaloneMain static initializergjoranv2022-05-102-2/+2
* Reapply setup of vespalog in jdisc_core (#22509)gjoranv2022-05-101-0/+4
* Revert "Setup vespalog in jdisc core [run-systemtest]"Henning Baldersheim2022-05-091-4/+0
* Move to non-public impl package.Henning Baldersheim2022-05-091-1/+1
* Initialize logging earlier in container startup sequenceHenning Baldersheim2022-05-091-0/+4
* Set all deps to provided in vespaloggjoranv2022-05-081-0/+1
* Add simple integration test for ExportPackagesgjoranv2022-05-082-0/+55
* Embed annotations, defaults and vespalog in jdisc_coregjoranv2022-05-081-2/+8
* Don't embed annotations in osgi bundlesBjørn Christian Seime2022-05-041-0/+6
* Avoid using stdout for debug logging.Henning Baldersheim2022-04-201-8/+3