You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
airframe-http-finagle Finagle's development activity has significantly dropped. As Netty-backend has matured enough, we can safely drop the support for Finagle, which can make our code base fully compatible with Scala 2/3. Drop support for Finagle backend #3103
newDesign
// Set an environment to use
.withConfigEnv(env ="production", defaultEnv ="default")
// Load configs from YAML files
.bindConfigFromYaml[LogConfig]("access-log.yml")
.bindConfigFromYaml[ServerConfig]("server.yml")
This can be replaced with bind[LogConfig].toInstance(xxx)
Drop JDK8/11 Support. While Scala 3 still supports JDK8, we are planning to switch to at least JDK17 or higher and remove any tests against JDK older than JDK17.
Here are the roadmap items for 2024, version 24.x.x series.
New Features
Deprecation
This can be replaced with bind[LogConfig].toInstance(xxx)
The text was updated successfully, but these errors were encountered: