aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/core
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code and handle API changesBjørn Christian Seime2023-09-044-131/+32
|
* Detect stale threads from context classloaderBjørn Christian Seime2023-05-251-3/+14
|
* Reduce to 2ms per slotBjørn Christian Seime2023-05-031-1/+1
|
* Adjust timeout only once....Henning Baldersheim2023-05-021-1/+1
|
* Increase timeout resolution from 100ms to 10msHenning Baldersheim2023-05-022-6/+10
|
* Remove optimization no longer valid.Henning Baldersheim2023-05-021-2/+3
|
* If you start lagging behind, always prefer timing out as that will be good ↵Henning Baldersheim2023-05-022-8/+5
| | | | for all.
* Also ignore checked exceptionsBjørn Christian Seime2023-04-281-1/+1
|
* No need for multiple schedulersBjørn Christian Seime2023-04-281-19/+5
|
* Log started bundles at lower log level as wellHarald Musum2023-03-091-1/+1
|
* Add comment about updating `ExportPackagesIT`Bjørn Christian Seime2023-02-281-0/+1
|
* Export refcount packageBjørn Christian Seime2023-02-281-0/+1
|
* Revert "Export refcount package"Harald Musum2023-02-281-1/+0
|
* Export refcount packageBjørn Christian Seime2023-02-281-0/+1
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-092-24/+1
|
* Extract record for BsnVersion for usage outside jdisc_core.gjoranv2023-01-092-27/+21
|
* Revert "More user friendly class resolution"Arnstein Ressem2023-01-091-1/+30
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-092-24/+1
|
* Extract record for BsnVersion for usage outside jdisc_core.gjoranv2023-01-092-27/+21
|
* Revert "Improve user friendliness when class resolution fails."Arnstein Ressem2023-01-062-21/+27
|
* Extract record for BsnVersion for usage outside jdisc_core.gjoranv2023-01-052-27/+21
|
* Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-011-4/+3
| | | | This reverts commit f869fa7fc3fbce76bc19745201bb62484dfc8efe.
* Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-311-3/+4
| | | | This reverts commit b0a398eaeadfaf12e31bcfef2e41892439db1149.
* Merge pull request #23847 from ↵Jon Marius Venstad2022-08-311-6/+5
|\ | | | | | | | | vespa-engine/cleanup-after-failed-component-graph_rebased Cleanup after failed component graph [run-systemtest]
| * Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-251-4/+3
| |
| * minor: declare logger final and correct grammar in comment.gjoranv2022-08-251-2/+2
| |
* | Turn on autoscaling in perfJon Bratseth2022-08-251-2/+0
|/
* Make ContainerWatchdog restartableBjørn Christian Seime2022-07-262-6/+13
|
* Detect and warn on stale threadsBjørn Christian Seime2022-07-261-2/+78
|
* Clear previous allowed duplicates for collision keys when adding new onesjonmv2022-06-241-0/+3
|
* Add Vespa 9 TODO to remove javax.injectgjoranv2022-06-081-1/+1
|
* Remove workaround to export javax.annotation[.security]gjoranv2022-06-081-3/+0
| | | | - These exports were required by Jersey bundles.
* Add temporary "fake" export for javax.annotation(.security)gjoranv2022-06-081-0/+4
| | | | - Required by org.glassfish.hk2.api and jersey-server
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-081-9/+0
|
* Replace deprecated LogRecord.getThreadID -> getLongThreadIDgjoranv2022-06-081-1/+1
|
* Avoid 'null' entries in exported packages.gjoranv2022-05-131-1/+3
| | | | | - Occurred when a dependency jar did not have the ExportPackages manifest header.
* Set up logging in ApplicationLoader again.gjoranv2022-05-102-1/+1
| | | | | - If done in StandaloneMain, logging will not work in integration tests (using TestDriver) or test frameworks (e.g. application).
* Do not install OsgiLogManagergjoranv2022-05-102-3/+2
| | | | | | - It mutes vespa.log and does not seem to do anything useful for current usage of jdisc_core. - Add TODO to gc it later.
* Set up vespalog in StandaloneMain static initializergjoranv2022-05-102-2/+2
| | | | - Remove unused InitializeLog
* Reapply setup of vespalog in jdisc_core (#22509)gjoranv2022-05-101-0/+4
| | | | Revert "Merge pull request #22515 from vespa-engine/revert-22509-setup-vespalog-in-jdisc_core"
* 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
|
* Avoid using stdout for debug logging.Henning Baldersheim2022-04-201-8/+3
|
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-081-0/+3
|
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Use felix 7.0.1gjoranv2021-10-261-0/+3
| | | | - Implement new ServiceReference method.
* Revrte felix 7.0.1Jon Marius Venstad2021-10-241-3/+0
|
* Use felix 7.0.1gjoranv2021-10-211-0/+3
| | | | - Implement new ServiceReference method.
* Stop using osgi constant that is deprecated from osgi 1.10 (felix 7)gjoranv2021-10-211-1/+0
|