venasolutions / bosk

Apache License 2.0
11 stars 4 forks source link

bosk-spring-boot-3 autoconfig MongoSocketOpenException #58

Open prdoyle opened 1 year ago

prdoyle commented 1 year ago

It's annoying that bosk-spring-boot-3 0.0.95 causes the MongoDB autoconfig to throw a (harmless) MongoSocketOpenException at startup when I expressed no desire to use MongoDriver.

prdoyle commented 10 months ago

Tried running the example-hello application with bosk 0.0.105 and I did not see this exception being thrown. I'm not sure if (1) it's being thrown but not logged, (2) the underlying problem has been fixed and it's not thrown anymore, or (3) I'm not running it the right way to provoke this exception.