Christopher Smith

Results 48 issues of Christopher Smith

If a relation is listed in the resource class as single-cardinality, but the server returns an array, Crnk triggers a `ClassCastException` in `ResourceUpsert#setRelationFieldAsync:361` (in 3.4) because it assumes that the...

As a workaround for a rough spot in Artifactory, I'm using `remove-project-artifact` to clear artifacts from test builds on a Jenkins server. However, the metadata for the removed artifact isn't...

Mimosa tracks which LESS files are top-level files and doesn't produce separate CSS files for imported source files. The `@import (reference)` syntax is used to just grab variables or mixins...

Mimosa has nice colored output which is helpful for identifying warnings during development, but it outputs ANSI escape codes unconditionally, which leaves CI logs and similar output captures with odd...

3.0

The README and `require` for the dependency-with-global example reference a library called `my-3d-library`, which does not exist anywhere that I could find (not in this repository, not an actual NPM...

The Micronaut BOM (`io.micronaut:micronaut-bom`) imports `org.codehaus.groovy:groovy-bom` using the `${groovy.version}` property, supporting easy override in end projects. However, `io.micronaut.groovy:micronaut-groovy-bom` has a _duplicate_ import of the same `groovy-bom`, but this time it...

type: bug

IMDSv1 can be disabled on instance configurations, and the AWS SDKs inspect v2 first. It would be helpful to have support for it.

The `AWSEC2IAMSessionCredentials` class uses a non-final static field `baseCredentialsUrl` to indicate where to look for credentials. This URL has changed (at least in newer EC2 profiles), but there is no...

When creating a new object to pass to `putObject`, the object has no metadata for the date. However, calling `toString()` invokes `getLastModifiedDate()`, which invokes `getDate()`, which throws `IllegalArgumentException` (which should...

This is not a solution for every use case, in large part because the Reflections scan can take some time, but it's a pattern that may be generally applicable enough...