3 min read
Mongock, Mongo and Java
Run MongoDB schema and data migrations from Java with Mongock: when to use it, how changesets work, and what to get right.
2 posts
3 min read
Run MongoDB schema and data migrations from Java with Mongock: when to use it, how changesets work, and what to get right.
2 min read
Old JJWT versions call javax.xml.bind.DatatypeConverter for Base64. On Java 11+ that class is gone — upgrade JJWT and use java.util.Base64.