njimenezotto
njimenezotto
When using date on a template, it throws the following error: ``` Error: Unable to call `date`, which is not a function ✖ fatal Template render error: (unknown path) Error:...
I have a class with a BuilderArbitraryCustomizer where I set some Arbitraries. In my tests, I want to use giveMeBuilder(MyClass).set(fieldName_managed_by_arbitrary, myValue).sample() to get an instance with my wished values. This...
For security reasons, setting the secret name that contains the value of signozApiKey could be handy. Is it possible to implement? Thanks!
Solves https://github.com/entur/mapstruct-spi-protobuf/issues/450
The following case throws a NPE ```java Date defaultEpochDate = new Date(0); mapToTimestamp(defaultEpochDate.toInstant()) ``` The problem is for this case EpochSecond and Nano are 0 and this builder does not...