aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core
Commit message (Collapse)AuthorAgeFilesLines
* Info log message when MbusServer is finally destroyedjonmv2023-10-112-2/+2
|
* Bump guava minor from 32.1.2 = > 32.1.3Henning Baldersheim2023-10-111-1/+1
|
* Update copyrightJon Bratseth2023-10-09222-219/+222
|
* Isolate inner jetty server component from wrapper with filtersjonmv2023-10-051-0/+6
|
* Merge pull request #28370 from vespa-engine/renovate/major-guice.vespa.versionHenning Baldersheim2023-09-042-3/+2
|\ | | | | Update dependency com.google.inject:guice to v7
| * Use Guice 6.0Bjørn Christian Seime2023-09-042-3/+2
| | | | | | | | | | | | https://github.com/google/guice/wiki/Guice600 We cannot upgrade to 7.x as we export javax.inject from container. 6.x supports both the old javax.inject and the new jakarta.inject replacement.
* | Merge pull request #28379 from vespa-engine/bjorncs/remove-xml-apisHenning Baldersheim2023-09-041-5/+0
|\ \ | | | | | | Remove xml-apis as it's part of Java standard library
| * | Remove xml-apis as it's part of Java standard libraryBjørn Christian Seime2023-09-041-5/+0
| |/
* / Remove dead code and handle API changesBjørn Christian Seime2023-09-049-389/+115
|/
* Expect guava 32.1.2Henning Baldersheim2023-08-301-1/+1
|
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-5/+1
|
* jdk21: declare methods final in jdisc_coregjoranv2023-07-171-2/+2
|
* Prepare exportPackages integration test for jdk21gjoranv2023-07-121-15/+21
|
* Update exportPackages.properties for guava 32.1.1gjoranv2023-07-101-2/+2
|
* Merge pull request #27713 from vespa-engine/improve-integration-testBjørn Christian Seime2023-07-071-36/+93
|\ | | | | Improve integration test for exportPackages
| * Improve integration test for exportPackagesgjoranv2023-07-071-36/+93
| | | | | | | | | | - Parse packages properly - Create abstractions for package and set of packages
* | Deduplicate version declarationsBjørn Christian Seime2023-07-071-2/+0
|/
* Expect no openai-client packagesJon Bratseth2023-06-141-2/+2
|
* Updating exportPackages.properties after mvn installHåkon Hallingstad2023-06-131-2/+2
|
* Updating exportPackages.propertiesHåkon Hallingstad2023-06-131-2/+2
|
* Detect stale threads from context classloaderBjørn Christian Seime2023-05-251-3/+14
|
* Don't spool timeout manager to year 292278994Bjørn Christian Seime2023-05-101-1/+3
|
* 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-023-7/+11
|
* 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-023-29/+5
| | | | for all.
* Merge pull request #26915 from vespa-engine/bjorncs/jdisc-timeoutHenning Baldersheim2023-05-022-47/+46
|\ | | | | Bjorncs/jdisc timeout
| * 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
| |
* | move MatchFeatureData class to vespajlibArne Juul2023-04-271-2/+2
|/
* Use timestamp from Jetty as creation time for Request/HttpRequestBjørn Christian Seime2023-04-272-2/+6
|
* Don't care about com.sun.jnaJon Bratseth2023-04-251-1/+4
|
* Put the openai client in a separate componentJon Bratseth2023-04-251-2/+2
|
* Build with jdk20Jon Bratseth2023-04-171-2/+10
|
* Remove forkMode, deprecated and same as default valueHarald Musum2023-03-221-1/+0
|
* 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-282-1/+2
|
* 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-092-1/+25
| | | | | 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.
* Add JNA in lib/jars + export as packages from jdisc_coreBjørn Christian Seime2023-01-201-1/+2
| | | | Jdisc-core will embed JNA. The JNA in lib/jars is used by fatjars only.
* Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-181-3/+1
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-093-5/+3
|
* Extract record for BsnVersion for usage outside jdisc_core.gjoranv2023-01-093-27/+45
|
* Revert "More user friendly class resolution"Arnstein Ressem2023-01-093-46/+30
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-093-5/+3
|