Changeset 6807 for trunk/doc/src/docbook
- Timestamp:
- Mar 26, 2015, 1:10:52 PM (8 years ago)
- Location:
- trunk/doc/src/docbook
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admin/installation.xml
r6763 r6807 47 47 48 48 <important id="installation.upgrade.important"> 49 <title>Important information for upgrading to the current release</title>49 <title>Important information for upgrading to BASE 3.5</title> 50 50 <para> 51 51 This section list some important information that may or may not … … 56 56 </para> 57 57 58 <bridgehead>Biomaterial lists have been replaced with item lists</bridgehead> 59 <para> 60 This is a major change that has caused a binary compatibility in the BASE core 61 API. If you depend on custom extensions or plug-ins that use the biomaterial list 62 API this code must be updated before updating to BASE 3.5. Read more 63 about the incompatibilities in <xref linkend="appendix.incompatible.itemlists" />. 64 </para> 65 58 66 <bridgehead>Consider updating to Java 8</bridgehead> 59 67 <para> … … 62 70 in the next version (BASE 3.6). 63 71 </para> 72 73 <bridgehead>Consider updating to Tomcat 8</bridgehead> 74 <para> 75 We have now tested BASE with Tomcat 8 and it seems to work without 76 any problems. Support for Tomcat 7 will be removed in the next 77 version (BASE 3.6). 78 </para> 79 64 80 65 81 </important> … … 597 613 <listitem> 598 614 <para> 599 Download and install Apache Tomcat 7.0.30 or any later 7.x600 release,available from <ulink url="http://tomcat.apache.org" />.615 Download and install Apache Tomcat 8 (recommended) or 616 Apache Tomcat 7 available from <ulink url="http://tomcat.apache.org" />. 601 617 </para> 602 618 603 619 <important> 604 620 <para> 605 As of BASE 3. 3 Tomcat 7 is required. BASE will no longer606 run on Tomcat 6 or lower.621 As of BASE 3.5, we are recommending Tomcat 8. Support for Tomcat 622 7 will be removed in BASE 3.6. 607 623 </para> 608 624 </important> -
trunk/doc/src/docbook/appendix/incompatible.xml
r6480 r6807 35 35 and backwards compatible. 36 36 </para> 37 38 <sect1 id="appendix.incompatible.3.5"> 39 <title>BASE 3.5 release</title> 40 41 <bridgehead id="appendix.incompatible.itemlists">Biomaterial lists has been replaced with item lists</bridgehead> 42 <para> 43 The <classname docapi="net.sf.basedb.core">BioMaterialList</classname> 44 class has been removed and replaced with <classname 45 docapi="net.sf.basedb.core">ItemList</classname>. The API is similar 46 but not exactly the same. In most cases only minor changes are required 47 to make existing code work with the new API. 48 </para> 49 50 <para> 51 Queries that use the <code>BioMaterial.bioMaterialLists</code> association 52 for joining will no longer work. There is no replacement functionality for 53 joining item lists. 54 </para> 55 56 <para> 57 All classes in the <code>net.sf.basedb.util.biomaterial</code> package has 58 been deprecated. It is recommended that code that uses any of these classes 59 are updated to use classes in <code>net.sf.basedb.util.listable</code> instead. 60 The API is a bit different, but the new implementations typically performs a 61 lot better so it is worth the work. 62 </para> 63 64 <para> 65 There are several other minor changes in the API that previously worked with 66 the <code>BioMaterialList</code> class that has been removed and replaced 67 with something else. 68 </para> 69 70 </sect1> 37 71 38 72 <sect1 id="appendix.incompatible.3.4"> -
trunk/doc/src/docbook/appendix/update_warnings.xml
r6600 r6807 35 35 to the current version. 36 36 </para> 37 38 <sect1 id="appendix.update_warnings.3.5"> 39 <title>BASE 3.5</title> 40 41 <bridgehead>Biomaterial lists have been replaced with item lists</bridgehead> 42 <para> 43 This is a major change that has caused a binary compatibility in the BASE core 44 API. If you depend on custom extensions or plug-ins that use the biomaterial list 45 API this code must be updated before updating to BASE 3.5. Read more 46 about the incompatibilities in <xref linkend="appendix.incompatible.itemlists" />. 47 </para> 48 49 <bridgehead>Consider updating to Java 8</bridgehead> 50 <para> 51 Oracle is no longer supporting Java 1.7. We are recommending Java 8 52 for running BASE. Java 7 is still supported, but will be removed 53 in the next version (BASE 3.6). 54 </para> 55 56 <bridgehead>Consider updating to Tomcat 8</bridgehead> 57 <para> 58 We have now tested BASE with Tomcat 8 and it seems to work without 59 any problems. Support for Tomcat 7 will be removed in the next 60 version (BASE 3.6). 61 </para> 62 63 </sect1> 37 64 38 65 <sect1 id="appendix.update_warnings.3.4">
Note: See TracChangeset
for help on using the changeset viewer.