aboutsummaryrefslogtreecommitdiffstats
path: root/configgen
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0929-29/+29
|
* Simplify, since path and file config types cannot have a default valueHarald Musum2023-09-141-0/+6
|
* Rewrite tests to have better names and test path and optional pathHarald Musum2023-09-071-10/+10
|
* Support optional 'path' config typeHarald Musum2023-09-0710-13/+127
| | | | Initial work needed for this to work (config definition and config library)
* Print warning only when intendedHarald Musum2023-08-252-2/+13
|
* Generate warning about 'file' config type in another placeHarald Musum2023-08-242-18/+18
| | | | | | Seeing warnings in config server logs (used when reading application package and creating config) so move to a place that will only be logged when generating config classes
* Remove unused methodHarald Musum2023-08-231-3/+0
|
* Minor cleanup, no functional changesHarald Musum2023-08-236-17/+9
|
* Deprecate getVersion and remove unused code related to versionHarald Musum2023-08-232-7/+2
|
* Give warning when config type 'file' is usedHarald Musum2023-08-231-1/+5
|
* jdk21: Generate config classes with final Builder classgjoranv2023-07-142-11/+11
| | | | - to avoid "this-escape" warnings.
* Use Path as user type for modelsJon Bratseth2022-09-014-12/+9
|
* Add 'model' config typeJon Bratseth2022-08-3118-46/+163
|
* Remove temporary testJon Bratseth2022-08-282-0/+13
|
* Convert configgen to junit5Bjørn Christian Seime2022-07-298-196/+208
|
* Use a flag to enable warning(s) to System.errgjoranv2022-07-052-3/+16
| | | | - to avoid such warnings in the configserver log.
* Differentiate between move and copy for constructor and assignment operatorsTor Egge2022-07-031-21/+36
| | | | when calculating need for noexcept specifier in generated config classes.
* Merge pull request #23139 from vespa-engine/andreer/java-17-examplesMartin Polden2022-06-301-2/+1
|\ | | | | Java 17 examples
| * pattern matching for instanceof reduces castingAndreas Eriksen2022-06-161-2/+1
| |
* | Remove printlnMartin Polden2022-06-281-1/+0
|/
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Add back support for version in config definitionHarald Musum2022-06-082-7/+33
| | | | Add warning message, add TODO to remove in Vespa 9
* Remove config version on Vespa 8Jon Bratseth2022-06-082-5/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-085-78/+19
|
* Move embedder config def to configdefinitions and serialize as referenceLester Solbakken2022-04-062-6/+22
|
* Accept default values for URL types in configLester Solbakken2022-04-051-1/+1
|
* Generate move constructor too.Henning Baldersheim2022-02-081-0/+8
|
* - Generate mode modern c++ code.Henning Baldersheim2022-02-081-157/+116
| | | | | - Use existing predefined types. - Allow for better management by allowing large string vectors to be mmapped.
* unify java warningsArne H Juul2022-01-061-7/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Avoid hamcrest/deprecated assertThat.Henning Baldersheim2021-12-206-67/+71
|
* add more convenience functionsArne H Juul2021-12-093-2/+86
| | | | * accept lambdas for struct members and map values also
* add extra convenience method to generated builderArne H Juul2021-12-092-0/+48
| | | | | | * takes a lambda that gets a builder to modify * makes it possible to get rid of some boilerplate code as you don't have to "new" the inner builder on the outside.
* Update 2018 copyright notices.gjoranv2021-10-074-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-0725-25/+25
|
* Merge pull request #19248 from vespa-engine/arnej/simplify-cpp-configgenHarald Musum2021-09-221-2/+6
|\ | | | | Arnej/simplify cpp configgen
| * handle missing -Dconfig.subdir=<dir>Arne H Juul2021-09-221-2/+6
| |
* | Do not install java artifacts for defaults and configgen,gjoranv2021-09-221-2/+0
|/ | | | .. they are contained in config-bundle
* Deprecate and stop using ConfigDefinition constructor with versionHarald Musum2021-09-024-21/+13
|
* Add noexcept specifier to appropriate places in generated config.Tor Egge2020-12-051-20/+57
|
* Revert "Merge pull request #15581 from ↵Jon Bratseth2020-12-024-18/+72
| | | | | | | vespa-engine/revert-15578-bratseth/apply-on-restart-take-10" This reverts commit 4cf13bc7db215e77f7688e429f700880c115fe76, reversing changes made to e21f385bd4f21326608f3a69325df4e96d4a65e5.
* Revert "Bratseth/apply on restart take 10"Jon Bratseth2020-12-024-72/+18
|
* Revert "Merge pull request #15577 from ↵Jon Bratseth2020-12-014-18/+72
| | | | | | | vespa-engine/revert-15575-bratseth/apply-on-restart-take-9" This reverts commit b9f054f862e6fc7bdbf41b9404605e2a8ad6b249, reversing changes made to 535b586bae36880259a792e2292f02b8495950fe.
* Revert "Bratseth/apply on restart take 9"Håkon Hallingstad2020-12-014-72/+18
|
* Revert "Merge pull request #15552 from ↵Jon Bratseth2020-12-014-18/+72
| | | | | | | vespa-engine/revert-15550-bratseth/apply-on-restart-take-8" This reverts commit 916492da87189ff9a07e39b22c64f2e1e31ff53a, reversing changes made to 3e5cf1de4c336c2e8d4f3a380dc242f402cb6dea.
* Revert "Bratseth/apply on restart take 8"Jon Bratseth2020-11-304-72/+18
|
* Revert "Merge pull request #15549 from ↵Jon Bratseth2020-11-304-18/+72
| | | | | | | vespa-engine/revert-15543-bratseth/apply-on-restart-take-7" This reverts commit 0f2e5b7dba8f7009d227722b9491cc800d4f371b, reversing changes made to 1d5e07a044bff2aef764cfee0de10802c376e4b7.
* Revert "Bratseth/apply on restart take 7"Jon Bratseth2020-11-304-72/+18
|
* Revert "Merge pull request #15542 from ↵Jon Bratseth2020-11-304-18/+72
| | | | | | | vespa-engine/revert-15540-bratseth/apply-on-restart-take-6" This reverts commit cf34278a1f367301a740d9781cd07d32175bbd49, reversing changes made to 9d64924f89a48e712403fb73808e2280bfe3dfe3.
* Revert "Bratseth/apply on restart take 6"Jon Bratseth2020-11-304-72/+18
|
* Install configgen.jarJon Bratseth2020-11-301-0/+2
|