fakemongo / fongo

faked out in-memory mongo for java
Apache License 2.0
523 stars 155 forks source link

buildInfo command Not implemented #339

Closed luan-cestari closed 6 years ago

luan-cestari commented 6 years ago

Hi,

I was doing some tests using fongo and I caught a exception in my log "FongoException("Not implemented for command ...".

I will create a PR to add this command. Not sure if you guys will mind the static json or have some advice.

I would also add mvnw to the project if you allow me

stefanbirkner commented 6 years ago

This command is executed by Spring Boot's MongoHealthIndicator. It's not possible to write proper tests as long as this command cannot be executed.

twillouer commented 6 years ago

thanks  @luan-cestari

stefaneicher commented 6 years ago

could you release this feature? or when is the next release planned?

gandikota101 commented 5 years ago

When is this fix planned to be released?