Conversation
|
feign-pull-requests #156 SUCCESS |
|
feign-pull-requests #157 SUCCESS |
Removed * import
|
Thanks. This is really helpful. Looks good after comments are addressed. Don't forget to update CHANGES |
Removed a stray System.out Modified CHANGES.md
|
feign-pull-requests #158 SUCCESS |
Refactored JAXBContextFactory to use a builder for creation Added more tests
|
feign-pull-requests #159 FAILURE |
|
feign-pull-requests #160 SUCCESS |
|
I fixed the issues in the comments. Let me know what you think. Thanks! |
|
feign-pull-requests #161 FAILURE |
|
feign-pull-requests #162 FAILURE |
|
feign-pull-requests #163 FAILURE |
There was a problem hiding this comment.
nit: let's make the provides methods package private
|
looks good. I see why you wanted the factory. Make sure it has a test case, then squash for a merge. good work. |
Refactored encoder() and decoder() methods in JAXBModule so they are package private
commit f681d05 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Thu Jul 17 15:32:18 2014 -0700 Refactored JAXBModule, JAXBEncoder, JAXBDecoder commit bf67821 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Thu Jul 17 10:48:28 2014 -0700 Added unit tests for JAXBContextFactoryTest Refactored encoder() and decoder() methods in JAXBModule so they are package private commit 14e623b Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Thu Jul 17 08:36:44 2014 -0700 Modified JAXB readme so that the example hosts are not real domains commit ccb5321 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Thu Jul 17 08:36:05 2014 -0700 Modified JAXB readme so that the example hosts are not real domains commit c763247 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Thu Jul 17 08:31:01 2014 -0700 Added JAXB module to Feign README commit 04efe8b Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Wed Jul 16 16:59:29 2014 -0700 Modified README to reflect changes in JAXBContextFactory commit 65b1906 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Wed Jul 16 16:53:22 2014 -0700 Refactored JAXBModule per Adrian's comments Refactored JAXBContextFactory to use a builder for creation Added more tests commit 6baa072 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Wed Jul 16 15:04:21 2014 -0700 Added license to all files Removed a stray System.out Modified CHANGES.md commit 2c6f3b8 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Wed Jul 16 14:56:42 2014 -0700 Fixed copyright date Removed * import commit aea5243 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Wed Jul 16 13:57:40 2014 -0700 Fixed Intellij's import * obsession commit 2ee2bb4 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Wed Jul 16 11:57:37 2014 -0700 Fixed PMD violation. commit 6aa00d5 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Wed Jul 16 10:52:16 2014 -0700 Added documentation for JAXB module. commit 433f376 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Wed Jul 16 10:48:24 2014 -0700 Added documentation for JAXB module. commit b71a5b5 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Wed Jul 16 10:45:56 2014 -0700 Added documentation for JAXB module. commit 02e11fd Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Wed Jul 16 10:42:13 2014 -0700 Added documentation for JAXB module. commit e1aabd7 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Wed Jul 16 10:34:11 2014 -0700 Added tests for JAXB module commit 1ea5df9 Author: Whitaker, Greg <Greg.Whitaker@nike.com> Date: Tue Jul 15 16:38:01 2014 -0700 Added module that supports JAXB
Merge branch master into squashed commit
|
feign-pull-requests #164 SUCCESS |
|
feign-pull-requests #165 SUCCESS |
|
feign-pull-requests #166 SUCCESS |
|
feign-pull-requests #167 SUCCESS |
Added module for encoding and decoding using JAXB.