Skip to content

Commit e3f42d9

Browse files
authored
Merge pull request #244 from thc202/updated-libs
Update release notes with latest lib changes
2 parents effadae + d54aa53 commit e3f42d9

File tree

1 file changed

+25
-0
lines changed
  • addOns/help/src/main/javahelp/contents/releases

1 file changed

+25
-0
lines changed

addOns/help/src/main/javahelp/contents/releases/2_8_0.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,31 @@ <H2>Changes in Bundled Libraries</H2>
9797
<li>JavaFX runtime, now relying on JRE (for example, OracleJDK, OpenJDK+OpenJFX).</li>
9898
</ul>
9999

100+
The following libraries will be removed in a future release:
101+
<ul>
102+
<li>JDOM</li>
103+
<li>Diff Utils</li>
104+
</ul>
105+
no longer in use by core, add-ons should bundle the library, if needed.
106+
107+
The following libraries were updated:
108+
<ul>
109+
<li>Bouncy Castle, 1.52 → 1.61</li>
110+
<li>Commons BeanUtils, 1.8.3 → 1.9.3</li>
111+
<li>Commons Codec, 1.9 → 1.12</li>
112+
<li>Commons Configuration, 1.9 → 1.10</li>
113+
<li>Commons CSV, 1.1 → 1.6</li>
114+
<li>Commons IO, 2.4 → 2.6</li>
115+
<li>Commons Lang, 3.7 → 3.9</li>
116+
<li>Commons Text, 1.3 → 1.6</li>
117+
<li>HSQLDB, 2.3.4 → 2.4.1</li>
118+
<li>Java SemVer, 0.8.0 → 0.9.0</li>
119+
<li>Jericho HTML Parser, 3.1 → 3.4</li>
120+
<li>RSyntaxTextArea, 2.5.8 → 3.0.3</li>
121+
<li>SQLite JDBC, 3.8.11.1 → 3.27.2.1</li>
122+
<li>SwingX, 1.6.4 → 1.6.5-1</li>
123+
</ul>
124+
100125
<H2>Active Scan Input Vectors Change</H2>
101126
Users now have the option of whether or not to add a query parameter to GET requests that did not have them to start with.
102127
In previous versions this behavior was not user controllable and was on by default. With the new user option the default has

0 commit comments

Comments
 (0)