hans@giraone

Results 6 comments of hans@giraone

Sorry, of course **not** for the reset. The policy checker had to be added for both screens - at least the server response must be evaluated also in the reset...

Related to the question on the status code for the client: for my implementation, I had been using 200 with a simple response body consisting of - a boolean "accepted"...

It is a general decision, how this is handled in JHipster. I personally prefer the 200, because 400 can be also returned when the POST body is "technically" wrong. 200...

Have you tested the performance impact of the change? I also stumpled over this `WARNING: JAXB is unavailable. Will fallback to SDK implementation which may be less performant.If you are...

I am facing the same issue. The error occurs on Android with API below 24. The code of the lib on line 69 of DataKey.java is not the simplest one:...

I am facing the same issue with version `com.google.cloud.tools:jib-maven-plugin:3.4.3`. When I downgrade to 3.4.2, everything works normal. My output of `docker info` (actually I am running podman 3.4.2) is ```...