-
Notifications
You must be signed in to change notification settings - Fork 168
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Proposals for version 3 #637
Comments
Hi, @PatrickGotthard Nice to try the first three! Maybe the old JDK DOM migration (or maybe StAX parser!) could be a nice chance to include it. Branch reorganization seems a big problem at this moment for JDK DOM migration in my forked repo (>600 files changed). Step by step. Regards, |
I would suggest to stay away from Lombok: you develop here a library, not the target application, so better to be as specific with your code as possible. |
As I mentioned previously, please make sure you are not breaking Android compatibiity with these changes, otherwise the library would become unusable. The DOM change was mentioned at some point and the date API may be also an issue, even though I believe this was addressed. |
@neroux how could I check if Android or ASOP have Java DOM compatibility? Regards, |
@PatrickGotthard Yesterday I started migrating all Date/Calendar/DateFormat/SimpleDateFormat references by ZonedDateTime/DateTimeFormatter, and I had some problems using Google Base module. I hope I make a new PR ASAP of this feature. Regards, |
Hi @antoniosanct, I'm glad about your commitment, but please wait a little bit. All above are just ideas without digging deeper into the code. Before breaking backwards-compatibility we should discuss it 🙂 Regarding the Android question: just try it out using the official IDE and SDK 😏 Regards, |
Hi, everyone: @neroux I found this link about it: https://developer.android.com/reference/org/w3c/dom/package-summary. I think that AOSP has DOM compatibility, but in all Android versions? Regards, |
I guess the best way will be to verify as mentioned at #637 (comment). Maybe you can check the date libraries as well, as there may be also compatibility issues. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Here are some proposals for version 3:
The text was updated successfully, but these errors were encountered: