aboutsummaryrefslogtreecommitdiffstats
path: root/yolean
Commit message (Collapse)AuthorAgeFilesLines
* Use a bufferpool to avoid expensive creation of buffers.Henning Baldersheim2019-03-272-4/+0
|
* Terminate standalone container cleanly on SIGINT/control-CHåkon Hallingstad2019-01-272-8/+10
|
* Generate html5 javadocgjoranv2019-01-213-38/+38
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+331
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-331/+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-182-0/+343
|
* Add Exceptions.findCause()Valerij Fredriksen2018-12-072-2/+25
|
* Allow ignoring any IOExceptionHåkon Hallingstad2018-11-262-22/+37
|
* remove references to IOExceptionUtilHåkon Hallingstad2018-11-251-0/+10
|
* Ignore NoSuchFileException with ifExistsHåkon Hallingstad2018-11-252-8/+38
|
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-0513-13/+13
|
* Add uncheck to yoleanHåkon Hallingstad2018-05-252-0/+95
|
* Use new junit APIJon Bratseth2018-05-042-11/+11
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-10/+0
|
* Nonfunctional changes onlyJon Bratseth2018-03-191-1/+0
|
* Add testsHåkon Hallingstad2018-01-081-0/+2
| | | | And, for some reason I had to specify the Java version in yolean.
* 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.
* Nonfunctional changes onlyJon Bratseth2017-10-278-10/+15
|
* Update copyright headersJon Bratseth2017-06-1441-41/+41
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1441-41/+41
|
* Update copyright headersJon Bratseth2017-06-1441-41/+41
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1341-42/+42
|
* Copyright headerJon Bratseth2017-06-1341-42/+42
|
* disable bogus varargs warningsArne H Juul2017-04-211-0/+2
| | | | * and disallow any other warnings
* add explicitly-unknown type parameterArne H Juul2017-04-212-2/+2
|
* use generics moreArne H Juul2017-04-211-12/+6
| | | | | it seems Java has gotten better at type inference, so we can make these functions with type parameters now.
* Provide our own buffer pool. Now does no pooling.Henning Baldersheim2016-10-263-0/+84
|
* Remove bakksjo as ownerBjørn Christian Seime2016-06-281-1/+1
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Export new package com.yahoo.yolean.system.gjoranv2016-06-211-0/+5
|
* copy utility from vespajlibArne Juul2016-06-212-0/+88
| | | | | | | * this class will be used by jdisc_core but we want to avoid the classloader problems we got when jdisc_core used vespajlib directly, so copy it to this library that has fewer transitive dependencies.
* Merge pull request #19 from yahoo/bratseth/use-github-name-in-authorHenning Baldersheim2016-06-175-5/+5
|\ | | | | Use github name in @author
| * Use github name in @authorJon Bratseth2016-06-165-5/+5
| |
* | mailto:balder -> baldersheimHenning Baldersheim2016-06-172-2/+2
|/
* PublishJon Bratseth2016-06-1537-0/+3008