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

Update README about requirements to use JDK 8 (lambda expressions) #43

Merged
merged 4 commits into from
May 23, 2016

Conversation

tacianosilva
Copy link
Collaborator

@tacianosilva tacianosilva commented Apr 19, 2016

Update README about requirements to use JDK 8 (lambda expressions)

The DW uses the asm-3.1 library and it allows to extract informations from code of java 7 or previous. The DW can extract design information from code of java 8. However, asm-3.1 doesn't support lambdas expression available in JDK 8.

In the case your code to use lambda expressions, should occur the problem in the issue #36:

another updates.

DesignWizard 1.4.0.4-SNAPSHOT is a special version that indicates a
current development copy.
The DesignWizard version 1.4.0.3 was deployed in the April 27, 2016.
Release:
https://github.com/joaoarthurbm/designwizard/releases/tag/v1.4.0.3
Update master from DesignWizard original
@joaoarthurbm
Copy link
Owner

Thanks, @tacianosilva ! LGTM!

@joaoarthurbm joaoarthurbm merged commit cb4d940 into joaoarthurbm:master May 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants