eclipse.jdt.ls icon indicating copy to clipboard operation
eclipse.jdt.ls copied to clipboard

Dependency Updates

Open github-actions[bot] opened this issue 2 months ago • 3 comments

The content of the target org.eclipse.jdt.ls.tp.target was updated

Please review the changes and merge if appropriate, or cherry pick individual updates.

The location https://download.eclipse.org/technology/m2e/releases/2.9.1 was updated:

  • Location changed to https://download.eclipse.org/technology/m2e/releases/2.10.0

The following maven artifacts have been updated:

  • commons-codec:commons-codec:jar:1.19.0 has been updated to version 1.20.0
  • org.apache.commons:commons-lang3:jar:3.19.0 has been updated to version 3.20.0
  • jakarta.servlet:jakarta.servlet-api:jar:6.1.0 has been updated to version 6.2.0-M1
  • org.apache.commons:commons-text:jar:1.10.0 has been updated to version 1.15.0
    • additionally requires java.package; org.apache.commons.lang3 3.20.0 compared to the previous version
    • additionally requires java.package; org.apache.commons.lang3.function 3.20.0 compared to the previous version
    • additionally requires java.package; org.apache.commons.lang3.time 3.20.0 compared to the previous version
    • additionally requires java.package; java.io 0.0.0 compared to the previous version
    • additionally requires java.package; java.lang 0.0.0 compared to the previous version
    • additionally requires java.package; java.lang.invoke 0.0.0 compared to the previous version
    • additionally requires java.package; java.lang.reflect 0.0.0 compared to the previous version
    • additionally requires java.package; java.net 0.0.0 compared to the previous version
    • additionally requires java.package; java.nio 0.0.0 compared to the previous version
    • additionally requires java.package; java.nio.charset 0.0.0 compared to the previous version
    • additionally requires java.package; java.nio.file 0.0.0 compared to the previous version
    • additionally requires java.package; java.text 0.0.0 compared to the previous version
    • additionally requires java.package; java.util 0.0.0 compared to the previous version
    • additionally requires java.package; java.util.concurrent 0.0.0 compared to the previous version
    • additionally requires java.package; java.util.function 0.0.0 compared to the previous version
    • additionally requires java.package; java.util.regex 0.0.0 compared to the previous version
    • additionally requires java.package; java.util.stream 0.0.0 compared to the previous version
    • additionally requires java.package; javax.xml.parsers 0.0.0 compared to the previous version
    • additionally requires java.package; org.w3c.dom 0.0.0 compared to the previous version
  • org.jsoup:jsoup:jar:1.19.1 has been updated to version 1.21.2

github-actions[bot] avatar Oct 22 '25 08:10 github-actions[bot]

Can one of the admins verify this patch?

eclipse-ls-bot avatar Oct 22 '25 08:10 eclipse-ls-bot

add to whitelist

fbricon avatar Oct 22 '25 08:10 fbricon

The m2e part looks pretty harmless : https://github.com/eclipse-m2e/m2e-core/compare/2.9.1...a8606e5d5df45e7857fbcbc0c3e5f8290003315a

plugins/jakarta.servlet-api_6.1.0.jar
	plugins/jakarta.servlet-api_6.2.0.jar
plugins/org.apache.commons.commons-codec_1.19.0.jar
	plugins/org.apache.commons.commons-codec_1.20.0.jar
plugins/org.apache.commons.lang3_3.19.0.jar
	plugins/org.apache.commons.lang3_3.20.0.jar
	plugins/org.commonmark.ext-gfm-tables_0.27.0.jar
plugins/org.commonmark-gfm-tables_0.24.0.v20241021-1700.jar
plugins/org.eclipse.m2e.core_2.7.4.20250806-1328.jar
	plugins/org.eclipse.m2e.core_2.7.600.20251121-1832.jar
plugins/org.eclipse.m2e.jdt_2.4.101.20250727-0653.jar
	plugins/org.eclipse.m2e.jdt_2.5.0.20251112-1507.jar
plugins/org.eclipse.m2e.maven.runtime_3.9.1100.20250811-2018.jar
	plugins/org.eclipse.m2e.maven.runtime_3.9.1101.20251020-1549.jar
plugins/org.jsoup_1.19.1.jar
	plugins/org.jsoup_1.21.2.jar

Update: Interesting, this seems to cause a markdown test failure. Yup, looks like newer jsoup ( >= 1.20.1) has a small regression.

rgrunber avatar Dec 09 '25 21:12 rgrunber