You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Travis CI <bu...@travis-ci.org> on 2021/02/12 17:22:29 UTC

Failed: apache/tapestry-5#573 (master - d8c550f)

Build Update for apache/tapestry-5
-------------------------------------

Build: #573
Status: Failed

Duration: 47 mins and 56 secs
Commit: d8c550f (master)
Author: Benjamin Weidig
Message: TAP5-2661: GoogleClosureMinimizerOptionsProvider added

The Google Closure compiler was previously used with a fixed options. Due to JavaScript edge-cases this could lead to problems for some JS code.
    
So far the only solutions were to either disable compression completely, or set the Request parameter "tapestry.disable-javascript-minimization", for example with a RequestFilter.
    
To give the user more fine-grained control over the options, the "GoogleClosureMinimizerOptionsProvider" is added. In addition to provide custom compiler options, an empty Optional can be returned, and the StreamableResource will be transferred "as-is".

View the changeset: https://github.com/apache/tapestry-5/compare/b4e776a80c70...d8c550fa04c3

View the full build log and details: https://travis-ci.org/github/apache/tapestry-5/builds/758713185?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the apache/tapestry-5 repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=70039&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.