Every now and then it comes up that a REST API you are working with is a little inconsistent with the JSON that it returns. Sometimes a property you want is an array when it has multiple values but an object when there is only one. It’s annoying when you encounter these APIs and itContinue reading “jolt: JSON Transforms Simplified”
Tag Archives: java
os.detected maven properties not detected by eclipse
I recently hit this weird error with one of my Java projects using maven. It would build perfectly fine from command line but fail in eclipse. It was due to eclipse not being able to recognize this property, os.detected.classifier, that we had added to one of our pom files. This property is handled by theContinue reading “os.detected maven properties not detected by eclipse”