rssdev10
rssdev10
Update dependencies. Reduce version requirements. + accompanying code changes
There are at least two issues. SpringBootMainClassFinder doesn't separate renamed property mainClassName. When I tried to run the app by gradle runApp I got ``` Could not get unknown property...
The existing template fails on a newly created GitHub project and doesn't allow us to see what is the issue. After updating the temple it is easy to see that...
Please use 3 numbers for coding the version instead of 4 as now - 2.1.0.3. 'gem' is not able to see that x.x.0.1 is newer than x.x.0 http://guides.rubygems.org/patterns/#semantic-versioning I tried...
Probably wrong generation of the enum type. ```yml DocumentMetadata: type: object properties: source: $ref: "#/components/schemas/Source" Source: title: Source enum: - email - file - chat type: string description: An enumeration....