Skip to content

issues Search Results · repo:dvgaba/easy-random language:Java

Filter by

9 results
 (55 ms)

9 results

indvgaba/easy-random (press backspace or delete to remove)

datafaker, mockito, classgraph - have new versions. Could you make a release with their latest versions 🙏
  • magicprinc
  • Opened 
    on Dec 5, 2023
  • #41

jitpack runs your build with Java 8 Easy fix jitpack.yml jdk: - openjdk17 install: - mvn install -Dmaven.javadoc.skip=true -DskipTests
  • magicprinc
  • Opened 
    on Dec 5, 2023
  • #40

Given a record like: public record MyRecord(String fieldOne, AnotherRecord fieldTwo) {} where AnotherRecord is a record When I do: easyRandomParameters.randomize( field - field.equals(fieldTwoField), ...
  • jamfor352
  • Opened 
    on Nov 22, 2023
  • #39

Thank you for taking time to open this issue! Please check the known limitations section before opening an issue. Please provide as much context as possible to help us fixing the issue (at least easy-random ...
  • dvgaba
  • Opened 
    on Sep 1, 2023
  • #38

I m the original author of easy-random-protobuf and I just discovered that my code was integrated in this project. However my work - published under ASL2 - has been re-licensed here to MIT, https://github.com/murdos/easy-random-protobuf/blob/8e9d20f173b15f312d5ab55d802667489d4b51fa/src/main/java/io/github/murdos/easyrandom/protobuf/ByteStringRandomizer.java#L4C16-L4C16 ...
  • murdos
  • 2
  • Opened 
    on Jun 29, 2023
  • #36

hi, I just noticed that protobuf field predicates are not working when specifying custom random values providers. For example, the following test fails void shouldUseCustomProviderRegistryToFillFields(){ ...
  • carborgar
  • Opened 
    on Jun 2, 2023
  • #33

There is a test that is supposed to verify the scenario, i.e. shouldLimitTheNestingLevel_whenInRecursiveStructures, but it was changed from: assertThat(actual.children().get(0)) .as( ...
  • mjureczko
  • 2
  • Opened 
    on May 27, 2023
  • #31

When trying to generate random record, it seems that EasyRandomParameters are not used for generation. Example: import org.jeasy.random.EasyRandom; import org.jeasy.random.EasyRandomParameters; import ...
  • iceberk
  • Opened 
    on May 18, 2023
  • #28

Hi, Just found a bug regarding records. When you randomize a list of records, it s always returning the same value, so all the objects inside the stream are the same (see attached test). I opened the ...
  • carborgar
  • Opened 
    on May 15, 2023
  • #26
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub