[GitHub] typekpb commented on issue #324: RFC introduced: Supress generated date switch for wsdl2java

2017-12-04 Thread GitBox
typekpb commented on issue #324: RFC introduced: Supress generated date switch for wsdl2java URL: https://github.com/apache/cxf/pull/324#issuecomment-349214481 @deki build failed: https://builds.apache.org/job/CXF-Trunk-PR/547 however I don't see how I could have caused it by my changes

[GitHub] typekpb commented on issue #324: RFC introduced: Supress generated date switch for wsdl2java

2017-12-04 Thread GitBox
typekpb commented on issue #324: RFC introduced: Supress generated date switch for wsdl2java URL: https://github.com/apache/cxf/pull/324#issuecomment-349149950 @deki thanks for feedback! I went all the way down to xjc and found: * `@Generated` annotation being present for

[GitHub] typekpb commented on issue #324: WIP introduced: Supress generated date switch for wsdl2java

2017-12-04 Thread GitBox
typekpb commented on issue #324: WIP introduced: Supress generated date switch for wsdl2java URL: https://github.com/apache/cxf/pull/324#issuecomment-349149950 @deki thanks for feedback! I went all the way down to xjc and found: * `@Generated` annotation being present for

[GitHub] reta commented on a change in pull request #351: [CXF-7571] Adding support for CDI injection of @Context objects.

2017-12-04 Thread GitBox
reta commented on a change in pull request #351: [CXF-7571] Adding support for CDI injection of @Context objects. URL: https://github.com/apache/cxf/pull/351#discussion_r154805454 ## File path: integration/cdi/src/main/java/org/apache/cxf/cdi/DelegateContextAnnotatedType.java

[GitHub] reta commented on a change in pull request #351: [CXF-7571] Adding support for CDI injection of @Context objects.

2017-12-04 Thread GitBox
reta commented on a change in pull request #351: [CXF-7571] Adding support for CDI injection of @Context objects. URL: https://github.com/apache/cxf/pull/351#discussion_r154805454 ## File path: integration/cdi/src/main/java/org/apache/cxf/cdi/DelegateContextAnnotatedType.java

[GitHub] johnament commented on a change in pull request #351: [CXF-7571] Adding support for CDI injection of @Context objects.

2017-12-04 Thread GitBox
johnament commented on a change in pull request #351: [CXF-7571] Adding support for CDI injection of @Context objects. URL: https://github.com/apache/cxf/pull/351#discussion_r154777036 ## File path: integration/cdi/src/main/java/org/apache/cxf/cdi/DelegateContextAnnotatedType.java

Re: Implementing MicroProfile's Rest Client here at CXF?

2017-12-04 Thread Sergey Beryozkin
Sounds like that should be a separate module which links the current impl with the profile, profile and JAX-RS may evolve independently. Wiring the API lib into 3.2.x can be sensitive, not sure having a mix of various API flavors will work well... Sergey On 04/12/17 01:16, John D. Ament