swagger-api / swagger-core

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
http://swagger.io
Apache License 2.0
7.36k stars 2.17k forks source link

Make Jackson ObjectMapper initialization thread safe #4686

Open Philzen opened 3 weeks ago

Philzen commented 3 weeks ago

Using the https://en.wikipedia.org/wiki/Initialization-on-demand_holder_idiom here for thread safety.