Question: Where are JEPs discussed?

Florian Weimer fweimer at redhat.com
Tue May 14 08:15:34 UTC 2019


* jesper wilhelmsson:

> Just to answer your question "What's a good way to stay informed about
> new JEPs and changes to existing JEPs?"
>
> I have a JBS filter that finds all JEPs that has changed in the last
> week. https://bugs.openjdk.java.net/issues/?filter=35418
> <https://bugs.openjdk.java.net/issues/?filter=35418>

Interesting idea.  With a query like this one:

  issuetype = JEP AND watcher != currentUser()

on can see JEP issues one hasn't subscribed to yet.  I'll try to see if
it's possible to run this query as a daily subscription.

Thanks,
Florian


More information about the discuss mailing list