podam icon indicating copy to clipboard operation
podam copied to clipboard

PODAM - POjo DAta Mocker

Results 11 podam issues
Sort by recently updated
recently updated
newest added

I have a field annotated with `@Length` and I can't find a working example of how to make it work with the 8.0 Release. Does anyone have a working reference...

[podam.tar.gz](https://github.com/mtedone/podam/files/13801144/podam.tar.gz) I have write the support for new Java.time classes. If you want to use them, you could You could better use "jakarta.validation.constraints" (@Futur, @FuturOrPresent, @PastOrPresent, @Past)

Enhancement

I had support of type: - Clock* - Duration* - Instant - LocalDateTime - LocalDate - LocalTime - MonthDay - OffsetDateTime - OffsetTime - Period* - YearMonth - Year -...

Problem description: When a class uses a generic type and inherits from a class that uses the same placeholder for a different generic type, generating an object produces an argument...

Bug

Currently got a warning: `At the moment PODAM doesn't support @Pattern({})` I can do a PR if you can give me some hints about the way to achieve this (e.g....

Enhancement

Is it possible to add functionality that recognizes JPA annotations and build Entity graph.

For Future Consideration

I'm using PODAM to fill POJOs with the random data before persistence to the storage. Some fields are mapped to columns of the `VARCHAR(N)` type, which means that they are...

Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 5.3.31 to 6.1.14. Release notes Sourced from org.springframework:spring-context's releases. v6.1.14 :star: New Features Use Locale.ROOT for locale neutral, case insensitive comparisons #33708 Improve checks for relative paths...

dependencies

It seems that podam does not randomize property with **proper** accessors. ``` import lombok.extern.slf4j.Slf4j; import org.junit.jupiter.api.Test; import uk.co.jemos.podam.api.PodamFactoryImpl; import uk.co.jemos.podam.api.RandomDataProviderStrategyImpl; import static org.assertj.core.api.Assertions.assertThat; @Slf4j class ZzzRemoveMe { @Test void __()...

I have fairly complex class hierarchy which contains abstract classes, and abstract test classes. When I use the [`addOrReplaceAttributeStrategy​(type, attributeName, attributeStrategy)`](https://javadoc.io/static/uk.co.jemos.podam/podam/8.0.2.RELEASE/uk/co/jemos/podam/api/DataProviderStrategy.html#addOrReplaceAttributeStrategy(java.lang.Class,java.lang.String,uk.co.jemos.podam.common.AttributeStrategy)) method, Podam seems search for the attribute only on...

Enhancement