aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin
Commit message (Expand)AuthorAgeFilesLines
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-121-1/+1
* Configure goalPrefix for 'vespa-documentgen-plugin'Bjørn Christian Seime2024-01-151-0/+7
* Merge pull request #28850 from vespa-engine/jonmv/concrete-document-field-val...Henning Baldersheim2023-10-112-26/+60
|\
| * Validate string, uri and reference fields when set in concrete documentsjonmv2023-10-101-2/+38
| * Non-functional changesjonmv2023-10-102-24/+22
* | Update copyrightJon Bratseth2023-10-0916-16/+16
|/
* Merge pull request #28808 from vespa-engine/jonmv/slimmer-jetty-server-componentJon Marius Venstad2023-10-051-1/+1
|\
| * Isolate inner jetty server component from wrapper with filtersjonmv2023-10-051-1/+1
* | Fix indentation for generated codejonmv2023-10-051-1/+1
|/
* Remove unused, stale stuff related to index-toHarald Musum2023-07-087-19/+0
* Add uncheck cast suppression to generated document types.Henning Baldersheim2023-06-131-3/+7
* Also check for explicit data type equality in testjonmv2023-04-211-0/+2
* Make unit test fail with wsetjonmv2023-04-212-1/+14
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
* Emit type inheritance statements for concrete document typesTor Brede Vekterli2023-02-221-7/+17
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
* GC unused codeHenning Baldersheim2022-06-081-23/+1
* Remove config version on Vespa 8Jon Bratseth2022-06-081-17/+2
* remove more deprecated APIsArne H Juul2022-06-081-9/+1
* No float wsJon Bratseth2022-06-083-9/+7
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-192-5/+5
* Fix warnings for Vespa Maven pluginsBjørn Christian Seime2022-05-062-3/+3
* handle namespaced struct type namesArne H Juul2022-04-071-2/+8
* track model class changeArne H Juul2022-03-171-4/+4
* Modular rank profilesJon Bratseth2022-01-261-1/+1
* CleanupJon Bratseth2022-01-251-1/+1
* SimplifyJon Bratseth2022-01-251-1/+1
* SchemaBuilder -> ApplicationBuilderJon Bratseth2022-01-241-4/+4
* Make Application immutableJon Bratseth2022-01-241-1/+1
* CleanupJon Bratseth2021-10-251-1/+1
* SearchBuilder -> SchemaBuilderJon Bratseth2021-10-251-4/+4
* Merge pull request #19653 from vespa-engine/bratseth/schema-inheritanceHenning Baldersheim2021-10-202-9/+9
|\
| * search -> schemaJon Bratseth2021-10-152-9/+9
* | Remove explicit versions to inherit more up-to-date-versions.gjoranv2021-10-201-5/+0
|/
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0714-14/+14
* It is too early to check inheritance during parsing. We must wait until all s...Henning Baldersheim2021-09-071-1/+0
* Merge pull request #18100 from vespa-engine/hmusum/add-parameter-for-schemas-dirHarald Musum2021-06-223-18/+30
|\
| * Don't use defaultValue for schemasDirectoryHarald Musum2021-06-211-5/+5
| * Revert "Move test data"Harald Musum2021-06-0313-9/+6
| * Move test dataHarald Musum2021-06-0313-6/+9
| * Add schemasDirectory parameter and use it if setHarald Musum2021-06-033-18/+30
* | Refer to the generated struct type insteda of by its name.Henning Baldersheim2021-06-141-1/+1
|/
* Ensure transitive dependencies of vespajlib are present on test classpathBjørn Christian Seime2021-01-201-0/+6
* - Removing body struct from our own usage.Henning Baldersheim2020-06-161-3/+0
* Add imported fields to generated concrete document typeTor Brede Vekterli2020-02-171-4/+16
* fix bug in hasAnyPositionFieldArne Juul2019-12-031-6/+8
* Minor fixesJon Bratseth2019-09-091-0/+6
* Call addFieldSets for genrated document types in order for fieldSet and field...Henning Baldersheim2019-08-291-6/+28
* Properly generate concrete documents for the bool type too.Henning Baldersheim2019-08-283-0/+8