-
Notifications
You must be signed in to change notification settings - Fork 20
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
Rename ArquillianResteasyResource to ArquillianRestResource #20
Comments
Please! I think this annotation is turning people off. I first skipped over using the extension because I thought it required Resteasy. Now I see it has JAX-RS 2 client support, but I'm really bothered still by this name. We could also consider ArquillianRsResource (as in the package name rs). Or is it possible allow ArquillianResource? |
@aslakknutsen Instead of a custom annotation, is is possible to have: private @ArquillianResource WebTarget target; Or is the dedicated annotation warranted? |
Gentlemen, I'm no longer in Java world so somebody must take over.
28.12.2016 8:50 AM "Dan Allen" <notifications@github.com> napisał(a):
… @aslakknutsen <https://github.com/aslakknutsen> Instead of a custom
annotation, is is possible to have:
private @ArquillianResource WebTarget target;
Or is the dedicated annotation warranted?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAaT2PqJ9upOJWaNasOL1epD0XZk5jTfks5rMhS7gaJpZM4CHNbB>
.
|
No problem. I believe that @johnament and @bartoszmajsak have taken over development on this extension. |
Totally 👍 on this, very confusing! |
@blabno TRAITOR! |
@mojavelinux I will check if that's possible. |
Initially we had only single impl based on RestEasy but now we've got Jersey and pure JAX-RS implementations, so this annotation may be confusing.
The text was updated successfully, but these errors were encountered: