Missing Codecs in MongoDB
November 28th, 2017
What to do when you get org.bson.codecs.configuration.CodecConfigurationException: cant find a codec for class java.math.BigDecimal.
Mike has almost 20 years of experience in technology. He started in networking and Unix administration, and grew into technical support and QA testing. But he has always done some development on the side and decided a few years ago to pursue it full-time. His history of working with users gives Mike a unique perspective on writing software.
What to do when you get org.bson.codecs.configuration.CodecConfigurationException: cant find a codec for class java.math.BigDecimal.
There was a discussion on our company Slack recently about databases and XML, and someone pointed out that PostgreSQL has some nice XML functions . I’m a Postgres fan and knew that it had some XML functions but haven’t dug into them yet. Using my…
I looked at the release notes for Spring Boot 2.0.0.M1 not expecting a lot of exciting changes but was surprised by some compelling things. There is the usual “deprecated classes are removed” and “Dependency X is upgraded” but there are some more…
Database migration in the Java-world with Flyway