aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core
Commit message (Collapse)AuthorAgeFilesLines
* Use synchronizedList which accepts null valuesJon Marius Venstad2020-11-131-2/+3
|
* Revert "Use thread safe arrays too"Arnstein Ressem2020-11-131-3/+3
|
* Use thread safe arrays tooJon Marius Venstad2020-11-131-3/+3
|
* Use a thread safe class for holding header valuesJon Marius Venstad2020-11-131-8/+7
|
* Revert "Merge pull request #15181 from ↵Jon Bratseth2020-11-041-3/+2
| | | | | | | vespa-engine/revert-15180-bratseth/override-in-variant-references" This reverts commit 95ca6fdcb45b1d3ae805c5c9f3d20cc7972f136d, reversing changes made to 19f9396e6b60e49c7830d78d504a14c015600f2b.
* Revert "Override in variant references"Arnstein Ressem2020-11-041-2/+3
|
* Override in variant referencesJon Bratseth2020-11-041-3/+2
|
* Defensively copy given properties in MockMetricJon Marius Venstad2020-10-281-2/+4
|
* Move MockMetric to jdisc_core test packageJon Marius Venstad2020-10-281-0/+53
|
* Add logging on unexpected behaviourJon Marius Venstad2020-10-141-2/+2
|
* Set RequestType both waysJon Bratseth2020-10-091-1/+3
|
* Let handlers dedfine a default request typeJon Bratseth2020-10-011-1/+1
|
* Add equals and hashCode to some classesJon Marius Venstad2020-09-301-1/+1
|
* Move setPhaser to LocalDocumentAccessJon Marius Venstad2020-09-301-3/+17
|
* Merge branch 'master' into bratseth/autoscaling-reconfiguration-eventsJon Bratseth2020-09-281-0/+1
|\
| * Use NOT_FOUND in DocumentResponse as well — as successJon Marius Venstad2020-09-241-0/+1
| |
* | Allow non-fresource metricsJon Bratseth2020-09-251-15/+16
|/
* Propagate requestType through jdisc core responseJon Bratseth2020-09-142-7/+7
|
* Allow setting a request type explicitlyJon Bratseth2020-09-021-0/+11
| | | | | | This lets handler authors control the requestType explicitly by setting it on the HttpResponse, which is useful to avoid misclassification of POST requests to reading handlers as writes.
* Make it possible to instantiate TestTimer at a given InstantValerij Fredriksen2020-08-181-4/+19
|
* Stick to junit for simple test.Henning Baldersheim2020-08-111-5/+3
|
* Reapply "Load platform bundles separately 3"gjoranv2020-07-172-0/+12
| | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* Revert "Load platform bundles separately 3"Harald Musum2020-07-172-12/+0
|
* Don't rely on FelixFramework - it's not in an exported packagegjoranv2020-07-162-0/+12
|
* Nonfunctional, changes onlyJon Bratseth2020-06-242-8/+6
|
* Merge pull request #13220 from vespa-engine/balder/add-more-info-to-xml-errorHenning Baldersheim2020-06-182-4/+69
|\ | | | | Add first 200 bytes of message to xml exception
| * Add suppport for mark/reset.Henning Baldersheim2020-06-182-4/+69
| |
* | Nonfunctional changes onlyJon Bratseth2020-06-101-22/+17
|/
* Measure failing maintenance deploymentsJon Bratseth2020-04-061-11/+11
|
* Convert Timer to/from UTC ClockHåkon Hallingstad2020-02-271-3/+28
|
* Non-functional changesJon Bratseth2020-01-061-0/+1
|
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
|
* Reduce log levelgjoranv2019-11-061-1/+1
|
* Reapply "Gjoranv/hidden bundles logging"gjoranv2019-11-051-7/+18
| | | | This reverts commit 962ab3348d8ab538bc3a37d085e9be134779763a.
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-054-1/+39
| | | | This reverts commit 2ef1e922a1d845b3cd79e9fb329925e7e9896919.
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-044-39/+1
|
* Revert "Gjoranv/hidden bundles logging"gjoranv2019-11-041-18/+7
|
* Update comments about FindHook.gjoranv2019-10-311-6/+4
|
* Avoid excessive logging when no bundles are hidden.gjoranv2019-10-311-1/+14
|
* Add debug logginggjoranv2019-10-292-1/+8
|
* Remove unnecessary refreshPackages methodsgjoranv2019-10-282-0/+5
|
* Support safe component deconstruction in jdisc container.gjoranv2019-10-283-0/+26
| | | | | | | | | - Add allowDuplicates to all Osgi classes - Uninstall bundles in Deconstructor - We no longer refresh bundles because we uninstall old bundles at a later point than the new bundles are installed. Hence, the user must version app bundles that are dependencies used by other app bundles.
* minor: replace Arrays.asList with singletonListgjoranv2019-10-261-1/+3
|
* Revert "Revert "Add Orchestrator application lock metrics""Håkon Hallingstad2019-10-222-0/+38
|
* Revert "Add Orchestrator application lock metrics"Harald Musum2019-10-222-38/+0
|
* Add Orchestrator application lock metricsHåkon Hallingstad2019-10-212-0/+38
|
* Merge pull request #11020 from vespa-engine/hakonhall/use-mockito-core-310Martin Polden2019-10-211-1/+1
|\ | | | | Use mockito-core 3.1.0
| * Use mockito-core 3.1.0Håkon Hallingstad2019-10-181-1/+1
| |
* | Implement FindHook for a consistent view of the installed bundles.gjoranv2019-10-162-10/+49
| | | | | | | | | | - Add FelixFramework.getBundles that takes a bundle context to retrive bundles for.
* | Allow duplicate bsn+version for a given set of bundles.gjoranv2019-10-163-5/+124
|/ | | | | | | | | | - Set 'org.osgi.framework.bsnversion' to 'managed' - Add bundle collision/event hook to handle duplicates and their lifecycle. - Add unit tests for duplicate bundles. o Add bundle 'l1-dup' which is a duplicate of the existing 'l1', but returns a different value from its implemented class. o Add bundle 'ml-dup' that is exactly the same as 'ml'