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
Make an rss feed of releases #33
Comments
|
github releases actually has a built in RSS feed. E.g https://github.com/AdoptOpenJDK/openjdk8-binaries/releases.atom |
|
Hi @gdams -- thanks for the response! That feed isn't all that useful, as it contains nightlies -- what would be really nice would be a feed for stable releases only |
|
is the api not suitable for this? https://api.adoptopenjdk.net/ |
|
@gdams it's ok, but not ideal. Our main need is "has a new major JDK version been released". I'll build an API client for this purpose (but a "stable releases" rss feed would be nicer!) |
|
@jamesbroadhead try https://api.adoptopenjdk.net/v2/info/releases/openjdk8 . That should return all the release versions. |
|
Also there is: https://api.adoptopenjdk.net/v2/latestAssets/releases/openjdk8 That gives the most recent asset for every platform we produce. If you want rss(ish) and if your rss client can do atom: |
|
I'm a package maintainer for MacPorts and and among the packages I maintain are the AdoptOpenJDK packages. I use RSS/Atom release feeds for all packages I maintain so I know when to update packages, but https://github.com/AdoptOpenJDK/openjdk8-binaries/releases also contains all nightly builds, which makes it kind of unusable for my use case. An RSS/Atom version of https://api.adoptopenjdk.net/v2/latestAssets/releases/openjdk8 would be great. |
|
I think this issue is a duplicate of AdoptOpenJDK/openjdk-website#350 |
|
You can use service like https://siftrss.com/ to proxy filter any feed. For example to not include content that includes "Nightly". |
|
@hekeli thanks for the hint :-) Here's a feed with "Nightly" excluded: I'd still prefer an official release feed. In my experience, these feed filtering services come and go over the years. |
|
Closing this as a duplicate - the TSC certainly won't stop anyone from building this :-) |
Ideally, one for each major JDK version (but a single feed would work too)
The text was updated successfully, but these errors were encountered: