Migrate site generation to Maven Site Plugin 4.0.0-M16 for JDK 17 (including SITE 2.0 descriptor update)#1111
Migrate site generation to Maven Site Plugin 4.0.0-M16 for JDK 17 (including SITE 2.0 descriptor update)#1111
Conversation
Agent-Logs-Url: https://github.com/HtmlUnit/htmlunit/sessions/19977bbb-d8f4-4d9f-8b7b-006669c5b041 Co-authored-by: rbri <2544132+rbri@users.noreply.github.com>
|
@copilot as far as i know we have to update the site source also for the new plugin, ckeck |
Agent-Logs-Url: https://github.com/HtmlUnit/htmlunit/sessions/3bf398cb-f83a-4150-9120-d336686dbfa5 Co-authored-by: rbri <2544132+rbri@users.noreply.github.com>
Agent-Logs-Url: https://github.com/HtmlUnit/htmlunit/sessions/3bf398cb-f83a-4150-9120-d336686dbfa5 Co-authored-by: rbri <2544132+rbri@users.noreply.github.com>
Agent-Logs-Url: https://github.com/HtmlUnit/htmlunit/sessions/3bf398cb-f83a-4150-9120-d336686dbfa5 Co-authored-by: rbri <2544132+rbri@users.noreply.github.com>
Done in dca26e0 (plus preceding commits in this series): I migrated Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
|
@copilot |
Agent-Logs-Url: https://github.com/HtmlUnit/htmlunit/sessions/9be9c550-862d-4ffb-930a-603768632c79 Co-authored-by: rbri <2544132+rbri@users.noreply.github.com>
Agent-Logs-Url: https://github.com/HtmlUnit/htmlunit/sessions/9be9c550-862d-4ffb-930a-603768632c79 Co-authored-by: rbri <2544132+rbri@users.noreply.github.com>
Fixed in 7d00b4d. I removed that broken footer output from display by hiding Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|



Original prompt
Update HtmlUnit/htmlunit Maven site generation for JDK 17 by migrating to the latest supported
maven-site-plugin.Context:
Tasks:
Verify whether the latest Maven Site Plugin supports running under JDK 17.
pom.xmlor a parent/build section).If the latest Maven Site Plugin supports JDK 17, migrate the build configuration to use the latest version.
mvn -DskipTests site(or the repo’s documented equivalent) works on JDK 17.If anything is missing or outdated in
agent.mdregarding site generation, update it.Deliverables:
agent.mddocumentation about site generation.Acceptance criteria:
agent.mdaccurately documents how to generate the site in this repository.The following is the prior conversation context from the user's chat exploration (may be truncated):
User: find all classes in this repo not having the '@author Ronald Brill' tag
Assistant: These are classes in
HtmlUnit/htmlunitthat have an@authortag, but do not have@author Ronald Brill(from code search results).Matches found (may be incomplete):
src/main/java/org/htmlunit/svg/SvgUse.java(has@author Ahmed Ashour)htmlunit/src/main/java/org/htmlunit/svg/SvgUse.java
Lines 1 to 44 in 96efc56
src/main/java/org/htmlunit/svg/SvgFeFuncB.java(has@author Ahmed Ashour)htmlunit/src/main/java/org/htmlunit/svg/SvgFeFuncB.java
Lines 1 to 44 in 96efc56
src/main/java/org/htmlunit/html/HtmlTableHeaderCell.java(has multiple@authortags, none are Ronald Brill)htmlunit/src/main/java/org/htmlunit/html/HtmlTableHeaderCell.java
Lines 1 to 95 in 96efc56
src/main/java/org/htmlunit/svg/SvgFeImage.java(has@author Ahmed Ashour)htmlunit/src/main/java/org/htmlunit/svg/SvgFeImage.java
Lines 1 to 44 in 96efc56
src/main/java/org/htmlunit/svg/SvgFeDiffuseLighting.java(has@author Ahmed Ashour)htmlunit/src/main/java/org/htmlunit/svg/SvgFeDiffuseLighting.java
Lines 1 to 44 in 96efc56
src/main/java/org/htmlunit/svg/SvgFilter.java(has@author Ahmed Ashour)htmlunit/src/main/java/org/htmlunit/svg/SvgFilter.java
Lines 1 to 44 in 96efc56
src/main/java/org/htmlunit/svg/SvgLine.java(has@author Ahmed Ashour)htmlunit/src/main/java/org/htmlunit/svg/SvgLine.java
Lines 1 to 44 in 96efc56
src/main/java/org/htmlunit/html/SiblingDomNodeList.java(has@author Tom Anderson)htmlunit/src/main/java/org/htmlunit/html/SiblingDomNodeList.java
Lines 1 to 144 in 96efc56
src/main/java/org/htmlunit/svg/SvgRect.java(has@author Ahmed Ashour)htmlunit/src/main/java/org/htmlunit/svg/SvgRect.java
Lines 1 to 44 in 96efc56
Note: code search results are capped (I only get a limited subset), so this list may be incomplete.
To view (and page through) more matches in GitHub’s UI, open this search:
If you want, I can tighten this to only Java classes (exclude XML/docs) and/or include cases where there is no
@authortag at all (your prompt could be interpreted either way).User: htmlunit uses the maven-site-plugin. Now that the code base is on jdk17, i like to migrate to the las...
This pull request was created from Copilot chat.