aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Update expected guava versionHenning Baldersheim2024-06-031-1/+1
|
* Update expected guava versionHenning Baldersheim2024-05-041-1/+1
|
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-1216-139/+129
|
* Unify on List.ofHenning Baldersheim2024-04-112-5/+3
|
* - Update dependency com.google.guava:guava to v33.1.0-jreHenning Baldersheim2024-04-021-1/+1
| | | | - Explicit control of of its dependency j2objc-annotations.
* Revert "Update dependency com.google.guava:guava to v33.1.0-jre"Bjørn Christian Seime2024-04-021-1/+1
|
* Bump guava version 33.0.0 => 33.1.0Henning Baldersheim2024-04-011-1/+1
|
* Shutdown watchdog thread on closeBjørn Christian Seime2024-01-041-3/+1
| | | | Previously leaked thread instances during test execution
* Update expected guava versionHenning Baldersheim2023-12-211-1/+1
|
* Keep old container alive until servers are switchedjonmv2023-11-303-23/+19
|
* Bump guava minor from 32.1.2 = > 32.1.3Henning Baldersheim2023-10-111-1/+1
|
* Update copyrightJon Bratseth2023-10-0993-91/+93
|
* Merge pull request #28370 from vespa-engine/renovate/major-guice.vespa.versionHenning Baldersheim2023-09-041-1/+1
|\ | | | | Update dependency com.google.inject:guice to v7
| * Use Guice 6.0Bjørn Christian Seime2023-09-041-1/+1
| | | | | | | | | | | | 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.
* | Remove dead code and handle API changesBjørn Christian Seime2023-09-044-253/+82
|/
* Expect guava 32.1.2Henning Baldersheim2023-08-301-1/+1
|
* Prepare exportPackages integration test for jdk21gjoranv2023-07-121-15/+21
|
* Update exportPackages.properties for guava 32.1.1gjoranv2023-07-101-2/+2
|
* Improve integration test for exportPackagesgjoranv2023-07-071-36/+93
| | | | | - Parse packages properly - Create abstractions for package and set of packages
* 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
|
* Don't spool timeout manager to year 292278994Bjørn Christian Seime2023-05-101-1/+3
|
* Increase timeout resolution from 100ms to 10msHenning Baldersheim2023-05-021-1/+1
|
* If you start lagging behind, always prefer timing out as that will be good ↵Henning Baldersheim2023-05-021-21/+0
| | | | for all.
* move MatchFeatureData class to vespajlibArne Juul2023-04-271-2/+2
|
* 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
|
* Export refcount packageBjørn Christian Seime2023-02-281-1/+1
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-1/+1
|
* Extract record for BsnVersion for usage outside jdisc_core.gjoranv2023-01-091-0/+24
|
* Revert "More user friendly class resolution"Arnstein Ressem2023-01-091-24/+0
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-1/+1
|
* Extract record for BsnVersion for usage outside jdisc_core.gjoranv2023-01-091-0/+24
|
* Revert "Improve user friendliness when class resolution fails."Arnstein Ressem2023-01-061-24/+0
|
* Extract record for BsnVersion for usage outside jdisc_core.gjoranv2023-01-051-0/+24
|
* Convert jdisc_core to junit5Bjørn Christian Seime2022-07-2892-1016/+1022
|
* Add test to properly verify all exported packages from jdisc_coregjoranv2022-07-203-45/+102
| | | | | | | | | | - The integration test generates exportPackages.properties in the same way as the maven execution, reading all the embedded bundles that we re-export packages for. - The failure message shows the difference between expected and actual packages, and a command to reset the expected set in case the change was intentional. - Remove the now obsolete ExportPackagesTestCase.
* Fix bug in UnsafeContentInputStream where read() corrupts "marked" contentBjørn Christian Seime2022-07-141-1/+17
|
* Fix off-by-one error related to marking inn UnsafeContentInputStreamHenning Baldersheim2022-07-031-0/+5
|
* GC deprecated methods and make mebers final.Henning Baldersheim2022-06-081-9/+0
|
* Replace deprecated LogRecord.setThreadID -> setLongThreadIDgjoranv2022-06-081-2/+2
|
* Add simple integration test for ExportPackagesgjoranv2022-05-081-0/+42
| | | | - Add plugin management for failsafe-plugin
* Remove priority from UriPatternHåkon Hallingstad2022-02-151-14/+0
|
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-083-15/+4
|
* Remove use of Guava ListenableFuture from com.yahoo.jdisc.handlerBjørn Christian Seime2021-12-108-57/+48
| | | | | | This change is not 100% API compatible. Many classes from this package inherited types from Guava. The classes will have the same methods as before, but their type has obviously changed. Two options; merge now with the small risk of breakage or wait for Vespa 8 branch.
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0792-92/+92
|
* Add option to attach a context to refer.Henning Baldersheim2021-10-051-1/+1
| | | | Introduce a lightweight debug mode.