-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 8 compatibility #61
Comments
Aw, damn. That would also mean we need to break Java < 8 compatibility if we support it, no? |
It seems so.
What bothers me is that I quickly looked for information about API changes for doclets and did not find anything. Isn't it used a bit, by other people writing custom doclets?... |
I don't think anybody writes doclets anymore ;) |
Same issue in Apache Marmotta (MARMOTTA-513), where the doclet is used to generate documentation form the JAX-RS web services. Any plan to support |
The truth of the matter is that I don't have time to maintain this project anymore. If you want to make it work for both Java 7 and Java 8 I can grant you commit access. |
For us (Marmotta) the urgent think would be to get 0.10.1 released and pushed to maven central as soon as possible, I have no time either to maintain it, but I do have some time to keep it running and manage some fixes. |
Well, I'm not using this project for work anymore, which is also why I don't have time to maintain it. If you have time to put at least your fixes, and perhaps other contributors's fixes that work for you, I can let you push to maven central too (if I figure out how that works again). Let me know if that would work for you and I'll arrange it. |
If you give me the credentials, I can help to get 0.10.1 out (issue #63). |
You should have push access now. For Maven Central it's trickier: I just checked and you need to create a JIRA to ask for permission to publish jax-doclets like me. I can't grant you that permission in the UI myself. |
As for what went in, you can see the list here: https://github.com/FroMage/jax-doclets/issues?direction=desc&milestone=2&page=1&sort=created&state=closed and what should go in, I don't really care. Release when you need it released ;) Releasing often is never a bad thing. |
Permission granted apparently. |
continue this thread at issue #63 |
I am wondering if this project is still alive? This issue is very old and still not closed. |
not really... I jumped in to solve a concrete an quick issue, but @FroMage is not maintaining it anymore, I guess. |
No, this is pretty much looking for a brave maintainer :) |
Is there any idea of how many users are using this doclet project? I am willing to support, but only if a community is in the background to help us too... |
I've no idea TBH. |
We use it in Apache Marmotta, that's why I needed released 0.10.1 (see issue #63). So I may help. |
FroMage, are you willing to support us with your knowledge? If so, we are already 3 persons to maintain ;-) |
What little knowledge I have I will share gladly ;) |
It seems that with Java 8 every is broken.
I started to do some changes but it feels like this is going to be a lot of rework, the doclet API has been through massive changes..
Unfortunately I cannot find a lot of details about this API online. I'd like to contribute but I wondering what the best solution would be.
The text was updated successfully, but these errors were encountered: