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

due to preview features, a 2D release-vs-features grid might be helpful #222

Open
kevinb9n opened this issue Jul 10, 2024 · 8 comments
Open

Comments

@kevinb9n
Copy link

This is just an idea, please feel free to discard it

I jotted this table and have needed to refer to it a couple times... you might find this kind of format useful here too, I dunno.

image

... the numbers being JEP links

@cayhorstmann
Copy link
Collaborator

I agree that would be useful. If not easily automated, I could maintain it as part of https://javaalmanac.io/features/

@marchof
Copy link
Owner

marchof commented Jul 11, 2024

I like the idea. I'll play with it how this can be rendered in a scalable way.

@kevinb9n
Copy link
Author

Cool - in case it helps, here's the sheet, where I got a wee bit further than shown.
https://docs.google.com/spreadsheets/d/1SstmIvSB4KzJdkBgqUgucH65JlQj3tqsSCfYT4OJumo/edit?usp=sharing

@marchof
Copy link
Owner

marchof commented Jul 11, 2024

@kevinb9n Do you have any idea how we can render the matrix for > 25 Java versions and hundreds of JEPs?

@cayhorstmann
Copy link
Collaborator

cayhorstmann commented Jul 11, 2024 via email

@marchof
Copy link
Owner

marchof commented Jul 11, 2024

As a first step we need to prepare the data. Currently all JEPs live on their own. I propose a new optional value

features[].predecessors[]

having the same schema like refs (type and ref). Currently the data for Java 21 looks like this:

https://github.com/marchof/java-almanac/blob/master/site/data/jdk/versions/21.json

@cayhorstmann
Copy link
Collaborator

The data is on https://chriswhocodes.com/jepsearch.html, and I can scrape it. Or we can ask Chris for a JSON feed.

@marchof
Copy link
Owner

marchof commented Jul 12, 2024

@cayhorstmann We already maintain all the JEP info in our repository with some manual additions (like whether a JEP is a preview). For consistency I would prefer to keep using the Java almanac data: https://github.com/marchof/java-almanac/blob/master/site/data/jdk/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants