Caleb Jones
Caleb Jones
Note, it appears at the top of the page. So perhaps this request is moot.
I'm using the docker container with the `REDIS_HOST_PASSWORD_FILE` environment variable and I ran into this issue. I manually patched `redis.config.php` per the commit above and now occ doesn't have that...
> This works: > > `INSERT INTO 'oc_appconfig' ('appid', 'configkey', 'configvalue') VALUES ('fulltextsearch_elasticsearch', 'allow_self_signed_cert', 'true');` This worked for me (minor tweaks in SQL syntax to get it to run in...
+1 vote for this. I wrote a service that allows arbitrary data to flow through it with a loose structure so everything is returned as simple JSONObjects. Currently, I'm using:...
I'm getting successful generation of docs from interfaces. Note: my interfaces sources are accessible to maven at build time.
There's not much to my config. I have multiple interfaces that are annotated with annotations from javax.ws.rs. Absolutely no JAX-RS annotations exist down in my implementations. Other than that, my...