Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 22, 2025
1 parent dd0ae11 commit a19c3de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<body>
<release version="4.9.0" date="February xx, 2025" description="Chrome/Edge 132, Firefox 134, BigInt, Bugfixes">
<action type="fix" dev="rbri">
WebClientOptions.Geolocation is serializable now
</action>
<action type="fix" dev="rbri">
HtmlDomTreeWalker is serializable now
</action>
<action type="fix" dev="rbri">
core-js: junit-vintage-engine was NOT marked as 'test' dependency, therefore we had junit
as part of our depenencies/lib/diestribution (regression from 4.8.0)
Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/htmlunit/WebClientOptionsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import javax.net.ssl.SSLContext;

import org.apache.commons.lang3.SerializationUtils;
import org.htmlunit.WebClientOptions.Geolocation;
import org.htmlunit.junit.BrowserRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down

0 comments on commit a19c3de

Please sign in to comment.