summaryrefslogtreecommitdiffstats
path: root/config-lib/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Bratseth/apply on restart take 8"Jon Bratseth2020-11-301-6/+0
|
* Revert "Merge pull request #15549 from ↵Jon Bratseth2020-11-301-0/+6
| | | | | | | 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-301-6/+0
|
* Revert "Merge pull request #15542 from ↵Jon Bratseth2020-11-301-0/+6
| | | | | | | 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-301-6/+0
|
* Revert "Merge pull request #15532 from ↵Jon Bratseth2020-11-301-0/+6
| | | | | | | vespa-engine/revert-15527-bratseth/apply-on-restart-take-5" This reverts commit d91c72c22cae12468103ed4c43729e745916943e, reversing changes made to 9b47661ae5682e87cd963c63bdc2717896f468db.
* Revert "Bratseth/apply on restart take 5"Jon Bratseth2020-11-301-6/+0
|
* Make configgen a bundleJon Bratseth2020-11-301-25/+1
|
* Revert "Merge pull request #15521 from ↵Jon Bratseth2020-11-301-0/+30
| | | | | | | vespa-engine/revert-15520-bratseth/apply-on-restart-take-4" This reverts commit 9e228790db5222124dd6a125a9937584bd1d4a4b, reversing changes made to a7cc1248bade10175a73a4602f8452ccda6a102a.
* Revert "Bratseth/apply on restart take 4"Jon Bratseth2020-11-291-30/+0
|
* Include configgenJon Bratseth2020-11-291-1/+0
|
* Revert "Merge pull request #15510 from ↵Jon Bratseth2020-11-291-0/+31
| | | | | | | vespa-engine/revert-15508-bratseth/apply-on-restart-take-3" This reverts commit 3c95d11418e3ebffc1260207932b7e8f3955e1a0, reversing changes made to 7a1a70055770a82bf42bff668abaf011af3f6e55.
* Revert "Bratseth/apply on restart take 3"Jon Bratseth2020-11-271-31/+0
|
* Import codegenJon Bratseth2020-11-271-0/+25
|
* Revert "Merge pull request #15495 from ↵Jon Bratseth2020-11-271-0/+6
| | | | | | | vespa-engine/revert-15494-bratseth/apply-on-restart-take-2" This reverts commit ef4ece0ae64a1f1ec8accb257168b2a08d6971b1, reversing changes made to 204eb6f5faf91a6159ba5c7e01d2d8b6f307e8bd.
* Revert "Bratseth/apply on restart take 2"Harald Musum2020-11-261-6/+0
|
* Revert "Merge pull request #15492 from ↵Jon Bratseth2020-11-261-0/+6
| | | | | | | vespa-engine/revert-15450-bratseth/apply-on-restart" This reverts commit ba62308f10b5d825d2de61ac2ea3de2c2dd067fc, reversing changes made to ffa40d46f1b0911dff10c98e5950117857474416.
* Revert "Support marking configs as apply on restart"Harald Musum2020-11-261-6/+0
|
* Support marking configs as apply on restartJon Bratseth2020-11-241-0/+6
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-8/+0
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+4
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-041-4/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+16
|
* 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-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* PublishJon Bratseth2016-06-151-0/+77