blob: 68d51d9aafb61419a210774ece219597279f452e [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) 2017 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
<title>Eclipse Photon (4.8) Plug-in Migration FAQ</title>
</head>
<body>
<h1>Eclipse Photon (4.8) Plug-in Migration FAQ</h1>
<ol>
<li><a href="#batik">Apache Batik bundle changes</a></li>
<li><a href="#lucene">Apache Lucene bundle changes</a></li>
</ol>
<hr>
<!-- ############################################## -->
<h2><a name="batik">1. Apache Batik bundle changes</a></h2>
<p> As part of the migration of Eclipse Platform to Batik <code>1.9.0</code>, the third-party Apache Batik bundles changed in the following way:
<ol>
<li>Bundle <code>org.apache.batik.css</code> was bumped to version <code>1.9.0</code>. </li>
<li>Bundle <code>org.apache.batik.util</code> was bumped to version <code>1.9.0</code>. </li>
<li>Bundle <code>org.apache.batik.util.gui</code> version <code>1.8.0</code> was removed. It was a dependency of version 1.8.0 of <code>org.apache.batik.util.gui</code> bundle but it is no longer a dependency of version 1.9.0. </li>
<li>Bundle <code>org.apache.batik.i18n</code> version <code>1.9.0</code> was added as it was needed by bundle <code>org.apache.batik.css</code>. </li>
</ol>
</p>
<h2><a name="lucene">2. Apache Lucene bundle changes</a></h2>
<p> As part of the migration to Lucene 7.0, the third-party Lucene bundles were updated from version 6.1 to 7.0.
<ol>
<li>Bundle <code>org.apache.lucene.core</code> was bumped in version so consumers should not see any difference except the changes of Lucene itself (see link below).
</li>
<li>Bundle <code>org.apache.lucene.misc</code> was removed as it is no longer used by Eclipse Help system.
</li>
</ol>
See <a href="https://lucene.apache.org/core/7_0_0/changes/Changes.html">
Lucene Change Log</a> for details on how the Apache Lucene changed between these versions.
</p>
<!-- ############################################## -->
</body>
</html>