Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Add ResteasyRequestNameDeterminerInstrumenter #80

Closed
johnlcox opened this issue Jun 17, 2015 · 3 comments
Closed

Add ResteasyRequestNameDeterminerInstrumenter #80

johnlcox opened this issue Jun 17, 2015 · 3 comments

Comments

@johnlcox
Copy link

There is already a request name determiner for Spring MVC projects. We are using Resteasy for our projects and will be implementing a similar mechanism for Resteasy requests. Before I implement it I wanted to see if there was a preference on how it names things.

We would prefer if it did something like ResourceClass#requestMethod which is different from what the Spring MVC request names are. Would this difference be OK?

@felixbarny
Copy link
Member

Maybe a good way would be to have a configurable naming strategy or something. That way you could configure how to name things in one place.
For example, NamingStrategy.METHOD would behave like the default and NamingStrategy.CLASS_METHOD would be like your suggestion.

@johnlcox
Copy link
Author

johnlcox commented Jul 8, 2015

Fixed with #82

@johnlcox johnlcox closed this as completed Jul 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants