Skip to content

Commit 21c9cf2

Browse files
committed
roq
1 parent 49d61f7 commit 21c9cf2

64 files changed

Lines changed: 280 additions & 232 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/docs.html

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,62 +2,63 @@
22
layout: default
33
title: Documentation
44
selflink: docs
5-
permalink: /docs/
5+
link: /docs/
66
---
77
<h3>RESTEasy Documentation (Latest)</h3>
88

99

1010
<div class="release-container" id="documentation">
11-
{% for release in site.data.releases %}
12-
{% if release.supported %}
13-
{% assign detail = release.detail[0] %}
11+
{#for release in cdi:releases.list}
12+
{#if release.supported}
13+
{#let detail = release.detail[0]}
1414
<div class="release">
1515
<div class="release-body">
16-
<h4 class="release-title">RESTEasy {{ detail.version }} <small>({{ detail.date }})</small></h4>
17-
{% if detail.jakarta_rest_spec %}
16+
<h4 class="release-title">RESTEasy {detail.version} <small>({detail.date})</small></h4>
17+
{#if detail.spec}
1818
<div class="spec">
19-
<strong>Implements</strong> <a href="{{ detail.jakarta_rest_spec.link }}" target="_blank">Jakarta REST {{ detail.jakarta_rest_spec.version }}</a>
20-
<span><a href="{{ detail.jakarta_rest_spec.java_doc }}" target="_blank">(JavaDoc)</a> </span>
19+
<strong>Implements</strong> <a href="{detail.spec.link}" target="_blank">Jakarta REST {detail.spec.version}</a>
20+
<span><a href="{detail.spec.javadoc}" target="_blank">(JavaDoc)</a> </span>
2121
</div>
22-
{% endif %}
22+
{/if}
2323
<ul>
24-
{% if detail.documentation.link %}
25-
<li><a href="{{ detail.documentation.link }}" target="_blank">Documentation</a></li>
26-
{% endif %}
27-
{% if detail.documentation.java_doc %}
28-
<li><a href="{{ detail.documentation.java_doc }}" target="_blank">JavaDoc</a></li>
29-
{% endif %}
30-
{% if detail.download_link %}
31-
<li><a href="{{ detail.download_link }}" target="_blank">Download</a></li>
32-
{% endif %}
33-
{% if detail.release_notes %}
34-
<li><a href="{{ detail.release_notes }}" target="_blank">Release Notes</a></li>
35-
{% endif %}
24+
{#if detail.documentation.link}
25+
<li><a href="{detail.documentation.link}" target="_blank">Documentation</a></li>
26+
{/if}
27+
{#if detail.documentation.javadoc}
28+
<li><a href="{detail.documentation.javadoc}" target="_blank">JavaDoc</a></li>
29+
{/if}
30+
{#if detail.downloadLink}
31+
<li><a href="{detail.downloadLink}" target="_blank">Download</a></li>
32+
{/if}
33+
{#if detail.releaseNotes}
34+
<li><a href="{detail.releaseNotes}" target="_blank">Release Notes</a></li>
35+
{/if}
3636
</ul>
3737
</div>
3838
<div>
39-
<a href="{{ site.baseurl }}{% link docs/all-docs.md %}#{{ detail.version | replace:'.','' }}">Older Releases</a>
39+
<a href="{site.url('docs/all')}#{detail.version.replace('.','')}">Older Releases</a>
4040
</div>
4141
</div>
42-
{% endif %}
43-
{% endfor %}
44-
{% for release in site.data.grpc.releases %}
45-
{% if release.supported %}
46-
{% assign detail = release.detail[0] %}
42+
{/if}
43+
{/for}
44+
45+
{#for release in cdi:grpcreleases.list}
46+
{#if release.supported}
47+
{#let detail = release.detail[0]}
4748
<div class="release">
4849
<div class="release-body">
49-
<h4 class="release-title">RESTEasy gRPC {{ detail.version }} <small>({{ detail.date }})</small></h4>
50+
<h4 class="release-title">RESTEasy gRPC {detail.version} <small>({detail.date})</small></h4>
5051
<ul>
51-
<li><a href="{{ site.baseurl }}{{ detail.documentation.link }}">Documentation</a></li>
52-
{% if detail.download_link %}
53-
<li><a href="{{ detail.download_link }}">Download</a></li>
54-
{% endif %}
55-
{% if detail.release_notes %}
56-
<li><a href="{{ detail.release_notes }}">Release Notes</a></li>
57-
{% endif %}
52+
<li><a href="{site.url(detail.documentation.link)}">Documentation</a></li>
53+
{#if detail.downloadLink}
54+
<li><a href="{detail.downloadLink}">Download</a></li>
55+
{/if}
56+
{#if detail.releaseNotes}
57+
<li><a href="{detail.releaseNotes}">Release Notes</a></li>
58+
{/if}
5859
</ul>
5960
</div>
6061
</div>
61-
{% endif %}
62-
{% endfor %}
62+
{/if}
63+
{/for}
6364
</div>

content/docs/all-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
layout: doc-listing
33
title: Documentation
4-
permalink: /docs/all/
4+
link: /docs/all/
55
---

content/feed.xml

Lines changed: 0 additions & 30 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
@@ -2,7 +2,7 @@
22
layout: post
33
title: "On the road to RESTEasy 3.1.0 release..."
44
subtitle: ""
5-
date: 2019-09-13 12:06:00
5+
date: 2016-09-13 12:06:00
66
author: Alessio Soldano
77
---
88

content/posts/2016-12-14-resteasy-310final-is-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "RESTEasy 3.1.0.Final is out"
44
subtitle: ""
5-
date: 2016-12-14 10:17:00
5+
date: 2016-12-14 10:17:00
66
author: Alessio Soldano
77
---
88

content/posts/2018-06-11-a-brief-introduction-to-the-resteasy-tracing-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "A brief introduction to the RESTEasy Tracing Feature"
44
subtitle: ""
5-
date: 2018-06-11 23:53:00
5+
date: 2018-06-11 23:53:00
66
author: Weinan Li
77
---
88
Tracing feature is a way for the users of the RESTEasy to understand what&#39;s going on internally in the container when a request is processed. It&#39;s different from the pure logging system or profiling feature, which provide more general information about the request/response info, etc.

content/posts/2018-06-18-new-asynchronous-container-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "New: Asynchronous container filters"
44
subtitle: ""
5-
date: 2018-06-18 00:03:55
5+
date: 2018-06-18 00:03:55
66
author: Stephane Epardaud
77
---
88

content/posts/2018-07-31-resteasy-spring-boot-starter-200final.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "RESTEasy Spring Boot starter 2.0.0.Final"
44
subtitle: ""
5-
date: 2018-07-31 10:18:00
5+
date: 2018-07-31 10:18:00
66
author: Alessio Soldano
77
---
88
A couple of months ago, we [announced](https://developer.jboss.org/community/resteasy/blog/2018/05/23/resteasy-spring-boot-starter-has-moved) the move of the **RESTEasy Spring Boot starter** to [RESTEasy organization on GitHub](https://github.com/resteasy/resteasy-spring-boot). We also mentioned that soon a new version of the starter would have been available... and here we are today, presenting [release 2.0.0.Final](https://github.com/resteasy/resteasy-spring-boot/tree/2.0.0.Final), which

content/posts/2018-10-31-resteasy-wadl-grammar-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RESTEasy has added WADL grammar support by this PR:
1212

1313
The major change is that `ResteasyWadlGrammar` is added into `ResteasyWadlWriter`
1414

15-
![Class+Diagram22](/img/blog/Class+Diagram22.png)
15+
![Class+Diagram22](/img/blog/Class-Diagram22.png)
1616

1717
In addition, the `ResteasyWadlWriter` is rewritten now, and all the static methods are now instance methods. It means users need to create an instance of `ResteasyWadlWriter` and put it into per-deployment scope.
1818

content/posts/2019-03-13-the-undertowjaxrsspringserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "The UndertowJaxrsSpringServer"
44
subtitle: ""
5-
date: 2019-03-13 12:48:00
5+
date: 2019-03-13 12:48:00
66
author: Weinan Li
77
---
88

0 commit comments

Comments
 (0)