aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/docproc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-096-6/+6
|
* Less wildcards for some TreeConfigProducer instancesArne Juul2023-02-141-1/+1
|
* split AbstractConfigProducerArne Juul2023-02-131-2/+2
|
* Merge pull request #23444 from vespa-engine/hmusum/deprecate-docproc-attributesHarald Musum2022-07-131-34/+14
|\ | | | | Add deploy warnings for deprecated and ignored docproc config
| * Add deploy warnings for deprecated and ignored docproc configHarald Musum2022-07-111-34/+14
| | | | | | | | Also cleanup dead code related to the above.
* | Simplify creation of BundleInstantiationSpecgjoranv2022-07-121-6/+4
| |
* | Create processing handler from the default bundlegjoranv2022-07-121-1/+3
| | | | | | | | | | | | (not from container-search-and-docproc) + Simplify creation of ProcessingHandler instances.
* | Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-111-2/+1
| | | | | | | | - Uust declare it as a Component with other Components as children.
* | Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-111-1/+2
| |
* | Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-091-2/+1
|/ | | | - Uust declare it as a Component with other Components as children.
* Only add bundles based on enabled features for standalone containerBjørn Christian Seime2022-07-071-7/+8
|
* GC long gone config and som minor code cleanup.Henning Baldersheim2022-07-061-11/+2
|
* Revert "Revert "Revert "GC long gone config"""Arnstein Ressem2022-07-051-2/+11
|
* Revert "Revert "GC long gone config""Henning Baldersheim2022-07-051-11/+2
|
* Revert "GC long gone config"Henning Baldersheim2022-07-051-2/+11
|
* GC long gone configHenning Baldersheim2022-07-051-11/+2
|
* Reapply "Bjorncs/application status handler""Bjørn Christian Seime2022-06-301-0/+8
|
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-291-8/+0
|
* Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-281-0/+8
|
* Remove all usage and stop providing net.jcip.annotaitonsgjoranv2022-06-081-2/+0
| | | | (only provided build time, not runtime)
* minor: improve commentgjoranv2022-03-061-1/+2
|
* Add a DocumentTypeManager component to all application containers.gjoranv2022-03-061-2/+6
|
* Inject DocumentTypeManager to ReindexingV1ApiHandlergjoranv2022-03-061-1/+4
|
* Add DocumentTypeManager as a component in the config model.gjoranv2022-03-041-0/+2
|
* Fix rawTypes and unchecked issues.gjoranv2022-03-041-3/+3
|
* Revert "Use LinkedHashMap to get deterministic config order"Jon Bratseth2022-02-022-5/+5
|
* Use LinkedHashMap to get deterministic config orderJon Bratseth2022-02-022-5/+5
|
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
|
* Revert "Merge pull request #17754 from ↵Jon Bratseth2021-05-051-2/+3
| | | | | | | vespa-engine/revert-17747-bratseth/special-tokens-take-2" This reverts commit a2c9cd4bc04f1a3eaa31524b3970b96be5c2eda9, reversing changes made to 8c61a373af0066fbdf1cca354c24b197c7347321.
* Revert "Reapply "Bratseth/special tokens""Jon Bratseth2021-05-051-3/+2
|
* Revert "Merge pull request #17746 from ↵Jon Bratseth2021-05-051-2/+3
| | | | | | | vespa-engine/revert-17738-revert-17737-revert-17736-bratseth/special-tokens" This reverts commit 491856b396d003885e159345fe3f533f0fa35933, reversing changes made to 3720186303f4aef1d185525eaf61092097a64ec9.
* Revert "Revert "Revert "Bratseth/special tokens"""Jon Bratseth2021-05-051-3/+2
|
* Revert "Revert "Bratseth/special tokens""Jon Bratseth2021-05-041-2/+3
|
* Revert "Bratseth/special tokens"Jon Bratseth2021-05-041-3/+2
|
* No functional changesJon Bratseth2021-05-041-2/+3
|
* Non-functional changes onlyJon Bratseth2021-02-211-2/+4
|
* Non-functional changes onlyJon Bratseth2021-01-141-1/+1
|
* Turn on reindexing by defaultJon Marius Venstad2020-12-151-1/+1
|
* Hold all step locks while finishing runJon Marius Venstad2020-10-281-1/+1
|
* Model user-generated and non user-generated bindings as separate sub-classesBjørn Christian Seime2020-08-272-5/+5
|
* Use BindingPattern to represent all types of binding in config modelBjørn Christian Seime2020-08-272-3/+5
|
* Revert "Bjorncs/validate binding patterns"Bjørn Christian Seime2020-08-192-5/+3
|
* Model user-generated and non user-generated bindings as separate sub-classesBjørn Christian Seime2020-08-172-5/+5
|
* Use BindingPattern to represent all types of binding in config modelBjørn Christian Seime2020-08-172-3/+5
|
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-3/+0
| | | | | | Different implementations and using OSGi makes it really hard to use these annotations and the value of using them is IMHO not very high.
* Move setup of message bus to ApplicationContainerClusterHarald Musum2019-07-261-9/+5
|
* Cleanup config model, part 1Harald Musum2019-07-252-19/+2
| | | | | Remove unused code, optimize imports, fix method signatures. No functional changes
* Deprecation cleanupJon Bratseth2018-11-201-1/+3
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Update copyright headers"Jon Bratseth2017-06-146-6/+6
|