Moritz do Rio Schulze

Results 12 comments of Moritz do Rio Schulze

We have the same problem, Sonar does not accept classnames that look like this: ``` classname="PhantomJS 1.9.8 (Linux).LodashHelpers" ``` It logs this error ``` [Step 4/4] 21:26:55.162 WARN - Test...

Thanks Lars, this is great! I will test it out with our frontend and look forward to merge it. The constant conversions between `java.util.Date` and `LocalDate` are really cumbersome. As...

I guess since this is only tied to the session the best way to put it would be just `spotify.inboxPlaylist'. User does not make sense since it would be the...

Hey! Sorry for the late answer (Easter with family...)! Glad that the project helps you. Thanks for your detailed report! I actually did not yet try the password grant yet....

Hi! Since the database files are configured relatively you have to start the two servers in the same working directory, maybe that's what went wrong? See [here](https://github.com/techdev-solutions/jaxenter-showcase#build-and-run).

Can you try to use a POST HTTP request? curl -XPOST curl:password@localhost:8081/oauth/token\?grant_type=client_credentials

Ok, then please add the `-v` flag to `curl` for verbose output, it might give us a hint for what is going wrong. curl -v -XPOST curl:password@localhost:8081/oauth/token\?grant_type=client_credentials

Ok, I checked it and it worked for me. I think the problem is that we escaped the `?` in the `curl` command because it's necessary in a bash, but...

Hey! I'm not sure if it's related to this change, but in our project that uses the jOOQ gradle code generator IntelliJ Idea fails to recognize the `generated-sources/jooq` folder as...