dvgaba
dvgaba
JDK 11 support ` io.github.dvgaba easy-rules-core 1.0.5 `
I think forking will be the right way to go. I never had such use-case but looks like a good backward compatible change. I have a fork https://github.com/dvgaba/easy-rules but its...
Updating maps/adding new value to list or other mutable objects should work fine. Also you can use printing action in yaml files.
any specific requirement you are looking for?
We are using system property to set trust-store and key-store. -Djavax.net.ssl.truststore=FILE_PATH_TS -Djavax.net.ssl.keystore=FILE_PATH_KS and corresponding passwords
I will be great if you can share a maven repo with a sample
check here https://github.com/j-easy/easy-rules/tree/master/easy-rules-mvel/src/test/resources
Seed and call order needs to be same for this to work. Something like below should work ``` @Test void generateSame() { long testSeed = new Random().nextInt(1000); EasyRandomParameters parameters =...
Below might help, java-faker is replaced with data-faker https://repo1.maven.org/maven2/io/github/dvgaba/easy-random-core-jdk11/6.1.1/ https://repo1.maven.org/maven2/io/github/dvgaba/easy-random-core/6.1.1/