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

Target Java8 bytecode as minimum #269

Open
4 of 6 tasks
aalmiray opened this issue Oct 3, 2017 · 0 comments
Open
4 of 6 tasks

Target Java8 bytecode as minimum #269

aalmiray opened this issue Oct 3, 2017 · 0 comments
Assignees
Milestone

Comments

@aalmiray
Copy link
Member

aalmiray commented Oct 3, 2017

  • merge griffon-core-java8 into griffon-core
  • set sourceCompatibility/targetCompatibility to 1.8
  • convert annonymous classes to lambda expressions/method references where possible
  • use Java8 functional interfaces where possible
  • migrate MVCFunction to Consumer<MVCGroup>
  • migrate TypedMVCFunction<MVC extends TypedMVCGroup> to Consumer<MVC extends TypedMVCGroup>
@aalmiray aalmiray added this to the 3.0.0 milestone Oct 3, 2017
@aalmiray aalmiray self-assigned this Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant