Changeset 7631 for trunk/doc/src/docbook/appendix/update_warnings.xml
- Timestamp:
- Mar 11, 2019, 9:31:16 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/appendix/update_warnings.xml
r7614 r7631 39 39 <title>BASE 3.15</title> 40 40 41 <bridgehead>Consider upgrading to Java 11 (OpenJDK)</bridgehead> 42 <para> 43 The next BASE release, BASE 3.16, will only support Java 11 or later. BASE 3.15 is 44 the last BASE version that supports Java 8. Our recommendation is to upgrade to 45 Java 11 as soon as possible. Note that Oracle no longer provide a free JDK or JRE. 46 Instead, OpenJDK has to be used, which can be downloaded from 47 <ulink url="https://openjdk.java.net/" /> 48 </para> 49 50 <para> 51 If you experience any problems with BASE 3.15 and Java 8 52 you could try removing the listed files from the <filename>www/WEB-INF/lib</filename> 53 directory and then restart Tomcat. 54 </para> 55 56 <itemizedlist> 57 <listitem><filename>java.activation-api-1.2.0.jar</filename></listitem> 58 <listitem><filename>jaxb-api-2.3.1.jar</filename></listitem> 59 <listitem><filename>jaxb-core-2.3.0.1.jar</filename></listitem> 60 <listitem><filename>jaxb-impl-2.3.1.jar</filename></listitem> 61 </itemizedlist> 62 41 63 <bridgehead>Consider upgrading to Tomcat 9 and PostgreSQL 11</bridgehead> 42 64 <para> … … 56 78 </para> 57 79 58 <bridgehead>Customizations made in theglobal web.xml file</bridgehead>80 <bridgehead>Customizations made in Tomcat's global web.xml file</bridgehead> 59 81 <para> 60 82 In the configuration directory for Tomcat there is a <filename>web.xml</filename>
Note: See TracChangeset
for help on using the changeset viewer.