This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is almost complete. Here is what is pending to be done: 1. Review carefully JAX-RS 2.0 specification to make sure everything is in compliance and designed accordingly. 1. Add some meaningful comments around the code that implement this feature. 1. Add a sample test case (using an additional JAX-RS application class) to the sample application. This application should have its own resources (two non Spring bean classes), to be registered manually, and should not include the Echo resource, which is a Spring bean. One of its resource should be added as class and the other as singleton. Both should work fine. 1. Integration test to assure item 1 works perfectly in the sample application. 1. Integration test to assure the two resources registered manually do not get included to the original application, which should still have only the Echo resource only. 1. Add an item to mention this feature in the features list int the README md file. 1. Add an section to describe with details this feature in the USAGE md file.
- Loading branch information
1 parent
f9fcfdf
commit cc813b6
Showing
3 changed files
with
123 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters