rzo1 commented on a change in pull request #21:
URL:
https://github.com/apache/tomee-site-generator/pull/21#discussion_r589480093
##########
File path: src/main/java/org/apache/tomee/website/Downloads.java
##########
@@ -149,7 +149,7 @@ private static void printRow(Download d) {
"|" + new SimpleDateFormat("d MMM
yyyy").format(Date.from(LocalDateTime.parse(d.date,
RFC_1123_DATE_TIME).toInstant(ZoneOffset.UTC))) +
"|" + d.size + " MB " +
"|" + d.format.toUpperCase() +
- "| " + d.url + "[icon:download[] " + d.format.toUpperCase() +
"] " + d.sha1 + "[icon:download[] SHA1] " + d.md5 + "[icon:download[] MD5]");
+ "| " + d.url + "[icon:download[] " + d.format.toUpperCase() +
"] " + d.sha1 + "[icon:download[] SHA1] " + d.md5 + "[icon:download[] MD5] " +
d.asc + "[icon:download[] PGP]");
Review comment:
This is true (also for SHA256). Seems the page wasn't generated via
`Downloads.java` for a long time.
The output between `Downloads` and the currenct `download-ng.adoc` also
differs:
- `https://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/...`
versus `https://www.apache.org/dyn/closer.cgi/...` on the downloads-ng web
page.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]