Modify

Opened 7 days ago

Closed 7 days ago

#24839 closed defect (fixed)

jsvg sources not included svgSalamander still are

Reported by: sebastic Owned by: team
Priority: normal Milestone: 26.09
Component: Core Version: tested
Keywords: Cc:

Description (last modified by sebastic)

The ivy changes for the binary dependencies have not been reflected in the source JAR.

This patch should be applied for the source JAR:

--- a/ivy.xml
+++ b/ivy.xml
@@ -46,7 +46,8 @@
         <dependency conf="sources->sources" org="org.tukaani" name="xz" rev="1.11"/>
         <dependency conf="sources->sources" org="com.adobe.xmp" name="xmpcore" rev="6.1.11"/>
         <dependency conf="sources->sources" org="com.drewnoakes" name="metadata-extractor" rev="2.19.0" transitive="false"/>
-        <dependency conf="sources->sources" org="com.formdev" name="svgSalamander" rev="1.1.4"/>
+        <dependency conf="sources->sources" org="com.github.weisj" name="jsvg" rev="2.1.0"/>
+        <dependency conf="sources->sources" org="org.jetbrains" name="annotations" rev="24.1.0"/>
         <dependency conf="sources->sources" org="ch.poole" name="OpeningHoursParser" rev="0.29.0"/>
         <dependency conf="sources->default" org="org.webjars.npm" name="tag2link" rev="2026.6.26"/><!-- sources->default sic! (tag2link-sources.jar is empty, see #19335) -->
         <!-- commonslang->default -->

Also note that OpeningHoursParser depends on annotations 24.0.1, not 24.1.0.

Attachments (0)

Change History (3)

comment:1 by sebastic, 7 days ago

Description: modified (diff)

comment:2 by sebastic, 7 days ago

Description: modified (diff)

comment:3 by stoecker, 7 days ago

Resolution: fixed
Status: newclosed

In 19616/josm:

fix JSVG references, fix #24839

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.