njimenezotto

Results 5 issues of 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...

question

For security reasons, setting the secret name that contains the value of signozApiKey could be handy. Is it possible to implement? Thanks!

enhancement
good first issue
chart:k8s-infra

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...