You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by gwuireland <gi...@git.apache.org> on 2014/12/11 19:50:14 UTC

[GitHub] cxf pull request: [CXF-6146] Fix demo wsdl_first_xmlbeans build er...

GitHub user gwuireland opened a pull request:

    https://github.com/apache/cxf/pull/40

    [CXF-6146] Fix demo wsdl_first_xmlbeans build error

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gwuireland/cxf gwu-cxf-6146

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cxf/pull/40.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #40
    
----
commit 588ab66d81542398b1ec54cf30884ce3a3742a29
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-13T15:23:57Z

    [CXF-6048] - Support roles in the AuthPolicyValidatingInterceptor

commit d54014582e89550ba02b033dcc0d4aa6ca412f90
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-13T16:28:59Z

    [CXF-6048] - Minor change to last commit

commit ffbd7bde505d7f7ef6313801faf96b16a8d5551d
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-14T10:02:20Z

    [CXF-6045] Changing the way BodyWriters are registered and fixing the test faiures

commit 2545331efbcb82087891ffe4941d1efa01a1b4ac
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-14T12:48:18Z

    Moving the basic JSON parsing utility code to rt/rs/extension/providers

commit df6ca4df02646a755c4baa05f9c2473a2b32f601
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-14T14:07:35Z

    [CXF-6051] - "Support sp13:Nonce + sp13:Created in the UsernameTokenInterceptor"

commit f1309316e090eae58a2f51e60fd7549e1d002ba0
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-14T16:13:07Z

    Reshuffling SecurityConstants

commit 61f520d3a83182ec2c8fe789b6a897fbddeb67fb
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-15T12:00:22Z

    Removing JwtHeaders and JwsHeaders for now

commit 9edc70a5de9724e4e8d273a591b05ec64015a1d9
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-15T13:24:27Z

    Adding a new JAX-RS property to control Kerberos request delegation

commit df7a7538feb5796c0c7edce929493b64d82442c3
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-15T13:33:56Z

    Optimizing the BeanParam instantiation code, thanks to shisholik

commit d951b7efb0376ffb1f1581cc9788d26efa0928b0
Author: Willem Jiang <wi...@gmail.com>
Date:   2014-10-16T01:31:32Z

     CXF-6052  Upgrade the Karaf version to 2.4.0

commit eb7dbc4b3cca8511e496b2a02ac4bfd8e3e95113
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-16T20:31:06Z

    [CXF-6053] Introducing JwsJsonConsumer, applying the first part of the modified patch on behalf of Daniel Torkian and Luigi Lo Iacono

commit 8e7b8c1484912d570967852ab8b07d039f6fae24
Author: Jason Pell <jp...@apache.org>
Date:   2014-10-16T23:30:54Z

    CXF-6054 add a property to allow unsigned saml tokens

commit 45bd0cdbda3df35649dcedca4125855196724d2c
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-17T11:36:28Z

    Simple JSON parser updates

commit 17a6302e91d067c9a9c71b9897299d1ae21dc9eb
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-17T12:45:46Z

    Updating JsonMapObject provider to ensure the update property history is preserved

commit 19d2c8ce5304d9aab5c4d0e71a6b1fd6f4434cd3
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-17T15:33:13Z

    Added support for token transformation in the UsernameTokenInterceptor

commit 4380d3f5115e54ffb1372f712d0aa0aa6fdfd3a4
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-17T15:33:39Z

    Added an initial test-case for JAAS support in the STS

commit 1d7d2a30452d2323ef7c262c88254d1c38b305c9
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-17T19:18:14Z

    Few more minor updates to JsonMapObject provider

commit 0ed845dbe70783e0311ef934ed144525e7f3f705
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-20T10:50:14Z

    Fixing an issue with JsonMapObject parser not parsing an array of primitive values correctly

commit f56f167536fcd72f3fc4b8a92be6617c3b2ddd3c
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-20T15:32:57Z

    [CXF-6053] Applying a second part of the modified patch on behalf of Daniel Torkian and Luigi Lo Iacono

commit fd04a6e2d35b227899e7b0beb4abc173ee8ed037
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-20T11:13:25Z

    Disallow SSLv3 by default in Jetty
    
    Conflicts:
    	rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.java

commit 74ff0a9012f8fab1cbb0dbb8d52a66ccc5602dbf
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-20T15:13:15Z

    Recording .gitmergeinfo Changes

commit 59080e86c8d21937b176d167fe423d705988ea78
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-20T15:45:14Z

    Fixing merge

commit de32f9e01c8da68e9e66bfbea59fe7c5f4fe81dc
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-20T13:15:42Z

    Simplifying Jetty server test configuration

commit 203b64d1769cb5ce25f68f4200618f6706f16239
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-20T15:45:49Z

    Recording .gitmergeinfo Changes

commit 61a5ee1a8a82211ba6b4d8d38beca85c6d0361fd
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-21T10:40:03Z

    Support for simpler extraction of JWK sets with WebClient

commit a279a14a74f1dc61cd295bd025a356a911dbc659
Author: Colm O hEigeartaigh <co...@apache.org>
Date:   2014-10-21T11:35:43Z

    Adding an initial JAAS LoginModule for the STS

commit 1a96465f1f599d96e6ea74aa1477a39152b42879
Author: Sergey Beryozkin <sb...@talend.com>
Date:   2014-10-21T20:00:59Z

    [CXF-6057] Passing the encoding property to the JAXB compiler, thanks to Dan

commit 1c8769426d0f23d1f8c217c89a06d955d31ea286
Author: Daniel Kulp <dk...@apache.org>
Date:   2014-10-20T17:11:00Z

    Try to find a more usable interface as the "default" may not support multicast

commit fc59fb85d895d8a21fdcf24b4c95a1fe830f3bdb
Author: Daniel Kulp <dk...@apache.org>
Date:   2014-10-20T17:21:25Z

    Update UDPDestination to allow specifying the interface to use via a property
    Also, try to decect a usable interface if not specified

commit 43f6a421a5ce4fc08c7a005760f5bdc6d855fbc2
Author: Kyle Lape <ky...@redhat.com>
Date:   2014-10-10T21:34:07Z

    [CXF-6038] Only add the handler interceptors once
    This closes #26
    
    Signed-off-by: Daniel Kulp <dk...@apache.org>

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cxf pull request: [CXF-6146] Fix demo wsdl_first_xmlbeans build er...

Posted by gwuireland <gi...@git.apache.org>.
Github user gwuireland closed the pull request at:

    https://github.com/apache/cxf/pull/40


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cxf pull request: [CXF-6146] Fix demo wsdl_first_xmlbeans build er...

Posted by gwuireland <gi...@git.apache.org>.
Github user gwuireland commented on the pull request:

    https://github.com/apache/cxf/pull/40#issuecomment-66668160
  
    Tried to create a pull request but looks like include unwanted stuff


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---