From issues-return-25648-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Sun May 24 16:40:18 2015 Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 07B8F179E5 for ; Sun, 24 May 2015 16:40:18 +0000 (UTC) Received: (qmail 18839 invoked by uid 500); 24 May 2015 16:40:17 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 18799 invoked by uid 500); 24 May 2015 16:40:17 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 18784 invoked by uid 99); 24 May 2015 16:40:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 May 2015 16:40:17 +0000 Date: Sun, 24 May 2015 16:40:17 +0000 (UTC) From: "Aaron Johnson (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (WW-4402) JDK 8: build fails due to missing apt tool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Johnson updated WW-4402: ------------------------------ Attachment: WW-4402-struts-core.diff Update Struts dependency to use 1.0.6-SNAPSHOT version of the annotation tool. > JDK 8: build fails due to missing apt tool > ------------------------------------------ > > Key: WW-4402 > URL: https://issues.apache.org/jira/browse/WW-4402 > Project: Struts 2 > Issue Type: Bug > Components: Build Management > Affects Versions: 2.3.16.3 > Environment: JDK 8 > Reporter: Rene Gielen > Labels: jdk8 > Fix For: 2.5 > > Attachments: WW-4402-struts-core.diff, WW-4402.diff > > > The generation of Struts Taglib TLD files relies on annotation processing with the apt tool, wrapped by maven-apt-plugin. > In JDK 7 apt has been [deprecated|http://docs.oracle.com/javase/7/docs/technotes/guides/apt/GettingStarted.html] in favor of [JSR 269|https://jcp.org/en/jsr/detail?id=269]. In JDK 8 apt tool has been [removed completely|http://openjdk.java.net/jeps/117]. > In effect, Struts core and all tag library projects relying on the struts-annotation helper library won't build any longer under JDK 8. A major effort is needed to introduce a compatible replacement. -- This message was sent by Atlassian JIRA (v6.3.4#6332)