Nikhil Das Nomula
Nikhil Das Nomula
Hi, Is it possible to make validations when user clicks on Next and go to next screen only if the validations pass?
## Description io.mongock.driver.mongodb.springdata.v2.SpringDataMongoV2Driver required a bean of type 'long' that could not be found ## PRIORITY NORMAL ## Version and environment ### Mongock - mongock-bom:5.0.29 - mongock-springboot:5.0.29, mongodb-springdata-v2-driver:5.0.29, - annotation...
## Support How do I go about uninstalling OLM? ## Question I installed OLM via after changing my context to the appropriate kubernetes cluster `curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.26.0/install.sh | bash -s...
My gradle file looks like this ``` buildscript { dependencies { classpath "org.apache.avro:avro:1.11.3" classpath "com.github.imflog:kafka-schema-registry-gradle-plugin:X.X.X-SNAPSHOT" } } plugins { id 'java' id 'java-library' id 'idea' id "com.github.imflog.kafka-schema-registry-gradle-plugin" version "1.12.0" }...