Harald Wellmann

Results 12 issues of Harald Wellmann

The latest version of this action depends on `@actions/[email protected]`. In this version, after creating a client like ``` const client = github.getOctokit(token) ``` the REST APIs should be called via`client.rest`,...

A tie at the end of a first repeat should not extend into the second repeat. Example: ``` |1 "Eb"eB2c "Bb7"defg-:|2 "Eb"e2zG ``` abcjs: abcm2ps: Is there any workaround to...

There are no Git tags corresponding to Maven Central releases newer than 2.8.8.

Code sample: ```java @Value.Immutable public interface Foo extends Mixin { String bar(); @Override default ImmutableFoo withProperty(String key, Object value) { return null; } } public interface Mixin { T withProperty(String...

bug

Clarify which flavour of regular expression syntax is supported by the `pattern` facet.

Status: Candidate
Topic: Spec
Type: Maintenance
Scope: RAML Data Type

It is not quite clear whether includes, libraries, overlays and extensions all support the same syntax for absolute or relative paths or URIs that are defined for includes. There is...

Status: Candidate
Topic: Spec
Type: Maintenance

RAML 1.0 states for the `uniqueItems` facet of array types: > Boolean value that indicates if items in the array MUST be unique. But what does it mean for an...

Status: Candidate
Topic: Spec
Type: Maintenance

Running `mvn clean install` fails when the system locale is not English, e.g. ``` Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec

bug
v2
minor

The use of `MethodHandles` in `IdentityStore.validate()` may lead to linkage errors. This issue may occur in ```java MethodHandles.lookup() .bind(this, "validate", methodType(CredentialValidationResult.class, credential.getClass())) ``` when redeploying a web application. In this...

bug

Not a bug ticket, but a hint for others running into the same issue: ### Problem We have a project with about 3000 Java source files some of which use...

knowledgebase