Jasper C
Jasper C
#145 ability to add headers to httpclient to customize json generatedUrl value similar to https://github.com/springdoc/springdoc-openapi-maven-plugin?tab=readme-ov-file#custom-settings-of-the-springdoc-openapi-maven-plugin
Credentials provider from : * ~/.devrant/credetials * env DEVRANT_PASSWORD * devrant.password system props
Added requestHeaders map to be able to specify additional headers. Can be used if apidocs url is protected by basicAuth or setting custom url to generated openapi spec json|yaml ```...
Added new option `prettyPrint` option. The default is just unformatted json saved into the output file
Added a new boolean property to specify if version should be wrapped with single-quote The default behavior right now is like this `Update for next development version '1.6.19-SNAPSHOT'.` Addint this...
- added maven wrapper - fixed HazelcastStateRepositoryTest.test2nodeSetup throwing NPE