pjfanning commented on PR #744: URL: https://github.com/apache/pekko-http/pull/744#issuecomment-3270508418
Scala 2.12 build has ``` [error] /home/runner/work/pekko-http/pekko-http/http/src/main/scala/org/apache/pekko/http/javadsl/settings/ServerSentEventSettings.scala:65:56: value fromString is not a member of object org.apache.pekko.http.javadsl.settings.OversizedSseStrategy [error] self.copy(oversizedStrategy = OversizedSseStrategy.fromString(newValue)) [error] ^ Error: value fromString is not a member of object org.apache.pekko.http.javadsl.settings.OversizedSseStrategy [warn] /home/runner/work/pekko-http/pekko-http/http/src/main/scala/org/apache/pekko/http/javadsl/settings/ServerSentEventSettings.scala:20:37: imported `OversizedSseStrategy` is permanently hidden by definition of Java enum OversizedSseStrategy in package settings [warn] import pekko.http.scaladsl.settings.OversizedSseStrategy [warn] ^ Warning: imported `OversizedSseStrategy` is permanently hidden by definition of Java enum OversizedSseStrategy in package settings Warning: Unused import ``` Can you fix the import and try to work out what causes the compile issue - which doesn't seem to happen in Scala 2.13 build? -- 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]
