InfoShare Devs

Results 8 comments of InfoShare Devs

Try to use framework with jackson-databind 2.13.0 You'll receive this error for steps that doesn't contains assertions: Caused by: java.lang.NullPointerException at org.jsmart.zerocode.core.domain.Step.(Step.java:154) Assertions here is null: this.assertions = **assertions**.isNull() ?...

but what is the point of adding additional `assertions: {}` next to the verify which can be used ?

Try to run tests using MongoDB version which is not supporting fullDocumentBeforeChange field (

I'll provide error logs today evening or tomorrow (for version 4.X)

------------ MongoDB server version: 4.2.3 ------------ 2023-01-19 21:34:36,528 ERROR rContainer$DecoratingLoggingErrorHandler: 282 - Unexpected error occurred while listening to MongoDB org.springframework.data.mongodb.UncategorizedMongoDbException: **Command failed with error 40415 (Location40415): 'BSON field '$changeStream.fullDocumentBeforeChange' is...

Correct, if it's working somehow for version 5 even if Mongo is supporting this field from version 6. I'll update PR today.

Hello, we're using zerocode on our project with java 17 with no issues (except additional --add-opens args for compilation) Here you can find some snippet: https://github.com/infoShare/zerocode-example

Hello, you can update compiler options to fix this compatibility issue. Check --add-opens usage here: https://github.com/infoShare/zerocode-example/blob/main/pom.xml Same can be achieved on gradle.