Skip to content

Commit 552a6cf

Browse files
authored
Merge pull request #28 from jamezp/remove-mailing-lsts
Removing mailing lists in favor of GitHub discussions.
2 parents 2bbb841 + c9f3d0f commit 552a6cf

File tree

6 files changed

+2
-33
lines changed

6 files changed

+2
-33
lines changed

content/mailinglists.html

Lines changed: 0 additions & 28 deletions
This file was deleted.

content/posts/2016-09-13-on-the-road-to-resteasy-310-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Clearly, bug fixes and new features are coming too in 3.1.0! We're trying to
1414

1515
We've tagged two 3.1.0 Beta releases so far, both available as artifacts on Maven repository. I'm currently waiting for the last one to be merged into WildFly master (PR [here](https://github.com/wildfly/wildfly/pull/9181)).
1616

17-
If you have some time, consider early checking your projects with the new 3.1.0 and feel free to report back any issue (btw, as a reminder, note we have [new mailing lists](https://resteasy.jboss.org/mailinglists) since some months!). We plan to go CR soon and hopefully release at before the end of October.
17+
If you have some time, consider early checking your projects with the new 3.1.0 and feel free to report back any issue (btw, as a reminder, note we have ~~[new mailing lists](https://resteasy.jboss.org/mailinglists) since some months~~[GitHub discussions](https://github.com/orgs/resteasy/discussions/!). We plan to go CR soon and hopefully release at before the end of October.
1818

1919
Stay tuned :-)

content/posts/2025-02-19-resteasy-to-foundation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Kubernetes, and OpenJDK; doing so is part of the company's DNA. Red Hat business
3131

3232
## Community Feedback
3333

34-
We'd love to hear your thoughts on this. Let us know what you're thinking on the [mailing list](https://lists.jboss.org/archives/list/resteasy-dev@lists.jboss.org/) or the [discussion topic](https://github.com/orgs/resteasy/discussions/4513).
34+
We'd love to hear your thoughts on this. Let us know what you're thinking on ~~the [mailing list](https://lists.jboss.org/archives/list/resteasy-dev@lists.jboss.org/) or~~ the [discussion topic](https://github.com/orgs/resteasy/discussions/4513).
3535

3636
Best regards,
3737

templates/partials/footer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
<a class="unlinked">Community</a>
2020
<ul class="level1">
21-
<li class="leaf"><a href="{site.url('/mailinglists').absolute}">Mailing Lists</a></li>
2221
<li class="leaf"><a href="https://github.com/resteasy/resteasy/discussions">Discussions</a></li>
2322
<li class="leaf"><a href="https://issues.redhat.com/projects/RESTEASY">Issue Tracker</a></li>
2423
<!-- <li class="leaf"><a href="https://twitter.com/resteasy">Twitter</a></li> -->

templates/partials/nav.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<span class="notch">&nbsp;</span>
3434
<a class="unlinked">Community</a>
3535
<ul class="level1">
36-
<li class="leaf"><a href="{site.url('/mailinglists').absolute}">Mailing Lists</a></li>
3736
<li class="leaf"><a href="https://github.com/resteasy/resteasy/discussions">Discussions</a></li>
3837
<li class="leaf"><a href="https://issues.redhat.com/projects/RESTEASY">Issue Tracker</a></li>
3938

templates/partials/right.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ <h3>Useful Links</h3>
1212
<li><a href="{site.url('/downloads').absolute}">Download</a></li>
1313
<li><a href="{site.url('/docs').absolute}">Documentation</a></li>
1414
<li><a href="{site.url('/books').absolute}">Books</a></li>
15-
<li><a href="{site.url('/mailinglists').absolute}">Mailing Lists</a></li>
1615
<li><a href="https://github.com/resteasy/resteasy/discussions">Discussions</a></li>
1716
<li><a href="{site.url('/blogs').absolute}">Blogs</a></li>
1817
<li><a href="https://github.com/resteasy/resteasy">Git Repository</a></li>

0 commit comments

Comments
 (0)