Update to Quarkus 2.5.1 and resteasy reactive

This commit is contained in:
2021-12-07 20:48:48 +01:00
parent a3f3108e87
commit cdd1f1b7dd
11 changed files with 28 additions and 30 deletions

View File

@@ -17,7 +17,7 @@
<hr />
<table style="table-layout: fixed; text-align: center">
{#each info.content}
{#if count.mod(3) == 1}
{#if it_count.mod(3) == 1}
<tr>
{/if}
<td>
@@ -38,7 +38,7 @@
<a href="{it.directUrl}">
{/if}{it.filename}</a>
</td>
{#if count.mod(3) == 0}
{#if it_count.mod(3) == 0}
</tr>
{/if}
{/each}