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

Remove dependency to spring #93

Closed
d-r-q opened this issue Nov 29, 2015 · 2 comments
Closed

Remove dependency to spring #93

d-r-q opened this issue Nov 29, 2015 · 2 comments

Comments

@d-r-q
Copy link
Collaborator

d-r-q commented Nov 29, 2015

We can read annotations directly from bytecode without class loading, so we should remove dependency to spring to avoid conflicts

@d-r-q d-r-q self-assigned this Nov 29, 2015
@d-r-q d-r-q added this to the 1.0.0 milestone Nov 29, 2015
@d-r-q
Copy link
Collaborator Author

d-r-q commented Dec 15, 2015

In java 8 annotations are optional and if at runtime annotation class is not found, then no errors are occurs. So we can rewrite restler to read annotations from byte code and suggest users to use provided scope of spring-mvc dependency in module with controllers

@d-r-q
Copy link
Collaborator Author

d-r-q commented Jan 29, 2016

At first step we can use some third-party library asm, but then we can implement custom bytecode parser (#101)

@d-r-q d-r-q closed this as completed Apr 22, 2016
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