-
Notifications
You must be signed in to change notification settings - Fork 66
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
Comments
I agree that would be useful. If not easily automated, I could maintain it as part of https://javaalmanac.io/features/ |
I like the idea. I'll play with it how this can be rendered in a scalable way. |
Cool - in case it helps, here's the sheet, where I got a wee bit further than shown. |
@kevinb9n Do you have any idea how we can render the matrix for > 25 Java versions and hundreds of JEPs? |
I don't think that would be too hard. Keep the first column fixed, like in https://stackoverflow.com/questions/1312236/how-do-i-create-an-html-table-with-a-fixed-frozen-left-column-and-a-scrollable-b
…On 11/07/2024 16.29, Marc R. Hoffmann wrote:
@kevinb9n <https://github.com/kevinb9n> Do you have any idea how we can render the matrix for > 25 Java versions and hundreds of JEPs?
—
Reply to this email directly, view it on GitHub <#222 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AADJQO2TRU4ZR24SRFWHIBTZL2JDHAVCNFSM6AAAAABKVSKX42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRTGA4DSMJZGI>.
You are receiving this because you commented.Message ID: ***@***.***>
--
--
Cay S. Horstmann | https://horstmann.com
|
As a first step we need to prepare the data. Currently all JEPs live on their own. I propose a new optional value
having the same schema like https://github.com/marchof/java-almanac/blob/master/site/data/jdk/versions/21.json |
The data is on https://chriswhocodes.com/jepsearch.html, and I can scrape it. Or we can ask Chris for a JSON feed. |
@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/ |
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.
... the numbers being JEP links
The text was updated successfully, but these errors were encountered: