Laird Nelson

Results 62 issues of Laird Nelson

I cannot get a clean run in `helidon-config` on `master` because `UrlOverrideSourceServerMockTest` keeps failing. Some representative stack snippets: ```java [ERROR] io.helidon.config.UrlOverrideSourceServerMockTest.testMultipleMatchingWildcards Time elapsed: 90.112 s

P3
testing
intermittent

#### Version and Runtime ``` Version: 12.7.0 Commit: 9c95632b3e8562be6df690c639a3f5a6f40d3004 Runtime: go1.12.4 darwin/amd64 Date: 2019-07-21T12:38:16Z" ``` #### Expected Behaviour I wanted to have `vegeta` issue a "plain text" HTTP/2 call to...

Hello; thanks for a great product. I know from personal experience how hard it is to run an open source project and this one is just fantastic. Thanks for all...

enhancement

If I place this: ``` {@graphviz digraph foo { a -> b -> c; } } ``` …in my `overview.html`, `javadoc` crashes: ``` [ERROR] javadoc: error - An internal exception...

Hello; the [README says](https://github.com/nidi3/graphviz-java#javadoc), in part: ``` guru.nidi.graphviz.taglet.GraphvizTaglet ``` This class does not exist. I suspect you meant `guru.nidi.graphviz.GraphvizTaglet`.

While accidentally doing horrible things with `hasPathOrNull(String)`, I managed to pass an empty string. The error message said, in part: ``` com.typesafe.config.ConfigException$BadPath: path parameter: Invalid path '': path has a...

[Helm 2.11.0 is out](https://github.com/kubernetes/helm/releases/tag/v2.11.0) with several dozen changes. Need to triage the changes into ones this project cares about and ones it doesn't.

task
in progress

Looks like Surefire doesn't play nice with JDK 10; see https://issues.apache.org/jira/browse/SUREFIRE-1439. Need to see if we can bump the surefire version.

problem understood
task

microbean-helm supports infinitely deep subcharts, as well as subcharts that are archives. It would be nice to be able to control how subcharts at any level in the tree are...

feature
low priority

Right now there's a `@Version` annotation on the `org.microbean.helm` package (in its `package-info.java` file) with an incorrect version string. Needs to track Maven's `${project.version}`.

bug
low priority