Skip to content
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

Add new violations for Java 13-15 #115

Closed
gaul opened this issue Sep 15, 2020 · 5 comments
Closed

Add new violations for Java 13-15 #115

gaul opened this issue Sep 15, 2020 · 5 comments

Comments

@gaul
Copy link
Owner

gaul commented Sep 15, 2020

Audit Java 13-15 API additions using something like:

https://gunnarmorling.github.io/jdk-api-diff/jdk14-jdk15-api-diff.html

@krzyk
Copy link
Contributor

krzyk commented Aug 29, 2021

I took a quick look at diffs since JDK 11 and the only obvious thing that I found was HexFormat.

Just an idea, because I don't have such live/production code to check it right now so no PR right now (until I find live use case)

It is in 17 (few days too early I know) there is a new class (https://download.java.net/java/early_access/jdk17/docs/api/java.base/java/util/HexFormat.html ) that might be useful as a replacement of:

BTW. You can look at diffs between JDKs here: https://krzyk.github.io/jdk-api-diff-set/ (I used https://github.com/AdoptOpenJDK/jdk-api-diff to generate it) - it is not the best format but usable.

@gaul
Copy link
Owner Author

gaul commented Mar 5, 2022

@krzyk @Stephan202 Could one of you look into this? I plan to run a new release soon.

@Stephan202
Copy link
Contributor

@gaul I can add this one on my TODO list, but my weekends are rather full currently. So it's hard to firmly commit at the moment. Let's see 🤞

NB: in addition to the resources mentioned above this website might also be helpful :)

@gaul
Copy link
Owner Author

gaul commented Dec 1, 2022

Any help on this? I want to run another release over the holidays.

@Stephan202
Copy link
Contributor

I see this one sunk down way too far on my TODO list, out of sight :(. The coming weeks are very busy, so I can't commit. (But I did just share this thread in the company Slack; maybe somebody bites 👀 .)

krzyk added a commit to krzyk/modernizer-maven-plugin that referenced this issue Dec 2, 2022
gaul pushed a commit that referenced this issue Dec 5, 2022
@gaul gaul closed this as completed Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants