GithubUser8080
GithubUser8080
I have just migrated from play 2.6 and an older version of play-ebean plugin to play 2.8 and version 6.0.0 of this plugin We have noticed a change of behavior...
Hi, looking at the source code it seems that oauth2redirectUri is indeed read by the constructor of the SwaggerUI component. However, the typescript type itself doesn't support this property, thus...
Hi, i would like to ask if there is a way to retrieve the old values of updated properties in a BeanPersistListener. The set of changed properties is provided in...
Currently DefinitionGenerator uses its own classloader to find classes. In the case of using this plugin at runtime (not scala task), in a play-dev application, the swagger generator is loaded...
protobuf.js version: protobufjs-cli 1.1.2 When generating static code from a proto3 file, and subsequently generating the typescript definitions, each message ends up as ``` export class MyMessage implements IMyMessage{ ......