summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/core
Commit message (Expand)AuthorAgeFilesLines
* Add log message for installed framework (non-app) bundles.gjoranv2019-02-221-1/+10
* Terminate standalone container cleanly on SIGINT/control-CHåkon Hallingstad2019-01-271-4/+4
* Add space after commas.gjoranv2019-01-211-9/+9
* Add version-less exports for some javax packagesgjoranv2019-01-211-0/+12
* Java 11: Update ExportPackages:gjoranv2019-01-211-18/+1
* Extract private helper for finding the set of exported packages.gjoranv2019-01-211-9/+13
* Bootstrap FelixParams at runtime.gjoranv2019-01-211-1/+12
* Upgrade Felix to 6.0.1gjoranv2019-01-211-0/+8
* Minor fixesJon Bratseth2018-10-141-1/+1
* Use a more robust method for retrieving system packages.gjoranv2018-09-271-2/+45
* Fix author tag for SimonBjørn Christian Seime2018-07-0517-17/+17
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-271-6/+5
* Revert "Gjoranv/java9 prep 12 2"Harald Musum2018-06-261-5/+6
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-251-6/+5
* Revert "Gjoranv/java9 prep 12"gjoranv2018-06-251-5/+6
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-251-6/+5
* Bundle-plugin Scala code converted to JavaOlli Virtanen2018-06-131-9/+0
* Java 9: Add xml-apis packages that are no longer in rt.jar.gjoranv2018-05-091-0/+7
* Remove finalizer() from ActiveContainerBjørn Christian Seime2018-04-161-48/+5
* Introduce simple container watchdogBjørn Christian Seime2018-04-163-1/+137
* Remove container watchdogBjørn Christian Seime2018-04-134-261/+20
* Fix bug where container watchdog stored wrong activation timeBjørn Christian Seime2018-04-121-5/+4
* Log as info when triggering GC + finalizationBjørn Christian Seime2018-04-111-1/+1
* Reduce logging of false positives in container watchdogBjørn Christian Seime2018-03-081-20/+28
* Only run gc when number of stale containers above thresholdBjørn Christian Seime2018-02-061-6/+15
* Use protobuf 3.4.0 by defaultJon Bratseth2018-01-181-1/+1
* Nonfunctional changes onlyJon Bratseth2018-01-157-29/+29
* remove unnecessary loggingHåkon Hallingstad2017-12-231-1/+0
* Move initial log to right after Vespa logging has been initializedHåkon Hallingstad2017-12-231-1/+2
* Revert "Revert "Log at JDisc process start and stop""Håkon Hallingstad2017-12-231-1/+4
* Revert "Log at JDisc process start and stop"Arne H Juul2017-12-231-4/+1
* Log at JDisc process start and stopHåkon Hallingstad2017-12-221-1/+4
* Error should also exit JDisc containerHåkon Hallingstad2017-12-081-1/+1
* Print exception since logging may not have been setupHåkon Hallingstad2017-11-141-0/+2
* use HostName.getLocalhostArne Juul2017-09-081-7/+2
* Trigger GC more oftenBjørn Christian Seime2017-08-251-1/+1
* Log exception from StandaloneMain as SEVERE.gjoranv2017-08-241-1/+1
* Reduce number of false positivesBjørn Christian Seime2017-08-151-1/+2
* Triggering finalization does not guarantee that phantom references are enqueuedBjørn Christian Seime2017-07-201-1/+0
* Improve ActiveContainerDeactivationWatchdog unit testBjørn Christian Seime2017-07-171-0/+1
* Log when scheduled tasks are triggeredBjørn Christian Seime2017-07-171-0/+3
* Don't run jobs in parallelBjørn Christian Seime2017-07-171-1/+1
* Ensure that phantom references are enqueued to reference queueBjørn Christian Seime2017-07-171-1/+6
* Support boot delegation to AppdynamicsJon Bratseth2017-06-272-3/+3
* Update copyright headersJon Bratseth2017-06-1425-25/+25
* Revert "Update copyright headers"Jon Bratseth2017-06-1425-25/+25
* Update copyright headersJon Bratseth2017-06-1425-25/+25
* Revert "Copyright header"Jon Bratseth2017-06-1325-25/+25
* Copyright headerJon Bratseth2017-06-1325-25/+25
* Reintroduce enforced destruction of ActiveContainer (#2712)Bjørn Christian Seime2017-06-122-17/+95