Rania Chantzopoulou
Rania Chantzopoulou
That fixed it for me too, thanks! The documentation is a bit misleading https://github.com/sbt/sbt-jacoco/wiki/Migrating-from-2.x-to-3.x#changes-to-plugin-loading
@gokhanoner Sorry it took a while, this is what I have lazy val root = (project in file(".")) .enablePlugins(JacocoItPlugin) .configs(IntegrationTest) .settings(inConfig(IntegrationTest)(Defaults.itSettings): _*)
On AWS using a load balancer and cloudfront, the combination of server.use-forward-headers=true in application.properties and a lambda that sets the host and the proto for the "Forwarded" header and that...