Ladislav Thon
Ladislav Thon
Funny. The command descriptors are automatically generated from Redis `COMMAND` output (https://redis.io/commands/command/), so should be correct. Maybe we have a bug in the `isReadOnly` logic, I'd have to take a...
I don't have any news, no.
I often add miniature features in micro releases, but you're probably right -- this should go into 3.2.0. I'll change the milestone and make this a draft for now.
Agree. Thanks!
> The resulting index file will be located at `WEB-INF/classes/META-INF/jandex.idx`, which is wrong. That actually seems correct on the first sight, though I'm not sure anyone has actually tested using...
Oh I had no idea Open Liberty uses Jandex as well. Interesting! OK, so I don't think there is any specification for where the Jandex index should be placed. I...
From the original post, I believe you already know how to tweak the Jandex Maven plugin to do what you need, so the questoin here really is: should we change...
There's no specification, no. Jandex users can do whatever they wish. If Liberty wants their Jandex index stored directly in `WEB-INF`, that's perfectly fine -- though they should document how...
There is no correct or incorrect location. As I mentioned above, the conventional location is `/META-INF/jandex.idx` on the classpath, which means `/WEB-INF/classes/META-INF/jandex.idx` for WAR archives. This is the current behavior....
An EJB JAR shouldn't be an issue, that's just a regular JAR. An EAR and RAR archives shouldn't be an issue either, because they don't contain `.class` files directly, they...