Alex Proca
Alex Proca
Solved in PR #19
Yes I will start looking into it
See PR #18
This actually includes both cluster auto-scaling and certificate update
PR #90 should fix the failing build. However from version 2.3 onwards play framework should be installed with activator. I started [working ok a fix](https://github.com/IncrementalCommunity/cfp-devoxx/tree/update-compose) but i have to read...
I'm using this as a workaround on osX. Downgrading to java 1.8 before executing script. ``` #!/usr/bin/env bash JAVA_HOME=`/usr/libexec/java_home -v 1.8` // 2> /dev/null; cat
That's much more elegant than my workaround! Thanks for sharing 😊
I also have a similar problem. I miss the `example` functionality on @ApiOkResponse(). My workaround is: ``` @ApiOkResponse({ content: { 'application/json': { schema: { type: 'array', items: { $ref: '#/components/schemas/CatDTO',...