summaryrefslogtreecommitdiffstats
path: root/yolean
Commit message (Collapse)AuthorAgeFilesLines
* Remove yolean.gjoranv2022-07-135-68/+0
|
* Move yolean code into vespajlib.gjoranv2022-07-1331-2239/+1
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove deprecated APIs in yolean.gjoranv2022-06-0811-986/+0
|
* Revert "uncheck() all checked exceptions"Valerij Fredriksen2022-05-306-92/+39
|
* uncheck() all checked exceptionsValerij Fredriksen2022-05-256-39/+92
|
* Use a single last log timestamp, and upper bound with now - 1sjonmv2022-05-241-1/+1
|
* Simplify signaturejonmv2022-05-031-2/+2
|
* Account for poorer generics resolutionjonmv2022-05-031-1/+1
|
* Fix naming errorjonmv2022-05-031-3/+3
|
* Memoized is @Beta, and update ABI spec for new combinerjonmv2022-05-032-0/+4
|
* Allow combining memoized objectsjonmv2022-05-031-2/+38
|
* Revert "Merge pull request #22394 from ↵jonmv2022-05-033-0/+195
| | | | | | | vespa-engine/revert-22374-jonmv/remove-last-controller-jersey-client" This reverts commit e046ae79779261b09f85bcf4c04c906b83075775, reversing changes made to d2066c0a0c04e2aa2ada12a5c85f5eae9ff65b02.
* Revert "Jonmv/remove last controller jersey client [run-systemtest]"Jon Marius Venstad2022-05-023-195/+0
|
* Warn against, and handle null return from factoryjonmv2022-05-021-1/+13
|
* Importsjonmv2022-05-021-1/+0
|
* Update ABI specjonmv2022-05-022-0/+42
|
* Add Memoized for closeable lazy resourcesjonmv2022-05-022-0/+142
|
* Update ABI specjonmv2022-04-261-2/+3
|
* SuppressWarnings removaljonmv2022-04-262-0/+2
|
* Deprecate more, add another Supplier based constructorjonmv2022-04-262-5/+12
|
* Add preallocate() to ConcurrentResourcePoolBjørn Christian Seime2022-04-262-1/+9
|
* Remove tests for code to be removed in Vespa 8gjoranv2022-01-144-779/+0
|
* Don't use "forRemoval", makes it impossible to avoid warningsgjoranv2022-01-147-7/+7
| | | | .. even in other Deprecated classes.
* Deprecate all classes in yolean.chain, except for the annotations.gjoranv2022-01-147-0/+11
|
* suppress "varargs" warningsArne H Juul2022-01-063-0/+8
|
* Simplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-191-1/+0
|
* Update 2017 copyright notices.gjoranv2021-10-0740-40/+40
|
* Move Sleeper to yolean and simplifyBjørn Christian Seime2021-09-154-0/+125
|
* Use closed boolean and cleanupJon Bratseth2021-07-013-5/+32
|
* GC unused merge-chunk-size feature flagHenning Baldersheim2021-02-011-2/+0
|
* Ensure minimum window size is never less than 1.0, as that stops the session ↵Jon Marius Venstad2021-01-131-2/+6
| | | | silently
* Add helper method to rethrow checked as uncheckedBjørn Christian Seime2020-12-022-1/+23
|
* Revert "Bjorncs/cluster controller reindexing status"Jon Marius Venstad2020-12-022-23/+1
|
* Add helper method to rethrow checked as uncheckedBjørn Christian Seime2020-12-012-1/+23
|
* Merge pull request #15129 from vespa-engine/hakonhall/use-javadoc-no-forkHåkon Hallingstad2020-11-021-0/+1
|\ | | | | Use javadoc-no-fork and various fixes
| * Update pom.xmlHåkon Hallingstad2020-11-021-0/+5
| | | | | | Add back maven-compiler-plugin, needed for IntelliJ
| * Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-311-4/+0
| |
* | Add traces to document/v1Jon Marius Venstad2020-10-291-1/+1
|/
* Minor unification of tests.Henning Baldersheim2020-08-124-101/+44
|
* Revert "Revert "Reduce the use of hamcrest when normal ↵Henning Baldersheim2020-08-124-47/+48
| | | | assertEquals/assertTrue does a…""
* Revert "Reduce the use of hamcrest when normal assertEquals/assertTrue does ↵Henning Baldersheim2020-08-114-48/+47
| | | | a…"
* Reduce the use of hamcrest when normal assertEquals/assertTrue does a mucj ↵Henning Baldersheim2020-08-114-47/+48
| | | | better job
* 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.