You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by "Stian Soiland-Reyes (JIRA)" <ji...@apache.org> on 2018/02/21 14:31:00 UTC

[jira] [Created] (TAVERNA-1038) Use webjars-locator, avoid hardcoding jquery version

Stian Soiland-Reyes created TAVERNA-1038:
--------------------------------------------

             Summary: Use webjars-locator, avoid hardcoding jquery version
                 Key: TAVERNA-1038
                 URL: https://issues.apache.org/jira/browse/TAVERNA-1038
             Project: Apache Taverna
          Issue Type: New Feature
          Components: Taverna Server
    Affects Versions: server 3.1.0
            Reporter: Stian Soiland-Reyes


taverna-server now [uses webjars|https://github.com/apache/incubator-taverna-server/blob/3.1.0-incubating/taverna-server-webapp/pom.xml#L57] for jquery-ui and jquery.

However this means their [version numbers are hardcoded|https://github.com/apache/incubator-taverna-server/blob/3.1.0-incubating/taverna-server-webapp/src/main/resources/admin.html#L23]  in the template, making it tricky or error-prone to update.

As discussed on [dev@taverna|https://lists.apache.org/thread.html/54e500c94b347a49d84ccfe9b221d6890c47032f318b92a58781beb9@%3Cdev.taverna.apache.org%3E] there is a [webjars-locator|https://www.webjars.org/documentation#springboot] that can be used to avoid hardcoding jquery version numbers.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)