You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Thiago Henrique De Paula Figueiredo (Jira)" <ji...@apache.org> on 2020/09/09 23:19:00 UTC

[jira] [Resolved] (TAP5-2642) Tapestry 5.6.1 asset request fails due to missing dependency

     [ https://issues.apache.org/jira/browse/TAP5-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiago Henrique De Paula Figueiredo resolved TAP5-2642.
-------------------------------------------------------
      Assignee: Thiago Henrique De Paula Figueiredo
    Resolution: Fixed

This was caused by the original fix of TAP5-2632, which used StringUtils from commons-lang, which is a test-only dependency, so it's not present in the webapp unless it was added by something else.

Fixed by replacing the code with other with the same logic but no usages of StringUtils.

> Tapestry 5.6.1 asset request fails due to missing dependency
> ------------------------------------------------------------
>
>                 Key: TAP5-2642
>                 URL: https://issues.apache.org/jira/browse/TAP5-2642
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.6.0
>            Reporter: Thiago Henrique De Paula Figueiredo
>            Assignee: Thiago Henrique De Paula Figueiredo
>            Priority: Major
>             Fix For: 5.6.1
>
>
> A java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils
> java.lang.ClassNotFoundException at org.apache.tapestry5.internal.services.assets.ChecksumPath <init>()  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)