jonathanlermitage / oga-maven-plugin

:jigsaw: Old GroupIds Alerter - A Maven plugin that checks for deprecated groupId+artifactId (e.g. did you know that graphql-spring-boot-starter moved from com.graphql-java to com.graphql-java-kickstart?).
https://central.sonatype.com/search?q=biz.lermitage.oga
MIT License
38 stars 7 forks source link

Add jetty websocket relocations #37

Closed froque closed 2 years ago

froque commented 2 years ago

"Migrating from Jetty 9.4.x to Jetty 10.0.x requires changes in the coordinates of the Maven artifact dependencies for WebSocket."

https://www.eclipse.org/jetty/documentation/jetty-10/programming-guide/index.html#pg-migration

jonathanlermitage commented 2 years ago

Thx!