#166050 REST services: Jersey Client API cannot be used in Netbeans modules
mkuchtiak <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Issue: http://www.netbeans.org/issues/show_bug.cgi?id=166050 Description: websvc.restlib mudule is a REST APIs wrapper module intended for the developers who want to develop/consume REST services in their Netbeans modules. Unfortunately CLIENT part of this API is useless since websvc.restlib doesn't declare one important package public. Fix: The fix is easy. Just add "com.sun.jersey.api.client.filter" package to public packages Impact: No impact QA Verification: The fix was pushed to trunk repository yesterday. It should be in today's build: http://hg.netbeans.org/main/rev/a9d9aebc2c76 Thank You. Milan