Changeset 7712


Ignore:
Timestamp:
May 21, 2019, 8:53:43 AM (4 years ago)
Author:
Nicklas Nordborg
Message:

References #2139: Switch to Java 11 (or later)

Removed JAI. Also fixed incorrect information about which servlet API version we use.

Location:
trunk
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/3rd-party-components.txt

    r7703 r7712  
    8686
    8787
    88 Java Advanced Imaging (JAI)
    89 ---------------------------
    90 An image toolkit from SUN. The package consists of a few jar files and
    91 libraries for native code for different operating systems. At the moment
    92 we are only using the jar files but we must also distribute the native
    93 code libraries in order to follow the license.
    94 
    95 More info : http://www.oracle.com/technetwork/java/current-142188.html
    96 Version   : 1.1.3
    97 License   : Sun Microsystems Binary Code License (jai.license.txt)
    98 Jar files : jai_core.jar, jai_codec.jar
    99 
    100 
    10188Java Servlet API
    10289----------------
     
    10491library is only required for compiling and are not included in the
    10592distribution. The web server/servlet container should already have
    106 these API installed. We use files from the Tomcat 8 distribution.
     93these API installed. We use files from the Tomcat 9 distribution.
    10794
    10895More info : http://tomcat.apache.org/whichversion.html
    109 Version   : 3.1
     96Version   : 4.0
    11097License   : N/A
    11198Jar files : jsp-api.jar, servlet-api.jar
Note: See TracChangeset for help on using the changeset viewer.