Julien Herr
Julien Herr
What do you refer to by "security header"? As far as I know, security header is not out-of-the-box in SOAP and OCPP 1.5 doesn't describe any security mechanism. Could you...
When running Steve with Docker, there is currently no log available in the web interface. This is in line with the expected behavior when running "cloud" services, as outlined in...
You'll find many articles. One of them https://sharmarajdaksh.github.io/blog/shoving-your-docker-logs-to-elk
@raphw Is there any particular reason you’re not using [raphw/gradle-maven-plugin](https://github.com/raphw/gradle-maven-plugin) in [raphw/byte-buddy](https://github.com/raphw/byte-buddy/blob/master/byte-buddy-gradle-plugin/pom.xml)
I guess we’ll hit the same issue here. Thanks for clarifying, @raphw.
@raphw Could you share your experience with Byte Buddy? Is your solution working well, and do you think it would meet @joelittlejohn’s expectations?
> Could you explain this change @juherr? How are these tests run now? The integration test was originally used just to verify that the example could build, which wasn’t straightforward...
Everything looks good now. > Looking at output from recent builds, the gradle plugin module's failsafe plugin is not bound to the verify phase for some reason, but the integration...
I finally got what you meant and removed the file properly. As you can see, I was just building the example.
Should I restore the removed test then? I’m still not sure I understand the rationale for using the example as an integration test. If that's a key requirement, could you...