aboutsummaryrefslogtreecommitdiffstats
path: root/parent
Commit message (Collapse)AuthorAgeFilesLines
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-0/+16
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-1/+1
| | | | | | | | | - Update FastCharStream method names to follow changes in generated CharStream class. - Update expected test output due to improvements in generated code. - Improve ability to debug tests by more clearly printing out the diff between expected and actual output.
* Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-5/+13
| | | | + Remove unused management for old javacc plugin.
* Use AssertJ to improve assertionsBjørn Christian Seime2018-11-271-0/+5
|
* Use tensorflow 1.12Henning Baldersheim2018-11-191-1/+1
|
* Use TF 1.11.0 everywhereJon Bratseth2018-11-151-0/+11
|
* Revert "Update maven-dependency-plugin to 3.1.1"Bjørn Christian Seime2018-11-091-1/+1
|
* Update maven-dependency-plugin to 3.1.1Bjørn Christian Seime2018-11-091-1/+1
|
* upgrade depKristian Aune2018-10-211-1/+1
|
* Use a property for versionHenning Baldersheim2018-09-261-1/+2
|
* Revert "Revert "Balder/add native fadvise""Henning Baldersheim2018-09-261-1/+6
|
* Revert "Balder/add native fadvise"Jon Marius Venstad2018-09-261-6/+1
|
* Add jna dependencyHenning Baldersheim2018-09-261-1/+6
|
* Upgrade to latest maven-compiler-plugin.gjoranv2018-09-241-1/+1
|
* Revert "Upgrade to Curator 2.12.0"Harald Musum2018-08-311-1/+1
|
* Upgrade to Curator 2.12.0Harald Musum2018-08-301-1/+1
|
* Install model-evaluation in standaloneJon Bratseth2018-08-281-0/+1
|
* Add logoJon Bratseth2018-08-201-0/+1
|
* Generate public+protected javadoc onlyJon Bratseth2018-08-201-1/+4
|
* Upgrade to newest 3.4 ZooKeeperHarald Musum2018-08-141-1/+1
|
* Use the guava version from container-dep-versions everywhere.gjoranv2018-07-191-5/+0
|
* add lang detection and opennlp stemmersJefim Matskin2018-07-171-0/+10
| | | | https://github.com/vespa-engine/vespa/issues/6403
* Upgrade enforcer plugin.gjoranv2018-07-111-1/+1
|
* Merge pull request #6379 from vespa-engine/gjoranv/manage-enforcer-plugingjoranv2018-07-111-0/+5
|\ | | | | Add version management for enforcer-plugin.
| * Add version management for enforcer-plugin.gjoranv2018-07-111-0/+5
| |
* | Update TODO after creating issue to the Felix team.gjoranv2018-07-101-1/+1
|/
* Java 10: use latest javadoc plugingjoranv2018-07-021-1/+1
| | | | - This fell out of an earlier commit that claimed to do the same.
* Java 10: Add -noee workaround for bnd/maven-bundle-plugin.gjoranv2018-06-291-0/+6
| | | | Workaround for: Require-Capability: osg.ee=UNKNONWN
* Java 10: Update asm and use latest asm for maven-shade-plugin.gjoranv2018-06-291-1/+10
| | | | | | | | | Problem shading JAR vespa-http-client.jar entry com/yahoo/vespa/http/client/Result$ResultType.class: java.lang.IllegalArgumentException IllegalArgumentException at org.objectweb.asm.ClassReader.<init> (ClassReader.java:160)
* Java 10: Use latest maven-javadoc-plugin.gjoranv2018-06-291-0/+21
| | | | | | * NPE was thrown * Set html version for javadoc-plugin to avoid warning. (jdk-based activation of profile)
* Java 10: Use latest maven-plugin-plugingjoranv2018-06-291-1/+1
| | | | | - IllegalArgumentException: Failed to analyze com/yahoo/config/codegen/LeafCNode$NoClassNoDefaultLeafCNode.class
* Remove Scala remnants from Maven build filesOlli Virtanen2018-06-251-58/+0
|
* Add wrapper for ZPEBjørn Christian Seime2018-06-201-0/+5
|
* Remove aries.spifly and asm-debug-all.gjoranv2018-06-061-8/+0
| | | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly (pulls in aries-util and asm-debug-all) is no longer required by jetty-util.
* Upgrade maven-bundle-plugin to 3.5.0 to allow module-info.classgjoranv2018-06-061-1/+1
| | | | | | - 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)
* Revert "Remove aries.spifly and asm-debug-all."Harald Musum2018-05-251-0/+8
|
* Remove aries.spifly and asm-debug-all.gjoranv2018-05-241-8/+0
| | | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly (pulls in aries-util and asm-debug-all) is no longer required by jetty-util.
* Revert "Remove aries.spifly and asm-debug-all."gjoranv2018-05-241-0/+8
|
* Remove aries.spifly and asm-debug-all.gjoranv2018-05-241-8/+0
| | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly should not be necessary, and pulls in asm-debug-all
* Update maven-javadoc-plugin config to use 3.0 syntax.gjoranv2018-05-141-2/+2
|
* Remove old jmockit.gjoranv2018-05-091-5/+0
| | | | - Not used by any modules anymore, and incompatible with Java 9.
* Upgrade to ZooKeeper 3.4.12Harald Musum2018-05-051-2/+2
|
* Java 9: Upgrade maven-shade-plugingjoranv2018-05-031-0/+5
|
* Upgrade asm.gjoranv2018-04-261-1/+1
| | | | - Make bundle-plugin work for Java 9.
* Upgrade maven plugins to facilitate Java 9.gjoranv2018-04-261-5/+5
|
* Upgrade surefire plugingjoranv2018-04-251-1/+1
|
* Remove org.osgi dependencies.gjoranv2018-04-191-10/+0
| | | | | - Only usage was org.osgi.core as test dep in statistics and jdisc_http_filters.
* Retry failed maven deploymentMorten Tokle2018-04-131-1/+4
|
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-11/+0
|
* Revert "Merge pull request #5072 from vespa-engine/revert-4984-mortent/ckms"Morten Tokle2018-02-211-1/+1
| | | | | This reverts commit 6d7b65adfcd1e918da8173dab25bf701074f3cdc, reversing changes made to 2ecdfefd5616743f62691f64a517ab787d6f0c10.