aboutsummaryrefslogtreecommitdiffstats
path: root/component/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0921-21/+21
|
* Improve exception for invalid versionMartin Polden2023-07-261-8/+12
|
* No functional changesJon Bratseth2023-06-141-2/+2
|
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-12/+3
|
* - Use a common scratchpad for serializing the different parts of the query.Henning Baldersheim2022-10-121-14/+5
| | | | | | - Use a threadlocal for the scratchpad. This avoids costly resizing, or initialiing too large buffer for every query. Using a thread local is fine now that we limit the number of search threads to a reasonable number = #cores * 2.
* Allow overriding wanted docker tag and vespa versionHåkon Hallingstad2022-08-181-0/+6
|
* Add VersionCompatibility helperJon Marius Venstad2022-03-141-0/+109
|
* Always read test report, and propagate correct statusJon Marius Venstad2021-11-171-1/+1
|
* Disclose entries as pure itemsJon Bratseth2021-11-021-1/+1
|
* Stable query profile idsJon Bratseth2021-10-293-45/+55
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-0718-18/+18
|
* Move componentgraph.Provider from container-di to component.gjoranv2021-04-122-0/+38
| | | | | | - It was the only PublicApi class in container-di, and is widely used in the same way as e.g. AbstractComponent from the component module.
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-062-38/+0
|
* Move componentgraph.Provider from container-di to component.gjoranv2021-04-022-0/+38
| | | | | | - It was the only PublicApi class in container-di, and is widely used in the same way as e.g. AbstractComponent from the component module.
* Revert "Revert "Revert "Revert "Always deconstruct in reverse creation ↵Jon Marius Venstad2020-12-082-1/+15
| | | | order, including Provider objects""""
* Revert "Revert "Revert "Always deconstruct in reverse creation order, ↵Jon Marius Venstad2020-12-082-15/+1
| | | | including Provider objects"""
* Revert "Revert "Always deconstruct in reverse creation order, including ↵Jon Marius Venstad2020-12-072-1/+15
| | | | Provider objects""
* Revert "Always deconstruct in reverse creation order, including Provider ↵Arnstein Ressem2020-12-072-15/+1
| | | | objects"
* Always deconstruct in reverse creation order, including Provider objectsJon Marius Venstad2020-12-072-1/+15
|
* Close db on deconstructJon Bratseth2020-12-011-1/+1
|
* Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-313-35/+1
|
* Call deconstruct in reverse dependency orderJon Marius Venstad2020-08-211-1/+2
|
* utf8 can never be null.Henning Baldersheim2020-03-091-1/+1
|
* void creating strings when not needed.Henning Baldersheim2020-03-091-27/+37
| | | | Do not depend on toString(), use toUtf8 instead.
* Revert "Merge pull request #12060 from ↵Jon Bratseth2020-02-051-23/+26
| | | | | | | vespa-engine/revert-12040-bratseth/anonymous-query-profile-types-take-2" This reverts commit 558506aa9008c5255f849892f476c819391f06a7, reversing changes made to 17e572d4dad3c9e5040544072dbdc9f7a703e7bd.
* Revert "Bratseth/anonymous query profile types take 2"Jon Bratseth2020-02-041-26/+23
|
* Resolve nested type references by descriptionJon Bratseth2020-02-031-23/+26
|
* Fix javadocMartin Polden2019-11-191-2/+2
|
* Include qualifier in isAfter/isBefore comparisonMartin Polden2019-11-181-7/+11
|
* Avoid using temporary arrays on frequently called code. Just do what you need.Henning Baldersheim2019-08-163-57/+30
| | | | Also chain StringBuilder.append for readability and unify on simple ternary operator.
* Use a single character regex to trigger the fastpath.Henning Baldersheim2019-05-211-1/+1
|
* Clarify that these classes do not have to be implemented for DI.gjoranv2019-01-212-5/+6
|
* Add comments to AbstractComponent constructors.gjoranv2019-01-211-5/+10
|
* Remove unused ComponentClassgjoranv2019-01-211-254/+0
|
* Deprecate com.yahoo.config.provision.VersionJon Bratseth2018-12-012-5/+12
| | | | We have com.yahoo.component.Version, and one is enough.
* Move all importing to model-integrationJon Bratseth2018-11-221-4/+1
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-051-1/+1
|
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-3/+3
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-3/+3
|
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-3/+3
|
* Merge with masterJon Bratseth2017-09-1511-17/+21
|
* Nonfunctional changes onlyJon Bratseth2017-09-071-1/+0
|
* Update copyright headersJon Bratseth2017-06-1420-20/+20
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1420-20/+20
|
* Update copyright headersJon Bratseth2017-06-1420-20/+20
|
* Revert "Copyright header"Jon Bratseth2017-06-1320-20/+20
|
* Copyright headerJon Bratseth2017-06-1320-20/+20
|
* use standard formatting for Override annotationArne H Juul2017-05-306-8/+16
|
* Add comparison methods for readabilityJon Bratseth2017-05-101-3/+13
|