File tree Expand file tree Collapse file tree 5 files changed +22
-15
lines changed
Expand file tree Collapse file tree 5 files changed +22
-15
lines changed Original file line number Diff line number Diff line change 11# ![ HtmlUnit Logo] ( https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png )
22
3- Version 4.14 .0 / July 30 , 2025
3+ Version 4.15 .0 / August 17 , 2025
44
55:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
66
@@ -61,7 +61,7 @@ Add to your `pom.xml`:
6161<dependency >
6262 <groupId >org.htmlunit</groupId >
6363 <artifactId >htmlunit</artifactId >
64- <version >4.14 .0</version >
64+ <version >4.15 .0</version >
6565</dependency >
6666```
6767
@@ -70,7 +70,7 @@ Add to your `pom.xml`:
7070Add to your ` build.gradle ` :
7171
7272``` groovy
73- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.14 .0'
73+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.15 .0'
7474```
7575
7676## Getting Started
Original file line number Diff line number Diff line change 66
77 <groupId >org.htmlunit</groupId >
88 <artifactId >htmlunit</artifactId >
9- <version >4.15.0-SNAPSHOT </version >
9+ <version >4.15.0</version >
1010 <packaging >jar</packaging >
1111
1212 <name >HtmlUnit</name >
3030 <htmlunitcsp .version>4.15.0</htmlunitcsp .version>
3131 <htmlunitcssparser .version>4.15.0</htmlunitcssparser .version>
3232 <htmlunitcorejs .version>4.15.0</htmlunitcorejs .version>
33- <htmlunitneko .version>4.15.0-SNAPSHOT </htmlunitneko .version>
33+ <htmlunitneko .version>4.15.0</htmlunitneko .version>
3434 <htmlunitwebsocketclient .version>4.15.0</htmlunitwebsocketclient .version>
3535 <htmlunitxpath .version>4.15.0</htmlunitxpath .version>
3636
7474 <enforcer-plugin .version>3.6.1</enforcer-plugin .version>
7575 <changes-plugin .version>2.12.1</changes-plugin .version>
7676 <jar-plugin .version>3.4.2</jar-plugin .version>
77+ <javadoc-plugin .version>3.11.3</javadoc-plugin .version>
7778 <cyclonedx-plugin .version>2.9.1</cyclonedx-plugin .version>
7879 </properties >
7980
221222 <plugin >
222223 <groupId >org.apache.maven.plugins</groupId >
223224 <artifactId >maven-javadoc-plugin</artifactId >
224- <version >3.11.2 </version >
225+ <version >${javadoc-plugin.version} </version >
225226 <configuration >
226227 <quiet >true</quiet >
227228 <show >protected</show >
757758 <plugin >
758759 <groupId >org.apache.maven.plugins</groupId >
759760 <artifactId >maven-javadoc-plugin</artifactId >
760- <version >3.11.2 </version >
761+ <version >${javadoc-plugin.version} </version >
761762 <configuration >
762763 <quiet >true</quiet >
763764 <show >protected</show >
Original file line number Diff line number Diff line change 2020 <action type="update" dev="rbri">
2121 Improve WebClientOptions javadoc.
2222 </action>
23+ <action type="update" dev="rbri">
24+ neko: improved features/properties documentation
25+ </action>
26+ <action type="fix" dev="rbri">
27+ neko: fix missing property/feature handling for HTMLScanner.setFeature() and HTMLScanner.setProperty().
28+ </action>
2329 <action type="fix" dev="RhinoTeam" issue="#1001">
24- core-js: Fix two more regession from the Interpreter refactoring. Various combinations
30+ core-js: Fix two more regressions from the Interpreter refactoring. Various combinations
2531 of apply/bind/call now working again.
2632 </action>
2733 <action type="update" dev="rbri">
3743 neko: increase PlaybackInputStream buffer size
3844 </action>
3945 <action type="add" dev="rbri">
40- neko: addNekoSAXParser Factory added
46+ neko: NekoSAXParser Factory added
4147 </action>
4248 <action type="add" dev="rbri">
4349 WebClient option pageRefreshLimit added. Refresh handling changed to support a clear limit.
Original file line number Diff line number Diff line change 5050 <dependency>
5151 <groupId>org.htmlunit</groupId>
5252 <artifactId>htmlunit</artifactId>
53- <version>4.14 .0-SNAPSHOT</version>
53+ <version>4.15 .0-SNAPSHOT</version>
5454 </dependency>
5555 <!-- ... -->
5656</dependencies>
@@ -69,7 +69,7 @@ repositories {
6969}
7070// ...
7171dependencies {
72- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.14 .0-SNAPSHOT'
72+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.15 .0-SNAPSHOT'
7373 // ...
7474}
7575]]> </source >
Original file line number Diff line number Diff line change 9292 <section name =" Where to find..." >
9393 <p >
9494 <dl >
95- <dt >Latest release <date >July 30 , 2025</date ></dt >
95+ <dt >Latest release <date >August 17 , 2025</date ></dt >
9696 <dd >
97- <p ><a href =" https://github.com/HtmlUnit/htmlunit/releases/tag/4.14 .0" >version 4.14 .0</a ></p >
97+ <p ><a href =" https://github.com/HtmlUnit/htmlunit/releases/tag/4.15 .0" >version 4.15 .0</a ></p >
9898 </dd >
9999
100100 <dt >Source code</dt >
220220<dependency>
221221 <groupId>org.htmlunit</groupId>
222222 <artifactId>htmlunit</artifactId>
223- <version>4.14 .0</version>
223+ <version>4.15 .0</version>
224224</dependency>]]> </source >
225225 </p >
226226
227227 <p >
228228 For gradle, you would add:
229229 <source ><![CDATA[
230- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.14 .0']]> </source >
230+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.15 .0']]> </source >
231231 </p >
232232
233233 <p >
You can’t perform that action at this time.
0 commit comments