Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Milestone: Airframe 2024 #3326

Open
3 tasks done
xerial opened this issue Jan 9, 2024 · 0 comments
Open
3 tasks done

Milestone: Airframe 2024 #3326

xerial opened this issue Jan 9, 2024 · 0 comments
Milestone

Comments

@xerial
Copy link
Member

xerial commented Jan 9, 2024

Here are the roadmap items for 2024, version 24.x.x series.

New Features

Deprecation

  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.
  • airframe-di. In-trait binding support has been dropped in Scala 3. It will be marked deprecated in Scala 2. di (deprecate): In-trait bindings #3329
@xerial xerial pinned this issue Jan 9, 2024
@xerial xerial mentioned this issue Jan 9, 2024
8 tasks
@xerial xerial added this to the Airframe 24 milestone Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant