hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
191 stars 98 forks source link

Made WADL generation configurable #54

Closed larsp closed 10 years ago

larsp commented 10 years ago

I wanted to be able to enable/disable WADL generation and adding of OPTIONS verb from jersey via ConfigAdmin.

See https://jersey.java.net/documentation/latest/wadl.html#d0e11706 for jersey configuration details.

hstaudacher commented 10 years ago

Thanks for your contribution. Will take a look at it next week.

larsp commented 10 years ago

Sure, take your time. It might be nicer to introduce some sort of config POJO instead of passing n-arguments around, but I did not want to touch too much code.

larsp commented 10 years ago

:thumbsup: