summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Set forkCount paramter for maven-surefire-plugin to speed up testsgjoranv2021-05-141-0/+7
|
* Ensure Import-Package for javax packages are included in bundle's manifestBjørn Christian Seime2021-03-151-0/+7
|
* Construct ZKClientConfig from ZkClientConfigBuilderBjørn Christian Seime2021-03-111-0/+6
| | | | Use ZKClientConfig builder from Curator and ZooKeeperDatabase
* Depend on zookeeper-server-commonBjørn Christian Seime2021-03-091-0/+6
| | | | Ensure extra required ZK dependencies are present on test classpath
* Add dependency to vespalog (directly used by these modules)gjoranv2020-04-261-1/+7
|
* Remove use of apache commons libraries from cluster-controller modulesBjørn Christian Seime2020-01-031-2/+3
|
* Need to depend on spotbugsHarald Musum2019-11-281-0/+7
|
* Revert "Reapply "upgrade to zookeeper 3.5""Harald Musum2019-09-271-7/+0
|
* Revert "Revert "Hmusum/upgrade to zookeeper 3.5""Harald Musum2019-09-241-0/+7
|
* Revert "Hmusum/upgrade to zookeeper 3.5"Harald Musum2019-09-171-7/+0
|
* Add spotbugs dep to clustercontroller-core.gjoranv2019-09-101-0/+7
| | | | + Use version property for zk in parent pom
* mockito-all => mockito-coreHenning Baldersheim2019-04-291-1/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-9/+0
|
* 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-2/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+2
|
* Always write new cluster state versions to ZooKeeperTor Brede Vekterli2017-05-121-0/+5
| | | | | | | | | | | Previously, the controller would not write the version to ZK unless the version was published to at least one node. This could lead to problems due to un-written version numbers being visible via the controller's REST APIs. External observers could see versions that were not present in ZK and that would not be stable across reelections. As a consequence, invariants for strictly increasing version numbers would be violated from the perspective of these external observers (in particular, our system test framework).
* Need to figure out what to do with the tests using DockerOperationsHåkon Hallingstad2016-09-011-0/+2
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* PublishJon Bratseth2016-06-151-0/+130