drekbour
drekbour
Any progress here? I'm quite interested in the "support the JSON specification" model of casting NaN into null. [ECMAScript specification](http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf) for JSON.stringify states > NOTE4: Finite numbers are stringified as...
We came across this because the sender is serialising a double and a receiver deserialising the same as a BigDecimal. Is you point out, the string "NaN" instead of a...
> Using `Optional` as field is not a good practice. https://stackoverflow.com/a/29033935/391148 Agree but this feels dismissive and doesn't change a fairly valid request. Getter `Optional getField2()` could just as easily...
I've tried this and neither `PostDiscoveryFilter` nor `ExecutionCondition` get called per dynamic-test. The new `IterationSelector` https://github.com/junit-team/junit5/pull/2743 is not suitable in this usecase (or mine). Our usecases both entail a list...
Ps. I could not register `ExecutionCondition` via `ServiceLoader` as I could with `PostDiscoveryFilter`. Is that not allowed (it is an `Extension` so I expected it to work)?
Thankyou for the help on that side issue. Now we know more about this, could you rename your Issue to something more direct like 'Ability to filter dynamic tests with...
Not got a computer near to test but will that Selector allow _exclusion_. My usecase is retaining a small list of good UniqueId from a large data-driven set of generated...
+1 `targetVersion` is an explicit command from the developer to ignore the runtime and "do what I say not what I do"
Since this issue provided much of the inspiration, here is the visitor I needed to write to parse "most" annotations in a class, possibly amending them with a `Remapper`. It's...
To keep this one vaguely moving - would you be against me going through each `FasterXML/*` repo: deleting anything generated in `./docs` (and the config that persists them there) then...