Proposals for version 3 #641
Replies: 11 comments 14 replies
-
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, |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
@neroux how could I check if Android or ASOP have Java DOM compatibility? Regards, |
Beta Was this translation helpful? Give feedback.
-
@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, |
Beta Was this translation helpful? Give feedback.
-
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, |
Beta Was this translation helpful? Give feedback.
-
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, |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Hi again! |
Beta Was this translation helpful? Give feedback.
-
My first impressions:
The rest of features I have no opinion because I don't have experience in reflection and service locator. Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi @neroux and @antoniosanct, please do not invest too much time implementing the >proposed< changes. First we should analyze the impact on ROME users and discuss whether we should make backwards-incompatible changes. Regards, |
Beta Was this translation helpful? Give feedback.
-
Here are some proposals for version 3:
Beta Was this translation helpful? Give feedback.
All reactions