magnolia-k on main
Update metrics-servlet, metrics… (compare)
magnolia-k on main
Update junit-4-13 to 3.2.13.0 (… (compare)
magnolia-k on main
Update scalatest-featurespec, .… (compare)
magnolia-k on main
Update scala-collection-compat … (compare)
magnolia-k on main
Upgrade to Jetty 10 / Servlet A… (compare)
takezoe on jetty-10
Jetty 10 requires Java 11+ (compare)
takezoe on jetty-10
Upgrade to Jetty 10 / Servlet A… (compare)
Hi guys! I have some warnings during development.
To reproduce:
sbt new scalatra/scalatra.g8
and all defaults;JettyLauncher.scala
as described in Standalone deployment + adjust build.sbt.Now when I run in sbt ~Jetty/start
console logs ≈ 1100 lines of warnings with similar content as:
WARN:oeja.AnnotationParser:qtp1427810650-12: javax.servlet.AsyncEvent scanned from multiple locations: jar:file:///Users/emris/scala/sanga/target/webapp/WEB-INF/lib/javax.servlet-api-3.1.0.jar!/javax/servlet/AsyncEvent.class, jar:file:///Users/emris/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/eclipse/jetty/jetty-runner/9.4.29.v20200521/jetty-runner-9.4.29.v20200521.jar!/javax/servlet/AsyncEvent.class
Do I miss some configuration option to fix these conflicts?
@ApiModel
from scalatra doesn't have the same fields as the one from io.swagger
so i can't find a way to get this to work