aboutsummaryrefslogtreecommitdiffstats
path: root/documentgen-test
Commit message (Collapse)AuthorAgeFilesLines
* add -Werror to avoid warning creepArne H Juul2022-01-061-0/+1
| | | | | * note: this module cannot compile with -Xlint:unchecked, because generated code (concrete documents) use many unchecked casts.
* simpler to avoid using deprecated methodArne H Juul2022-01-061-5/+4
|
* GC dompression support in java.Henning Baldersheim2021-11-101-1/+0
|
* Skip modules that should not be deployed with the Nexus plugin.Arnstein Ressem2021-10-071-0/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0714-14/+14
|
* Make it possible to deploy on Maven Central with maven.Arnstein Ressem2021-09-281-0/+6
|
* Simplify codeHenning Baldersheim2021-06-141-47/+45
|
* Ensure transitive dependencies of vespajlib are present on test classpathBjørn Christian Seime2021-01-201-0/+6
| | | | | | Some modules misuse container-dev as a compile/test dependency or have container-test missing as test dependency. Depend on container-test where it does not create a cycle. Otherwise depend directly on vespajlib without altering scope of existing transitive vespajlib dependency.
* Stick to junit for simple test.Henning Baldersheim2020-08-111-7/+3
|
* - Removing body struct from our own usage.Henning Baldersheim2020-06-161-8/+4
| | | | | - Deprecate public methods using body struct. - Update expected generated config.
* Add test of imported field in concrete document typeTor Brede Vekterli2020-02-183-1/+17
|
* Expect short formJon Bratseth2020-01-031-1/+1
|
* Minor fixesJon Bratseth2019-09-091-0/+6
|
* Call addFieldSets for genrated document types in order for fieldSet and ↵Henning Baldersheim2019-08-292-2/+15
| | | | | | fieldSetAll to work. Verify that _zcurve generated fields are not exposet in the default fieldSet().
* Update testHenning Baldersheim2019-08-291-9/+11
|
* Properly generate concrete documents for the bool type too.Henning Baldersheim2019-08-282-0/+5
|
* doc: -> id:Henning Baldersheim2019-08-161-14/+14
|
* Merge with masterJon Bratseth2019-06-281-3/+10
|\
| * Add support for upgrades of values in maps.Henning Baldersheim2019-06-281-3/+10
| | | | | | | | Since keys in maps and weighted sets must be primitives we should be complete here.
* | Merge with masterJon Bratseth2019-06-281-7/+24
|\|
| * Reuse codeHenning Baldersheim2019-06-281-10/+5
| |
| * Ensure that we also upgrade the struct elements in arrays.Henning Baldersheim2019-06-281-1/+4
| |
| * Add a failing test.Henning Baldersheim2019-06-281-3/+22
| |
* | Nonfunctional changes onlyJon Bratseth2019-06-283-7/+10
|/
* Nonfunctional change onlyJon Bratseth2019-06-121-0/+1
|
* Emit Position struct if necessary.Henning Baldersheim2019-04-052-0/+10
|
* Avoid '*' importsHenning Baldersheim2019-04-051-8/+54
|
* no more body fieldsArne Juul2019-01-211-6/+6
|
* stop using "header" and "body" keywordsArne Juul2019-01-212-8/+0
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Always output tensor type in toString""Jon Bratseth2018-11-291-1/+1
|
* Revert "Always output tensor type in toString"Håkon Hallingstad2018-11-291-1/+1
|
* Expect tensor typeJon Bratseth2018-11-281-1/+1
|
* Don't fail on warnings for nowJon Bratseth2018-11-221-1/+0
|
* Deprecating a whole lot of body/header related methods that should have been ↵Henning Baldersheim2018-10-311-0/+1
| | | | done a long time ago.
* remove "attribute: prefetch" from unrelated testsArne Juul2018-10-221-2/+0
|
* Make the example legalHenning Baldersheim2018-09-143-5/+5
|
* Add linguistics dep to modules that use container-dev in compile.gjoranv2018-07-251-0/+7
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Update copyright headersJon Bratseth2017-06-1414-14/+14
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1414-14/+14
|
* Update copyright headersJon Bratseth2017-06-1414-14/+14
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Upgrade maven-install-plugin to 2.5.2Bjørn Christian Seime2017-06-131-1/+0
|
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+1
|
* Add tensor support to vespa-documentgen-pluginLester Solbakken2017-05-092-0/+13
|