Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
2
-
Orion
-
Orion.Cycle3.Sprint
-
Small
-
Small (1-2)
Description
Found in CMS-15882, related to CMS-15637 (Jakarta):
community/services-autoreload/pom.xml has:
<properties> <javax.websocket-api.version>1.1</javax.websocket-api.version> </properties> <dependency> <groupId>javax.websocket</groupId> <artifactId>javax.websocket-api</artifactId> <version>${javax.websocket-api.version}</version> <scope>provided</scope> </dependency>
This artifact moved to jakarta.websocket-api, see https://mvnrepository.com/artifact/javax.websocket/javax.websocket-api
Unknown if anything is broken, websockets are used in local development environment to push changed webfiles to the browser. But assuming package renames are in order, javax.websocket to jakarta.websocket
[edit] Indeed Live Reloading during local development, as described here, is broken because Tomcat 10 provides jakarta.websocket-api.jar and code base still contains javax.websocket.
Attachments
Issue Links
- is a result of
-
CMS-15882 Check and upgrade remaining 3rd party libraries
- Closed