blob: bfa295cc3e176bf32ff7da44493bc20d68392eff [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>Adopting 4.9 mechanisms and APIs</title>
</head>
<body>
<h1>Adopting 4.9 mechanisms and APIs</h1>
<p>
This section describes changes that are required if you are trying to change
your 4.8 plug-in to adopt the 4.9 mechanisms and APIs.
</p>
<ol>
<li><a href="#Batik_Upgrade">Direct usages of Apache Batik CSS should be upgraded</a></li>
</ol>
<hr>
<!-- ############################################## -->
<h2>1. <a name="Batik_Upgrade">Direct usages of Apache Batik CSS should be upgraded</a></h2>
<p><strong>What is affected:</strong> Clients directly using Apache Batik CSS bundles version <code>1.9.1</code>.
</p>
<p><strong>Description:</strong>
Due to security vulnerabilities, we have updated the Apache Batik bundles used by Eclipse Platform to version <code>1.10.0</code>. Previously it was
using version <code>1.9.1</code>. Clients that were making direct use of the Apache Batik CSS APIs version <code>1.9.1</code> should
upgrade their code to work with version <code>1.10.0</code>. Other clients should not be affected. See <a href="https://xmlgraphics.apache.org/batik/">
Apache Batik website</a> for details.
</p>
<p><strong>Action required:</strong>
Clients should:
</p>
<ul>
<li>Upgrade their code to work with Apache Batik CSS version <code>1.10.0</code></li>
</ul>
</body>
</html>