InfoShare Devs
InfoShare Devs
Hello, when running single test using maven: mvn -B -f /app/jenkins/workspace/SingleIntegrationTest/tests/pom.xml clean compile **-Dtest=SingleTest#testMethod** test -Dio.netty.tmpdir=/var/tmp -Djava.io.tmpdir=/var/tmp -pl integration-tests -am -Dsurefire.failIfNoSpecifiedTests=false I'm getting assertion errors: 15:16:01.285 [main] ERROR o.j.z.c.r.StepNotificationHandler -...
Is it possible to make Step.assertions field null safe ? We're using tests on spring boot and with version changed from 2.5.4 to 2.6.1 we're receiving NPE on Step constructor....
After last updates without any changes new issue occurred on mongo express (using docker compose): Configuration: ``` ports: - "8081:8081" environment: ME_CONFIG_MONGODB_ADMINUSERNAME: root ME_CONFIG_MONGODB_ADMINPASSWORD: XXX ME_CONFIG_BASICAUTH_USERNAME: root ME_CONFIG_BASICAUTH_PASSWORD: XXX ```...
Hello, is there any plan to make "loop" work on a Step level ? It is working on scenario but even if field exists for the particular step in the...
Field fullDocumentBeforeChange on $changeStream introduced on version 6.0, disabling failing JUnit. - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide)...
It looks like a bug which is not allowing to override auto index creation on MongoMappingContext @christophstrobl - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] You...