aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat
Commit message (Collapse)AuthorAgeFilesLines
* unify java warningsArne H Juul2022-01-071-6/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
|
* Make it possible to deploy on Maven Central with maven.Arnstein Ressem2021-09-281-0/+1
|
* Add imports for javax.* and org.* packages from security-utilsMorten Tokle2021-05-311-1/+15
|
* Revert "Merge pull request #15581 from ↵Jon Bratseth2020-12-021-1/+1
| | | | | | | 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-021-1/+1
|
* Revert "Merge pull request #15577 from ↵Jon Bratseth2020-12-011-1/+1
| | | | | | | 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-011-1/+1
|
* Revert "Merge pull request #15552 from ↵Jon Bratseth2020-12-011-1/+1
| | | | | | | 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-301-1/+1
|
* Revert "Merge pull request #15549 from ↵Jon Bratseth2020-11-301-1/+1
| | | | | | | 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-1/+1
|
* Revert "Merge pull request #15542 from ↵Jon Bratseth2020-11-301-1/+1
| | | | | | | 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-1/+1
|
* Revert "Merge pull request #15532 from ↵Jon Bratseth2020-11-301-1/+1
| | | | | | | 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-1/+1
|
* Revert "Merge pull request #15521 from ↵Jon Bratseth2020-11-301-1/+1
| | | | | | | 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-1/+1
|
* Revert "Merge pull request #15510 from ↵Jon Bratseth2020-11-291-1/+1
| | | | | | | 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-1/+1
|
* Import codegenJon Bratseth2020-11-271-1/+1
|
* Import new package in config-model-api,gjoranv2019-03-041-0/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Import ai.vespa.rankingexpression.importer.configmodelviewJon Bratseth2018-11-271-0/+1
|
* Import model-integration into config-model-fatJon Bratseth2018-11-271-0/+6
|
* Remove unnecessary dependencies.gjoranv2018-06-261-55/+0
| | | | | | - Test deps. - Old guava version. - Explicit 'annotations' dep.
* Upgrade maven-bundle-plugin to 3.5.0 to allow module-info.classgjoranv2018-06-061-2/+7
| | | | | | - Error with previous versions: [ERROR] Bundle com.yahoo.vespa:config-model-fat-amended:bundle:6-SNAPSHOT : Exception: java.lang.ArrayIndexOutOfBoundsException: 19 [ERROR] Bundle com.yahoo.vespa:config-model-fat-amended:bundle:6-SNAPSHOT : Invalid class file module-info.class (java.lang.ArrayIndexOutOfBoundsException: 19)
* Add new module fat-model-dependenciesgjoranv2018-05-301-186/+14
| | | | | | | | - Contains all compile scope deps for config-model-fat. - Added to avoid copying all these deps into amended fat model. - Necessary for maven-bundle-plugin 3 because its exclude mechanism has changed to exclude all transitive deps of an excluded artifact.
* Revert "Add new module fat-model-dependencies"Harald Musum2018-05-301-14/+186
|
* Add new module fat-model-dependenciesgjoranv2018-05-291-186/+14
| | | | | | | | - Contains all compile scope deps for config-model-fat. - Added to avoid copying all these deps into amended fat model. - Necessary for maven-bundle-plugin 3 because its exclude mechanism has changed to exclude all transitive deps of an excluded artifact.
* Don't exclude TensorFlow JNIJon Bratseth2018-03-191-7/+0
| | | | It is not necessarily installed on the machine in open source environments.
* Remove FileDistributionManager.Henning Baldersheim2018-02-081-5/+0
|
* Exclude libtensorflow_jniJon Bratseth2018-01-251-0/+7
|
* Do not package icu4j in config-model-fat.gjoranv2018-01-181-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.
* Remove unnecessary dependency on filedistributionHarald Musum2017-11-171-5/+0
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+5
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-5/+0
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+5
|
* Improve comment about malicious Import-Package.gjoranv2017-09-081-1/+1
|
* Revert "Gjoranv/remove fat model import"gjoranv2017-09-071-0/+1
|
* Remove malicious import-package from config-model-fat.gjoranv2017-09-071-1/+0
| | | | - config-model-api does not seem to leak InnerCNode anymore.
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|