You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ji...@apache.org> on 2013/12/14 00:19:07 UTC

[jira] [Commented] (TAP5-2214) Make tapestry5 java8 compatible

    [ https://issues.apache.org/jira/browse/TAP5-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848047#comment-13848047 ] 

Jesse Kuhnert commented on TAP5-2214:
-------------------------------------

Seems to me all of these issues might be more easily resolved in future by using gradle equivalent of:

https://code.google.com/p/google-guice/source/browse/pom.xml#207
OR
https://github.com/mybatis/mybatis-3/blob/master/pom.xml#L270

OR start the crazy train of I'm not sure what: 

(maybe it's cglib or asm or something, whatever..)
https://code.google.com/p/google-guice/issues/detail?id=759

which leads to yet more things played with here:
https://github.com/sonatype/sisu-guice/blob/master/core/pom.xml

Either way, seems like Tapestry might be easier to tinker with in this regard with some jarjar style logic. Only ~seems~ though, since I don't want to do the hard work myself. =p

> Make tapestry5 java8 compatible
> -------------------------------
>
>                 Key: TAP5-2214
>                 URL: https://issues.apache.org/jira/browse/TAP5-2214
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: plastic
>    Affects Versions: 5.4
>            Reporter: Joachim Van der Auwera
>            Assignee: Howard M. Lewis Ship
>         Attachments: 0001-use-asm-5.0_BETA-for-java8.patch, 0002-TAP5-2214-use-ASM-5.0_BETA-for-java8-compatibility.patch
>
>
> As it stands Tapestry does not work on java8. This seems to be caused by ASM. Updating the enclosed asm to 5.0_Bet seems to do the trick.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)