From mime4j-dev-return-2409-archive-asf-public=cust-asf.ponee.io@james.apache.org Tue May 22 12:07:09 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 15628180638 for ; Tue, 22 May 2018 12:07:08 +0200 (CEST) Received: (qmail 10033 invoked by uid 500); 22 May 2018 10:07:03 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 9855 invoked by uid 99); 22 May 2018 10:07:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2018 10:07:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 346A6CD8D8 for ; Tue, 22 May 2018 10:07:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.881 X-Spam-Level: X-Spam-Status: No, score=-0.881 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id o4cIbL0cpioC for ; Tue, 22 May 2018 10:07:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 77A065F5F7 for ; Tue, 22 May 2018 10:07:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CB98AE0239 for ; Tue, 22 May 2018 10:07:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4C562217B2 for ; Tue, 22 May 2018 10:07:00 +0000 (UTC) Date: Tue, 22 May 2018 10:07:00 +0000 (UTC) From: "Dmitry Katsubo (JIRA)" To: mime4j-dev@james.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MIME4J-279) The project does not pass JavaDoc validation introduced in Java8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Dmitry Katsubo created MIME4J-279: ------------------------------------- Summary: The project does not pass JavaDoc validation introduced in Java8 Key: MIME4J-279 URL: https://issues.apache.org/jira/browse/MIME4J-279 Project: James Mime4j Issue Type: Improvement Components: dom, parser (core) Affects Versions: 0.7.2 Reporter: Dmitry Katsubo Attachments: javadoc_error_log.txt When using Java8 for compilation, the following Maven target: {{mvn javadoc:javadoc}} fails with the error messages as to attached [^javadoc_error_log.txt]. [One solution|https://stackoverflow.com/questions/541920/multiple-line-code-example-in-javadoc-comment] would be to make this check more relaxed, but better would be to fix them. -- This message was sent by Atlassian JIRA (v7.6.3#76005)