aboutsummaryrefslogtreecommitdiffstats
path: root/documentgen-test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28850 from ↵Henning Baldersheim2023-10-111-0/+24
|\ | | | | | | | | vespa-engine/jonmv/concrete-document-field-validation Jonmv/concrete document field validation
| * Validate string, uri and reference fields when set in concrete documentsjonmv2023-10-101-0/+24
| |
* | Update copyrightJon Bratseth2023-10-0914-14/+14
|/
* Remove unused, stale stuff related to index-toHarald Musum2023-07-083-11/+0
| | | | Mostly in schemas, support remove years ago, no funcation changes
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
| | | | Removed in maven-deploy-plugin 3.0 and later, see https://issues.apache.org/jira/browse/MDEPLOY-240
* Avoid using deprecated forkMode config for maven-surefire-pluginHarald Musum2023-03-221-1/+2
|
* Emit type inheritance statements for concrete document typesTor Brede Vekterli2023-02-221-0/+33
| | | | | | This relates to issue #26126 where inheritance specified in the schema was not propagated to the generated meta type, causing `is-a` type checks to not give the expected results.
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove config version on Vespa 8Jon Bratseth2022-06-081-1/+1
|
* Avoid removed constructsJon Bratseth2022-06-082-50/+50
|
* remove constructs with no effectArne H Juul2022-06-081-1/+0
|
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-2/+1
|
* Expect consistent spacingJon Bratseth2022-03-291-1/+1
|
* avoid bad getDataTypeArne H Juul2022-03-241-4/+4
|
* long-overdue cleanupArne H Juul2022-03-124-19/+8
| | | | | | | * various invalid content here, was hidden by adding the same field twice, triggering other bugs. * fix some warnings * don't declare the same annotation twice
* 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.