aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Isolate inner jetty server component from wrapper with filtersjonmv2023-10-051-0/+6
|
* Remove dead code and handle API changesBjørn Christian Seime2023-09-044-131/+32
|
* jdk21: declare methods final in jdisc_coregjoranv2023-07-171-2/+2
|
* 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
|
* Make timeout management in Request thread-safeBjørn Christian Seime2023-04-281-27/+40
|
* No need for multiple schedulersBjørn Christian Seime2023-04-281-19/+5
|
* Use timestamp from Jetty as creation time for Request/HttpRequestBjørn Christian Seime2023-04-271-2/+5
|
* Log started bundles at lower log level as wellHarald Musum2023-03-091-1/+1
|
* Use the metric provider returned after configurationJon Bratseth2023-03-031-0/+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
|
* Introduce capability support for jdisc request handlersBjørn Christian Seime2023-02-091-0/+22
| | | | | Add trait like interface to define capability mapping based on HTTP method and uri path. Enforce required capabilities through wrapper handler through existing filtering request handler.
* Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-181-3/+1
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-092-4/+2
|
* Extract record for BsnVersion for usage outside jdisc_core.gjoranv2023-01-092-27/+21
|
* Revert "More user friendly class resolution"Arnstein Ressem2023-01-092-22/+30
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-092-4/+2
|
* 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
|
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-302-8/+7
|
* No real changesjonmv2022-11-011-5/+1
|
* 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
| | | | This reverts commit f869fa7fc3fbce76bc19745201bb62484dfc8efe.
* Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-312-4/+5
| | | | This reverts commit b0a398eaeadfaf12e31bcfef2e41892439db1149.
* Merge pull request #23847 from ↵Jon Marius Venstad2022-08-312-7/+6
|\ | | | | | | | | 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-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
|/
* Make ContainerWatchdog restartableBjørn Christian Seime2022-07-262-6/+13
|
* Detect and warn on stale threadsBjørn Christian Seime2022-07-261-2/+78
|
* Fix bug in UnsafeContentInputStream where read() corrupts "marked" contentBjørn Christian Seime2022-07-141-4/+3
|
* Fix off-by-one error related to marking inn UnsafeContentInputStreamHenning Baldersheim2022-07-031-1/+1
|
* 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 …
| * 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
|/
* GC deprecated methods and make mebers final.Henning Baldersheim2022-06-081-35/+4
|
* 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
* Upgrade to guice 4.2.3 and guava 27.1gjoranv2022-06-081-2/+2
|