Mike
Mike
Is this not closed? The PR is merged.
Ah. I see that 2.12 hasn't been pushed to Maven Central yet. So this sort of isn't finished yet.
@densh, could you publish this to Sonatype? I'm guessing that it has to be you, and probably requires a 0.2 release.
In lieu of a solution, the handling of value classes should be documented on the README. I'm willing to write the docs.
https://github.com/spray/spray-json/pull/235 I retracted my earlier comment that `jsonFormat1` didn't work on value classes: I couldn't reproduce the error in a simple test.
The property names appear to be defined [in `BundleConstants`](https://github.com/oracle/graal/blob/master/vm/src/org.graalvm.component.installer/src/org/graalvm/component/installer/BundleConstants.java). [`RemotePropertiesStorage.loadComponentMetadata`](https://github.com/oracle/graal/blob/89e4cfc7aeea69970b60c64cd075ceb2a104e864/vm/src/org.graalvm.component.installer/src/org/graalvm/component/installer/remote/RemotePropertiesStorage.java#L175) appears to be central to the loading.
@nikic I don't understand your answer here. A `string` in PHP is an array of bytes, so any valid byte values are allowed. The problem is that you're representing it...
> Any suggestions on what to do about this? >> The problem is that you're representing it as a string in JSON, instead of as an array of numbers. So...
I noticed this, too. The plugin seems to use the `scripted` plugin, but I don't yet understand how, or why it doesn't do its job. (Having difficulties getting `sbt` running...
`test` does more if you first run `Test / g8`, which creates the `src/sbt-test/template-name.g8/scripted` directory, filled out with an instantiation of your template. I'm not sure yet why this is...