summaryrefslogtreecommitdiffstats
path: root/config-lib
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add file distribution skeleton to config proxyHarald Musum2017-11-021-1/+1
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-301-1/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-301-0/+1
|
* version in def files are deprecatedHarald Musum2017-08-301-1/+0
|
* Add missing copyright headersgjoranv2017-08-181-0/+1
|
* Remove redundant def files.gjoranv2017-08-1715-182/+0
| | | | * They were probably copied to another module a long time ago.
* Add test for package and namespace.gjoranv2017-08-174-2/+46
|
* Remove LeafNode.initialize().gjoranv2017-07-201-13/+0
| | | | - package private, and seems unused.
* Minor cleanup: unnecessary annotation, use diamond operator.gjoranv2017-07-191-3/+2
|
* Declare helper methods static.gjoranv2017-07-191-9/+9
| | | | + bugfix: iterate over given list, not field 'vector'
* Refactor LeafNodeVectorgjoranv2017-07-191-20/+16
| | | | | | | - Remove unnecessary ctor. - Create unmodifiable list in ctor to reflect that the data is now immutable. - Remove defaultNode field.
* Remove InnerNodeVector.defaultNode and add a new primary ctor.gjoranv2017-07-193-52/+5
| | | | - defaultNode was a remnant used by the now removed setSize()
* Remove NodeVector.setSize()gjoranv2017-07-102-47/+21
| | | | - Remains from before the generated config classes had builders.
* Update copyright headersJon Bratseth2017-06-1457-57/+57
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1457-57/+57
|
* Update copyright headersJon Bratseth2017-06-1457-57/+57
|
* Merge pull request #2764 from yahoo/gjoranv/use-builder-ctor-for-default-nodegjoranv2017-06-142-5/+17
|\ | | | | Use builder to instantiate default node.
| * Add comments about code that most likely can be removed.gjoranv2017-06-142-2/+2
| |
| * Use builder to instantiate default node.gjoranv2017-06-141-3/+15
| |
* | Remove carriage returnJon Bratseth2017-06-142-2/+2
|/
* Revert "Copyright header"Jon Bratseth2017-06-1357-59/+59
|
* Copyright headerJon Bratseth2017-06-1357-59/+59
|
* Set the default constructor on config classes private.gjoranv2017-06-121-3/+7
| | | | - Default constructors for arrays are still public.
* Revert "Set the default constructor on config classes private."Harald Musum2017-06-101-7/+3
|
* Set the default constructor on config classes private.gjoranv2017-06-091-3/+7
|
* Add README.mdgjoranv2017-01-201-0/+4
| | | | VESPA-6223
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Use github name in @author and OWNERS filesHarald Musum2016-06-171-1/+1
|
* PublishJon Bratseth2016-06-1559-0/+3040