Johannes Schüth

Results 80 comments of Johannes Schüth

@lumettak I have no longer access to this repository since I left Gentics. I suggest you get in touch with Gentics in order to get your PR merged.

@jakelumetta I think @bernhardriegler or @npomaroli could perhaps help you but I'm not sure whether they get notified. I suggest writing an email to Gentics.

The `MeshLocalClientImpl` class is part of the core and not part of the public API.

The use of the client is also not documented or suggested anywhere in the documentation. The client is purely used for internal and testing purposes.

The languages have already been modelled internally to be assigned and unassigned. There is even a endpoint implementation for this: https://github.com/gentics/mesh/blob/dev/core/src/main/java/com/gentics/mesh/core/endpoint/project/LanguageEndpoint.java This has however never been finished and thus the...

TODO: * [ ] Check the test which checks for deployment errors. The testcase should fix the error and redeploy.

Vert.x will always log blocked threads. This works as designed. We hope to use a dedicated worker thread for transactions and thus be able to configure the logs. Additionally I...

Suggested change for content-disposition header was released in 0.35.0. I'll keep the issue open since I want to address the Content-Disposition behavior separately.

@marvin-w Please add `Access-Control-Allow-Credentials: true` to your ingress configuration. I assume this is the reason why CORS is not working for you as expected.

Thanks for your PR. Could you please provide links to the features so that I can quickly crosscheck the fields? See #19 for example. Thanks