Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #43548 All Revisions ] Back to Issue ]
Summary 0043548: Libraries Jetty and Jackson must be updated
Revision 2020-04-27 11:38 by adrianromero
Description These library versions must be updated:

* Jackson 2.3.0 -> 2.10.2
* Jetty 9.2.15 -> 9.4.26

Eclipse project file and Netbeans project file must be updated too:

    <classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.10.2.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jackson-core-2.10.2.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.10.2.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jackson-datatype-jsr310-2.10.2.jar"/>

    <classpathentry exported="true" kind="lib" path="lib/jetty-alpn-client-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-client-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-http-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-io-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-security-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-server-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-servlet-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-util-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/websocket-api-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/websocket-client-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/websocket-common-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/websocket-server-9.4.26.v20200117.jar"/>
    
    <classpathentry exported="true" kind="lib" path="lib/javax-websocket-client-impl-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/javax-websocket-server-impl-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/javax.websocket-api-1.0.jar"/>


This change is required by new payment method plugins (AXISC3) that requires the new interfaces and classes added in the new Jetty and Jackson versions.
Revision 2020-03-23 18:13 by adrianromero
Description These library versions must be updated:

* Jackson 2.3.0 -> 2.10.2
* Jetty 9.2.15 -> 9.4.26

Eclipse project file and Netbeans project file must be updated too:

    <classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.10.2.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jackson-core-2.10.2.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.10.2.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jackson-datatype-jsr310-2.10.2.jar"/>

    <classpathentry exported="true" kind="lib" path="lib/jetty-alpn-client-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-client-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-http-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-io-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-security-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-server-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-servlet-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/jetty-util-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/websocket-api-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/websocket-client-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/websocket-common-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/websocket-server-9.4.26.v20200117.jar"/>
    
    <classpathentry exported="true" kind="lib" path="lib/javax-websocket-client-impl-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/javax-websocket-server-impl-9.4.26.v20200117.jar"/>
    <classpathentry exported="true" kind="lib" path="lib/javax.websocket-api-1.0.jar"/>


Revision 2020-03-23 18:08 by adrianromero
Description These libraries must be updated:


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker