mkurz opened a new pull request, #1115: URL: https://github.com/apache/pekko-http/pull/1115
See https://github.com/apache/pekko-http/actions/runs/28489114213/job/84441821925 ``` [error] /home/runner/work/pekko-http/pekko-http/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/pool/NewHostConnectionPool.scala:378:13: discarding unmoored doc comment [error] /** Run a loop of state transitions */ [error] ^ [69.482s][info][gc] GC(56) Pause Young (Normal) (G1 Evacuation Pause) 1256M->660M(1614M) 52.776ms [error] /home/runner/work/pekko-http/pekko-http/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/StreamPrioritizer.scala:60:9: discarding unmoored doc comment [error] /** [error] ^ [error] /home/runner/work/pekko-http/pekko-http/http-core/src/main/scala/org/apache/pekko/http/impl/engine/rendering/DateHeaderRendering.scala:46:5: discarding unmoored doc comment [error] /** Date has not been used for a while */ [error] ^ [error] three errors found [error] (http-core / Compile / compileIncremental) Compilation failed [error] Total time: 36 s, completed 2026 Jul 1 02:23:20 ``` Because of 82a03b120 the publish workflow now treats Scala compiler warnings as errors. Scala 3 reports local Scaladoc comments as discarded unmoored doc comments, which breaks the cross-built publish task. Fix is to convert the affected local Scaladoc comments in `http-core` implementation code to ordinary comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
