Fabio

Results 11 comments of Fabio

FYI: I am maintaining some company internal docker images based on this Dockerfile and the AdoptOpenJDK Version: https://github.com/AdoptOpenJDK/openjdk-docker/blob/master/11/jdk/alpine/Dockerfile.hotspot.releases.full In the AdoptOpenJDK Dockerfile, ZLIB and GCC_LIBS are installed. I just run...

Is there a way I could test this in a Java EE7 application? Could you give me some help regarding the configuration? I am currently running Shiro with an INI...

I am using @Scheduled & @Asynchronous. Could you point me towards the right direction, so I could implement such an interceptor?

I'll give it a try, but I am quite inexperienced with proxys and interceptors. Do you have a demo setup to play with the CDI integration?

Thanks, that looks promising!

Are you actually testing a page running AngularJS? If not, then have a look at this discussion: http://stackoverflow.com/q/20927652

You can add a jasmine JUnit reporter in the protractor configuration. See https://www.npmjs.com/package/jasmine-reporters#protractor

Hi @angelaki, your change doesn't make any sense, because CodegenModel `hasRequiredVars` is never actually initialized. It's always `false`. Since your changes, all my singleRequestParameter are generated as optional parameter, even...

Sorry for the confusion. Not always easy to keep the right terminology. I am glad you got what I was referring to :-) Thanks for the interesting read. I tried...

I spent a day working on this, but didn't succeed. In case it helps, I've found out that the NgRx example with the reducer is detecting unknown properties in newer...