﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
19208	JCS: update package to org.apache.commons.jcs3	simon04	simon04	"For the upcoming release of JCS 3, the artifact ID as well as the Java packages have been renamed `s/jcs/jcs3/`, see the following upstream commits:

https://github.com/apache/commons-jcs/commit/3c518b8d03435701f3211be5b38df373d9424e0b
https://github.com/apache/commons-jcs/commit/356da531c5ccfd7cb32eea1be67c61ef17ef80cc

{{{
#!patch
-  <artifactId>commons-jcs-core</artifactId>
+  <artifactId>commons-jcs3-core</artifactId>

- package org.apache.commons.jcs;
+ package org.apache.commons.jcs3;
}}}

----

Also, various plugins need to be updated:

* conflation, done via https://github.com/JOSM/conflation/commit/edc8aa466d2b6e8e9acb3d40f693d9e98bb0d3bd and https://github.com/JOSM/conflation/releases/tag/v0.6.5 and [[PluginsSource?action=diff&version=528]]
* imagery_cachexport, done via [o35437]
* Mapillary, done via https://github.com/JOSM/Mapillary/releases/tag/v1.5.23
* mbtiles, done via https://github.com/iandees/josm-mbtiles/pull/20 and https://github.com/iandees/josm-mbtiles/releases/tag/v2.6.0
* MicrosoftStreetside, fixed via [o35466]
* wikipedia, done via https://github.com/JOSM/wikipedia/commit/92b065444270d59a33ef6164a818483bcb0e4b69 and https://gitlab.com/JOSM/plugin/wikipedia/-/tags/v1.1.4
* OpenStreetCam, #19283, fixed via https://github.com/openstreetcam/josm-plugin/pull/42

{{{
josm/plugins$ rg -l org.apache.commons.jcs | sort

conflation/src/org/openstreetmap/josm/plugins/conflation/config/parser/InstanceConstructor.java
imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/AbstractImageryCacheExportAction.java
imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/ImageryTileExportDialog.java
imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/TMSImageryCacheExportAction.java
imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/WMSImageryCacheExportAction.java
imagery_cachexport/src/org/openstreetmap/josm/plugins/imagery_cachexport/WMTSImageryCacheExportAction.java
Mapillary/src/main/java/org/openstreetmap/josm/plugins/mapillary/cache/Caches.java
Mapillary/src/main/java/org/openstreetmap/josm/plugins/mapillary/MapillaryData.java
mbtiles/src/org/openstreetmap/josm/plugins/mbtiles/CacheExportPanel.java
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/cache/Caches.java
MicrosoftStreetside/src/org/openstreetmap/josm/plugins/streetside/StreetsideData.java
wikipedia/src/main/java/org/wikipedia/api/ApiQueryClient.java
wikipedia/src/main/java/org/wikipedia/Caches.java
}}}"	task	closed	normal	20.05	Core		fixed	jcs cache package	Don-vip floscher
